public interface ListGroupsResponseOrBuilder
extends com.google.protobuf.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.
|
List<Group> |
getGroupList()
The groups that match the specified filters.
|
GroupOrBuilder |
getGroupOrBuilder(int index)
The groups that match the specified filters.
|
List<? extends GroupOrBuilder> |
getGroupOrBuilderList()
The groups that match the specified filters.
|
String |
getNextPageToken()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
com.google.protobuf.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, hasOneofList<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;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;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.