Show / Hide Table of Contents

Class ProjectsResource.RegionsResource.AutoscalingPoliciesResource.GetRequest

Retrieves autoscaling policy.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<AutoscalingPolicy>
DataprocBaseServiceRequest<AutoscalingPolicy>
ProjectsResource.RegionsResource.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(Nullable<Boolean>)
ClientServiceRequest<AutoscalingPolicy>.GenerateRequestUri()
ClientServiceRequest<AutoscalingPolicy>.GetBody()
ClientServiceRequest<AutoscalingPolicy>.GetDefaultETagAction(String)
ClientServiceRequest<AutoscalingPolicy>.ETagAction
ClientServiceRequest<AutoscalingPolicy>.ModifyRequest
ClientServiceRequest<AutoscalingPolicy>.RequestParameters
ClientServiceRequest<AutoscalingPolicy>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dataproc.v1
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class 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
System.String name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dataproc.v1.Data.AutoscalingPolicy>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dataproc.v1.Data.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
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dataproc.v1.Data.AutoscalingPolicy>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dataproc.v1.DataprocBaseServiceRequest<Google.Apis.Dataproc.v1.Data.AutoscalingPolicy>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top