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()
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;
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.
|
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.
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UserInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
buildPartial()
public UserInfo buildPartial()
clear()
public UserInfo.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UserInfo.Builder clearField(Descriptors.FieldDescriptor field)
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;
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public UserInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public UserInfo.Builder clone()
Overrides
getDefaultInstanceForType()
public UserInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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;
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;
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UserInfo other)
public UserInfo.Builder mergeFrom(UserInfo other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UserInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UserInfo.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UserInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public UserInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UserInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UserInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides