public interface TransformSummaryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayData(int index)
public abstract DisplayData getDisplayData(int index)
Transform-specific display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DisplayData |
getDisplayDataCount()
public abstract int getDisplayDataCount()
Transform-specific display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
Returns | |
---|---|
Type | Description |
int |
getDisplayDataList()
public abstract List<DisplayData> getDisplayDataList()
Transform-specific display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
Returns | |
---|---|
Type | Description |
List<DisplayData> |
getDisplayDataOrBuilder(int index)
public abstract DisplayDataOrBuilder getDisplayDataOrBuilder(int index)
Transform-specific display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DisplayDataOrBuilder |
getDisplayDataOrBuilderList()
public abstract List<? extends DisplayDataOrBuilder> getDisplayDataOrBuilderList()
Transform-specific display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.dataflow.v1beta3.DisplayDataOrBuilder> |
getId()
public abstract String getId()
SDK generated id of this transform instance.
string id = 2;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
SDK generated id of this transform instance.
string id = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<String> |
A list containing the inputCollectionName. |
getKind()
public abstract KindType getKind()
Type of transform.
.google.dataflow.v1beta3.KindType kind = 1;
Returns | |
---|---|
Type | Description |
KindType |
The kind. |
getKindValue()
public abstract int getKindValue()
Type of transform.
.google.dataflow.v1beta3.KindType kind = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
User provided name for this transform instance.
string name = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<String> |
A list containing the outputCollectionName. |