Uses of Class
com.google.cloud.alloydb.v1beta.DeleteUserRequest
-
Packages that use DeleteUserRequest Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB APIcom.google.cloud.alloydb.v1beta.stub -
-
Uses of DeleteUserRequest in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return DeleteUserRequest Modifier and Type Method Description DeleteUserRequest
DeleteUserRequest.Builder. build()
DeleteUserRequest
DeleteUserRequest.Builder. buildPartial()
static DeleteUserRequest
DeleteUserRequest. getDefaultInstance()
DeleteUserRequest
DeleteUserRequest.Builder. getDefaultInstanceForType()
DeleteUserRequest
DeleteUserRequest. getDefaultInstanceForType()
static DeleteUserRequest
DeleteUserRequest. parseDelimitedFrom(InputStream input)
static DeleteUserRequest
DeleteUserRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteUserRequest
DeleteUserRequest. parseFrom(byte[] data)
static DeleteUserRequest
DeleteUserRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteUserRequest
DeleteUserRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteUserRequest
DeleteUserRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteUserRequest
DeleteUserRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteUserRequest
DeleteUserRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteUserRequest
DeleteUserRequest. parseFrom(InputStream input)
static DeleteUserRequest
DeleteUserRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteUserRequest
DeleteUserRequest. parseFrom(ByteBuffer data)
static DeleteUserRequest
DeleteUserRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1beta that return types with arguments of type DeleteUserRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteUserRequest,com.google.protobuf.Empty>
AlloyDBAdminClient. deleteUserCallable()
Deletes a single User.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteUserRequest,com.google.protobuf.Empty>
AlloyDBAdminSettings.Builder. deleteUserSettings()
Returns the builder for the settings used for calls to deleteUser.com.google.api.gax.rpc.UnaryCallSettings<DeleteUserRequest,com.google.protobuf.Empty>
AlloyDBAdminSettings. deleteUserSettings()
Returns the object with the settings used for calls to deleteUser.static io.grpc.MethodDescriptor<DeleteUserRequest,com.google.protobuf.Empty>
AlloyDBAdminGrpc. getDeleteUserMethod()
com.google.protobuf.Parser<DeleteUserRequest>
DeleteUserRequest. getParserForType()
static com.google.protobuf.Parser<DeleteUserRequest>
DeleteUserRequest. parser()
Methods in com.google.cloud.alloydb.v1beta with parameters of type DeleteUserRequest Modifier and Type Method Description void
AlloyDBAdminClient. deleteUser(DeleteUserRequest request)
Deletes a single User.com.google.protobuf.Empty
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. deleteUser(DeleteUserRequest request)
Deletes a single User.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. deleteUser(DeleteUserRequest request)
Deletes a single User.void
AlloyDBAdminGrpc.AlloyDBAdminStub. deleteUser(DeleteUserRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a single User.default void
AlloyDBAdminGrpc.AsyncService. deleteUser(DeleteUserRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a single User.DeleteUserRequest.Builder
DeleteUserRequest.Builder. mergeFrom(DeleteUserRequest other)
static DeleteUserRequest.Builder
DeleteUserRequest. newBuilder(DeleteUserRequest prototype)
-
Uses of DeleteUserRequest in com.google.cloud.alloydb.v1beta.stub
Methods in com.google.cloud.alloydb.v1beta.stub that return types with arguments of type DeleteUserRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteUserRequest,com.google.protobuf.Empty>
AlloyDBAdminStub. deleteUserCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteUserRequest,com.google.protobuf.Empty>
GrpcAlloyDBAdminStub. deleteUserCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteUserRequest,com.google.protobuf.Empty>
HttpJsonAlloyDBAdminStub. deleteUserCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteUserRequest,com.google.protobuf.Empty>
AlloyDBAdminStubSettings.Builder. deleteUserSettings()
Returns the builder for the settings used for calls to deleteUser.com.google.api.gax.rpc.UnaryCallSettings<DeleteUserRequest,com.google.protobuf.Empty>
AlloyDBAdminStubSettings. deleteUserSettings()
Returns the object with the settings used for calls to deleteUser.
-