Package com.google.dataflow.v1beta3
Interface GetStageExecutionDetailsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetStageExecutionDetailsRequest,GetStageExecutionDetailsRequest.Builder
public interface GetStageExecutionDetailsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetEndTime()Upper time bound of work items to include, by start time.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()Upper time bound of work items to include, by start time.StringgetJobId()The job to get execution details for.com.google.protobuf.ByteStringgetJobIdBytes()The job to get execution details for.StringgetLocation()The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.com.google.protobuf.ByteStringgetLocationBytes()The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.intgetPageSize()If specified, determines the maximum number of work items to return.StringgetPageToken()If supplied, this should be the value of next_page_token returned by an earlier call.com.google.protobuf.ByteStringgetPageTokenBytes()If supplied, this should be the value of next_page_token returned by an earlier call.StringgetProjectId()A project id.com.google.protobuf.ByteStringgetProjectIdBytes()A project id.StringgetStageId()The stage for which to fetch information.com.google.protobuf.ByteStringgetStageIdBytes()The stage for which to fetch information.com.google.protobuf.TimestampgetStartTime()Lower time bound of work items to include, by start time.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()Lower time bound of work items to include, by start time.booleanhasEndTime()Upper time bound of work items to include, by start time.booleanhasStartTime()Lower time bound of work items to include, by start time.-
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()
A project id.
string project_id = 1;- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
A project id.
string project_id = 1;- Returns:
- The bytes for projectId.
-
getJobId
String getJobId()
The job to get execution details for.
string job_id = 2;- Returns:
- The jobId.
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()
The job to get execution details for.
string job_id = 2;- Returns:
- The bytes for jobId.
-
getLocation
String getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
string location = 3;- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
string location = 3;- Returns:
- The bytes for location.
-
getStageId
String getStageId()
The stage for which to fetch information.
string stage_id = 4;- Returns:
- The stageId.
-
getStageIdBytes
com.google.protobuf.ByteString getStageIdBytes()
The stage for which to fetch information.
string stage_id = 4;- Returns:
- The bytes for stageId.
-
getPageSize
int getPageSize()
If specified, determines the maximum number of work items to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.
int32 page_size = 5;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.
string page_token = 6;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.
string page_token = 6;- Returns:
- The bytes for pageToken.
-
hasStartTime
boolean hasStartTime()
Lower time bound of work items to include, by start time.
.google.protobuf.Timestamp start_time = 7;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
Lower time bound of work items to include, by start time.
.google.protobuf.Timestamp start_time = 7;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Lower time bound of work items to include, by start time.
.google.protobuf.Timestamp start_time = 7;
-
hasEndTime
boolean hasEndTime()
Upper time bound of work items to include, by start time.
.google.protobuf.Timestamp end_time = 8;- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
Upper time bound of work items to include, by start time.
.google.protobuf.Timestamp end_time = 8;- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Upper time bound of work items to include, by start time.
.google.protobuf.Timestamp end_time = 8;
-
-