Uses of Class
com.google.cloud.gkemulticloud.v1.AttachedServerConfig
-
Packages that use AttachedServerConfig Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud APIcom.google.cloud.gkemulticloud.v1.stub -
-
Uses of AttachedServerConfig in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AttachedServerConfig Modifier and Type Method Description AttachedServerConfig
AttachedServerConfig.Builder. build()
AttachedServerConfig
AttachedServerConfig.Builder. buildPartial()
AttachedServerConfig
AttachedClustersClient. getAttachedServerConfig(AttachedServerConfigName name)
Returns information, such as supported Kubernetes versions, on a given Google Cloud location.AttachedServerConfig
AttachedClustersClient. getAttachedServerConfig(GetAttachedServerConfigRequest request)
Returns information, such as supported Kubernetes versions, on a given Google Cloud location.AttachedServerConfig
AttachedClustersClient. getAttachedServerConfig(String name)
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.static AttachedServerConfig
AttachedServerConfig. getDefaultInstance()
AttachedServerConfig
AttachedServerConfig.Builder. getDefaultInstanceForType()
AttachedServerConfig
AttachedServerConfig. getDefaultInstanceForType()
static AttachedServerConfig
AttachedServerConfig. parseDelimitedFrom(InputStream input)
static AttachedServerConfig
AttachedServerConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedServerConfig
AttachedServerConfig. parseFrom(byte[] data)
static AttachedServerConfig
AttachedServerConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedServerConfig
AttachedServerConfig. parseFrom(com.google.protobuf.ByteString data)
static AttachedServerConfig
AttachedServerConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedServerConfig
AttachedServerConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static AttachedServerConfig
AttachedServerConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedServerConfig
AttachedServerConfig. parseFrom(InputStream input)
static AttachedServerConfig
AttachedServerConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedServerConfig
AttachedServerConfig. parseFrom(ByteBuffer data)
static AttachedServerConfig
AttachedServerConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AttachedServerConfig Modifier and Type Method Description 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.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<AttachedServerConfig>
AttachedServerConfig. getParserForType()
static com.google.protobuf.Parser<AttachedServerConfig>
AttachedServerConfig. parser()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AttachedServerConfig Modifier and Type Method Description AttachedServerConfig.Builder
AttachedServerConfig.Builder. mergeFrom(AttachedServerConfig other)
static AttachedServerConfig.Builder
AttachedServerConfig. newBuilder(AttachedServerConfig prototype)
Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type AttachedServerConfig Modifier and Type Method Description 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.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. -
Uses of AttachedServerConfig in com.google.cloud.gkemulticloud.v1.stub
Methods in com.google.cloud.gkemulticloud.v1.stub that return types with arguments of type AttachedServerConfig 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.
-