Class: Google::Cloud::Orchestration::Airflow::Service::V1::SaveSnapshotResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::SaveSnapshotResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Response to SaveSnapshotRequest.
Instance Attribute Summary collapse
-
#snapshot_path ⇒ ::String
The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".
Instance Attribute Details
#snapshot_path ⇒ ::String
Returns The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp". This field is populated only if the snapshot creation was successful.
698 699 700 701 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 698 class SaveSnapshotResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |