public final class JobExecutionInfo extends GeneratedMessageV3 implements JobExecutionInfoOrBuilder
Additional information about how a Cloud Dataflow job will be executed that
isn't contained in the submitted job.
Protobuf type google.dataflow.v1beta3.JobExecutionInfo
Static Fields
STAGES_FIELD_NUMBER
public static final int STAGES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static JobExecutionInfo getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static JobExecutionInfo.Builder newBuilder()
Returns
newBuilder(JobExecutionInfo prototype)
public static JobExecutionInfo.Builder newBuilder(JobExecutionInfo prototype)
Parameter
Returns
public static JobExecutionInfo parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static JobExecutionInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static JobExecutionInfo parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static JobExecutionInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static JobExecutionInfo parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static JobExecutionInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static JobExecutionInfo parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static JobExecutionInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static JobExecutionInfo parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static JobExecutionInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static JobExecutionInfo parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static JobExecutionInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<JobExecutionInfo> parser()
Returns
Methods
containsStages(String key)
public boolean containsStages(String key)
A mapping from each stage to the information about that stage.
map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;
Parameter
Returns
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public JobExecutionInfo getDefaultInstanceForType()
Returns
getParserForType()
public Parser<JobExecutionInfo> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStages()
public Map<String,JobExecutionStageInfo> getStages()
Returns
getStagesCount()
public int getStagesCount()
A mapping from each stage to the information about that stage.
map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;
Returns
getStagesMap()
public Map<String,JobExecutionStageInfo> getStagesMap()
A mapping from each stage to the information about that stage.
map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;
Returns
getStagesOrDefault(String key, JobExecutionStageInfo defaultValue)
public JobExecutionStageInfo getStagesOrDefault(String key, JobExecutionStageInfo defaultValue)
A mapping from each stage to the information about that stage.
map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;
Parameters
Returns
getStagesOrThrow(String key)
public JobExecutionStageInfo getStagesOrThrow(String key)
A mapping from each stage to the information about that stage.
map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;
Parameter
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public JobExecutionInfo.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected JobExecutionInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public JobExecutionInfo.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions