Show / Hide Table of Contents

Class ProjectsResource.GroupsResource.ListRequest

Lists the existing groups.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListGroupsResponse>
MonitoringBaseServiceRequest<ListGroupsResponse>
ProjectsResource.GroupsResource.ListRequest
Implements
IClientServiceRequest<ListGroupsResponse>
IClientServiceRequest
Inherited Members
MonitoringBaseServiceRequest<ListGroupsResponse>.Xgafv
MonitoringBaseServiceRequest<ListGroupsResponse>.AccessToken
MonitoringBaseServiceRequest<ListGroupsResponse>.Alt
MonitoringBaseServiceRequest<ListGroupsResponse>.Callback
MonitoringBaseServiceRequest<ListGroupsResponse>.Fields
MonitoringBaseServiceRequest<ListGroupsResponse>.Key
MonitoringBaseServiceRequest<ListGroupsResponse>.OauthToken
MonitoringBaseServiceRequest<ListGroupsResponse>.PrettyPrint
MonitoringBaseServiceRequest<ListGroupsResponse>.QuotaUser
MonitoringBaseServiceRequest<ListGroupsResponse>.UploadType
MonitoringBaseServiceRequest<ListGroupsResponse>.UploadProtocol
ClientServiceRequest<ListGroupsResponse>.Execute()
ClientServiceRequest<ListGroupsResponse>.ExecuteAsStream()
ClientServiceRequest<ListGroupsResponse>.ExecuteAsync()
ClientServiceRequest<ListGroupsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListGroupsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListGroupsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListGroupsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListGroupsResponse>.GenerateRequestUri()
ClientServiceRequest<ListGroupsResponse>.GetBody()
ClientServiceRequest<ListGroupsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListGroupsResponse>.ETagAction
ClientServiceRequest<ListGroupsResponse>.ModifyRequest
ClientServiceRequest<ListGroupsResponse>.ValidateParameters
ClientServiceRequest<ListGroupsResponse>.ApiVersion
ClientServiceRequest<ListGroupsResponse>.RequestParameters
ClientServiceRequest<ListGroupsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Monitoring.v3
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ProjectsResource.GroupsResource.ListRequest : MonitoringBaseServiceRequest<ListGroupsResponse>, IClientServiceRequest<ListGroupsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

AncestorsOfGroup

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.

Declaration
[RequestParameter("ancestorsOfGroup", RequestParameterType.Query)]
public virtual string AncestorsOfGroup { get; set; }
Property Value
Type Description
string

ChildrenOfGroup

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.

Declaration
[RequestParameter("childrenOfGroup", RequestParameterType.Query)]
public virtual string ChildrenOfGroup { get; set; }
Property Value
Type Description
string

DescendantsOfGroup

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.

Declaration
[RequestParameter("descendantsOfGroup", RequestParameterType.Query)]
public virtual string DescendantsOfGroup { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListGroupsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListGroupsResponse>.MethodName

Name

Required. The project (https://cloud.google.com/monitoring/api/v3#project_name) whose groups are to be listed. The format is: projects/[PROJECT_ID_OR_NUMBER]

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

PageSize

A positive number that is the maximum number of results to return.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

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.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListGroupsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
MonitoringBaseServiceRequest<ListGroupsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX