Interface JobExecutionDetailsOrBuilder (0.48.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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
StageSummary

getStagesCount()

public abstract int getStagesCount()

The stages of the job execution.

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

Returns
Type Description
int

getStagesList()

public abstract List<StageSummary> getStagesList()

The stages of the job execution.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
StageSummaryOrBuilder

getStagesOrBuilderList()

public abstract List<? extends StageSummaryOrBuilder> getStagesOrBuilderList()

The stages of the job execution.

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

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