Uses of Class
com.google.cloud.alloydb.v1alpha.CreateSecondaryClusterRequest
-
Packages that use CreateSecondaryClusterRequest Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB APIcom.google.cloud.alloydb.v1alpha.stub -
-
Uses of CreateSecondaryClusterRequest in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return CreateSecondaryClusterRequest Modifier and Type Method Description CreateSecondaryClusterRequest
CreateSecondaryClusterRequest.Builder. build()
CreateSecondaryClusterRequest
CreateSecondaryClusterRequest.Builder. buildPartial()
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. getDefaultInstance()
CreateSecondaryClusterRequest
CreateSecondaryClusterRequest.Builder. getDefaultInstanceForType()
CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. getDefaultInstanceForType()
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseDelimitedFrom(InputStream input)
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseFrom(byte[] data)
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseFrom(InputStream input)
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseFrom(ByteBuffer data)
static CreateSecondaryClusterRequest
CreateSecondaryClusterRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type CreateSecondaryClusterRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSecondaryClusterRequest,com.google.longrunning.Operation>
AlloyDBAdminClient. createSecondaryClusterCallable()
Creates a cluster of type SECONDARY in the given location using the primary cluster as the source.com.google.api.gax.rpc.OperationCallable<CreateSecondaryClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminClient. createSecondaryClusterOperationCallable()
Creates a cluster of type SECONDARY in the given location using the primary cluster as the source.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSecondaryClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminSettings.Builder. createSecondaryClusterOperationSettings()
Returns the builder for the settings used for calls to createSecondaryCluster.com.google.api.gax.rpc.OperationCallSettings<CreateSecondaryClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminSettings. createSecondaryClusterOperationSettings()
Returns the object with the settings used for calls to createSecondaryCluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSecondaryClusterRequest,com.google.longrunning.Operation>
AlloyDBAdminSettings.Builder. createSecondaryClusterSettings()
Returns the builder for the settings used for calls to createSecondaryCluster.com.google.api.gax.rpc.UnaryCallSettings<CreateSecondaryClusterRequest,com.google.longrunning.Operation>
AlloyDBAdminSettings. createSecondaryClusterSettings()
Returns the object with the settings used for calls to createSecondaryCluster.static io.grpc.MethodDescriptor<CreateSecondaryClusterRequest,com.google.longrunning.Operation>
AlloyDBAdminGrpc. getCreateSecondaryClusterMethod()
com.google.protobuf.Parser<CreateSecondaryClusterRequest>
CreateSecondaryClusterRequest. getParserForType()
static com.google.protobuf.Parser<CreateSecondaryClusterRequest>
CreateSecondaryClusterRequest. parser()
Methods in com.google.cloud.alloydb.v1alpha with parameters of type CreateSecondaryClusterRequest Modifier and Type Method Description com.google.longrunning.Operation
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. createSecondaryCluster(CreateSecondaryClusterRequest request)
Creates a cluster of type SECONDARY in the given location using the primary cluster as the source.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. createSecondaryCluster(CreateSecondaryClusterRequest request)
Creates a cluster of type SECONDARY in the given location using the primary cluster as the source.void
AlloyDBAdminGrpc.AlloyDBAdminStub. createSecondaryCluster(CreateSecondaryClusterRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a cluster of type SECONDARY in the given location using the primary cluster as the source.default void
AlloyDBAdminGrpc.AsyncService. createSecondaryCluster(CreateSecondaryClusterRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a cluster of type SECONDARY in the given location using the primary cluster as the source.com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. createSecondaryClusterAsync(CreateSecondaryClusterRequest request)
Creates a cluster of type SECONDARY in the given location using the primary cluster as the source.CreateSecondaryClusterRequest.Builder
CreateSecondaryClusterRequest.Builder. mergeFrom(CreateSecondaryClusterRequest other)
static CreateSecondaryClusterRequest.Builder
CreateSecondaryClusterRequest. newBuilder(CreateSecondaryClusterRequest prototype)
-
Uses of CreateSecondaryClusterRequest in com.google.cloud.alloydb.v1alpha.stub
Methods in com.google.cloud.alloydb.v1alpha.stub that return types with arguments of type CreateSecondaryClusterRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSecondaryClusterRequest,com.google.longrunning.Operation>
AlloyDBAdminStub. createSecondaryClusterCallable()
com.google.api.gax.rpc.UnaryCallable<CreateSecondaryClusterRequest,com.google.longrunning.Operation>
GrpcAlloyDBAdminStub. createSecondaryClusterCallable()
com.google.api.gax.rpc.UnaryCallable<CreateSecondaryClusterRequest,com.google.longrunning.Operation>
HttpJsonAlloyDBAdminStub. createSecondaryClusterCallable()
com.google.api.gax.rpc.OperationCallable<CreateSecondaryClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStub. createSecondaryClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateSecondaryClusterRequest,Cluster,OperationMetadata>
GrpcAlloyDBAdminStub. createSecondaryClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateSecondaryClusterRequest,Cluster,OperationMetadata>
HttpJsonAlloyDBAdminStub. createSecondaryClusterOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSecondaryClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStubSettings.Builder. createSecondaryClusterOperationSettings()
Returns the builder for the settings used for calls to createSecondaryCluster.com.google.api.gax.rpc.OperationCallSettings<CreateSecondaryClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStubSettings. createSecondaryClusterOperationSettings()
Returns the object with the settings used for calls to createSecondaryCluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSecondaryClusterRequest,com.google.longrunning.Operation>
AlloyDBAdminStubSettings.Builder. createSecondaryClusterSettings()
Returns the builder for the settings used for calls to createSecondaryCluster.com.google.api.gax.rpc.UnaryCallSettings<CreateSecondaryClusterRequest,com.google.longrunning.Operation>
AlloyDBAdminStubSettings. createSecondaryClusterSettings()
Returns the object with the settings used for calls to createSecondaryCluster.
-