Interface SaveSnapshotRequestOrBuilder (1.41.0)

public interface SaveSnapshotRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for snapshotLocation.