public interface SaveSnapshotRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvironment()
The resource name of the source environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
com.google.protobuf.ByteString |
getEnvironmentBytes()
The resource name of the source environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
|
String |
getSnapshotLocation()
Location in a Cloud Storage where the snapshot is going to be stored, e.g.:
"gs://my-bucket/snapshots".
|
com.google.protobuf.ByteString |
getSnapshotLocationBytes()
Location in a Cloud Storage where the snapshot is going to be stored, e.g.:
"gs://my-bucket/snapshots".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEnvironment()
The resource name of the source environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;com.google.protobuf.ByteString getEnvironmentBytes()
The resource name of the source environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;String getSnapshotLocation()
Location in a Cloud Storage where the snapshot is going to be stored, e.g.: "gs://my-bucket/snapshots".
string snapshot_location = 2;com.google.protobuf.ByteString getSnapshotLocationBytes()
Location in a Cloud Storage where the snapshot is going to be stored, e.g.: "gs://my-bucket/snapshots".
string snapshot_location = 2;Copyright © 2023 Google LLC. All rights reserved.