public sealed class ListGroupsRequest : IMessage<ListGroupsRequest>, IEquatable<ListGroupsRequest>, IDeepCloneable<ListGroupsRequest>, IBufferMessage, IMessage, IPageRequest
The ListGroup
request.
Implements
IMessage<ListGroupsRequest>, IEquatable<ListGroupsRequest>, IDeepCloneable<ListGroupsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListGroupsRequest()
public ListGroupsRequest()
ListGroupsRequest(ListGroupsRequest)
public ListGroupsRequest(ListGroupsRequest other)
Name | Description |
other | ListGroupsRequest |
Properties
AncestorsOfGroup
public string AncestorsOfGroup { get; set; }
A group name. The format is:
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.
Type | Description |
String |
AncestorsOfGroupAsGroupName
public GroupName AncestorsOfGroupAsGroupName { get; set; }
GroupName-typed view over the AncestorsOfGroup resource name property.
Type | Description |
GroupName |
AncestorsOfGroupAsResourceName
public IResourceName AncestorsOfGroupAsResourceName { get; set; }
IResourceName-typed view over the AncestorsOfGroup resource name property.
Type | Description |
IResourceName |
ChildrenOfGroup
public string ChildrenOfGroup { get; set; }
A group name. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
Returns groups whose parent_name
field contains the group
name. If no groups have this parent, the results are empty.
Type | Description |
String |
ChildrenOfGroupAsGroupName
public GroupName ChildrenOfGroupAsGroupName { get; set; }
GroupName-typed view over the ChildrenOfGroup resource name property.
Type | Description |
GroupName |
ChildrenOfGroupAsResourceName
public IResourceName ChildrenOfGroupAsResourceName { get; set; }
IResourceName-typed view over the ChildrenOfGroup resource name property.
Type | Description |
IResourceName |
DescendantsOfGroup
public string DescendantsOfGroup { get; set; }
A group name. The format is:
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 children_of_group
filter, and includes
children-of-children, and so forth.
Type | Description |
String |
DescendantsOfGroupAsGroupName
public GroupName DescendantsOfGroupAsGroupName { get; set; }
GroupName-typed view over the DescendantsOfGroup resource name property.
Type | Description |
GroupName |
DescendantsOfGroupAsResourceName
public IResourceName DescendantsOfGroupAsResourceName { get; set; }
IResourceName-typed view over the DescendantsOfGroup resource name property.
Type | Description |
IResourceName |
FilterCase
public ListGroupsRequest.FilterOneofCase FilterCase { get; }
Type | Description |
ListGroupsRequest.FilterOneofCase |
FolderName
public FolderName FolderName { get; set; }
FolderName-typed view over the Name resource name property.
Type | Description |
FolderName |
Name
public string Name { get; set; }
Required. The project whose groups are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Type | Description |
String |
OrganizationName
public OrganizationName OrganizationName { get; set; }
OrganizationName-typed view over the Name resource name property.
Type | Description |
OrganizationName |
PageSize
public int PageSize { get; set; }
A positive number that is the maximum number of results to return.
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
If this field is not empty then it must contain the next_page_token
value
returned by a previous call to this method. Using this field causes the
method to return additional results from the previous method call.
Type | Description |
String |
ProjectName
public ProjectName ProjectName { get; set; }
ProjectName-typed view over the Name resource name property.
Type | Description |
ProjectName |
ResourceName
public IResourceName ResourceName { get; set; }
IResourceName-typed view over the Name resource name property.
Type | Description |
IResourceName |