LoadSnapshotRequest class
Request to load a snapshot into a Cloud Composer environment.
Constructors
- LoadSnapshotRequest({bool? skipAirflowOverridesSetting, bool? skipEnvironmentVariablesSetting, bool? skipGcsDataCopying, bool? skipPypiPackagesInstallation, String? snapshotPath})
- LoadSnapshotRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipAirflowOverridesSetting ↔ bool?
-
Whether or not to skip setting Airflow overrides when loading the
environment's state.
getter/setter pair
- skipEnvironmentVariablesSetting ↔ bool?
-
Whether or not to skip setting environment variables when loading the
environment's state.
getter/setter pair
- skipGcsDataCopying ↔ bool?
-
Whether or not to skip copying Cloud Storage data when loading the
environment's state.
getter/setter pair
- skipPypiPackagesInstallation ↔ bool?
-
Whether or not to skip installing Pypi packages when loading the
environment's state.
getter/setter pair
- snapshotPath ↔ String?
-
A Cloud Storage path to a snapshot to load, e.g.:
"gs://my-bucket/snapshots/project_location_environment_timestamp".
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited