Uses of Class
com.google.cloud.alloydb.v1beta.CreateUserRequest
-
Packages that use CreateUserRequest Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB APIcom.google.cloud.alloydb.v1beta.stub -
-
Uses of CreateUserRequest in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return CreateUserRequest Modifier and Type Method Description CreateUserRequestCreateUserRequest.Builder. build()CreateUserRequestCreateUserRequest.Builder. buildPartial()static CreateUserRequestCreateUserRequest. getDefaultInstance()CreateUserRequestCreateUserRequest.Builder. getDefaultInstanceForType()CreateUserRequestCreateUserRequest. getDefaultInstanceForType()static CreateUserRequestCreateUserRequest. parseDelimitedFrom(InputStream input)static CreateUserRequestCreateUserRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateUserRequestCreateUserRequest. parseFrom(byte[] data)static CreateUserRequestCreateUserRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateUserRequestCreateUserRequest. parseFrom(com.google.protobuf.ByteString data)static CreateUserRequestCreateUserRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateUserRequestCreateUserRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateUserRequestCreateUserRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateUserRequestCreateUserRequest. parseFrom(InputStream input)static CreateUserRequestCreateUserRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateUserRequestCreateUserRequest. parseFrom(ByteBuffer data)static CreateUserRequestCreateUserRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.alloydb.v1beta that return types with arguments of type CreateUserRequest Modifier and Type Method Description 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()com.google.protobuf.Parser<CreateUserRequest>CreateUserRequest. getParserForType()static com.google.protobuf.Parser<CreateUserRequest>CreateUserRequest. parser()Methods in com.google.cloud.alloydb.v1beta with parameters of type CreateUserRequest Modifier and Type Method Description UserAlloyDBAdminClient. createUser(CreateUserRequest request)Creates a new User in a given project, location, and cluster.UserAlloyDBAdminGrpc.AlloyDBAdminBlockingStub. createUser(CreateUserRequest request)Creates a new User in a given project, location, and cluster.com.google.common.util.concurrent.ListenableFuture<User>AlloyDBAdminGrpc.AlloyDBAdminFutureStub. createUser(CreateUserRequest request)Creates a new User in a given project, location, and cluster.voidAlloyDBAdminGrpc.AlloyDBAdminStub. createUser(CreateUserRequest request, io.grpc.stub.StreamObserver<User> responseObserver)Creates a new User in a given project, location, and cluster.default voidAlloyDBAdminGrpc.AsyncService. createUser(CreateUserRequest request, io.grpc.stub.StreamObserver<User> responseObserver)Creates a new User in a given project, location, and cluster.CreateUserRequest.BuilderCreateUserRequest.Builder. mergeFrom(CreateUserRequest other)static CreateUserRequest.BuilderCreateUserRequest. newBuilder(CreateUserRequest prototype) -
Uses of CreateUserRequest in com.google.cloud.alloydb.v1beta.stub
Methods in com.google.cloud.alloydb.v1beta.stub that return types with arguments of type CreateUserRequest 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.
-