
target.apidocs.com.google.api.services.compute.model.GrpcServiceConfig.html Maven / Gradle / Ivy
GrpcServiceConfig (Compute Engine API alpha-rev20200526-1.30.9)
com.google.api.services.compute.model
Class GrpcServiceConfig
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.compute.model.GrpcServiceConfig
-
public final class GrpcServiceConfig
extends GenericJson
[Deprecated] gRPC config to access the SDS server. gRPC config to access the SDS server.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
GrpcServiceConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
GrpcServiceConfig
clone()
CallCredentials
getCallCredentials()
The call credentials to access the SDS server.
ChannelCredentials
getChannelCredentials()
The channel credentials to access the SDS server.
String
getTargetUri()
The target URI of the SDS server.
GrpcServiceConfig
set(String fieldName,
Object value)
GrpcServiceConfig
setCallCredentials(CallCredentials callCredentials)
The call credentials to access the SDS server.
GrpcServiceConfig
setChannelCredentials(ChannelCredentials channelCredentials)
The channel credentials to access the SDS server.
GrpcServiceConfig
setTargetUri(String targetUri)
The target URI of the SDS server.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getCallCredentials
public CallCredentials getCallCredentials()
The call credentials to access the SDS server.
- Returns:
- value or
null
for none
-
setCallCredentials
public GrpcServiceConfig setCallCredentials(CallCredentials callCredentials)
The call credentials to access the SDS server.
- Parameters:
callCredentials
- callCredentials or null
for none
-
getChannelCredentials
public ChannelCredentials getChannelCredentials()
The channel credentials to access the SDS server.
- Returns:
- value or
null
for none
-
setChannelCredentials
public GrpcServiceConfig setChannelCredentials(ChannelCredentials channelCredentials)
The channel credentials to access the SDS server.
- Parameters:
channelCredentials
- channelCredentials or null
for none
-
getTargetUri
public String getTargetUri()
The target URI of the SDS server.
- Returns:
- value or
null
for none
-
setTargetUri
public GrpcServiceConfig setTargetUri(String targetUri)
The target URI of the SDS server.
- Parameters:
targetUri
- targetUri or null
for none
-
set
public GrpcServiceConfig set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public GrpcServiceConfig clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy