Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeploymentsResource.RevisionsResource.ExportStateRequest

Exports Terraform state file from a given revision.

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

Constructors

ExportStateRequest(IClientService, ExportRevisionStatefileRequest, string)

Constructs a new ExportState request.

Declaration
public ExportStateRequest(IClientService service, ExportRevisionStatefileRequest body, string parent)
Parameters
Type Name Description
IClientService service
ExportRevisionStatefileRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Statefile>.GetBody()

InitParameters()

Initializes ExportState parameter list.

Declaration
protected override void InitParameters()
Overrides
ConfigBaseServiceRequest<Statefile>.InitParameters()

Implements

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