Interface SaveSnapshotResponseOrBuilder (1.41.0)

public interface SaveSnapshotResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSnapshotPath()

public abstract String getSnapshotPath()

The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp". This field is populated only if the snapshot creation was successful.

string snapshot_path = 1;

Returns
TypeDescription
String

The snapshotPath.

getSnapshotPathBytes()

public abstract ByteString getSnapshotPathBytes()

The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp". This field is populated only if the snapshot creation was successful.

string snapshot_path = 1;

Returns
TypeDescription
ByteString

The bytes for snapshotPath.