Class UserInfo.Builder (2.83.0)

public static final class UserInfo.Builder extends GeneratedMessage.Builder<UserInfo.Builder> implements UserInfoOrBuilder

Information about a user.

Protobuf type google.cloud.bigquery.datatransfer.v1.UserInfo

Implements

UserInfoOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public UserInfo build()
Returns
Type Description
UserInfo

buildPartial()

public UserInfo buildPartial()
Returns
Type Description
UserInfo

clear()

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

clearEmail()

public UserInfo.Builder clearEmail()

E-mail address of the user.

optional string email = 1;

Returns
Type Description
UserInfo.Builder

This builder for chaining.

getDefaultInstanceForType()

public UserInfo getDefaultInstanceForType()
Returns
Type Description
UserInfo

getDescriptorForType()

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

getEmail()

public String getEmail()

E-mail address of the user.

optional string email = 1;

Returns
Type Description
String

The email.

getEmailBytes()

public ByteString getEmailBytes()

E-mail address of the user.

optional string email = 1;

Returns
Type Description
ByteString

The bytes for email.

hasEmail()

public boolean hasEmail()

E-mail address of the user.

optional string email = 1;

Returns
Type Description
boolean

Whether the email field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UserInfo other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEmail(String value)

public UserInfo.Builder setEmail(String value)

E-mail address of the user.

optional string email = 1;

Parameter
Name Description
value String

The email to set.

Returns
Type Description
UserInfo.Builder

This builder for chaining.

setEmailBytes(ByteString value)

public UserInfo.Builder setEmailBytes(ByteString value)

E-mail address of the user.

optional string email = 1;

Parameter
Name Description
value ByteString

The bytes for email to set.

Returns
Type Description
UserInfo.Builder

This builder for chaining.