Class UserId.Builder (3.80.0)

public static final class UserId.Builder extends GeneratedMessage.Builder<UserId.Builder> implements UserIdOrBuilder

An identifier associated with a user.

Protobuf type google.cloud.recaptchaenterprise.v1.UserId

Implements

UserIdOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public UserId build()
Returns
Type Description
UserId

buildPartial()

public UserId buildPartial()
Returns
Type Description
UserId

clear()

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

clearEmail()

public UserId.Builder clearEmail()

Optional. An email address.

string email = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UserId.Builder

This builder for chaining.

clearIdOneof()

public UserId.Builder clearIdOneof()
Returns
Type Description
UserId.Builder

clearPhoneNumber()

public UserId.Builder clearPhoneNumber()

Optional. A phone number. Should use the E.164 format.

string phone_number = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UserId.Builder

This builder for chaining.

clearUsername()

public UserId.Builder clearUsername()

Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.

string username = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UserId.Builder

This builder for chaining.

getDefaultInstanceForType()

public UserId getDefaultInstanceForType()
Returns
Type Description
UserId

getDescriptorForType()

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

getEmail()

public String getEmail()

Optional. An email address.

string email = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The email.

getEmailBytes()

public ByteString getEmailBytes()

Optional. An email address.

string email = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for email.

getIdOneofCase()

public UserId.IdOneofCase getIdOneofCase()
Returns
Type Description
UserId.IdOneofCase

getPhoneNumber()

public String getPhoneNumber()

Optional. A phone number. Should use the E.164 format.

string phone_number = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The phoneNumber.

getPhoneNumberBytes()

public ByteString getPhoneNumberBytes()

Optional. A phone number. Should use the E.164 format.

string phone_number = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for phoneNumber.

getUsername()

public String getUsername()

Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.

string username = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The username.

getUsernameBytes()

public ByteString getUsernameBytes()

Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.

string username = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for username.

hasEmail()

public boolean hasEmail()

Optional. An email address.

string email = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the email field is set.

hasPhoneNumber()

public boolean hasPhoneNumber()

Optional. A phone number. Should use the E.164 format.

string phone_number = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the phoneNumber field is set.

hasUsername()

public boolean hasUsername()

Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.

string username = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the username field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(UserId other)

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

setEmail(String value)

public UserId.Builder setEmail(String value)

Optional. An email address.

string email = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The email to set.

Returns
Type Description
UserId.Builder

This builder for chaining.

setEmailBytes(ByteString value)

public UserId.Builder setEmailBytes(ByteString value)

Optional. An email address.

string email = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for email to set.

Returns
Type Description
UserId.Builder

This builder for chaining.

setPhoneNumber(String value)

public UserId.Builder setPhoneNumber(String value)

Optional. A phone number. Should use the E.164 format.

string phone_number = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The phoneNumber to set.

Returns
Type Description
UserId.Builder

This builder for chaining.

setPhoneNumberBytes(ByteString value)

public UserId.Builder setPhoneNumberBytes(ByteString value)

Optional. A phone number. Should use the E.164 format.

string phone_number = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for phoneNumber to set.

Returns
Type Description
UserId.Builder

This builder for chaining.

setUsername(String value)

public UserId.Builder setUsername(String value)

Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.

string username = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The username to set.

Returns
Type Description
UserId.Builder

This builder for chaining.

setUsernameBytes(ByteString value)

public UserId.Builder setUsernameBytes(ByteString value)

Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.

string username = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for username to set.

Returns
Type Description
UserId.Builder

This builder for chaining.