Uses of Class
com.google.cloud.alloydb.v1beta.Cluster
-
Packages that use Cluster Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB APIcom.google.cloud.alloydb.v1beta.stub -
-
Uses of Cluster in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return Cluster Modifier and Type Method Description ClusterCluster.Builder. build()ClusterCluster.Builder. buildPartial()ClusterAlloyDBAdminClient. getCluster(ClusterName name)Gets details of a single Cluster.ClusterAlloyDBAdminClient. getCluster(GetClusterRequest request)Gets details of a single Cluster.ClusterAlloyDBAdminClient. getCluster(String name)Gets details of a single Cluster.ClusterAlloyDBAdminGrpc.AlloyDBAdminBlockingStub. getCluster(GetClusterRequest request)Gets details of a single Cluster.ClusterCreateClusterRequest.Builder. getCluster()Required.ClusterCreateClusterRequest. getCluster()Required.ClusterCreateClusterRequestOrBuilder. getCluster()Required.ClusterCreateSecondaryClusterRequest.Builder. getCluster()Required.ClusterCreateSecondaryClusterRequest. getCluster()Required.ClusterCreateSecondaryClusterRequestOrBuilder. getCluster()Required.ClusterRestoreClusterRequest.Builder. getCluster()Required.ClusterRestoreClusterRequest. getCluster()Required.ClusterRestoreClusterRequestOrBuilder. getCluster()Required.ClusterUpdateClusterRequest.Builder. getCluster()Required.ClusterUpdateClusterRequest. getCluster()Required.ClusterUpdateClusterRequestOrBuilder. getCluster()Required.ClusterListClustersResponse.Builder. getClusters(int index)The list of ClusterClusterListClustersResponse. getClusters(int index)The list of ClusterClusterListClustersResponseOrBuilder. getClusters(int index)The list of Clusterstatic ClusterCluster. getDefaultInstance()ClusterCluster.Builder. getDefaultInstanceForType()ClusterCluster. getDefaultInstanceForType()static ClusterCluster. parseDelimitedFrom(InputStream input)static ClusterCluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(byte[] data)static ClusterCluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(com.google.protobuf.ByteString data)static ClusterCluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(com.google.protobuf.CodedInputStream input)static ClusterCluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(InputStream input)static ClusterCluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(ByteBuffer data)static ClusterCluster. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.alloydb.v1beta 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.v1beta with parameters of type Cluster Modifier and Type Method Description ListClustersResponse.BuilderListClustersResponse.Builder. addClusters(int index, Cluster value)The list of ClusterListClustersResponse.BuilderListClustersResponse.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.BuilderCreateClusterRequest.Builder. mergeCluster(Cluster value)Required.CreateSecondaryClusterRequest.BuilderCreateSecondaryClusterRequest.Builder. mergeCluster(Cluster value)Required.RestoreClusterRequest.BuilderRestoreClusterRequest.Builder. mergeCluster(Cluster value)Required.UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. mergeCluster(Cluster value)Required.Cluster.BuilderCluster.Builder. mergeFrom(Cluster other)static Cluster.BuilderCluster. newBuilder(Cluster prototype)CreateClusterRequest.BuilderCreateClusterRequest.Builder. setCluster(Cluster value)Required.CreateSecondaryClusterRequest.BuilderCreateSecondaryClusterRequest.Builder. setCluster(Cluster value)Required.RestoreClusterRequest.BuilderRestoreClusterRequest.Builder. setCluster(Cluster value)Required.UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. setCluster(Cluster value)Required.ListClustersResponse.BuilderListClustersResponse.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.v1beta with type arguments of type Cluster Modifier and Type Method Description ListClustersResponse.BuilderListClustersResponse.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.ListClustersPageAlloyDBAdminClient.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)voidAlloyDBAdminGrpc.AlloyDBAdminStub. getCluster(GetClusterRequest request, io.grpc.stub.StreamObserver<Cluster> responseObserver)Gets details of a single Cluster.default voidAlloyDBAdminGrpc.AsyncService. getCluster(GetClusterRequest request, io.grpc.stub.StreamObserver<Cluster> responseObserver)Gets details of a single Cluster. -
Uses of Cluster in com.google.cloud.alloydb.v1beta.stub
Methods in com.google.cloud.alloydb.v1beta.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.
-