Class: Google::Cloud::ConfigService::V1::ExportRevisionStatefileRequest

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 'ExportRevisionStatefile' call.

Instance Attribute Summary collapse

Instance Attribute Details

#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}/revisions/{revision}'.

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}/revisions/{revision}'.



989
990
991
992
# File 'proto_docs/google/cloud/config/v1/config.rb', line 989

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