Class TransformSummary (0.9.0)

public final class TransformSummary extends GeneratedMessageV3 implements TransformSummaryOrBuilder

Description of the type, names/ids, and input/outputs for a transform.

Protobuf type google.dataflow.v1beta3.TransformSummary

Static Fields

DISPLAY_DATA_FIELD_NUMBER

public static final int DISPLAY_DATA_FIELD_NUMBER
Field Value
TypeDescription
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
TypeDescription
int

INPUT_COLLECTION_NAME_FIELD_NUMBER

public static final int INPUT_COLLECTION_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

OUTPUT_COLLECTION_NAME_FIELD_NUMBER

public static final int OUTPUT_COLLECTION_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TransformSummary getDefaultInstance()
Returns
TypeDescription
TransformSummary

getDescriptor()

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

newBuilder()

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

newBuilder(TransformSummary prototype)

public static TransformSummary.Builder newBuilder(TransformSummary prototype)
Parameter
NameDescription
prototypeTransformSummary
Returns
TypeDescription
TransformSummary.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public TransformSummary getDefaultInstanceForType()
Returns
TypeDescription
TransformSummary

getDisplayData(int index)

public DisplayData getDisplayData(int index)

Transform-specific display data.

repeated .google.dataflow.v1beta3.DisplayData display_data = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
DisplayData

getDisplayDataCount()

public int getDisplayDataCount()

Transform-specific display data.

repeated .google.dataflow.v1beta3.DisplayData display_data = 4;

Returns
TypeDescription
int

getDisplayDataList()

public List<DisplayData> getDisplayDataList()

Transform-specific display data.

repeated .google.dataflow.v1beta3.DisplayData display_data = 4;

Returns
TypeDescription
List<DisplayData>

getDisplayDataOrBuilder(int index)

public DisplayDataOrBuilder getDisplayDataOrBuilder(int index)

Transform-specific display data.

repeated .google.dataflow.v1beta3.DisplayData display_data = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
DisplayDataOrBuilder

getDisplayDataOrBuilderList()

public List<? extends DisplayDataOrBuilder> getDisplayDataOrBuilderList()

Transform-specific display data.

repeated .google.dataflow.v1beta3.DisplayData display_data = 4;

Returns
TypeDescription
List<? extends com.google.dataflow.v1beta3.DisplayDataOrBuilder>

getId()

public String getId()

SDK generated id of this transform instance.

string id = 2;

Returns
TypeDescription
String

The id.

getIdBytes()

public ByteString getIdBytes()

SDK generated id of this transform instance.

string id = 2;

Returns
TypeDescription
ByteString

The bytes for id.

getInputCollectionName(int index)

public String getInputCollectionName(int index)

User names for all collection inputs to this transform.

repeated string input_collection_name = 6;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The inputCollectionName at the given index.

getInputCollectionNameBytes(int index)

public ByteString getInputCollectionNameBytes(int index)

User names for all collection inputs to this transform.

repeated string input_collection_name = 6;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the inputCollectionName at the given index.

getInputCollectionNameCount()

public int getInputCollectionNameCount()

User names for all collection inputs to this transform.

repeated string input_collection_name = 6;

Returns
TypeDescription
int

The count of inputCollectionName.

getInputCollectionNameList()

public ProtocolStringList getInputCollectionNameList()

User names for all collection inputs to this transform.

repeated string input_collection_name = 6;

Returns
TypeDescription
ProtocolStringList

A list containing the inputCollectionName.

getKind()

public KindType getKind()

Type of transform.

.google.dataflow.v1beta3.KindType kind = 1;

Returns
TypeDescription
KindType

The kind.

getKindValue()

public int getKindValue()

Type of transform.

.google.dataflow.v1beta3.KindType kind = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for kind.

getName()

public String getName()

User provided name for this transform instance.

string name = 3;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

User provided name for this transform instance.

string name = 3;

Returns
TypeDescription
ByteString

The bytes for name.

getOutputCollectionName(int index)

public String getOutputCollectionName(int index)

User names for all collection outputs to this transform.

repeated string output_collection_name = 5;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The outputCollectionName at the given index.

getOutputCollectionNameBytes(int index)

public ByteString getOutputCollectionNameBytes(int index)

User names for all collection outputs to this transform.

repeated string output_collection_name = 5;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the outputCollectionName at the given index.

getOutputCollectionNameCount()

public int getOutputCollectionNameCount()

User names for all collection outputs to this transform.

repeated string output_collection_name = 5;

Returns
TypeDescription
int

The count of outputCollectionName.

getOutputCollectionNameList()

public ProtocolStringList getOutputCollectionNameList()

User names for all collection outputs to this transform.

repeated string output_collection_name = 5;

Returns
TypeDescription
ProtocolStringList

A list containing the outputCollectionName.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 TransformSummary.Builder newBuilderForType()
Returns
TypeDescription
TransformSummary.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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