Uses of Class
com.google.cloud.alloydb.v1.CreateUserRequest
-
Packages that use CreateUserRequest Package Description com.google.cloud.alloydb.v1 A client to AlloyDB APIcom.google.cloud.alloydb.v1.stub -
-
Uses of CreateUserRequest in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return CreateUserRequest Modifier and Type Method Description CreateUserRequest
CreateUserRequest.Builder. build()
CreateUserRequest
CreateUserRequest.Builder. buildPartial()
static CreateUserRequest
CreateUserRequest. getDefaultInstance()
CreateUserRequest
CreateUserRequest.Builder. getDefaultInstanceForType()
CreateUserRequest
CreateUserRequest. getDefaultInstanceForType()
static CreateUserRequest
CreateUserRequest. parseDelimitedFrom(InputStream input)
static CreateUserRequest
CreateUserRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateUserRequest
CreateUserRequest. parseFrom(byte[] data)
static CreateUserRequest
CreateUserRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateUserRequest
CreateUserRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateUserRequest
CreateUserRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateUserRequest
CreateUserRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateUserRequest
CreateUserRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateUserRequest
CreateUserRequest. parseFrom(InputStream input)
static CreateUserRequest
CreateUserRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateUserRequest
CreateUserRequest. parseFrom(ByteBuffer data)
static CreateUserRequest
CreateUserRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1 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.v1 with parameters of type CreateUserRequest Modifier and Type Method Description User
AlloyDBAdminClient. createUser(CreateUserRequest request)
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.com.google.common.util.concurrent.ListenableFuture<User>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. createUser(CreateUserRequest request)
Creates a new User in a given project, location, and cluster.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.CreateUserRequest.Builder
CreateUserRequest.Builder. mergeFrom(CreateUserRequest other)
static CreateUserRequest.Builder
CreateUserRequest. newBuilder(CreateUserRequest prototype)
-
Uses of CreateUserRequest in com.google.cloud.alloydb.v1.stub
Methods in com.google.cloud.alloydb.v1.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.
-