Show / Hide Table of Contents

Class ProjectsResource.KeysResource.GetPolicyRequest

Get the policy for a key.

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

Constructors

GetPolicyRequest(IClientService, string)

Constructs a new GetPolicy request.

Declaration
public GetPolicyRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the policy to get, in the format projects/{project}/keys/{key}/policy.

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<GoogleCloudRecaptchaenterpriseV1Policy>.RestPath

Methods

InitParameters()

Initializes GetPolicy parameter list.

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

Implements

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