public interface ListGroupsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Group |
getGroup(int index)
The groups that match the specified filters.
|
int |
getGroupCount()
The groups that match the specified filters.
|
java.util.List<Group> |
getGroupList()
The groups that match the specified filters.
|
GroupOrBuilder |
getGroupOrBuilder(int index)
The groups that match the specified filters.
|
java.util.List<? extends GroupOrBuilder> |
getGroupOrBuilderList()
The groups that match the specified filters.
|
java.lang.String |
getNextPageToken()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
ByteString |
getNextPageTokenBytes()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Group> getGroupList()
The groups that match the specified filters.
repeated .google.monitoring.v3.Group group = 1;
Group getGroup(int index)
The groups that match the specified filters.
repeated .google.monitoring.v3.Group group = 1;
int getGroupCount()
The groups that match the specified filters.
repeated .google.monitoring.v3.Group group = 1;
java.util.List<? extends GroupOrBuilder> getGroupOrBuilderList()
The groups that match the specified filters.
repeated .google.monitoring.v3.Group group = 1;
GroupOrBuilder getGroupOrBuilder(int index)
The groups that match the specified filters.
repeated .google.monitoring.v3.Group group = 1;
java.lang.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 `pageToken` in the next call to this method.
string next_page_token = 2;
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 `pageToken` in the next call to this method.
string next_page_token = 2;