Uses of Class
com.google.cloud.alloydb.v1.ListClustersRequest
-
Packages that use ListClustersRequest Package Description com.google.cloud.alloydb.v1 A client to AlloyDB APIcom.google.cloud.alloydb.v1.stub -
-
Uses of ListClustersRequest in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return ListClustersRequest Modifier and Type Method Description ListClustersRequest
ListClustersRequest.Builder. build()
ListClustersRequest
ListClustersRequest.Builder. buildPartial()
static ListClustersRequest
ListClustersRequest. getDefaultInstance()
ListClustersRequest
ListClustersRequest.Builder. getDefaultInstanceForType()
ListClustersRequest
ListClustersRequest. getDefaultInstanceForType()
static ListClustersRequest
ListClustersRequest. parseDelimitedFrom(InputStream input)
static ListClustersRequest
ListClustersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersRequest
ListClustersRequest. parseFrom(byte[] data)
static ListClustersRequest
ListClustersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersRequest
ListClustersRequest. parseFrom(com.google.protobuf.ByteString data)
static ListClustersRequest
ListClustersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersRequest
ListClustersRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListClustersRequest
ListClustersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersRequest
ListClustersRequest. parseFrom(InputStream input)
static ListClustersRequest
ListClustersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersRequest
ListClustersRequest. parseFrom(ByteBuffer data)
static ListClustersRequest
ListClustersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1 that return types with arguments of type ListClustersRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse>
AlloyDBAdminGrpc. getListClustersMethod()
com.google.protobuf.Parser<ListClustersRequest>
ListClustersRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,ListClustersResponse>
AlloyDBAdminClient. listClustersCallable()
Lists Clusters in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,AlloyDBAdminClient.ListClustersPagedResponse>
AlloyDBAdminClient. listClustersPagedCallable()
Lists Clusters in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListClustersRequest,ListClustersResponse,AlloyDBAdminClient.ListClustersPagedResponse>
AlloyDBAdminSettings.Builder. listClustersSettings()
Returns the builder for the settings used for calls to listClusters.com.google.api.gax.rpc.PagedCallSettings<ListClustersRequest,ListClustersResponse,AlloyDBAdminClient.ListClustersPagedResponse>
AlloyDBAdminSettings. listClustersSettings()
Returns the object with the settings used for calls to listClusters.static com.google.protobuf.Parser<ListClustersRequest>
ListClustersRequest. parser()
Methods in com.google.cloud.alloydb.v1 with parameters of type ListClustersRequest Modifier and Type Method Description AlloyDBAdminClient.ListClustersPagedResponse
AlloyDBAdminClient. listClusters(ListClustersRequest request)
Lists Clusters in a given project and location.ListClustersResponse
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. listClusters(ListClustersRequest request)
Lists Clusters in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListClustersResponse>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. listClusters(ListClustersRequest request)
Lists Clusters in a given project and location.void
AlloyDBAdminGrpc.AlloyDBAdminStub. listClusters(ListClustersRequest request, io.grpc.stub.StreamObserver<ListClustersResponse> responseObserver)
Lists Clusters in a given project and location.default void
AlloyDBAdminGrpc.AsyncService. listClusters(ListClustersRequest request, io.grpc.stub.StreamObserver<ListClustersResponse> responseObserver)
Lists Clusters in a given project and location.ListClustersRequest.Builder
ListClustersRequest.Builder. mergeFrom(ListClustersRequest other)
static ListClustersRequest.Builder
ListClustersRequest. newBuilder(ListClustersRequest prototype)
Method parameters in com.google.cloud.alloydb.v1 with type arguments of type ListClustersRequest Modifier and Type Method Description static 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)
-
Uses of ListClustersRequest in com.google.cloud.alloydb.v1.stub
Methods in com.google.cloud.alloydb.v1.stub that return types with arguments of type ListClustersRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,ListClustersResponse>
AlloyDBAdminStub. listClustersCallable()
com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,ListClustersResponse>
GrpcAlloyDBAdminStub. listClustersCallable()
com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,ListClustersResponse>
HttpJsonAlloyDBAdminStub. listClustersCallable()
com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,AlloyDBAdminClient.ListClustersPagedResponse>
AlloyDBAdminStub. listClustersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,AlloyDBAdminClient.ListClustersPagedResponse>
GrpcAlloyDBAdminStub. listClustersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,AlloyDBAdminClient.ListClustersPagedResponse>
HttpJsonAlloyDBAdminStub. listClustersPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListClustersRequest,ListClustersResponse,AlloyDBAdminClient.ListClustersPagedResponse>
AlloyDBAdminStubSettings.Builder. listClustersSettings()
Returns the builder for the settings used for calls to listClusters.com.google.api.gax.rpc.PagedCallSettings<ListClustersRequest,ListClustersResponse,AlloyDBAdminClient.ListClustersPagedResponse>
AlloyDBAdminStubSettings. listClustersSettings()
Returns the object with the settings used for calls to listClusters.
-