Uses of Class
com.google.cloud.alloydb.v1.ListUsersRequest
-
Packages that use ListUsersRequest Package Description com.google.cloud.alloydb.v1 A client to AlloyDB APIcom.google.cloud.alloydb.v1.stub -
-
Uses of ListUsersRequest in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return ListUsersRequest Modifier and Type Method Description ListUsersRequestListUsersRequest.Builder. build()ListUsersRequestListUsersRequest.Builder. buildPartial()static ListUsersRequestListUsersRequest. getDefaultInstance()ListUsersRequestListUsersRequest.Builder. getDefaultInstanceForType()ListUsersRequestListUsersRequest. getDefaultInstanceForType()static ListUsersRequestListUsersRequest. parseDelimitedFrom(InputStream input)static ListUsersRequestListUsersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsersRequestListUsersRequest. parseFrom(byte[] data)static ListUsersRequestListUsersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsersRequestListUsersRequest. parseFrom(com.google.protobuf.ByteString data)static ListUsersRequestListUsersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsersRequestListUsersRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListUsersRequestListUsersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsersRequestListUsersRequest. parseFrom(InputStream input)static ListUsersRequestListUsersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsersRequestListUsersRequest. parseFrom(ByteBuffer data)static ListUsersRequestListUsersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.alloydb.v1 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.v1 with parameters of type ListUsersRequest Modifier and Type Method Description AlloyDBAdminClient.ListUsersPagedResponseAlloyDBAdminClient. listUsers(ListUsersRequest request)Lists Users in a given project and location.ListUsersResponseAlloyDBAdminGrpc.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.voidAlloyDBAdminGrpc.AlloyDBAdminStub. listUsers(ListUsersRequest request, io.grpc.stub.StreamObserver<ListUsersResponse> responseObserver)Lists Users in a given project and location.default voidAlloyDBAdminGrpc.AsyncService. listUsers(ListUsersRequest request, io.grpc.stub.StreamObserver<ListUsersResponse> responseObserver)Lists Users in a given project and location.ListUsersRequest.BuilderListUsersRequest.Builder. mergeFrom(ListUsersRequest other)static ListUsersRequest.BuilderListUsersRequest. newBuilder(ListUsersRequest prototype)Method parameters in com.google.cloud.alloydb.v1 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.ListUsersPageAlloyDBAdminClient.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.v1.stub
Methods in com.google.cloud.alloydb.v1.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.
-