ListGroupsRequest
class ListGroupsRequest extends Message
The ListGroup
request.
Protobuf type Google\Monitoring\V3\ListGroupsRequest
Properties
protected | $filter |
Methods
No description
The project whose groups are to be listed. The format is
"projects/{project_id_or_number}"
.
The project whose groups are to be listed. The format is
"projects/{project_id_or_number}"
.
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
A positive number that is the maximum number of results to return.
A positive number that is the maximum number of results to return.
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.
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.
No description
Details
at line 41
__construct()
at line 53
string
getName()
The project whose groups are to be listed. The format is
"projects/{project_id_or_number}"
.
Generated from protobuf field string name = 7;
at line 65
setName(string $var)
The project whose groups are to be listed. The format is
"projects/{project_id_or_number}"
.
Generated from protobuf field string name = 7;
at line 79
string
getChildrenOfGroup()
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
Returns groups whose parentName
field contains the group
name. If no groups have this parent, the results are empty.
Generated from protobuf field string children_of_group = 2;
at line 92
setChildrenOfGroup(string $var)
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
Returns groups whose parentName
field contains the group
name. If no groups have this parent, the results are empty.
Generated from protobuf field string children_of_group = 2;
at line 108
string
getAncestorsOfGroup()
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
Returns groups that are ancestors of the specified group. The groups are returned in order, starting with the immediate parent and ending with the most distant ancestor. If the specified group has no immediate parent, the results are empty.
Generated from protobuf field string ancestors_of_group = 3;
at line 123
setAncestorsOfGroup(string $var)
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
Returns groups that are ancestors of the specified group. The groups are returned in order, starting with the immediate parent and ending with the most distant ancestor. If the specified group has no immediate parent, the results are empty.
Generated from protobuf field string ancestors_of_group = 3;
at line 138
string
getDescendantsOfGroup()
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
Returns the descendants of the specified group. This is a superset of
the results returned by the childrenOfGroup
filter, and includes
children-of-children, and so forth.
Generated from protobuf field string descendants_of_group = 4;
at line 152
setDescendantsOfGroup(string $var)
A group name: "projects/{project_id_or_number}/groups/{group_id}"
.
Returns the descendants of the specified group. This is a superset of
the results returned by the childrenOfGroup
filter, and includes
children-of-children, and so forth.
Generated from protobuf field string descendants_of_group = 4;
at line 164
int
getPageSize()
A positive number that is the maximum number of results to return.
Generated from protobuf field int32 page_size = 5;
at line 175
setPageSize(int $var)
A positive number that is the maximum number of results to return.
Generated from protobuf field int32 page_size = 5;
at line 189
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.
Generated from protobuf field string page_token = 6;
at line 202
setPageToken(string $var)
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.
Generated from protobuf field string page_token = 6;