Class ProjectsResource.KeysResource.ListIpOverridesRequest
Lists all IP overrides for a key.
Inheritance
ProjectsResource.KeysResource.ListIpOverridesRequest
Implements
Inherited Members
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse>.Xgafv
Namespace: Google.Apis.RecaptchaEnterprise.v1
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class ProjectsResource.KeysResource.ListIpOverridesRequest : RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse>, IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1ListIpOverridesResponse>, IClientServiceRequest
Constructors
ListIpOverridesRequest(IClientService, string)
Constructs a new ListIpOverrides request.
Declaration
public ListIpOverridesRequest(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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
Optional. The maximum number of overrides to return. Default is 10. Max limit is 100. If the number of overrides is less than the page_size, all overrides are returned. If the page size is more than 100, it is coerced to 100.
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 ListIpOverridesRequest, if any.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent key for which the IP overrides are listed, in the format
projects/{project}/keys/{key}
.
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
Methods
InitParameters()
Initializes ListIpOverrides parameter list.
Declaration
protected override void InitParameters()