Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ListGroupMembersResponse.
The ListGroupMembers
response.
Generated from protobuf message google.monitoring.v3.ListGroupMembersResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ members |
array<Google\Api\MonitoredResource>
A set of monitored resources in the group. |
↳ next_page_token |
string
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 |
↳ total_size |
int
The total number of elements matching this request. |
getMembers
A set of monitored resources in the group.
Generated from protobuf field repeated .google.api.MonitoredResource members = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMembers
A set of monitored resources in the group.
Generated from protobuf field repeated .google.api.MonitoredResource members = 1;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Api\MonitoredResource>
|
Returns | |
---|---|
Type | Description |
$this |
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.
Generated from protobuf field string next_page_token = 2;
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
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.
Generated from protobuf field string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTotalSize
The total number of elements matching this request.
Generated from protobuf field int32 total_size = 3;
Returns | |
---|---|
Type | Description |
int |
setTotalSize
The total number of elements matching this request.
Generated from protobuf field int32 total_size = 3;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |