Interface WorkItemDetailsOrBuilder (0.9.0)

public interface WorkItemDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttemptId()

public abstract String getAttemptId()

Attempt ID of this work item

string attempt_id = 2;

Returns
TypeDescription
String

The attemptId.

getAttemptIdBytes()

public abstract ByteString getAttemptIdBytes()

Attempt ID of this work item

string attempt_id = 2;

Returns
TypeDescription
ByteString

The bytes for attemptId.

getEndTime()

public abstract Timestamp getEndTime()

End time of this work item attempt. If the work item is completed, this is the actual end time of the work item. Otherwise, it is the predicted end time.

.google.protobuf.Timestamp end_time = 4;

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

End time of this work item attempt. If the work item is completed, this is the actual end time of the work item. Otherwise, it is the predicted end time.

.google.protobuf.Timestamp end_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getMetrics(int index)

public abstract MetricUpdate getMetrics(int index)

Metrics for this work item.

repeated .google.dataflow.v1beta3.MetricUpdate metrics = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetricUpdate

getMetricsCount()

public abstract int getMetricsCount()

Metrics for this work item.

repeated .google.dataflow.v1beta3.MetricUpdate metrics = 7;

Returns
TypeDescription
int

getMetricsList()

public abstract List<MetricUpdate> getMetricsList()

Metrics for this work item.

repeated .google.dataflow.v1beta3.MetricUpdate metrics = 7;

Returns
TypeDescription
List<MetricUpdate>

getMetricsOrBuilder(int index)

public abstract MetricUpdateOrBuilder getMetricsOrBuilder(int index)

Metrics for this work item.

repeated .google.dataflow.v1beta3.MetricUpdate metrics = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetricUpdateOrBuilder

getMetricsOrBuilderList()

public abstract List<? extends MetricUpdateOrBuilder> getMetricsOrBuilderList()

Metrics for this work item.

repeated .google.dataflow.v1beta3.MetricUpdate metrics = 7;

Returns
TypeDescription
List<? extends com.google.dataflow.v1beta3.MetricUpdateOrBuilder>

getProgress()

public abstract ProgressTimeseries getProgress()

Progress of this work item.

.google.dataflow.v1beta3.ProgressTimeseries progress = 6;

Returns
TypeDescription
ProgressTimeseries

The progress.

getProgressOrBuilder()

public abstract ProgressTimeseriesOrBuilder getProgressOrBuilder()

Progress of this work item.

.google.dataflow.v1beta3.ProgressTimeseries progress = 6;

Returns
TypeDescription
ProgressTimeseriesOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

Start time of this work item attempt.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Start time of this work item attempt.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getState()

public abstract ExecutionState getState()

State of this work item.

.google.dataflow.v1beta3.ExecutionState state = 5;

Returns
TypeDescription
ExecutionState

The state.

getStateValue()

public abstract int getStateValue()

State of this work item.

.google.dataflow.v1beta3.ExecutionState state = 5;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getTaskId()

public abstract String getTaskId()

Name of this work item.

string task_id = 1;

Returns
TypeDescription
String

The taskId.

getTaskIdBytes()

public abstract ByteString getTaskIdBytes()

Name of this work item.

string task_id = 1;

Returns
TypeDescription
ByteString

The bytes for taskId.

hasEndTime()

public abstract boolean hasEndTime()

End time of this work item attempt. If the work item is completed, this is the actual end time of the work item. Otherwise, it is the predicted end time.

.google.protobuf.Timestamp end_time = 4;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasProgress()

public abstract boolean hasProgress()

Progress of this work item.

.google.dataflow.v1beta3.ProgressTimeseries progress = 6;

Returns
TypeDescription
boolean

Whether the progress field is set.

hasStartTime()

public abstract boolean hasStartTime()

Start time of this work item attempt.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
boolean

Whether the startTime field is set.