Class UserInfo.Builder (0.37.0)

public static final class UserInfo.Builder extends GeneratedMessageV3.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
TypeDescription
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
NameDescription
valuesIterable<String>

The groupIds to add.

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

The groupIds to add.

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

The bytes of the groupIds to add.

Returns
TypeDescription
UserInfo.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public UserInfo build()
Returns
TypeDescription
UserInfo

buildPartial()

public UserInfo buildPartial()
Returns
TypeDescription
UserInfo

clear()

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

clearField(Descriptors.FieldDescriptor field)

public UserInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
UserInfo.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public UserInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UserInfo.Builder
Overrides

clone()

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

getDefaultInstanceForType()

public UserInfo getDefaultInstanceForType()
Returns
TypeDescription
UserInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

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

The index of the value to return.

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

The bytes for id.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UserInfo other)

public UserInfo.Builder mergeFrom(UserInfo other)
Parameter
NameDescription
otherUserInfo
Returns
TypeDescription
UserInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UserInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UserInfo.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

The index to set the value at.

valueString

The groupIds to set.

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

The id to set.

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

The bytes for id to set.

Returns
TypeDescription
UserInfo.Builder

This builder for chaining.

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

public UserInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UserInfo.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UserInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UserInfo.Builder
Overrides