public interface ListGroupMembersRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilter()
An optional [list filter](/monitoring/api/learn_more#filtering) describing
the members to be returned.
|
ByteString |
getFilterBytes()
An optional [list filter](/monitoring/api/learn_more#filtering) describing
the members to be returned.
|
TimeInterval |
getInterval()
An optional time interval for which results should be returned.
|
TimeIntervalOrBuilder |
getIntervalOrBuilder()
An optional time interval for which results should be returned.
|
java.lang.String |
getName()
The group whose members are listed.
|
ByteString |
getNameBytes()
The group whose members are listed.
|
int |
getPageSize()
A positive number that is the maximum number of results to return.
|
java.lang.String |
getPageToken()
If this field is not empty then it must contain the `nextPageToken` value
returned by a previous call to this method.
|
ByteString |
getPageTokenBytes()
If this field is not empty then it must contain the `nextPageToken` value
returned by a previous call to this method.
|
boolean |
hasInterval()
An optional time interval for which results should be returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The group whose members are listed. The format is `"projects/{project_id_or_number}/groups/{group_id}"`.
string name = 7;
ByteString getNameBytes()
The group whose members are listed. The format is `"projects/{project_id_or_number}/groups/{group_id}"`.
string name = 7;
int getPageSize()
A positive number that is the maximum number of results to return.
int32 page_size = 3;
java.lang.String getPageToken()
If this field is not empty then it must contain the `nextPageToken` value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
string page_token = 4;
ByteString getPageTokenBytes()
If this field is not empty then it must contain the `nextPageToken` value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
string page_token = 4;
java.lang.String getFilter()
An optional [list filter](/monitoring/api/learn_more#filtering) describing the members to be returned. The filter may reference the type, labels, and metadata of monitored resources that comprise the group. For example, to return only resources representing Compute Engine VM instances, use this filter: resource.type = "gce_instance"
string filter = 5;
ByteString getFilterBytes()
An optional [list filter](/monitoring/api/learn_more#filtering) describing the members to be returned. The filter may reference the type, labels, and metadata of monitored resources that comprise the group. For example, to return only resources representing Compute Engine VM instances, use this filter: resource.type = "gce_instance"
string filter = 5;
boolean hasInterval()
An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
.google.monitoring.v3.TimeInterval interval = 6;
TimeInterval getInterval()
An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
.google.monitoring.v3.TimeInterval interval = 6;
TimeIntervalOrBuilder getIntervalOrBuilder()
An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
.google.monitoring.v3.TimeInterval interval = 6;