Uses of Class
com.google.cloud.alloydb.v1alpha.UpdateUserRequest
-
Packages that use UpdateUserRequest Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB APIcom.google.cloud.alloydb.v1alpha.stub -
-
Uses of UpdateUserRequest in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return UpdateUserRequest Modifier and Type Method Description UpdateUserRequest
UpdateUserRequest.Builder. build()
UpdateUserRequest
UpdateUserRequest.Builder. buildPartial()
static UpdateUserRequest
UpdateUserRequest. getDefaultInstance()
UpdateUserRequest
UpdateUserRequest.Builder. getDefaultInstanceForType()
UpdateUserRequest
UpdateUserRequest. getDefaultInstanceForType()
static UpdateUserRequest
UpdateUserRequest. parseDelimitedFrom(InputStream input)
static UpdateUserRequest
UpdateUserRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateUserRequest
UpdateUserRequest. parseFrom(byte[] data)
static UpdateUserRequest
UpdateUserRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateUserRequest
UpdateUserRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateUserRequest
UpdateUserRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateUserRequest
UpdateUserRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateUserRequest
UpdateUserRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateUserRequest
UpdateUserRequest. parseFrom(InputStream input)
static UpdateUserRequest
UpdateUserRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateUserRequest
UpdateUserRequest. parseFrom(ByteBuffer data)
static UpdateUserRequest
UpdateUserRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type UpdateUserRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateUserRequest>
UpdateUserRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateUserRequest,User>
AlloyDBAdminGrpc. getUpdateUserMethod()
static com.google.protobuf.Parser<UpdateUserRequest>
UpdateUserRequest. parser()
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.v1alpha with parameters of type UpdateUserRequest Modifier and Type Method Description UpdateUserRequest.Builder
UpdateUserRequest.Builder. mergeFrom(UpdateUserRequest other)
static UpdateUserRequest.Builder
UpdateUserRequest. newBuilder(UpdateUserRequest prototype)
User
AlloyDBAdminClient. updateUser(UpdateUserRequest request)
Updates the parameters of a single User.User
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. updateUser(UpdateUserRequest request)
Updates the parameters of a single User.com.google.common.util.concurrent.ListenableFuture<User>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. updateUser(UpdateUserRequest request)
Updates the parameters 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 UpdateUserRequest in com.google.cloud.alloydb.v1alpha.stub
Methods in com.google.cloud.alloydb.v1alpha.stub that return types with arguments of type UpdateUserRequest Modifier and Type Method Description 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.
-