Interface TransformSummaryOrBuilder (0.8.0)

public interface TransformSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayData(int index)

public abstract DisplayData getDisplayData(int index)

Transform-specific display data.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
DisplayData

getDisplayDataCount()

public abstract int getDisplayDataCount()

Transform-specific display data.

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

Returns
TypeDescription
int

getDisplayDataList()

public abstract List<DisplayData> getDisplayDataList()

Transform-specific display data.

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

Returns
TypeDescription
List<DisplayData>

getDisplayDataOrBuilder(int index)

public abstract DisplayDataOrBuilder getDisplayDataOrBuilder(int index)

Transform-specific display data.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
DisplayDataOrBuilder

getDisplayDataOrBuilderList()

public abstract 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 abstract String getId()

SDK generated id of this transform instance.

string id = 2;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

SDK generated id of this transform instance.

string id = 2;

Returns
TypeDescription
ByteString

The bytes for id.

getInputCollectionName(int index)

public abstract 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 abstract 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 abstract 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 abstract List<String> getInputCollectionNameList()

User names for all collection inputs to this transform.

repeated string input_collection_name = 6;

Returns
TypeDescription
List<String>

A list containing the inputCollectionName.

getKind()

public abstract KindType getKind()

Type of transform.

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

Returns
TypeDescription
KindType

The kind.

getKindValue()

public abstract 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 abstract String getName()

User provided name for this transform instance.

string name = 3;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

User provided name for this transform instance.

string name = 3;

Returns
TypeDescription
ByteString

The bytes for name.

getOutputCollectionName(int index)

public abstract 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 abstract 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 abstract 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 abstract List<String> getOutputCollectionNameList()

User names for all collection outputs to this transform.

repeated string output_collection_name = 5;

Returns
TypeDescription
List<String>

A list containing the outputCollectionName.