Uses of Class
com.google.cloud.alloydb.v1.GetClusterRequest
-
Packages that use GetClusterRequest Package Description com.google.cloud.alloydb.v1 A client to AlloyDB APIcom.google.cloud.alloydb.v1.stub -
-
Uses of GetClusterRequest in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return GetClusterRequest Modifier and Type Method Description GetClusterRequestGetClusterRequest.Builder. build()GetClusterRequestGetClusterRequest.Builder. buildPartial()static GetClusterRequestGetClusterRequest. getDefaultInstance()GetClusterRequestGetClusterRequest.Builder. getDefaultInstanceForType()GetClusterRequestGetClusterRequest. getDefaultInstanceForType()static GetClusterRequestGetClusterRequest. parseDelimitedFrom(InputStream input)static GetClusterRequestGetClusterRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetClusterRequestGetClusterRequest. parseFrom(byte[] data)static GetClusterRequestGetClusterRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetClusterRequestGetClusterRequest. parseFrom(com.google.protobuf.ByteString data)static GetClusterRequestGetClusterRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetClusterRequestGetClusterRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetClusterRequestGetClusterRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetClusterRequestGetClusterRequest. parseFrom(InputStream input)static GetClusterRequestGetClusterRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetClusterRequestGetClusterRequest. parseFrom(ByteBuffer data)static GetClusterRequestGetClusterRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.alloydb.v1 that return types with arguments of type GetClusterRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<GetClusterRequest,Cluster>AlloyDBAdminGrpc. getGetClusterMethod()com.google.protobuf.Parser<GetClusterRequest>GetClusterRequest. getParserForType()static com.google.protobuf.Parser<GetClusterRequest>GetClusterRequest. parser()Methods in com.google.cloud.alloydb.v1 with parameters of type GetClusterRequest Modifier and Type Method Description ClusterAlloyDBAdminClient. getCluster(GetClusterRequest request)Gets details of a single Cluster.ClusterAlloyDBAdminGrpc.AlloyDBAdminBlockingStub. getCluster(GetClusterRequest request)Gets details of a single Cluster.com.google.common.util.concurrent.ListenableFuture<Cluster>AlloyDBAdminGrpc.AlloyDBAdminFutureStub. getCluster(GetClusterRequest request)Gets details of a single Cluster.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.GetClusterRequest.BuilderGetClusterRequest.Builder. mergeFrom(GetClusterRequest other)static GetClusterRequest.BuilderGetClusterRequest. newBuilder(GetClusterRequest prototype) -
Uses of GetClusterRequest in com.google.cloud.alloydb.v1.stub
Methods in com.google.cloud.alloydb.v1.stub that return types with arguments of type GetClusterRequest Modifier and Type Method Description 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.
-