Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AutoscalingPoliciesResource.GetRequest

Retrieves autoscaling policy.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<AutoscalingPolicy>
DataprocBaseServiceRequest<AutoscalingPolicy>
ProjectsResource.LocationsResource.AutoscalingPoliciesResource.GetRequest
Implements
IClientServiceRequest<AutoscalingPolicy>
IClientServiceRequest
Inherited Members
DataprocBaseServiceRequest<AutoscalingPolicy>.Xgafv
DataprocBaseServiceRequest<AutoscalingPolicy>.AccessToken
DataprocBaseServiceRequest<AutoscalingPolicy>.Alt
DataprocBaseServiceRequest<AutoscalingPolicy>.Callback
DataprocBaseServiceRequest<AutoscalingPolicy>.Fields
DataprocBaseServiceRequest<AutoscalingPolicy>.Key
DataprocBaseServiceRequest<AutoscalingPolicy>.OauthToken
DataprocBaseServiceRequest<AutoscalingPolicy>.PrettyPrint
DataprocBaseServiceRequest<AutoscalingPolicy>.QuotaUser
DataprocBaseServiceRequest<AutoscalingPolicy>.UploadType
DataprocBaseServiceRequest<AutoscalingPolicy>.UploadProtocol
ClientServiceRequest<AutoscalingPolicy>.Execute()
ClientServiceRequest<AutoscalingPolicy>.ExecuteAsStream()
ClientServiceRequest<AutoscalingPolicy>.ExecuteAsync()
ClientServiceRequest<AutoscalingPolicy>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AutoscalingPolicy>.ExecuteAsStreamAsync()
ClientServiceRequest<AutoscalingPolicy>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AutoscalingPolicy>.CreateRequest(bool?)
ClientServiceRequest<AutoscalingPolicy>.GenerateRequestUri()
ClientServiceRequest<AutoscalingPolicy>.GetBody()
ClientServiceRequest<AutoscalingPolicy>.GetDefaultETagAction(string)
ClientServiceRequest<AutoscalingPolicy>.ETagAction
ClientServiceRequest<AutoscalingPolicy>.ModifyRequest
ClientServiceRequest<AutoscalingPolicy>.ValidateParameters
ClientServiceRequest<AutoscalingPolicy>.ApiVersion
ClientServiceRequest<AutoscalingPolicy>.RequestParameters
ClientServiceRequest<AutoscalingPolicy>.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.Dataproc.v1
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AutoscalingPoliciesResource.GetRequest : DataprocBaseServiceRequest<AutoscalingPolicy>, IClientServiceRequest<AutoscalingPolicy>, 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<AutoscalingPolicy>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DataprocBaseServiceRequest<AutoscalingPolicy>.InitParameters()

Implements

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