Uses of Class
com.google.cloud.alloydb.v1beta.User
-
Packages that use User Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB APIcom.google.cloud.alloydb.v1beta.stub -
-
Uses of User in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return User Modifier and Type Method Description User
User.Builder. build()
User
User.Builder. buildPartial()
User
AlloyDBAdminClient. createUser(ClusterName parent, User user, String userId)
Creates a new User in a given project, location, and cluster.User
AlloyDBAdminClient. createUser(CreateUserRequest request)
Creates a new User in a given project, location, and cluster.User
AlloyDBAdminClient. createUser(String parent, User user, String userId)
Creates a new User in a given project, location, and cluster.User
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. createUser(CreateUserRequest request)
Creates a new User in a given project, location, and cluster.static User
User. getDefaultInstance()
User
User.Builder. getDefaultInstanceForType()
User
User. getDefaultInstanceForType()
User
AlloyDBAdminClient. getUser(GetUserRequest request)
Gets details of a single User.User
AlloyDBAdminClient. getUser(UserName name)
Gets details of a single User.User
AlloyDBAdminClient. getUser(String name)
Gets details of a single User.User
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. getUser(GetUserRequest request)
Gets details of a single User.User
CreateUserRequest.Builder. getUser()
Required.User
CreateUserRequest. getUser()
Required.User
CreateUserRequestOrBuilder. getUser()
Required.User
UpdateUserRequest.Builder. getUser()
Required.User
UpdateUserRequest. getUser()
Required.User
UpdateUserRequestOrBuilder. getUser()
Required.User
ListUsersResponse.Builder. getUsers(int index)
The list of UserUser
ListUsersResponse. getUsers(int index)
The list of UserUser
ListUsersResponseOrBuilder. getUsers(int index)
The list of Userstatic User
User. parseDelimitedFrom(InputStream input)
static User
User. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static User
User. parseFrom(byte[] data)
static User
User. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static User
User. parseFrom(com.google.protobuf.ByteString data)
static User
User. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static User
User. parseFrom(com.google.protobuf.CodedInputStream input)
static User
User. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static User
User. parseFrom(InputStream input)
static User
User. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static User
User. parseFrom(ByteBuffer data)
static User
User. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
User
AlloyDBAdminClient. updateUser(UpdateUserRequest request)
Updates the parameters of a single User.User
AlloyDBAdminClient. updateUser(User user, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single User.User
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. updateUser(UpdateUserRequest request)
Updates the parameters of a single User.Methods in com.google.cloud.alloydb.v1beta that return types with arguments of type User Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<User>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. createUser(CreateUserRequest request)
Creates a new User in a given project, location, and cluster.com.google.api.gax.rpc.UnaryCallable<CreateUserRequest,User>
AlloyDBAdminClient. createUserCallable()
Creates a new User in a given project, location, and cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateUserRequest,User>
AlloyDBAdminSettings.Builder. createUserSettings()
Returns the builder for the settings used for calls to createUser.com.google.api.gax.rpc.UnaryCallSettings<CreateUserRequest,User>
AlloyDBAdminSettings. createUserSettings()
Returns the object with the settings used for calls to createUser.static io.grpc.MethodDescriptor<CreateUserRequest,User>
AlloyDBAdminGrpc. getCreateUserMethod()
static io.grpc.MethodDescriptor<GetUserRequest,User>
AlloyDBAdminGrpc. getGetUserMethod()
com.google.protobuf.Parser<User>
User. getParserForType()
static io.grpc.MethodDescriptor<UpdateUserRequest,User>
AlloyDBAdminGrpc. getUpdateUserMethod()
com.google.common.util.concurrent.ListenableFuture<User>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. getUser(GetUserRequest request)
Gets details of a single User.com.google.api.gax.rpc.UnaryCallable<GetUserRequest,User>
AlloyDBAdminClient. getUserCallable()
Gets details of a single User.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetUserRequest,User>
AlloyDBAdminSettings.Builder. getUserSettings()
Returns the builder for the settings used for calls to getUser.com.google.api.gax.rpc.UnaryCallSettings<GetUserRequest,User>
AlloyDBAdminSettings. getUserSettings()
Returns the object with the settings used for calls to getUser.List<User>
ListUsersResponse.Builder. getUsersList()
The list of UserList<User>
ListUsersResponse. getUsersList()
The list of UserList<User>
ListUsersResponseOrBuilder. getUsersList()
The list of Userstatic com.google.protobuf.Parser<User>
User. parser()
com.google.common.util.concurrent.ListenableFuture<User>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. updateUser(UpdateUserRequest request)
Updates the parameters of a single User.com.google.api.gax.rpc.UnaryCallable<UpdateUserRequest,User>
AlloyDBAdminClient. updateUserCallable()
Updates the parameters of a single User.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateUserRequest,User>
AlloyDBAdminSettings.Builder. updateUserSettings()
Returns the builder for the settings used for calls to updateUser.com.google.api.gax.rpc.UnaryCallSettings<UpdateUserRequest,User>
AlloyDBAdminSettings. updateUserSettings()
Returns the object with the settings used for calls to updateUser.Methods in com.google.cloud.alloydb.v1beta with parameters of type User Modifier and Type Method Description ListUsersResponse.Builder
ListUsersResponse.Builder. addUsers(int index, User value)
The list of UserListUsersResponse.Builder
ListUsersResponse.Builder. addUsers(User value)
The list of UserUser
AlloyDBAdminClient. createUser(ClusterName parent, User user, String userId)
Creates a new User in a given project, location, and cluster.User
AlloyDBAdminClient. createUser(String parent, User user, String userId)
Creates a new User in a given project, location, and cluster.User.Builder
User.Builder. mergeFrom(User other)
CreateUserRequest.Builder
CreateUserRequest.Builder. mergeUser(User value)
Required.UpdateUserRequest.Builder
UpdateUserRequest.Builder. mergeUser(User value)
Required.static User.Builder
User. newBuilder(User prototype)
CreateUserRequest.Builder
CreateUserRequest.Builder. setUser(User value)
Required.UpdateUserRequest.Builder
UpdateUserRequest.Builder. setUser(User value)
Required.ListUsersResponse.Builder
ListUsersResponse.Builder. setUsers(int index, User value)
The list of UserUser
AlloyDBAdminClient. updateUser(User user, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single User.Method parameters in com.google.cloud.alloydb.v1beta with type arguments of type User Modifier and Type Method Description ListUsersResponse.Builder
ListUsersResponse.Builder. addAllUsers(Iterable<? extends User> values)
The list of Userstatic 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)
void
AlloyDBAdminGrpc.AlloyDBAdminStub. createUser(CreateUserRequest request, io.grpc.stub.StreamObserver<User> responseObserver)
Creates a new User in a given project, location, and cluster.default void
AlloyDBAdminGrpc.AsyncService. createUser(CreateUserRequest request, io.grpc.stub.StreamObserver<User> responseObserver)
Creates a new User in a given project, location, and cluster.void
AlloyDBAdminGrpc.AlloyDBAdminStub. getUser(GetUserRequest request, io.grpc.stub.StreamObserver<User> responseObserver)
Gets details of a single User.default void
AlloyDBAdminGrpc.AsyncService. getUser(GetUserRequest request, io.grpc.stub.StreamObserver<User> responseObserver)
Gets details of a single User.void
AlloyDBAdminGrpc.AlloyDBAdminStub. updateUser(UpdateUserRequest request, io.grpc.stub.StreamObserver<User> responseObserver)
Updates the parameters of a single User.default void
AlloyDBAdminGrpc.AsyncService. updateUser(UpdateUserRequest request, io.grpc.stub.StreamObserver<User> responseObserver)
Updates the parameters of a single User. -
Uses of User in com.google.cloud.alloydb.v1beta.stub
Methods in com.google.cloud.alloydb.v1beta.stub that return types with arguments of type User Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateUserRequest,User>
AlloyDBAdminStub. createUserCallable()
com.google.api.gax.rpc.UnaryCallable<CreateUserRequest,User>
GrpcAlloyDBAdminStub. createUserCallable()
com.google.api.gax.rpc.UnaryCallable<CreateUserRequest,User>
HttpJsonAlloyDBAdminStub. createUserCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateUserRequest,User>
AlloyDBAdminStubSettings.Builder. createUserSettings()
Returns the builder for the settings used for calls to createUser.com.google.api.gax.rpc.UnaryCallSettings<CreateUserRequest,User>
AlloyDBAdminStubSettings. createUserSettings()
Returns the object with the settings used for calls to createUser.com.google.api.gax.rpc.UnaryCallable<GetUserRequest,User>
AlloyDBAdminStub. getUserCallable()
com.google.api.gax.rpc.UnaryCallable<GetUserRequest,User>
GrpcAlloyDBAdminStub. getUserCallable()
com.google.api.gax.rpc.UnaryCallable<GetUserRequest,User>
HttpJsonAlloyDBAdminStub. getUserCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetUserRequest,User>
AlloyDBAdminStubSettings.Builder. getUserSettings()
Returns the builder for the settings used for calls to getUser.com.google.api.gax.rpc.UnaryCallSettings<GetUserRequest,User>
AlloyDBAdminStubSettings. getUserSettings()
Returns the object with the settings used for calls to getUser.com.google.api.gax.rpc.UnaryCallable<UpdateUserRequest,User>
AlloyDBAdminStub. updateUserCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateUserRequest,User>
GrpcAlloyDBAdminStub. updateUserCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateUserRequest,User>
HttpJsonAlloyDBAdminStub. updateUserCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateUserRequest,User>
AlloyDBAdminStubSettings.Builder. updateUserSettings()
Returns the builder for the settings used for calls to updateUser.com.google.api.gax.rpc.UnaryCallSettings<UpdateUserRequest,User>
AlloyDBAdminStubSettings. updateUserSettings()
Returns the object with the settings used for calls to updateUser.
-