Class ExecutionStageSummary.ComponentSource (0.25.0)

public static final class ExecutionStageSummary.ComponentSource extends GeneratedMessageV3 implements ExecutionStageSummary.ComponentSourceOrBuilder

Description of an interstitial value between transforms in an execution stage.

Protobuf type google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ExecutionStageSummary.ComponentSource
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

ORIGINAL_TRANSFORM_OR_COLLECTION_FIELD_NUMBER

public static final int ORIGINAL_TRANSFORM_OR_COLLECTION_FIELD_NUMBER
Field Value
TypeDescription
int

USER_NAME_FIELD_NUMBER

public static final int USER_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ExecutionStageSummary.ComponentSource getDefaultInstance()

getDescriptor()

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

newBuilder()

public static ExecutionStageSummary.ComponentSource.Builder newBuilder()

newBuilder(ExecutionStageSummary.ComponentSource prototype)

public static ExecutionStageSummary.ComponentSource.Builder newBuilder(ExecutionStageSummary.ComponentSource prototype)
Parameter
NameDescription
prototypeExecutionStageSummary.ComponentSource

parseDelimitedFrom(InputStream input)

public static ExecutionStageSummary.ComponentSource parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExecutionStageSummary.ComponentSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ExecutionStageSummary.ComponentSource parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ExecutionStageSummary.ComponentSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ExecutionStageSummary.ComponentSource parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ExecutionStageSummary.ComponentSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ExecutionStageSummary.ComponentSource parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ExecutionStageSummary.ComponentSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ExecutionStageSummary.ComponentSource parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExecutionStageSummary.ComponentSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ExecutionStageSummary.ComponentSource parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ExecutionStageSummary.ComponentSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ExecutionStageSummary.ComponentSource> parser()
Returns
TypeDescription
Parser<ComponentSource>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ExecutionStageSummary.ComponentSource getDefaultInstanceForType()

getName()

public String getName()

Dataflow service generated name for this source.

string name = 2;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Dataflow service generated name for this source.

string name = 2;

Returns
TypeDescription
ByteString

The bytes for name.

getOriginalTransformOrCollection()

public String getOriginalTransformOrCollection()

User name for the original user transform or collection with which this source is most closely associated.

string original_transform_or_collection = 3;

Returns
TypeDescription
String

The originalTransformOrCollection.

getOriginalTransformOrCollectionBytes()

public ByteString getOriginalTransformOrCollectionBytes()

User name for the original user transform or collection with which this source is most closely associated.

string original_transform_or_collection = 3;

Returns
TypeDescription
ByteString

The bytes for originalTransformOrCollection.

getParserForType()

public Parser<ExecutionStageSummary.ComponentSource> getParserForType()
Returns
TypeDescription
Parser<ComponentSource>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUserName()

public String getUserName()

Human-readable name for this transform; may be user or system generated.

string user_name = 1;

Returns
TypeDescription
String

The userName.

getUserNameBytes()

public ByteString getUserNameBytes()

Human-readable name for this transform; may be user or system generated.

string user_name = 1;

Returns
TypeDescription
ByteString

The bytes for userName.

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 ExecutionStageSummary.ComponentSource.Builder newBuilderForType()

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ExecutionStageSummary.ComponentSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ExecutionStageSummary.ComponentSource.Builder toBuilder()

writeTo(CodedOutputStream output)

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