Show / Hide Table of Contents

Class ProjectsResource.KeysResource.ListRequest

Returns the list of all keys that belong to a project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>
ProjectsResource.KeysResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>
IClientServiceRequest
Inherited Members
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.Xgafv
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.AccessToken
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.Alt
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.Callback
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.Fields
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.Key
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.OauthToken
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.PrettyPrint
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.QuotaUser
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.UploadType
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.Execute()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.GetBody()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.ETagAction
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.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.KeysResource.ListRequest : RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>, IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListKeysResponse>, 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.GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.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.GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.MethodName

PageSize

Optional. The maximum number of keys to return. Default is 10. Max limit is 1000.

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

PageToken

Optional. The next_page_token value returned from a previous. ListKeysRequest, if any.

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

Parent

Required. The name of the project that contains the keys that will be listed, 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.GoogleCloudRecaptchaenterpriseV1ListKeysResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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