LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.clear() |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.clearEnvironment() |
The resource name of the target environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.clearSkipAirflowOverridesSetting() |
Whether or not to skip setting Airflow overrides when loading the
environment's state.
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.clearSkipEnvironmentVariablesSetting() |
Whether or not to skip setting environment variables when loading the
environment's state.
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.clearSkipGcsDataCopying() |
Whether or not to skip copying Cloud Storage data when loading the
environment's state.
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.clearSkipPypiPackagesInstallation() |
Whether or not to skip installing Pypi packages when loading the
environment's state.
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.clearSnapshotPath() |
A Cloud Storage path to a snapshot to load, e.g.:
"gs://my-bucket/snapshots/project_location_environment_timestamp".
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.clone() |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.mergeFrom(LoadSnapshotRequest other) |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static LoadSnapshotRequest.Builder |
LoadSnapshotRequest.newBuilder() |
|
static LoadSnapshotRequest.Builder |
LoadSnapshotRequest.newBuilder(LoadSnapshotRequest prototype) |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.newBuilderForType() |
|
protected LoadSnapshotRequest.Builder |
LoadSnapshotRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.setEnvironment(String value) |
The resource name of the target environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.setEnvironmentBytes(com.google.protobuf.ByteString value) |
The resource name of the target environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.setSkipAirflowOverridesSetting(boolean value) |
Whether or not to skip setting Airflow overrides when loading the
environment's state.
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.setSkipEnvironmentVariablesSetting(boolean value) |
Whether or not to skip setting environment variables when loading the
environment's state.
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.setSkipGcsDataCopying(boolean value) |
Whether or not to skip copying Cloud Storage data when loading the
environment's state.
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.setSkipPypiPackagesInstallation(boolean value) |
Whether or not to skip installing Pypi packages when loading the
environment's state.
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.setSnapshotPath(String value) |
A Cloud Storage path to a snapshot to load, e.g.:
"gs://my-bucket/snapshots/project_location_environment_timestamp".
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.setSnapshotPathBytes(com.google.protobuf.ByteString value) |
A Cloud Storage path to a snapshot to load, e.g.:
"gs://my-bucket/snapshots/project_location_environment_timestamp".
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
LoadSnapshotRequest.Builder |
LoadSnapshotRequest.toBuilder() |
|