Uses of Class
com.google.cloud.alloydb.v1alpha.Cluster
-
Packages that use Cluster Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB APIcom.google.cloud.alloydb.v1alpha.stub -
-
Uses of Cluster in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return Cluster Modifier and Type Method Description Cluster
Cluster.Builder. build()
Cluster
Cluster.Builder. buildPartial()
Cluster
AlloyDBAdminClient. getCluster(ClusterName name)
Gets details of a single Cluster.Cluster
AlloyDBAdminClient. getCluster(GetClusterRequest request)
Gets details of a single Cluster.Cluster
AlloyDBAdminClient. getCluster(String name)
Gets details of a single Cluster.Cluster
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. getCluster(GetClusterRequest request)
Gets details of a single Cluster.Cluster
CreateClusterRequest.Builder. getCluster()
Required.Cluster
CreateClusterRequest. getCluster()
Required.Cluster
CreateClusterRequestOrBuilder. getCluster()
Required.Cluster
CreateSecondaryClusterRequest.Builder. getCluster()
Required.Cluster
CreateSecondaryClusterRequest. getCluster()
Required.Cluster
CreateSecondaryClusterRequestOrBuilder. getCluster()
Required.Cluster
RestoreClusterRequest.Builder. getCluster()
Required.Cluster
RestoreClusterRequest. getCluster()
Required.Cluster
RestoreClusterRequestOrBuilder. getCluster()
Required.Cluster
UpdateClusterRequest.Builder. getCluster()
Required.Cluster
UpdateClusterRequest. getCluster()
Required.Cluster
UpdateClusterRequestOrBuilder. getCluster()
Required.Cluster
ListClustersResponse.Builder. getClusters(int index)
The list of ClusterCluster
ListClustersResponse. getClusters(int index)
The list of ClusterCluster
ListClustersResponseOrBuilder. getClusters(int index)
The list of Clusterstatic Cluster
Cluster. getDefaultInstance()
Cluster
Cluster.Builder. getDefaultInstanceForType()
Cluster
Cluster. getDefaultInstanceForType()
static Cluster
Cluster. parseDelimitedFrom(InputStream input)
static Cluster
Cluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(byte[] data)
static Cluster
Cluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(com.google.protobuf.ByteString data)
static Cluster
Cluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(com.google.protobuf.CodedInputStream input)
static Cluster
Cluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(InputStream input)
static Cluster
Cluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(ByteBuffer data)
static Cluster
Cluster. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type Cluster Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. createClusterAsync(CreateClusterRequest request)
Creates a new Cluster in a given project and location.com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. createClusterAsync(LocationName parent, Cluster cluster, String clusterId)
Creates a new Cluster in a given project and location.com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. createClusterAsync(String parent, Cluster cluster, String clusterId)
Creates a new Cluster in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminClient. createClusterOperationCallable()
Creates a new Cluster in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminSettings.Builder. createClusterOperationSettings()
Returns the builder for the settings used for calls to createCluster.com.google.api.gax.rpc.OperationCallSettings<CreateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminSettings. createClusterOperationSettings()
Returns the object with the settings used for calls to createCluster.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.com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. createSecondaryClusterAsync(LocationName parent, Cluster cluster, String clusterId)
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(String parent, Cluster cluster, String clusterId)
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.common.util.concurrent.ListenableFuture<Cluster>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. getCluster(GetClusterRequest request)
Gets details of a single Cluster.com.google.api.gax.rpc.UnaryCallable<GetClusterRequest,Cluster>
AlloyDBAdminClient. getClusterCallable()
Gets details of a single Cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetClusterRequest,Cluster>
AlloyDBAdminSettings.Builder. getClusterSettings()
Returns the builder for the settings used for calls to getCluster.com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster>
AlloyDBAdminSettings. getClusterSettings()
Returns the object with the settings used for calls to getCluster.List<Cluster>
ListClustersResponse.Builder. getClustersList()
The list of ClusterList<Cluster>
ListClustersResponse. getClustersList()
The list of ClusterList<Cluster>
ListClustersResponseOrBuilder. getClustersList()
The list of Clusterstatic io.grpc.MethodDescriptor<GetClusterRequest,Cluster>
AlloyDBAdminGrpc. getGetClusterMethod()
com.google.protobuf.Parser<Cluster>
Cluster. getParserForType()
static com.google.protobuf.Parser<Cluster>
Cluster. parser()
com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. promoteClusterAsync(ClusterName name)
Promotes a SECONDARY cluster.com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. promoteClusterAsync(PromoteClusterRequest request)
Promotes a SECONDARY cluster.com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. promoteClusterAsync(String name)
Promotes a SECONDARY cluster.com.google.api.gax.rpc.OperationCallable<PromoteClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminClient. promoteClusterOperationCallable()
Promotes a SECONDARY cluster.com.google.api.gax.rpc.OperationCallSettings.Builder<PromoteClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminSettings.Builder. promoteClusterOperationSettings()
Returns the builder for the settings used for calls to promoteCluster.com.google.api.gax.rpc.OperationCallSettings<PromoteClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminSettings. promoteClusterOperationSettings()
Returns the object with the settings used for calls to promoteCluster.com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. restoreClusterAsync(RestoreClusterRequest request)
Creates a new Cluster in a given project and location, with a volume restored from the provided source, either a backup ID or a point-in-time and a source cluster.com.google.api.gax.rpc.OperationCallable<RestoreClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminClient. restoreClusterOperationCallable()
Creates a new Cluster in a given project and location, with a volume restored from the provided source, either a backup ID or a point-in-time and a source cluster.com.google.api.gax.rpc.OperationCallSettings.Builder<RestoreClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminSettings.Builder. restoreClusterOperationSettings()
Returns the builder for the settings used for calls to restoreCluster.com.google.api.gax.rpc.OperationCallSettings<RestoreClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminSettings. restoreClusterOperationSettings()
Returns the object with the settings used for calls to restoreCluster.com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. updateClusterAsync(Cluster cluster, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single Cluster.com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. updateClusterAsync(UpdateClusterRequest request)
Updates the parameters of a single Cluster.com.google.api.gax.rpc.OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminClient. updateClusterOperationCallable()
Updates the parameters of a single Cluster.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminSettings.Builder. updateClusterOperationSettings()
Returns the builder for the settings used for calls to updateCluster.com.google.api.gax.rpc.OperationCallSettings<UpdateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminSettings. updateClusterOperationSettings()
Returns the object with the settings used for calls to updateCluster.Methods in com.google.cloud.alloydb.v1alpha with parameters of type Cluster Modifier and Type Method Description ListClustersResponse.Builder
ListClustersResponse.Builder. addClusters(int index, Cluster value)
The list of ClusterListClustersResponse.Builder
ListClustersResponse.Builder. addClusters(Cluster value)
The list of Clustercom.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. createClusterAsync(LocationName parent, Cluster cluster, String clusterId)
Creates a new Cluster in a given project and location.com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. createClusterAsync(String parent, Cluster cluster, String clusterId)
Creates a new Cluster in a given project and location.com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. createSecondaryClusterAsync(LocationName parent, Cluster cluster, String clusterId)
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(String parent, Cluster cluster, String clusterId)
Creates a cluster of type SECONDARY in the given location using the primary cluster as the source.CreateClusterRequest.Builder
CreateClusterRequest.Builder. mergeCluster(Cluster value)
Required.CreateSecondaryClusterRequest.Builder
CreateSecondaryClusterRequest.Builder. mergeCluster(Cluster value)
Required.RestoreClusterRequest.Builder
RestoreClusterRequest.Builder. mergeCluster(Cluster value)
Required.UpdateClusterRequest.Builder
UpdateClusterRequest.Builder. mergeCluster(Cluster value)
Required.Cluster.Builder
Cluster.Builder. mergeFrom(Cluster other)
static Cluster.Builder
Cluster. newBuilder(Cluster prototype)
CreateClusterRequest.Builder
CreateClusterRequest.Builder. setCluster(Cluster value)
Required.CreateSecondaryClusterRequest.Builder
CreateSecondaryClusterRequest.Builder. setCluster(Cluster value)
Required.RestoreClusterRequest.Builder
RestoreClusterRequest.Builder. setCluster(Cluster value)
Required.UpdateClusterRequest.Builder
UpdateClusterRequest.Builder. setCluster(Cluster value)
Required.ListClustersResponse.Builder
ListClustersResponse.Builder. setClusters(int index, Cluster value)
The list of Clustercom.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata>
AlloyDBAdminClient. updateClusterAsync(Cluster cluster, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single Cluster.Method parameters in com.google.cloud.alloydb.v1alpha with type arguments of type Cluster Modifier and Type Method Description ListClustersResponse.Builder
ListClustersResponse.Builder. addAllClusters(Iterable<? extends Cluster> values)
The list of Clusterstatic com.google.api.core.ApiFuture<AlloyDBAdminClient.ListClustersPagedResponse>
AlloyDBAdminClient.ListClustersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListClustersRequest,ListClustersResponse,Cluster> context, com.google.api.core.ApiFuture<ListClustersResponse> futureResponse)
protected AlloyDBAdminClient.ListClustersPage
AlloyDBAdminClient.ListClustersPage. createPage(com.google.api.gax.rpc.PageContext<ListClustersRequest,ListClustersResponse,Cluster> context, ListClustersResponse response)
com.google.api.core.ApiFuture<AlloyDBAdminClient.ListClustersPage>
AlloyDBAdminClient.ListClustersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListClustersRequest,ListClustersResponse,Cluster> context, com.google.api.core.ApiFuture<ListClustersResponse> futureResponse)
void
AlloyDBAdminGrpc.AlloyDBAdminStub. getCluster(GetClusterRequest request, io.grpc.stub.StreamObserver<Cluster> responseObserver)
Gets details of a single Cluster.default void
AlloyDBAdminGrpc.AsyncService. getCluster(GetClusterRequest request, io.grpc.stub.StreamObserver<Cluster> responseObserver)
Gets details of a single Cluster. -
Uses of Cluster in com.google.cloud.alloydb.v1alpha.stub
Methods in com.google.cloud.alloydb.v1alpha.stub that return types with arguments of type Cluster Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStub. createClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateClusterRequest,Cluster,OperationMetadata>
GrpcAlloyDBAdminStub. createClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateClusterRequest,Cluster,OperationMetadata>
HttpJsonAlloyDBAdminStub. createClusterOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStubSettings.Builder. createClusterOperationSettings()
Returns the builder for the settings used for calls to createCluster.com.google.api.gax.rpc.OperationCallSettings<CreateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStubSettings. createClusterOperationSettings()
Returns the object with the settings used for calls to createCluster.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.UnaryCallable<GetClusterRequest,Cluster>
AlloyDBAdminStub. getClusterCallable()
com.google.api.gax.rpc.UnaryCallable<GetClusterRequest,Cluster>
GrpcAlloyDBAdminStub. getClusterCallable()
com.google.api.gax.rpc.UnaryCallable<GetClusterRequest,Cluster>
HttpJsonAlloyDBAdminStub. getClusterCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetClusterRequest,Cluster>
AlloyDBAdminStubSettings.Builder. getClusterSettings()
Returns the builder for the settings used for calls to getCluster.com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster>
AlloyDBAdminStubSettings. getClusterSettings()
Returns the object with the settings used for calls to getCluster.com.google.api.gax.rpc.OperationCallable<PromoteClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStub. promoteClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<PromoteClusterRequest,Cluster,OperationMetadata>
GrpcAlloyDBAdminStub. promoteClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<PromoteClusterRequest,Cluster,OperationMetadata>
HttpJsonAlloyDBAdminStub. promoteClusterOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<PromoteClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStubSettings.Builder. promoteClusterOperationSettings()
Returns the builder for the settings used for calls to promoteCluster.com.google.api.gax.rpc.OperationCallSettings<PromoteClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStubSettings. promoteClusterOperationSettings()
Returns the object with the settings used for calls to promoteCluster.com.google.api.gax.rpc.OperationCallable<RestoreClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStub. restoreClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<RestoreClusterRequest,Cluster,OperationMetadata>
GrpcAlloyDBAdminStub. restoreClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<RestoreClusterRequest,Cluster,OperationMetadata>
HttpJsonAlloyDBAdminStub. restoreClusterOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<RestoreClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStubSettings.Builder. restoreClusterOperationSettings()
Returns the builder for the settings used for calls to restoreCluster.com.google.api.gax.rpc.OperationCallSettings<RestoreClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStubSettings. restoreClusterOperationSettings()
Returns the object with the settings used for calls to restoreCluster.com.google.api.gax.rpc.OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStub. updateClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata>
GrpcAlloyDBAdminStub. updateClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata>
HttpJsonAlloyDBAdminStub. updateClusterOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStubSettings.Builder. updateClusterOperationSettings()
Returns the builder for the settings used for calls to updateCluster.com.google.api.gax.rpc.OperationCallSettings<UpdateClusterRequest,Cluster,OperationMetadata>
AlloyDBAdminStubSettings. updateClusterOperationSettings()
Returns the object with the settings used for calls to updateCluster.
-