Uses of Class
com.google.cloud.alloydb.v1.AlloyDBAdminClient.ListInstancesPagedResponse
-
Packages that use AlloyDBAdminClient.ListInstancesPagedResponse Package Description com.google.cloud.alloydb.v1 A client to AlloyDB APIcom.google.cloud.alloydb.v1.stub -
-
Uses of AlloyDBAdminClient.ListInstancesPagedResponse in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return AlloyDBAdminClient.ListInstancesPagedResponse Modifier and Type Method Description AlloyDBAdminClient.ListInstancesPagedResponseAlloyDBAdminClient. listInstances(ClusterName parent)Lists Instances in a given project and location.AlloyDBAdminClient.ListInstancesPagedResponseAlloyDBAdminClient. listInstances(ListInstancesRequest request)Lists Instances in a given project and location.AlloyDBAdminClient.ListInstancesPagedResponseAlloyDBAdminClient. listInstances(String parent)Lists Instances in a given project and location.Methods in com.google.cloud.alloydb.v1 that return types with arguments of type AlloyDBAdminClient.ListInstancesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<AlloyDBAdminClient.ListInstancesPagedResponse>AlloyDBAdminClient.ListInstancesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, com.google.api.core.ApiFuture<ListInstancesResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,AlloyDBAdminClient.ListInstancesPagedResponse>AlloyDBAdminClient. listInstancesPagedCallable()Lists Instances in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,AlloyDBAdminClient.ListInstancesPagedResponse>AlloyDBAdminSettings.Builder. listInstancesSettings()Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,AlloyDBAdminClient.ListInstancesPagedResponse>AlloyDBAdminSettings. listInstancesSettings()Returns the object with the settings used for calls to listInstances. -
Uses of AlloyDBAdminClient.ListInstancesPagedResponse in com.google.cloud.alloydb.v1.stub
Methods in com.google.cloud.alloydb.v1.stub that return types with arguments of type AlloyDBAdminClient.ListInstancesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,AlloyDBAdminClient.ListInstancesPagedResponse>AlloyDBAdminStub. listInstancesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,AlloyDBAdminClient.ListInstancesPagedResponse>GrpcAlloyDBAdminStub. listInstancesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,AlloyDBAdminClient.ListInstancesPagedResponse>HttpJsonAlloyDBAdminStub. listInstancesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,AlloyDBAdminClient.ListInstancesPagedResponse>AlloyDBAdminStubSettings.Builder. listInstancesSettings()Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,AlloyDBAdminClient.ListInstancesPagedResponse>AlloyDBAdminStubSettings. listInstancesSettings()Returns the object with the settings used for calls to listInstances.
-