public interface SaveSnapshotRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnvironment()
public abstract String getEnvironment()
The resource name of the source environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
Returns | |
---|---|
Type | Description |
String |
The environment. |
getEnvironmentBytes()
public abstract ByteString getEnvironmentBytes()
The resource name of the source environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for environment. |
getSnapshotLocation()
public abstract 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;
Returns | |
---|---|
Type | Description |
String |
The snapshotLocation. |
getSnapshotLocationBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for snapshotLocation. |