Uses of Class
com.google.cloud.alloydb.v1alpha.AlloyDBAdminClient.ListUsersPagedResponse
-
Packages that use AlloyDBAdminClient.ListUsersPagedResponse Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB APIcom.google.cloud.alloydb.v1alpha.stub -
-
Uses of AlloyDBAdminClient.ListUsersPagedResponse in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return AlloyDBAdminClient.ListUsersPagedResponse Modifier and Type Method Description AlloyDBAdminClient.ListUsersPagedResponse
AlloyDBAdminClient. listUsers(ClusterName parent)
Lists Users in a given project and location.AlloyDBAdminClient.ListUsersPagedResponse
AlloyDBAdminClient. listUsers(ListUsersRequest request)
Lists Users in a given project and location.AlloyDBAdminClient.ListUsersPagedResponse
AlloyDBAdminClient. listUsers(String parent)
Lists Users in a given project and location.Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type AlloyDBAdminClient.ListUsersPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<AlloyDBAdminClient.ListUsersPagedResponse>
AlloyDBAdminClient.ListUsersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListUsersRequest,ListUsersResponse,User> context, com.google.api.core.ApiFuture<ListUsersResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListUsersRequest,AlloyDBAdminClient.ListUsersPagedResponse>
AlloyDBAdminClient. listUsersPagedCallable()
Lists Users in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListUsersRequest,ListUsersResponse,AlloyDBAdminClient.ListUsersPagedResponse>
AlloyDBAdminSettings.Builder. listUsersSettings()
Returns the builder for the settings used for calls to listUsers.com.google.api.gax.rpc.PagedCallSettings<ListUsersRequest,ListUsersResponse,AlloyDBAdminClient.ListUsersPagedResponse>
AlloyDBAdminSettings. listUsersSettings()
Returns the object with the settings used for calls to listUsers. -
Uses of AlloyDBAdminClient.ListUsersPagedResponse in com.google.cloud.alloydb.v1alpha.stub
Methods in com.google.cloud.alloydb.v1alpha.stub that return types with arguments of type AlloyDBAdminClient.ListUsersPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListUsersRequest,AlloyDBAdminClient.ListUsersPagedResponse>
AlloyDBAdminStub. listUsersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListUsersRequest,AlloyDBAdminClient.ListUsersPagedResponse>
GrpcAlloyDBAdminStub. listUsersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListUsersRequest,AlloyDBAdminClient.ListUsersPagedResponse>
HttpJsonAlloyDBAdminStub. listUsersPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListUsersRequest,ListUsersResponse,AlloyDBAdminClient.ListUsersPagedResponse>
AlloyDBAdminStubSettings.Builder. listUsersSettings()
Returns the builder for the settings used for calls to listUsers.com.google.api.gax.rpc.PagedCallSettings<ListUsersRequest,ListUsersResponse,AlloyDBAdminClient.ListUsersPagedResponse>
AlloyDBAdminStubSettings. listUsersSettings()
Returns the object with the settings used for calls to listUsers.
-