Show / Hide Table of Contents

Class ProjectsResource.FirewallpoliciesResource.GetRequest

Returns the specified firewall policy.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1FirewallPolicy>
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1FirewallPolicy>
ProjectsResource.FirewallpoliciesResource.GetRequest
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>.GetBody()
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.GetRequest : RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1FirewallPolicy>, IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1FirewallPolicy>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<GoogleCloudRecaptchaenterpriseV1FirewallPolicy>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the requested policy, 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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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