Uses of Class
com.google.cloud.alloydb.v1beta.ListUsersRequest
-
Packages that use ListUsersRequest Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB APIcom.google.cloud.alloydb.v1beta.stub -
-
Uses of ListUsersRequest in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return ListUsersRequest Modifier and Type Method Description ListUsersRequest
ListUsersRequest.Builder. build()
ListUsersRequest
ListUsersRequest.Builder. buildPartial()
static ListUsersRequest
ListUsersRequest. getDefaultInstance()
ListUsersRequest
ListUsersRequest.Builder. getDefaultInstanceForType()
ListUsersRequest
ListUsersRequest. getDefaultInstanceForType()
static ListUsersRequest
ListUsersRequest. parseDelimitedFrom(InputStream input)
static ListUsersRequest
ListUsersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUsersRequest
ListUsersRequest. parseFrom(byte[] data)
static ListUsersRequest
ListUsersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUsersRequest
ListUsersRequest. parseFrom(com.google.protobuf.ByteString data)
static ListUsersRequest
ListUsersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUsersRequest
ListUsersRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListUsersRequest
ListUsersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUsersRequest
ListUsersRequest. parseFrom(InputStream input)
static ListUsersRequest
ListUsersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUsersRequest
ListUsersRequest. parseFrom(ByteBuffer data)
static ListUsersRequest
ListUsersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1beta that return types with arguments of type ListUsersRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListUsersRequest,ListUsersResponse>
AlloyDBAdminGrpc. getListUsersMethod()
com.google.protobuf.Parser<ListUsersRequest>
ListUsersRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListUsersRequest,ListUsersResponse>
AlloyDBAdminClient. listUsersCallable()
Lists Users in a given project and location.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.static com.google.protobuf.Parser<ListUsersRequest>
ListUsersRequest. parser()
Methods in com.google.cloud.alloydb.v1beta with parameters of type ListUsersRequest Modifier and Type Method Description AlloyDBAdminClient.ListUsersPagedResponse
AlloyDBAdminClient. listUsers(ListUsersRequest request)
Lists Users in a given project and location.ListUsersResponse
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. listUsers(ListUsersRequest request)
Lists Users in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListUsersResponse>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. listUsers(ListUsersRequest request)
Lists Users in a given project and location.void
AlloyDBAdminGrpc.AlloyDBAdminStub. listUsers(ListUsersRequest request, io.grpc.stub.StreamObserver<ListUsersResponse> responseObserver)
Lists Users in a given project and location.default void
AlloyDBAdminGrpc.AsyncService. listUsers(ListUsersRequest request, io.grpc.stub.StreamObserver<ListUsersResponse> responseObserver)
Lists Users in a given project and location.ListUsersRequest.Builder
ListUsersRequest.Builder. mergeFrom(ListUsersRequest other)
static ListUsersRequest.Builder
ListUsersRequest. newBuilder(ListUsersRequest prototype)
Method parameters in com.google.cloud.alloydb.v1beta with type arguments of type ListUsersRequest 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)
protected AlloyDBAdminClient.ListUsersPage
AlloyDBAdminClient.ListUsersPage. createPage(com.google.api.gax.rpc.PageContext<ListUsersRequest,ListUsersResponse,User> context, ListUsersResponse response)
com.google.api.core.ApiFuture<AlloyDBAdminClient.ListUsersPage>
AlloyDBAdminClient.ListUsersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListUsersRequest,ListUsersResponse,User> context, com.google.api.core.ApiFuture<ListUsersResponse> futureResponse)
-
Uses of ListUsersRequest in com.google.cloud.alloydb.v1beta.stub
Methods in com.google.cloud.alloydb.v1beta.stub that return types with arguments of type ListUsersRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListUsersRequest,ListUsersResponse>
AlloyDBAdminStub. listUsersCallable()
com.google.api.gax.rpc.UnaryCallable<ListUsersRequest,ListUsersResponse>
GrpcAlloyDBAdminStub. listUsersCallable()
com.google.api.gax.rpc.UnaryCallable<ListUsersRequest,ListUsersResponse>
HttpJsonAlloyDBAdminStub. listUsersCallable()
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.
-