Uses of Class
com.google.cloud.gkemulticloud.v1.GetAttachedServerConfigRequest
-
Packages that use GetAttachedServerConfigRequest Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud APIcom.google.cloud.gkemulticloud.v1.stub -
-
Uses of GetAttachedServerConfigRequest in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return GetAttachedServerConfigRequest Modifier and Type Method Description GetAttachedServerConfigRequest
GetAttachedServerConfigRequest.Builder. build()
GetAttachedServerConfigRequest
GetAttachedServerConfigRequest.Builder. buildPartial()
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. getDefaultInstance()
GetAttachedServerConfigRequest
GetAttachedServerConfigRequest.Builder. getDefaultInstanceForType()
GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. getDefaultInstanceForType()
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseDelimitedFrom(InputStream input)
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseFrom(byte[] data)
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseFrom(InputStream input)
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseFrom(ByteBuffer data)
static GetAttachedServerConfigRequest
GetAttachedServerConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type GetAttachedServerConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAttachedServerConfigRequest,AttachedServerConfig>
AttachedClustersClient. getAttachedServerConfigCallable()
Returns information, such as supported Kubernetes versions, on a given Google Cloud location.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttachedServerConfigRequest,AttachedServerConfig>
AttachedClustersSettings.Builder. getAttachedServerConfigSettings()
Returns the builder for the settings used for calls to getAttachedServerConfig.com.google.api.gax.rpc.UnaryCallSettings<GetAttachedServerConfigRequest,AttachedServerConfig>
AttachedClustersSettings. getAttachedServerConfigSettings()
Returns the object with the settings used for calls to getAttachedServerConfig.static io.grpc.MethodDescriptor<GetAttachedServerConfigRequest,AttachedServerConfig>
AttachedClustersGrpc. getGetAttachedServerConfigMethod()
com.google.protobuf.Parser<GetAttachedServerConfigRequest>
GetAttachedServerConfigRequest. getParserForType()
static com.google.protobuf.Parser<GetAttachedServerConfigRequest>
GetAttachedServerConfigRequest. parser()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type GetAttachedServerConfigRequest Modifier and Type Method Description AttachedServerConfig
AttachedClustersClient. getAttachedServerConfig(GetAttachedServerConfigRequest request)
Returns information, such as supported Kubernetes versions, on a given Google Cloud location.default void
AttachedClustersGrpc.AsyncService. getAttachedServerConfig(GetAttachedServerConfigRequest request, io.grpc.stub.StreamObserver<AttachedServerConfig> responseObserver)
Returns information, such as supported Kubernetes versions, on a given Google Cloud location.AttachedServerConfig
AttachedClustersGrpc.AttachedClustersBlockingStub. getAttachedServerConfig(GetAttachedServerConfigRequest request)
Returns information, such as supported Kubernetes versions, on a given Google Cloud location.com.google.common.util.concurrent.ListenableFuture<AttachedServerConfig>
AttachedClustersGrpc.AttachedClustersFutureStub. getAttachedServerConfig(GetAttachedServerConfigRequest request)
Returns information, such as supported Kubernetes versions, on a given Google Cloud location.void
AttachedClustersGrpc.AttachedClustersStub. getAttachedServerConfig(GetAttachedServerConfigRequest request, io.grpc.stub.StreamObserver<AttachedServerConfig> responseObserver)
Returns information, such as supported Kubernetes versions, on a given Google Cloud location.GetAttachedServerConfigRequest.Builder
GetAttachedServerConfigRequest.Builder. mergeFrom(GetAttachedServerConfigRequest other)
static GetAttachedServerConfigRequest.Builder
GetAttachedServerConfigRequest. newBuilder(GetAttachedServerConfigRequest prototype)
-
Uses of GetAttachedServerConfigRequest in com.google.cloud.gkemulticloud.v1.stub
Methods in com.google.cloud.gkemulticloud.v1.stub that return types with arguments of type GetAttachedServerConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAttachedServerConfigRequest,AttachedServerConfig>
AttachedClustersStub. getAttachedServerConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetAttachedServerConfigRequest,AttachedServerConfig>
GrpcAttachedClustersStub. getAttachedServerConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetAttachedServerConfigRequest,AttachedServerConfig>
HttpJsonAttachedClustersStub. getAttachedServerConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttachedServerConfigRequest,AttachedServerConfig>
AttachedClustersStubSettings.Builder. getAttachedServerConfigSettings()
Returns the builder for the settings used for calls to getAttachedServerConfig.com.google.api.gax.rpc.UnaryCallSettings<GetAttachedServerConfigRequest,AttachedServerConfig>
AttachedClustersStubSettings. getAttachedServerConfigSettings()
Returns the object with the settings used for calls to getAttachedServerConfig.
-