Class: Google::Cloud::Config::V1::ImportStatefileRequest

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 import a state file passed to a 'ImportStatefile' call.

Instance Attribute Summary collapse

Instance Attribute Details

#lock_id::Integer

Returns Required. Lock ID of the lock file to verify that the user who is importing the state file previously locked the Deployment.

Returns:

  • (::Integer)

    Required. Lock ID of the lock file to verify that the user who is importing the state file previously locked the Deployment.



1004
1005
1006
1007
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1004

class ImportStatefileRequest
  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}'.



1004
1005
1006
1007
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1004

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

#skip_draft::Boolean

Returns Optional.

Returns:

  • (::Boolean)

    Optional.



1004
1005
1006
1007
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1004

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