Class JobExecutionStageInfo (0.8.0)

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
TypeDescription
int

Static Methods

getDefaultInstance()

public static JobExecutionStageInfo getDefaultInstance()
Returns
TypeDescription
JobExecutionStageInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static JobExecutionStageInfo.Builder newBuilder()
Returns
TypeDescription
JobExecutionStageInfo.Builder

newBuilder(JobExecutionStageInfo prototype)

public static JobExecutionStageInfo.Builder newBuilder(JobExecutionStageInfo prototype)
Parameter
NameDescription
prototypeJobExecutionStageInfo
Returns
TypeDescription
JobExecutionStageInfo.Builder

parseDelimitedFrom(InputStream input)

public static JobExecutionStageInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static JobExecutionStageInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static JobExecutionStageInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static JobExecutionStageInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static JobExecutionStageInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static JobExecutionStageInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static JobExecutionStageInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static JobExecutionStageInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static JobExecutionStageInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static JobExecutionStageInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static JobExecutionStageInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static JobExecutionStageInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
JobExecutionStageInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<JobExecutionStageInfo> parser()
Returns
TypeDescription
Parser<JobExecutionStageInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public JobExecutionStageInfo getDefaultInstanceForType()
Returns
TypeDescription
JobExecutionStageInfo

getParserForType()

public Parser<JobExecutionStageInfo> getParserForType()
Returns
TypeDescription
Parser<JobExecutionStageInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ProtocolStringList

A list containing the stepName.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public JobExecutionStageInfo.Builder newBuilderForType()
Returns
TypeDescription
JobExecutionStageInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected JobExecutionStageInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
JobExecutionStageInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public JobExecutionStageInfo.Builder toBuilder()
Returns
TypeDescription
JobExecutionStageInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException