Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ScheduledSnapshotsConfig.
The configuration for scheduled snapshot creation mechanism.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.ScheduledSnapshotsConfig
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ enabled
bool
Optional. Whether scheduled snapshots creation is enabled.
↳ snapshot_location
string
Optional. The Cloud Storage location for storing automatically created snapshots.
↳ snapshot_creation_schedule
string
Optional. The cron expression representing the time when snapshots creation mechanism runs. This field is subject to additional validation around frequency of execution.
↳ time_zone
string
Optional. Time zone that sets the context to interpret snapshot_creation_schedule.
getEnabled
Optional. Whether scheduled snapshots creation is enabled.
Returns
Type
Description
bool
setEnabled
Optional. Whether scheduled snapshots creation is enabled.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getSnapshotLocation
Optional. The Cloud Storage location for storing automatically created
snapshots.
Returns
Type
Description
string
setSnapshotLocation
Optional. The Cloud Storage location for storing automatically created
snapshots.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getSnapshotCreationSchedule
Optional. The cron expression representing the time when snapshots creation
mechanism runs. This field is subject to additional validation around
frequency of execution.
Returns
Type
Description
string
setSnapshotCreationSchedule
Optional. The cron expression representing the time when snapshots creation
mechanism runs. This field is subject to additional validation around
frequency of execution.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getTimeZone
Optional. Time zone that sets the context to interpret
snapshot_creation_schedule.
Returns
Type
Description
string
setTimeZone
Optional. Time zone that sets the context to interpret
snapshot_creation_schedule.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Orchestration Airflow V1 Client - Class ScheduledSnapshotsConfig (2.1.8)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.8 (latest)](/php/docs/reference/cloud-orchestration-airflow/latest/V1.ScheduledSnapshotsConfig)\n- [2.1.7](/php/docs/reference/cloud-orchestration-airflow/2.1.7/V1.ScheduledSnapshotsConfig)\n- [2.0.1](/php/docs/reference/cloud-orchestration-airflow/2.0.1/V1.ScheduledSnapshotsConfig)\n- [1.6.4](/php/docs/reference/cloud-orchestration-airflow/1.6.4/V1.ScheduledSnapshotsConfig)\n- [1.5.0](/php/docs/reference/cloud-orchestration-airflow/1.5.0/V1.ScheduledSnapshotsConfig)\n- [1.4.2](/php/docs/reference/cloud-orchestration-airflow/1.4.2/V1.ScheduledSnapshotsConfig)\n- [1.3.0](/php/docs/reference/cloud-orchestration-airflow/1.3.0/V1.ScheduledSnapshotsConfig)\n- [1.2.0](/php/docs/reference/cloud-orchestration-airflow/1.2.0/V1.ScheduledSnapshotsConfig)\n- [1.1.0](/php/docs/reference/cloud-orchestration-airflow/1.1.0/V1.ScheduledSnapshotsConfig)\n- [1.0.4](/php/docs/reference/cloud-orchestration-airflow/1.0.4/V1.ScheduledSnapshotsConfig) \nReference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ScheduledSnapshotsConfig.\n\nThe configuration for scheduled snapshot creation mechanism.\n\nGenerated from protobuf message `google.cloud.orchestration.airflow.service.v1.ScheduledSnapshotsConfig`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Orchestration \\\\ Airflow \\\\ Service \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getEnabled\n\nOptional. Whether scheduled snapshots creation is enabled.\n\n### setEnabled\n\nOptional. Whether scheduled snapshots creation is enabled.\n\n### getSnapshotLocation\n\nOptional. The Cloud Storage location for storing automatically created\nsnapshots.\n\n### setSnapshotLocation\n\nOptional. The Cloud Storage location for storing automatically created\nsnapshots.\n\n### getSnapshotCreationSchedule\n\nOptional. The cron expression representing the time when snapshots creation\nmechanism runs. This field is subject to additional validation around\nfrequency of execution.\n\n### setSnapshotCreationSchedule\n\nOptional. The cron expression representing the time when snapshots creation\nmechanism runs. This field is subject to additional validation around\nfrequency of execution.\n\n### getTimeZone\n\nOptional. Time zone that sets the context to interpret\nsnapshot_creation_schedule.\n\n### setTimeZone\n\nOptional. Time zone that sets the context to interpret\nsnapshot_creation_schedule."]]