public static final class JobExecutionDetails.Builder extends GeneratedMessage.Builder<JobExecutionDetails.Builder> implements JobExecutionDetailsOrBuilderInformation about the execution of a job.
Protobuf type google.dataflow.v1beta3.JobExecutionDetails
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > JobExecutionDetails.BuilderImplements
JobExecutionDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllStages(Iterable<? extends StageSummary> values)
public JobExecutionDetails.Builder addAllStages(Iterable<? extends StageSummary> values)The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.dataflow.v1beta3.StageSummary> |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
addStages(StageSummary value)
public JobExecutionDetails.Builder addStages(StageSummary value)The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StageSummary |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
addStages(StageSummary.Builder builderForValue)
public JobExecutionDetails.Builder addStages(StageSummary.Builder builderForValue)The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
StageSummary.Builder |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
addStages(int index, StageSummary value)
public JobExecutionDetails.Builder addStages(int index, StageSummary value)The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
StageSummary |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
addStages(int index, StageSummary.Builder builderForValue)
public JobExecutionDetails.Builder addStages(int index, StageSummary.Builder builderForValue)The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
StageSummary.Builder |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
addStagesBuilder()
public StageSummary.Builder addStagesBuilder()The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Returns | |
|---|---|
| Type | Description |
StageSummary.Builder |
|
addStagesBuilder(int index)
public StageSummary.Builder addStagesBuilder(int index)The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StageSummary.Builder |
|
build()
public JobExecutionDetails build()| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails |
|
buildPartial()
public JobExecutionDetails buildPartial()| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails |
|
clear()
public JobExecutionDetails.Builder clear()| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
clearNextPageToken()
public JobExecutionDetails.Builder clearNextPageToken()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 |
JobExecutionDetails.Builder |
This builder for chaining. |
clearStages()
public JobExecutionDetails.Builder clearStages()The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
getDefaultInstanceForType()
public JobExecutionDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public 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 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 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 |
|
getStagesBuilder(int index)
public StageSummary.Builder getStagesBuilder(int index)The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StageSummary.Builder |
|
getStagesBuilderList()
public List<StageSummary.Builder> getStagesBuilderList()The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getStagesCount()
public int getStagesCount()The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getStagesList()
public 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 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 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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(JobExecutionDetails other)
public JobExecutionDetails.Builder mergeFrom(JobExecutionDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
JobExecutionDetails |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public JobExecutionDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public JobExecutionDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
removeStages(int index)
public JobExecutionDetails.Builder removeStages(int index)The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
setNextPageToken(String value)
public JobExecutionDetails.Builder setNextPageToken(String value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public JobExecutionDetails.Builder setNextPageTokenBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
This builder for chaining. |
setStages(int index, StageSummary value)
public JobExecutionDetails.Builder setStages(int index, StageSummary value)The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
StageSummary |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|
setStages(int index, StageSummary.Builder builderForValue)
public JobExecutionDetails.Builder setStages(int index, StageSummary.Builder builderForValue)The stages of the job execution.
repeated .google.dataflow.v1beta3.StageSummary stages = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
StageSummary.Builder |
| Returns | |
|---|---|
| Type | Description |
JobExecutionDetails.Builder |
|