Interface DeleteSnapshotRequestOrBuilder (0.9.0)

public interface DeleteSnapshotRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation()

public abstract String getLocation()

The location that contains this snapshot.

string location = 3;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The location that contains this snapshot.

string location = 3;

Returns
TypeDescription
ByteString

The bytes for location.

getProjectId()

public abstract String getProjectId()

The ID of the Cloud Platform project that the snapshot belongs to.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

The ID of the Cloud Platform project that the snapshot belongs to.

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.

getSnapshotId()

public abstract String getSnapshotId()

The ID of the snapshot.

string snapshot_id = 2;

Returns
TypeDescription
String

The snapshotId.

getSnapshotIdBytes()

public abstract ByteString getSnapshotIdBytes()

The ID of the snapshot.

string snapshot_id = 2;

Returns
TypeDescription
ByteString

The bytes for snapshotId.