Class: Google::Cloud::Orchestration::Airflow::Service::V1::SaveSnapshotRequest

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

Overview

Request to create a snapshot of a Cloud Composer environment.

Instance Attribute Summary collapse

Instance Attribute Details

#environment::String

Returns The resource name of the source environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".

Returns:

  • (::String)

    The resource name of the source environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"



686
687
688
689
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 686

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

#snapshot_location::String

Returns Location in a Cloud Storage where the snapshot is going to be stored, e.g.: "gs://my-bucket/snapshots".

Returns:

  • (::String)

    Location in a Cloud Storage where the snapshot is going to be stored, e.g.: "gs://my-bucket/snapshots".



686
687
688
689
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 686

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