Interface ListSnapshotsRequestOrBuilder (0.8.0)

public interface ListSnapshotsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobId()

public abstract String getJobId()

If specified, list snapshots created from this job.

string job_id = 3;

Returns
TypeDescription
String

The jobId.

getJobIdBytes()

public abstract ByteString getJobIdBytes()

If specified, list snapshots created from this job.

string job_id = 3;

Returns
TypeDescription
ByteString

The bytes for jobId.

getLocation()

public abstract String getLocation()

The location to list snapshots in.

string location = 2;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The location to list snapshots in.

string location = 2;

Returns
TypeDescription
ByteString

The bytes for location.

getProjectId()

public abstract String getProjectId()

The project ID to list snapshots for.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

The project ID to list snapshots for.

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.