Class UserId.Builder (3.39.0)

public static final class UserId.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UserId.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UserId.Builder
Overrides

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.

clearField(Descriptors.FieldDescriptor field)

public UserId.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UserId.Builder
Overrides

clearIdOneof()

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

clearOneof(Descriptors.OneofDescriptor oneof)

public UserId.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UserId.Builder
Overrides

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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UserId.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UserId.Builder
Overrides

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.

setField(Descriptors.FieldDescriptor field, Object value)

public UserId.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UserId.Builder
Overrides

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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UserId.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UserId.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UserId.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UserId.Builder
Overrides

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.