Show / Hide Table of Contents

Class ProjectsResource.KeysResource.PatchRequest

Updates the specified key.

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

Constructors

PatchRequest(IClientService, GoogleCloudRecaptchaenterpriseV1Key, string)

Constructs a new Patch request.

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

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.GoogleCloudRecaptchaenterpriseV1Key>.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.GoogleCloudRecaptchaenterpriseV1Key>.MethodName

Name

The resource name for the Key in the format "projects/{project}/keys/{key}".

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1Key>.RestPath

UpdateMask

Optional. The mask to control which fields of the key get updated. If the mask is not present, all fields will be 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1Key>.GetBody()

InitParameters()

Initializes Patch parameter list.

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

Implements

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