Class GetUserRequest.Builder (0.72.0)

public static final class GetUserRequest.Builder extends GeneratedMessage.Builder<GetUserRequest.Builder> implements GetUserRequestOrBuilder

Message for getting a User

Protobuf type google.cloud.alloydb.v1beta.GetUserRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetUserRequest build()
Returns
Type Description
GetUserRequest

buildPartial()

public GetUserRequest buildPartial()
Returns
Type Description
GetUserRequest

clear()

public GetUserRequest.Builder clear()
Returns
Type Description
GetUserRequest.Builder
Overrides

clearName()

public GetUserRequest.Builder clearName()

Required. The name of the resource. For the required format, see the comment on the User.name field.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetUserRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetUserRequest getDefaultInstanceForType()
Returns
Type Description
GetUserRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the resource. For the required format, see the comment on the User.name field.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the resource. For the required format, see the comment on the User.name field.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetUserRequest other)

public GetUserRequest.Builder mergeFrom(GetUserRequest other)
Parameter
Name Description
other GetUserRequest
Returns
Type Description
GetUserRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetUserRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetUserRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetUserRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetUserRequest.Builder
Overrides

setName(String value)

public GetUserRequest.Builder setName(String value)

Required. The name of the resource. For the required format, see the comment on the User.name field.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetUserRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetUserRequest.Builder setNameBytes(ByteString value)

Required. The name of the resource. For the required format, see the comment on the User.name field.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetUserRequest.Builder

This builder for chaining.