GoogleApi.Composer.V1.Model.LoadSnapshotRequest (google_api_composer v0.36.3)

View Source

Request to load a snapshot into a Cloud Composer environment.

Attributes

  • skipAirflowOverridesSetting (type: boolean(), default: nil) - Whether or not to skip setting Airflow overrides when loading the environment's state.
  • skipEnvironmentVariablesSetting (type: boolean(), default: nil) - Whether or not to skip setting environment variables when loading the environment's state.
  • skipGcsDataCopying (type: boolean(), default: nil) - Whether or not to skip copying Cloud Storage data when loading the environment's state.
  • skipPypiPackagesInstallation (type: boolean(), default: nil) - Whether or not to skip installing Pypi packages when loading the environment's state.
  • snapshotPath (type: String.t, default: nil) - A Cloud Storage path to a snapshot to load, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1.Model.LoadSnapshotRequest{
  skipAirflowOverridesSetting: boolean() | nil,
  skipEnvironmentVariablesSetting: boolean() | nil,
  skipGcsDataCopying: boolean() | nil,
  skipPypiPackagesInstallation: boolean() | nil,
  snapshotPath: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.