Package com.google.dataflow.v1beta3
Interface ListSnapshotsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSnapshotsRequest
,ListSnapshotsRequest.Builder
public interface ListSnapshotsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJobId()
If specified, list snapshots created from this job.com.google.protobuf.ByteString
getJobIdBytes()
If specified, list snapshots created from this job.String
getLocation()
The location to list snapshots in.com.google.protobuf.ByteString
getLocationBytes()
The location to list snapshots in.String
getProjectId()
The project ID to list snapshots for.com.google.protobuf.ByteString
getProjectIdBytes()
The project ID to list snapshots for.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProjectId
String getProjectId()
The project ID to list snapshots for.
string project_id = 1;
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
The project ID to list snapshots for.
string project_id = 1;
- Returns:
- The bytes for projectId.
-
getJobId
String getJobId()
If specified, list snapshots created from this job.
string job_id = 3;
- Returns:
- The jobId.
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()
If specified, list snapshots created from this job.
string job_id = 3;
- Returns:
- The bytes for jobId.
-
getLocation
String getLocation()
The location to list snapshots in.
string location = 2;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
The location to list snapshots in.
string location = 2;
- Returns:
- The bytes for location.
-
-