public interface UserInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGroupIds(int index)
public abstract 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 abstract 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 abstract 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 abstract List<String> 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 |
List<String> | A list containing the groupIds. |
getId()
public abstract 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 abstract 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. |