Class: Google::Cloud::ConfigService::V1::ExportDeploymentStatefileRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

A request to export a state file passed to a 'ExportDeploymentStatefile' call.

Instance Attribute Summary collapse

Instance Attribute Details

#draft::Boolean

Returns Optional. If this flag is set to true, the exported deployment state file will be the draft state. This will enable the draft file to be validated before copying it over to the working state on unlock.

Returns:

  • (::Boolean)

    Optional. If this flag is set to true, the exported deployment state file will be the draft state. This will enable the draft file to be validated before copying it over to the working state on unlock.



977
978
979
980
# File 'proto_docs/google/cloud/config/v1/config.rb', line 977

class ExportDeploymentStatefileRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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

Returns:

  • (::String)

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



977
978
979
980
# File 'proto_docs/google/cloud/config/v1/config.rb', line 977

class ExportDeploymentStatefileRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end