public interface ListGroupMembersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMembers(int index)
public abstract MonitoredResource getMembers(int index)A set of monitored resources in the group.
repeated .google.api.MonitoredResource members = 1;
| Name | Description |
| index | int |
| Type | Description |
| com.google.api.MonitoredResource |
getMembersCount()
public abstract int getMembersCount()A set of monitored resources in the group.
repeated .google.api.MonitoredResource members = 1;
| Type | Description |
| int |
getMembersList()
public abstract List<MonitoredResource> getMembersList()A set of monitored resources in the group.
repeated .google.api.MonitoredResource members = 1;
| Type | Description |
| List<com.google.api.MonitoredResource> |
getMembersOrBuilder(int index)
public abstract MonitoredResourceOrBuilder getMembersOrBuilder(int index)A set of monitored resources in the group.
repeated .google.api.MonitoredResource members = 1;
| Name | Description |
| index | int |
| Type | Description |
| com.google.api.MonitoredResourceOrBuilder |
getMembersOrBuilderList()
public abstract List<? extends MonitoredResourceOrBuilder> getMembersOrBuilderList()A set of monitored resources in the group.
repeated .google.api.MonitoredResource members = 1;
| Type | Description |
| List<? extends com.google.api.MonitoredResourceOrBuilder> |
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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getTotalSize()
public abstract int getTotalSize()The total number of elements matching this request.
int32 total_size = 3;
| Type | Description |
| int | The totalSize. |