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