public final class JobExecutionStageInfo extends GeneratedMessageV3 implements JobExecutionStageInfoOrBuilder
Contains information about how a particular
google.dataflow.v1beta3.Step will be executed.
Protobuf type google.dataflow.v1beta3.JobExecutionStageInfo
Static Fields
STEP_NAME_FIELD_NUMBER
public static final int STEP_NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static JobExecutionStageInfo getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static JobExecutionStageInfo.Builder newBuilder()
Returns
newBuilder(JobExecutionStageInfo prototype)
public static JobExecutionStageInfo.Builder newBuilder(JobExecutionStageInfo prototype)
Parameter
Returns
public static JobExecutionStageInfo parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static JobExecutionStageInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static JobExecutionStageInfo parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static JobExecutionStageInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static JobExecutionStageInfo parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static JobExecutionStageInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static JobExecutionStageInfo parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static JobExecutionStageInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static JobExecutionStageInfo parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static JobExecutionStageInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static JobExecutionStageInfo parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static JobExecutionStageInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<JobExecutionStageInfo> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public JobExecutionStageInfo getDefaultInstanceForType()
Returns
getParserForType()
public Parser<JobExecutionStageInfo> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStepName(int index)
public String getStepName(int index)
The steps associated with the execution stage.
Note that stages may have several steps, and that a given step
might be run by more than one stage.
repeated string step_name = 1;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The stepName at the given index.
|
getStepNameBytes(int index)
public ByteString getStepNameBytes(int index)
The steps associated with the execution stage.
Note that stages may have several steps, and that a given step
might be run by more than one stage.
repeated string step_name = 1;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the stepName at the given index.
|
getStepNameCount()
public int getStepNameCount()
The steps associated with the execution stage.
Note that stages may have several steps, and that a given step
might be run by more than one stage.
repeated string step_name = 1;
Returns
Type | Description |
int | The count of stepName.
|
getStepNameList()
public ProtocolStringList getStepNameList()
The steps associated with the execution stage.
Note that stages may have several steps, and that a given step
might be run by more than one stage.
repeated string step_name = 1;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public JobExecutionStageInfo.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected JobExecutionStageInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public JobExecutionStageInfo.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions