Class UserId.Builder (3.34.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UserId.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UserId.Builder
Overrides

build()

public UserId build()
Returns
TypeDescription
UserId

buildPartial()

public UserId buildPartial()
Returns
TypeDescription
UserId

clear()

public UserId.Builder clear()
Returns
TypeDescription
UserId.Builder
Overrides

clearEmail()

public UserId.Builder clearEmail()

Optional. An email address.

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

Returns
TypeDescription
UserId.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public UserId.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UserId.Builder
Overrides

clearIdOneof()

public UserId.Builder clearIdOneof()
Returns
TypeDescription
UserId.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public UserId.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
UserId.Builder

This builder for chaining.

clone()

public UserId.Builder clone()
Returns
TypeDescription
UserId.Builder
Overrides

getDefaultInstanceForType()

public UserId getDefaultInstanceForType()
Returns
TypeDescription
UserId

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEmail()

public String getEmail()

Optional. An email address.

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

Returns
TypeDescription
String

The email.

getEmailBytes()

public ByteString getEmailBytes()

Optional. An email address.

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

Returns
TypeDescription
ByteString

The bytes for email.

getIdOneofCase()

public UserId.IdOneofCase getIdOneofCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for username.

hasEmail()

public boolean hasEmail()

Optional. An email address.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the username field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UserId.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UserId.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UserId.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UserId.Builder
Overrides

mergeFrom(UserId other)

public UserId.Builder mergeFrom(UserId other)
Parameter
NameDescription
otherUserId
Returns
TypeDescription
UserId.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UserId.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The email to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for email to set.

Returns
TypeDescription
UserId.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public UserId.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The phoneNumber to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for phoneNumber to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UserId.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UserId.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The username to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for username to set.

Returns
TypeDescription
UserId.Builder

This builder for chaining.