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

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 load a snapshot into a Cloud Composer environment.

Instance Attribute Summary collapse

Instance Attribute Details

#environment::String

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

Returns:

  • (::String)

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



414
415
416
417
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 414

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.

Returns:

  • (::Boolean)

    Whether or not to skip setting Airflow overrides when loading the environment's state.



414
415
416
417
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 414

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.

Returns:

  • (::Boolean)

    Whether or not to skip setting environment variables when loading the environment's state.



414
415
416
417
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 414

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.

Returns:

  • (::Boolean)

    Whether or not to skip copying Cloud Storage data when loading the environment's state.



414
415
416
417
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 414

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.

Returns:

  • (::Boolean)

    Whether or not to skip installing Pypi packages when loading the environment's state.



414
415
416
417
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 414

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".

Returns:

  • (::String)

    A Cloud Storage path to a snapshot to load, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".



414
415
416
417
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 414

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