Show / Hide Table of Contents

Class ProjectsResource.FirewallpoliciesResource.PatchRequest

Updates the specified firewall policy.

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

Constructors

PatchRequest(IClientService, GoogleCloudRecaptchaenterpriseV1FirewallPolicy, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GoogleCloudRecaptchaenterpriseV1FirewallPolicy body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudRecaptchaenterpriseV1FirewallPolicy body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Identifier. The resource name for the FirewallPolicy in the format projects/{project}/firewallpolicies/{firewallpolicy}.

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

RestPath

Gets the REST path.

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

UpdateMask

Optional. The mask to control which fields of the policy get updated. If the mask is not present, all fields are updated.

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1FirewallPolicy>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1FirewallPolicy>.InitParameters()

Implements

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