Interface JobExecutionDetailsOrBuilder (0.8.0)

public interface JobExecutionDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

If present, this response does not contain all requested tasks. To obtain the next page of results, repeat the request with page_token set to this value.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If present, this response does not contain all requested tasks. To obtain the next page of results, repeat the request with page_token set to this value.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getStages(int index)

public abstract StageSummary getStages(int index)

The stages of the job execution.

repeated .google.dataflow.v1beta3.StageSummary stages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
StageSummary

getStagesCount()

public abstract int getStagesCount()

The stages of the job execution.

repeated .google.dataflow.v1beta3.StageSummary stages = 1;

Returns
TypeDescription
int

getStagesList()

public abstract List<StageSummary> getStagesList()

The stages of the job execution.

repeated .google.dataflow.v1beta3.StageSummary stages = 1;

Returns
TypeDescription
List<StageSummary>

getStagesOrBuilder(int index)

public abstract StageSummaryOrBuilder getStagesOrBuilder(int index)

The stages of the job execution.

repeated .google.dataflow.v1beta3.StageSummary stages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
StageSummaryOrBuilder

getStagesOrBuilderList()

public abstract List<? extends StageSummaryOrBuilder> getStagesOrBuilderList()

The stages of the job execution.

repeated .google.dataflow.v1beta3.StageSummary stages = 1;

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