Interface ListGroupsResponseOrBuilder (3.3.5)

public interface ListGroupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGroup(int index)

public abstract Group getGroup(int index)

The groups that match the specified filters.

repeated .google.monitoring.v3.Group group = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Group

getGroupCount()

public abstract int getGroupCount()

The groups that match the specified filters.

repeated .google.monitoring.v3.Group group = 1;

Returns
TypeDescription
int

getGroupList()

public abstract List<Group> getGroupList()

The groups that match the specified filters.

repeated .google.monitoring.v3.Group group = 1;

Returns
TypeDescription
List<Group>

getGroupOrBuilder(int index)

public abstract GroupOrBuilder getGroupOrBuilder(int index)

The groups that match the specified filters.

repeated .google.monitoring.v3.Group group = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GroupOrBuilder

getGroupOrBuilderList()

public abstract List<? extends GroupOrBuilder> getGroupOrBuilderList()

The groups that match the specified filters.

repeated .google.monitoring.v3.Group group = 1;

Returns
TypeDescription
List<? extends com.google.monitoring.v3.GroupOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.