Class: Google::Cloud::Orchestration::Airflow::Service::V1::LoadSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::LoadSnapshotRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Request to load a snapshot into a Cloud Composer environment.
Instance Attribute Summary collapse
-
#environment ⇒ ::String
The resource name of the target environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
-
#skip_airflow_overrides_setting ⇒ ::Boolean
Whether or not to skip setting Airflow overrides when loading the environment's state.
-
#skip_environment_variables_setting ⇒ ::Boolean
Whether or not to skip setting environment variables when loading the environment's state.
-
#skip_gcs_data_copying ⇒ ::Boolean
Whether or not to skip copying Cloud Storage data when loading the environment's state.
-
#skip_pypi_packages_installation ⇒ ::Boolean
Whether or not to skip installing Pypi packages when loading the environment's state.
-
#snapshot_path ⇒ ::String
A Cloud Storage path to a snapshot to load, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".
Instance Attribute Details
#environment ⇒ ::String
Returns The resource name of the target environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
728 729 730 731 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 728 class LoadSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_airflow_overrides_setting ⇒ ::Boolean
Returns Whether or not to skip setting Airflow overrides when loading the environment's state.
728 729 730 731 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 728 class LoadSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_environment_variables_setting ⇒ ::Boolean
Returns Whether or not to skip setting environment variables when loading the environment's state.
728 729 730 731 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 728 class LoadSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_gcs_data_copying ⇒ ::Boolean
Returns Whether or not to skip copying Cloud Storage data when loading the environment's state.
728 729 730 731 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 728 class LoadSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_pypi_packages_installation ⇒ ::Boolean
Returns Whether or not to skip installing Pypi packages when loading the environment's state.
728 729 730 731 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 728 class LoadSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_path ⇒ ::String
Returns A Cloud Storage path to a snapshot to load, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".
728 729 730 731 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 728 class LoadSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |