Interface UserInfoOrBuilder (0.37.0)

public interface UserInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

The index of the element to return.

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

The index of the value to return.

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

The bytes for id.