public interface ListSnapshotsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobId()
public abstract String getJobId()If specified, list snapshots created from this job.
string job_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The jobId. |
getJobIdBytes()
public abstract ByteString getJobIdBytes()If specified, list snapshots created from this job.
string job_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for jobId. |
getLocation()
public abstract String getLocation()The location to list snapshots in.
string location = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()The location to list snapshots in.
string location = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getProjectId()
public abstract String getProjectId()The project ID to list snapshots for.
string project_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()The project ID to list snapshots for.
string project_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |