Class UserInfo.Builder (0.79.0)

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

The user information.

Protobuf type google.cloud.contentwarehouse.v1.UserInfo

Implements

UserInfoOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllGroupIds(Iterable<String> values)

public UserInfo.Builder addAllGroupIds(Iterable<String> values)

The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";

repeated string group_ids = 2;

Parameter
Name Description
values Iterable<String>

The groupIds to add.

Returns
Type Description
UserInfo.Builder

This builder for chaining.

addGroupIds(String value)

public UserInfo.Builder addGroupIds(String value)

The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";

repeated string group_ids = 2;

Parameter
Name Description
value String

The groupIds to add.

Returns
Type Description
UserInfo.Builder

This builder for chaining.

addGroupIdsBytes(ByteString value)

public UserInfo.Builder addGroupIdsBytes(ByteString value)

The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";

repeated string group_ids = 2;

Parameter
Name Description
value ByteString

The bytes of the groupIds to add.

Returns
Type Description
UserInfo.Builder

This builder for chaining.

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

clearGroupIds()

public UserInfo.Builder clearGroupIds()

The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";

repeated string group_ids = 2;

Returns
Type Description
UserInfo.Builder

This builder for chaining.

clearId()

public UserInfo.Builder clearId()

A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";

string id = 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

getGroupIds(int index)

public String getGroupIds(int index)

The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";

repeated string group_ids = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The groupIds at the given index.

getGroupIdsBytes(int index)

public ByteString getGroupIdsBytes(int index)

The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";

repeated string group_ids = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the groupIds at the given index.

getGroupIdsCount()

public int getGroupIdsCount()

The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";

repeated string group_ids = 2;

Returns
Type Description
int

The count of groupIds.

getGroupIdsList()

public ProtocolStringList getGroupIdsList()

The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";

repeated string group_ids = 2;

Returns
Type Description
ProtocolStringList

A list containing the groupIds.

getId()

public String getId()

A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";

string id = 1;

Returns
Type Description
ByteString

The bytes for id.

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

setGroupIds(int index, String value)

public UserInfo.Builder setGroupIds(int index, String value)

The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";

repeated string group_ids = 2;

Parameters
Name Description
index int

The index to set the value at.

value String

The groupIds to set.

Returns
Type Description
UserInfo.Builder

This builder for chaining.

setId(String value)

public UserInfo.Builder setId(String value)

A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";

string id = 1;

Parameter
Name Description
value String

The id to set.

Returns
Type Description
UserInfo.Builder

This builder for chaining.

setIdBytes(ByteString value)

public UserInfo.Builder setIdBytes(ByteString value)

A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";

string id = 1;

Parameter
Name Description
value ByteString

The bytes for id to set.

Returns
Type Description
UserInfo.Builder

This builder for chaining.