public interface LoadSnapshotRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvironment()
The resource name of the target environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
com.google.protobuf.ByteString |
getEnvironmentBytes()
The resource name of the target environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
boolean |
getSkipAirflowOverridesSetting()
Whether or not to skip setting Airflow overrides when loading the
environment's state.
|
boolean |
getSkipEnvironmentVariablesSetting()
Whether or not to skip setting environment variables when loading the
environment's state.
|
boolean |
getSkipGcsDataCopying()
Whether or not to skip copying Cloud Storage data when loading the
environment's state.
|
boolean |
getSkipPypiPackagesInstallation()
Whether or not to skip installing Pypi packages when loading the
environment's state.
|
String |
getSnapshotPath()
A Cloud Storage path to a snapshot to load, e.g.:
"gs://my-bucket/snapshots/project_location_environment_timestamp".
|
com.google.protobuf.ByteString |
getSnapshotPathBytes()
A Cloud Storage path to a snapshot to load, e.g.:
"gs://my-bucket/snapshots/project_location_environment_timestamp".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEnvironment()
The resource name of the target environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;com.google.protobuf.ByteString getEnvironmentBytes()
The resource name of the target environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;String getSnapshotPath()
A Cloud Storage path to a snapshot to load, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".
string snapshot_path = 2;com.google.protobuf.ByteString getSnapshotPathBytes()
A Cloud Storage path to a snapshot to load, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".
string snapshot_path = 2;boolean getSkipPypiPackagesInstallation()
Whether or not to skip installing Pypi packages when loading the environment's state.
bool skip_pypi_packages_installation = 3;boolean getSkipEnvironmentVariablesSetting()
Whether or not to skip setting environment variables when loading the environment's state.
bool skip_environment_variables_setting = 4;boolean getSkipAirflowOverridesSetting()
Whether or not to skip setting Airflow overrides when loading the environment's state.
bool skip_airflow_overrides_setting = 5;boolean getSkipGcsDataCopying()
Whether or not to skip copying Cloud Storage data when loading the environment's state.
bool skip_gcs_data_copying = 6;Copyright © 2023 Google LLC. All rights reserved.