public static final class UserInfo.Builder extends GeneratedMessageV3.Builder<UserInfo.Builder> implements UserInfoOrBuilder
Protobuf type google.cloud.contentwarehouse.v1.UserInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
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
Returns
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
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
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UserInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public UserInfo buildPartial()
Returns
clear()
public UserInfo.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public UserInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
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
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
clearOneof(Descriptors.OneofDescriptor oneof)
public UserInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public UserInfo.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public UserInfo getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
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
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
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(UserInfo other)
public UserInfo.Builder mergeFrom(UserInfo other)
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UserInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public UserInfo.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UserInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public UserInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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
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
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
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UserInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UserInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides