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 UpdateUserRequestUpdateUserRequest.Builder. build()UpdateUserRequestUpdateUserRequest.Builder. buildPartial()static UpdateUserRequestUpdateUserRequest. getDefaultInstance()UpdateUserRequestUpdateUserRequest.Builder. getDefaultInstanceForType()UpdateUserRequestUpdateUserRequest. getDefaultInstanceForType()static UpdateUserRequestUpdateUserRequest. parseDelimitedFrom(InputStream input)static UpdateUserRequestUpdateUserRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateUserRequestUpdateUserRequest. parseFrom(byte[] data)static UpdateUserRequestUpdateUserRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateUserRequestUpdateUserRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateUserRequestUpdateUserRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateUserRequestUpdateUserRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateUserRequestUpdateUserRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateUserRequestUpdateUserRequest. parseFrom(InputStream input)static UpdateUserRequestUpdateUserRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateUserRequestUpdateUserRequest. parseFrom(ByteBuffer data)static UpdateUserRequestUpdateUserRequest. 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.BuilderUpdateUserRequest.Builder. mergeFrom(UpdateUserRequest other)static UpdateUserRequest.BuilderUpdateUserRequest. newBuilder(UpdateUserRequest prototype)UserAlloyDBAdminClient. updateUser(UpdateUserRequest request)Updates the parameters of a single User.UserAlloyDBAdminGrpc.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.voidAlloyDBAdminGrpc.AlloyDBAdminStub. updateUser(UpdateUserRequest request, io.grpc.stub.StreamObserver<User> responseObserver)Updates the parameters of a single User.default voidAlloyDBAdminGrpc.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.
-