Uses of Class
com.google.cloud.alloydb.v1beta.AlloyDBAdminClient.ListInstancesPagedResponse
-
Packages that use AlloyDBAdminClient.ListInstancesPagedResponse Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB APIcom.google.cloud.alloydb.v1beta.stub -
-
Uses of AlloyDBAdminClient.ListInstancesPagedResponse in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return AlloyDBAdminClient.ListInstancesPagedResponse Modifier and Type Method Description AlloyDBAdminClient.ListInstancesPagedResponse
AlloyDBAdminClient. listInstances(ClusterName parent)
Lists Instances in a given project and location.AlloyDBAdminClient.ListInstancesPagedResponse
AlloyDBAdminClient. listInstances(ListInstancesRequest request)
Lists Instances in a given project and location.AlloyDBAdminClient.ListInstancesPagedResponse
AlloyDBAdminClient. listInstances(String parent)
Lists Instances in a given project and location.Methods in com.google.cloud.alloydb.v1beta 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.v1beta.stub
Methods in com.google.cloud.alloydb.v1beta.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.
-