- 0.48.0 (latest)
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class UserInfo.Builder extends GeneratedMessageV3.Builder<UserInfo.Builder> implements UserInfoOrBuilder
The user information.
Protobuf type google.cloud.contentwarehouse.v1.UserInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UserInfo.BuilderImplements
UserInfoOrBuilderStatic 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. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UserInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
UserInfo.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public UserInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
UserInfo.Builder |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public UserInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
UserInfo.Builder |
clone()
public UserInfo.Builder clone()
Returns | |
---|---|
Type | Description |
UserInfo.Builder |
getDefaultInstanceForType()
public UserInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
UserInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public UserInfo.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
UserInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UserInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
UserInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UserInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
UserInfo.Builder |
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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UserInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
UserInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final UserInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
UserInfo.Builder |