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