Package com.google.dataflow.v1beta3
Class ExecutionStageSummary
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.dataflow.v1beta3.ExecutionStageSummary
-
- All Implemented Interfaces:
ExecutionStageSummaryOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class ExecutionStageSummary extends com.google.protobuf.GeneratedMessageV3 implements ExecutionStageSummaryOrBuilder
Description of the composing transforms, names/ids, and input/outputs of a stage of execution. Some composing transforms and sources may have been generated by the Dataflow service during execution planning.
Protobuf typegoogle.dataflow.v1beta3.ExecutionStageSummary
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecutionStageSummary.Builder
Description of the composing transforms, names/ids, and input/outputs of a stage of execution.static class
ExecutionStageSummary.ComponentSource
Description of an interstitial value between transforms in an execution stage.static interface
ExecutionStageSummary.ComponentSourceOrBuilder
static class
ExecutionStageSummary.ComponentTransform
Description of a transform executed as part of an execution stage.static interface
ExecutionStageSummary.ComponentTransformOrBuilder
static class
ExecutionStageSummary.StageSource
Description of an input or output of an execution stage.static interface
ExecutionStageSummary.StageSourceOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMPONENT_SOURCE_FIELD_NUMBER
static int
COMPONENT_TRANSFORM_FIELD_NUMBER
static int
ID_FIELD_NUMBER
static int
INPUT_SOURCE_FIELD_NUMBER
static int
KIND_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
OUTPUT_SOURCE_FIELD_NUMBER
static int
PREREQUISITE_STAGE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ExecutionStageSummary.ComponentSource
getComponentSource(int index)
Collections produced and consumed by component transforms of this stage.int
getComponentSourceCount()
Collections produced and consumed by component transforms of this stage.List<ExecutionStageSummary.ComponentSource>
getComponentSourceList()
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSourceOrBuilder
getComponentSourceOrBuilder(int index)
Collections produced and consumed by component transforms of this stage.List<? extends ExecutionStageSummary.ComponentSourceOrBuilder>
getComponentSourceOrBuilderList()
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentTransform
getComponentTransform(int index)
Transforms that comprise this execution stage.int
getComponentTransformCount()
Transforms that comprise this execution stage.List<ExecutionStageSummary.ComponentTransform>
getComponentTransformList()
Transforms that comprise this execution stage.ExecutionStageSummary.ComponentTransformOrBuilder
getComponentTransformOrBuilder(int index)
Transforms that comprise this execution stage.List<? extends ExecutionStageSummary.ComponentTransformOrBuilder>
getComponentTransformOrBuilderList()
Transforms that comprise this execution stage.static ExecutionStageSummary
getDefaultInstance()
ExecutionStageSummary
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getId()
Dataflow service generated id for this stage.com.google.protobuf.ByteString
getIdBytes()
Dataflow service generated id for this stage.ExecutionStageSummary.StageSource
getInputSource(int index)
Input sources for this stage.int
getInputSourceCount()
Input sources for this stage.List<ExecutionStageSummary.StageSource>
getInputSourceList()
Input sources for this stage.ExecutionStageSummary.StageSourceOrBuilder
getInputSourceOrBuilder(int index)
Input sources for this stage.List<? extends ExecutionStageSummary.StageSourceOrBuilder>
getInputSourceOrBuilderList()
Input sources for this stage.KindType
getKind()
Type of transform this stage is executing.int
getKindValue()
Type of transform this stage is executing.String
getName()
Dataflow service generated name for this stage.com.google.protobuf.ByteString
getNameBytes()
Dataflow service generated name for this stage.ExecutionStageSummary.StageSource
getOutputSource(int index)
Output sources for this stage.int
getOutputSourceCount()
Output sources for this stage.List<ExecutionStageSummary.StageSource>
getOutputSourceList()
Output sources for this stage.ExecutionStageSummary.StageSourceOrBuilder
getOutputSourceOrBuilder(int index)
Output sources for this stage.List<? extends ExecutionStageSummary.StageSourceOrBuilder>
getOutputSourceOrBuilderList()
Output sources for this stage.com.google.protobuf.Parser<ExecutionStageSummary>
getParserForType()
String
getPrerequisiteStage(int index)
Other stages that must complete before this stage can run.com.google.protobuf.ByteString
getPrerequisiteStageBytes(int index)
Other stages that must complete before this stage can run.int
getPrerequisiteStageCount()
Other stages that must complete before this stage can run.com.google.protobuf.ProtocolStringList
getPrerequisiteStageList()
Other stages that must complete before this stage can run.int
getSerializedSize()
int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static ExecutionStageSummary.Builder
newBuilder()
static ExecutionStageSummary.Builder
newBuilder(ExecutionStageSummary prototype)
ExecutionStageSummary.Builder
newBuilderForType()
protected ExecutionStageSummary.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static ExecutionStageSummary
parseDelimitedFrom(InputStream input)
static ExecutionStageSummary
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageSummary
parseFrom(byte[] data)
static ExecutionStageSummary
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageSummary
parseFrom(com.google.protobuf.ByteString data)
static ExecutionStageSummary
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageSummary
parseFrom(com.google.protobuf.CodedInputStream input)
static ExecutionStageSummary
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageSummary
parseFrom(InputStream input)
static ExecutionStageSummary
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageSummary
parseFrom(ByteBuffer data)
static ExecutionStageSummary
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<ExecutionStageSummary>
parser()
ExecutionStageSummary.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INPUT_SOURCE_FIELD_NUMBER
public static final int INPUT_SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OUTPUT_SOURCE_FIELD_NUMBER
public static final int OUTPUT_SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PREREQUISITE_STAGE_FIELD_NUMBER
public static final int PREREQUISITE_STAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMPONENT_TRANSFORM_FIELD_NUMBER
public static final int COMPONENT_TRANSFORM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMPONENT_SOURCE_FIELD_NUMBER
public static final int COMPONENT_SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
Dataflow service generated name for this stage.
string name = 1;
- Specified by:
getName
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Dataflow service generated name for this stage.
string name = 1;
- Specified by:
getNameBytes
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The bytes for name.
-
getId
public String getId()
Dataflow service generated id for this stage.
string id = 2;
- Specified by:
getId
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
Dataflow service generated id for this stage.
string id = 2;
- Specified by:
getIdBytes
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The bytes for id.
-
getKindValue
public int getKindValue()
Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;
- Specified by:
getKindValue
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The enum numeric value on the wire for kind.
-
getKind
public KindType getKind()
Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;
- Specified by:
getKind
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The kind.
-
getInputSourceList
public List<ExecutionStageSummary.StageSource> getInputSourceList()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
- Specified by:
getInputSourceList
in interfaceExecutionStageSummaryOrBuilder
-
getInputSourceOrBuilderList
public List<? extends ExecutionStageSummary.StageSourceOrBuilder> getInputSourceOrBuilderList()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
- Specified by:
getInputSourceOrBuilderList
in interfaceExecutionStageSummaryOrBuilder
-
getInputSourceCount
public int getInputSourceCount()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
- Specified by:
getInputSourceCount
in interfaceExecutionStageSummaryOrBuilder
-
getInputSource
public ExecutionStageSummary.StageSource getInputSource(int index)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
- Specified by:
getInputSource
in interfaceExecutionStageSummaryOrBuilder
-
getInputSourceOrBuilder
public ExecutionStageSummary.StageSourceOrBuilder getInputSourceOrBuilder(int index)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
- Specified by:
getInputSourceOrBuilder
in interfaceExecutionStageSummaryOrBuilder
-
getOutputSourceList
public List<ExecutionStageSummary.StageSource> getOutputSourceList()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
- Specified by:
getOutputSourceList
in interfaceExecutionStageSummaryOrBuilder
-
getOutputSourceOrBuilderList
public List<? extends ExecutionStageSummary.StageSourceOrBuilder> getOutputSourceOrBuilderList()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
- Specified by:
getOutputSourceOrBuilderList
in interfaceExecutionStageSummaryOrBuilder
-
getOutputSourceCount
public int getOutputSourceCount()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
- Specified by:
getOutputSourceCount
in interfaceExecutionStageSummaryOrBuilder
-
getOutputSource
public ExecutionStageSummary.StageSource getOutputSource(int index)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
- Specified by:
getOutputSource
in interfaceExecutionStageSummaryOrBuilder
-
getOutputSourceOrBuilder
public ExecutionStageSummary.StageSourceOrBuilder getOutputSourceOrBuilder(int index)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
- Specified by:
getOutputSourceOrBuilder
in interfaceExecutionStageSummaryOrBuilder
-
getPrerequisiteStageList
public com.google.protobuf.ProtocolStringList getPrerequisiteStageList()
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Specified by:
getPrerequisiteStageList
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- A list containing the prerequisiteStage.
-
getPrerequisiteStageCount
public int getPrerequisiteStageCount()
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Specified by:
getPrerequisiteStageCount
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The count of prerequisiteStage.
-
getPrerequisiteStage
public String getPrerequisiteStage(int index)
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Specified by:
getPrerequisiteStage
in interfaceExecutionStageSummaryOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The prerequisiteStage at the given index.
-
getPrerequisiteStageBytes
public com.google.protobuf.ByteString getPrerequisiteStageBytes(int index)
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Specified by:
getPrerequisiteStageBytes
in interfaceExecutionStageSummaryOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the prerequisiteStage at the given index.
-
getComponentTransformList
public List<ExecutionStageSummary.ComponentTransform> getComponentTransformList()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
- Specified by:
getComponentTransformList
in interfaceExecutionStageSummaryOrBuilder
-
getComponentTransformOrBuilderList
public List<? extends ExecutionStageSummary.ComponentTransformOrBuilder> getComponentTransformOrBuilderList()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
- Specified by:
getComponentTransformOrBuilderList
in interfaceExecutionStageSummaryOrBuilder
-
getComponentTransformCount
public int getComponentTransformCount()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
- Specified by:
getComponentTransformCount
in interfaceExecutionStageSummaryOrBuilder
-
getComponentTransform
public ExecutionStageSummary.ComponentTransform getComponentTransform(int index)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
- Specified by:
getComponentTransform
in interfaceExecutionStageSummaryOrBuilder
-
getComponentTransformOrBuilder
public ExecutionStageSummary.ComponentTransformOrBuilder getComponentTransformOrBuilder(int index)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
- Specified by:
getComponentTransformOrBuilder
in interfaceExecutionStageSummaryOrBuilder
-
getComponentSourceList
public List<ExecutionStageSummary.ComponentSource> getComponentSourceList()
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
- Specified by:
getComponentSourceList
in interfaceExecutionStageSummaryOrBuilder
-
getComponentSourceOrBuilderList
public List<? extends ExecutionStageSummary.ComponentSourceOrBuilder> getComponentSourceOrBuilderList()
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
- Specified by:
getComponentSourceOrBuilderList
in interfaceExecutionStageSummaryOrBuilder
-
getComponentSourceCount
public int getComponentSourceCount()
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
- Specified by:
getComponentSourceCount
in interfaceExecutionStageSummaryOrBuilder
-
getComponentSource
public ExecutionStageSummary.ComponentSource getComponentSource(int index)
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
- Specified by:
getComponentSource
in interfaceExecutionStageSummaryOrBuilder
-
getComponentSourceOrBuilder
public ExecutionStageSummary.ComponentSourceOrBuilder getComponentSourceOrBuilder(int index)
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
- Specified by:
getComponentSourceOrBuilder
in interfaceExecutionStageSummaryOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ExecutionStageSummary parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionStageSummary parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionStageSummary parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionStageSummary parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionStageSummary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionStageSummary parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExecutionStageSummary parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ExecutionStageSummary parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ExecutionStageSummary parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ExecutionStageSummary parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ExecutionStageSummary parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ExecutionStageSummary parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ExecutionStageSummary.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ExecutionStageSummary.Builder newBuilder()
-
newBuilder
public static ExecutionStageSummary.Builder newBuilder(ExecutionStageSummary prototype)
-
toBuilder
public ExecutionStageSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ExecutionStageSummary.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ExecutionStageSummary getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ExecutionStageSummary> parser()
-
getParserForType
public com.google.protobuf.Parser<ExecutionStageSummary> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ExecutionStageSummary getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-