Uses of Class
com.google.cloud.gkemulticloud.v1.ImportAttachedClusterRequest
-
Packages that use ImportAttachedClusterRequest Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud APIcom.google.cloud.gkemulticloud.v1.stub -
-
Uses of ImportAttachedClusterRequest in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return ImportAttachedClusterRequest Modifier and Type Method Description ImportAttachedClusterRequest
ImportAttachedClusterRequest.Builder. build()
ImportAttachedClusterRequest
ImportAttachedClusterRequest.Builder. buildPartial()
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. getDefaultInstance()
ImportAttachedClusterRequest
ImportAttachedClusterRequest.Builder. getDefaultInstanceForType()
ImportAttachedClusterRequest
ImportAttachedClusterRequest. getDefaultInstanceForType()
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseDelimitedFrom(InputStream input)
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseFrom(byte[] data)
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseFrom(com.google.protobuf.ByteString data)
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseFrom(InputStream input)
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseFrom(ByteBuffer data)
static ImportAttachedClusterRequest
ImportAttachedClusterRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type ImportAttachedClusterRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ImportAttachedClusterRequest,com.google.longrunning.Operation>
AttachedClustersGrpc. getImportAttachedClusterMethod()
com.google.protobuf.Parser<ImportAttachedClusterRequest>
ImportAttachedClusterRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ImportAttachedClusterRequest,com.google.longrunning.Operation>
AttachedClustersClient. importAttachedClusterCallable()
Imports creates a new [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource by importing an existing Fleet Membership resource.com.google.api.gax.rpc.OperationCallable<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata>
AttachedClustersClient. importAttachedClusterOperationCallable()
Imports creates a new [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource by importing an existing Fleet Membership resource.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata>
AttachedClustersSettings.Builder. importAttachedClusterOperationSettings()
Returns the builder for the settings used for calls to importAttachedCluster.com.google.api.gax.rpc.OperationCallSettings<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata>
AttachedClustersSettings. importAttachedClusterOperationSettings()
Returns the object with the settings used for calls to importAttachedCluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportAttachedClusterRequest,com.google.longrunning.Operation>
AttachedClustersSettings.Builder. importAttachedClusterSettings()
Returns the builder for the settings used for calls to importAttachedCluster.com.google.api.gax.rpc.UnaryCallSettings<ImportAttachedClusterRequest,com.google.longrunning.Operation>
AttachedClustersSettings. importAttachedClusterSettings()
Returns the object with the settings used for calls to importAttachedCluster.static com.google.protobuf.Parser<ImportAttachedClusterRequest>
ImportAttachedClusterRequest. parser()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type ImportAttachedClusterRequest Modifier and Type Method Description default void
AttachedClustersGrpc.AsyncService. importAttachedCluster(ImportAttachedClusterRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Imports creates a new [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource by importing an existing Fleet Membership resource.com.google.longrunning.Operation
AttachedClustersGrpc.AttachedClustersBlockingStub. importAttachedCluster(ImportAttachedClusterRequest request)
Imports creates a new [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource by importing an existing Fleet Membership resource.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
AttachedClustersGrpc.AttachedClustersFutureStub. importAttachedCluster(ImportAttachedClusterRequest request)
Imports creates a new [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource by importing an existing Fleet Membership resource.void
AttachedClustersGrpc.AttachedClustersStub. importAttachedCluster(ImportAttachedClusterRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Imports creates a new [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource by importing an existing Fleet Membership resource.com.google.api.gax.longrunning.OperationFuture<AttachedCluster,OperationMetadata>
AttachedClustersClient. importAttachedClusterAsync(ImportAttachedClusterRequest request)
Imports creates a new [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource by importing an existing Fleet Membership resource.ImportAttachedClusterRequest.Builder
ImportAttachedClusterRequest.Builder. mergeFrom(ImportAttachedClusterRequest other)
static ImportAttachedClusterRequest.Builder
ImportAttachedClusterRequest. newBuilder(ImportAttachedClusterRequest prototype)
-
Uses of ImportAttachedClusterRequest in com.google.cloud.gkemulticloud.v1.stub
Methods in com.google.cloud.gkemulticloud.v1.stub that return types with arguments of type ImportAttachedClusterRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ImportAttachedClusterRequest,com.google.longrunning.Operation>
AttachedClustersStub. importAttachedClusterCallable()
com.google.api.gax.rpc.UnaryCallable<ImportAttachedClusterRequest,com.google.longrunning.Operation>
GrpcAttachedClustersStub. importAttachedClusterCallable()
com.google.api.gax.rpc.UnaryCallable<ImportAttachedClusterRequest,com.google.longrunning.Operation>
HttpJsonAttachedClustersStub. importAttachedClusterCallable()
com.google.api.gax.rpc.OperationCallable<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata>
AttachedClustersStub. importAttachedClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata>
GrpcAttachedClustersStub. importAttachedClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata>
HttpJsonAttachedClustersStub. importAttachedClusterOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata>
AttachedClustersStubSettings.Builder. importAttachedClusterOperationSettings()
Returns the builder for the settings used for calls to importAttachedCluster.com.google.api.gax.rpc.OperationCallSettings<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata>
AttachedClustersStubSettings. importAttachedClusterOperationSettings()
Returns the object with the settings used for calls to importAttachedCluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportAttachedClusterRequest,com.google.longrunning.Operation>
AttachedClustersStubSettings.Builder. importAttachedClusterSettings()
Returns the builder for the settings used for calls to importAttachedCluster.com.google.api.gax.rpc.UnaryCallSettings<ImportAttachedClusterRequest,com.google.longrunning.Operation>
AttachedClustersStubSettings. importAttachedClusterSettings()
Returns the object with the settings used for calls to importAttachedCluster.
-