Send feedback
Class LoadSnapshotRequest (1.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.8.0 keyboard_arrow_down
public final class LoadSnapshotRequest extends GeneratedMessageV3 implements LoadSnapshotRequestOrBuilder
Request to load a snapshot into a Cloud Composer environment.
Protobuf type google.cloud.orchestration.airflow.service.v1beta1.LoadSnapshotRequest
Static Fields
ENVIRONMENT_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
Field Value
SKIP_AIRFLOW_OVERRIDES_SETTING_FIELD_NUMBER
public static final int SKIP_AIRFLOW_OVERRIDES_SETTING_FIELD_NUMBER
Field Value
SKIP_ENVIRONMENT_VARIABLES_SETTING_FIELD_NUMBER
public static final int SKIP_ENVIRONMENT_VARIABLES_SETTING_FIELD_NUMBER
Field Value
SKIP_GCS_DATA_COPYING_FIELD_NUMBER
public static final int SKIP_GCS_DATA_COPYING_FIELD_NUMBER
Field Value
SKIP_PYPI_PACKAGES_INSTALLATION_FIELD_NUMBER
public static final int SKIP_PYPI_PACKAGES_INSTALLATION_FIELD_NUMBER
Field Value
SNAPSHOT_PATH_FIELD_NUMBER
public static final int SNAPSHOT_PATH_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static LoadSnapshotRequest getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static LoadSnapshotRequest . Builder newBuilder ()
Returns
newBuilder(LoadSnapshotRequest prototype)
public static LoadSnapshotRequest . Builder newBuilder ( LoadSnapshotRequest prototype )
Parameter
Returns
public static LoadSnapshotRequest parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static LoadSnapshotRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static LoadSnapshotRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LoadSnapshotRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static LoadSnapshotRequest parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LoadSnapshotRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static LoadSnapshotRequest parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static LoadSnapshotRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static LoadSnapshotRequest parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static LoadSnapshotRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static LoadSnapshotRequest parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LoadSnapshotRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<LoadSnapshotRequest> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public LoadSnapshotRequest getDefaultInstanceForType ()
Returns
getEnvironment()
public String getEnvironment ()
The resource name of the target environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
Returns
Type
Description
String
The environment.
getEnvironmentBytes()
public ByteString getEnvironmentBytes ()
The resource name of the target environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
Returns
Type
Description
ByteString
The bytes for environment.
getParserForType()
public Parser<LoadSnapshotRequest> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getSkipAirflowOverridesSetting()
public boolean getSkipAirflowOverridesSetting ()
Whether or not to skip setting Airflow overrides when loading the
environment's state.
bool skip_airflow_overrides_setting = 5;
Returns
Type
Description
boolean
The skipAirflowOverridesSetting.
getSkipEnvironmentVariablesSetting()
public boolean getSkipEnvironmentVariablesSetting ()
Whether or not to skip setting environment variables when loading the
environment's state.
bool skip_environment_variables_setting = 4;
Returns
Type
Description
boolean
The skipEnvironmentVariablesSetting.
getSkipGcsDataCopying()
public boolean getSkipGcsDataCopying ()
Whether or not to skip copying Cloud Storage data when loading the
environment's state.
bool skip_gcs_data_copying = 6;
Returns
Type
Description
boolean
The skipGcsDataCopying.
getSkipPypiPackagesInstallation()
public boolean getSkipPypiPackagesInstallation ()
Whether or not to skip installing Pypi packages when loading the
environment's state.
bool skip_pypi_packages_installation = 3;
Returns
Type
Description
boolean
The skipPypiPackagesInstallation.
getSnapshotPath()
public 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;
Returns
Type
Description
String
The snapshotPath.
getSnapshotPathBytes()
public 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;
Returns
Type
Description
ByteString
The bytes for snapshotPath.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public LoadSnapshotRequest . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LoadSnapshotRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public LoadSnapshotRequest . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["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-01-27 UTC."],[],[]]