Show / Hide Table of Contents

Class ProjectsResource.RelatedaccountgroupsResource.ListRequest

List groups of related accounts.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>
ProjectsResource.RelatedaccountgroupsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>
IClientServiceRequest
Inherited Members
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.Xgafv
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.AccessToken
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.Alt
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.Callback
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.Fields
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.Key
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.OauthToken
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.PrettyPrint
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.QuotaUser
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.UploadType
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.Execute()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.GetBody()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.ETagAction
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.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.RecaptchaEnterprise.v1
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class ProjectsResource.RelatedaccountgroupsResource.ListRequest : RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>, IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.MethodName

PageSize

Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000.

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

PageToken

Optional. A page token, received from a previous ListRelatedAccountGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListRelatedAccountGroups must match the call that provided the page token.

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

Parent

Required. The name of the project to list related account groups from, in the format "projects/{project}".

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.RecaptchaEnterprise.v1.RecaptchaEnterpriseBaseServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX