public interface ListGroupsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGroup(int index)
public abstract Group getGroup(int index)The groups that match the specified filters.
repeated .google.monitoring.v3.Group group = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Group |
|
getGroupCount()
public abstract int getGroupCount()The groups that match the specified filters.
repeated .google.monitoring.v3.Group group = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getGroupList()
public abstract List<Group> getGroupList()The groups that match the specified filters.
repeated .google.monitoring.v3.Group group = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GroupOrBuilder |
|
getGroupOrBuilderList()
public abstract List<? extends GroupOrBuilder> getGroupOrBuilderList()The groups that match the specified filters.
repeated .google.monitoring.v3.Group group = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |