- 0.82.0 (latest)
 - 0.80.0
 - 0.79.0
 - 0.78.0
 - 0.77.0
 - 0.76.0
 - 0.74.0
 - 0.72.0
 - 0.71.0
 - 0.68.0
 - 0.67.0
 - 0.66.0
 - 0.64.0
 - 0.63.0
 - 0.62.0
 - 0.61.0
 - 0.60.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.50.0
 - 0.49.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.8.0
 - 0.5.0
 
public static final class TransformSummary.Builder extends GeneratedMessageV3.Builder<TransformSummary.Builder> implements TransformSummaryOrBuilderDescription of the type, names/ids, and input/outputs for a transform.
 Protobuf type google.dataflow.v1beta3.TransformSummary
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransformSummary.BuilderImplements
TransformSummaryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addAllDisplayData(Iterable<? extends DisplayData> values)
public TransformSummary.Builder addAllDisplayData(Iterable<? extends DisplayData> values)Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.dataflow.v1beta3.DisplayData> | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
addAllInputCollectionName(Iterable<String> values)
public TransformSummary.Builder addAllInputCollectionName(Iterable<String> values)User names for all collection inputs to this transform.
 repeated string input_collection_name = 6;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<String>The inputCollectionName to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
addAllOutputCollectionName(Iterable<String> values)
public TransformSummary.Builder addAllOutputCollectionName(Iterable<String> values)User names for all collection outputs to this transform.
 repeated string output_collection_name = 5;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<String>The outputCollectionName to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
addDisplayData(DisplayData value)
public TransformSummary.Builder addDisplayData(DisplayData value)Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        DisplayData | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
addDisplayData(DisplayData.Builder builderForValue)
public TransformSummary.Builder addDisplayData(DisplayData.Builder builderForValue)Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        DisplayData.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
addDisplayData(int index, DisplayData value)
public TransformSummary.Builder addDisplayData(int index, DisplayData value)Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        DisplayData | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
addDisplayData(int index, DisplayData.Builder builderForValue)
public TransformSummary.Builder addDisplayData(int index, DisplayData.Builder builderForValue)Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        DisplayData.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
addDisplayDataBuilder()
public DisplayData.Builder addDisplayDataBuilder()Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Returns | |
|---|---|
| Type | Description | 
DisplayData.Builder | 
        |
addDisplayDataBuilder(int index)
public DisplayData.Builder addDisplayDataBuilder(int index)Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
DisplayData.Builder | 
        |
addInputCollectionName(String value)
public TransformSummary.Builder addInputCollectionName(String value)User names for all collection inputs to this transform.
 repeated string input_collection_name = 6;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe inputCollectionName to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
addInputCollectionNameBytes(ByteString value)
public TransformSummary.Builder addInputCollectionNameBytes(ByteString value)User names for all collection inputs to this transform.
 repeated string input_collection_name = 6;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes of the inputCollectionName to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
addOutputCollectionName(String value)
public TransformSummary.Builder addOutputCollectionName(String value)User names for all collection outputs to this transform.
 repeated string output_collection_name = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe outputCollectionName to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
addOutputCollectionNameBytes(ByteString value)
public TransformSummary.Builder addOutputCollectionNameBytes(ByteString value)User names for all collection outputs to this transform.
 repeated string output_collection_name = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes of the outputCollectionName to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransformSummary.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
build()
public TransformSummary build()| Returns | |
|---|---|
| Type | Description | 
TransformSummary | 
        |
buildPartial()
public TransformSummary buildPartial()| Returns | |
|---|---|
| Type | Description | 
TransformSummary | 
        |
clear()
public TransformSummary.Builder clear()| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
clearDisplayData()
public TransformSummary.Builder clearDisplayData()Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public TransformSummary.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
clearId()
public TransformSummary.Builder clearId()SDK generated id of this transform instance.
 string id = 2;
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
clearInputCollectionName()
public TransformSummary.Builder clearInputCollectionName()User names for all collection inputs to this transform.
 repeated string input_collection_name = 6;
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
clearKind()
public TransformSummary.Builder clearKind()Type of transform.
 .google.dataflow.v1beta3.KindType kind = 1;
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
clearName()
public TransformSummary.Builder clearName()User provided name for this transform instance.
 string name = 3;
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public TransformSummary.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
clearOutputCollectionName()
public TransformSummary.Builder clearOutputCollectionName()User names for all collection outputs to this transform.
 repeated string output_collection_name = 5;
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
clone()
public TransformSummary.Builder clone()| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
getDefaultInstanceForType()
public TransformSummary getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
TransformSummary | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getDisplayData(int index)
public 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 | 
        |
getDisplayDataBuilder(int index)
public DisplayData.Builder getDisplayDataBuilder(int index)Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
DisplayData.Builder | 
        |
getDisplayDataBuilderList()
public List<DisplayData.Builder> getDisplayDataBuilderList()Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getDisplayDataCount()
public int getDisplayDataCount()Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getDisplayDataList()
public List<DisplayData> getDisplayDataList()Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Returns | |
|---|---|
| Type | Description | 
List<DisplayData> | 
        |
getDisplayDataOrBuilder(int index)
public 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 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 String getId()SDK generated id of this transform instance.
 string id = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The id.  | 
      
getIdBytes()
public ByteString getIdBytes()SDK generated id of this transform instance.
 string id = 2;
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
ProtocolStringList | 
        A list containing the inputCollectionName.  | 
      
getKind()
public KindType getKind()Type of transform.
 .google.dataflow.v1beta3.KindType kind = 1;
| Returns | |
|---|---|
| Type | Description | 
KindType | 
        The kind.  | 
      
getKindValue()
public 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 String getName()User provided name for this transform instance.
 string name = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public ByteString getNameBytes()User provided name for this transform instance.
 string name = 3;
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
ProtocolStringList | 
        A list containing the outputCollectionName.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(TransformSummary other)
public TransformSummary.Builder mergeFrom(TransformSummary other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        TransformSummary | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransformSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public TransformSummary.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransformSummary.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
removeDisplayData(int index)
public TransformSummary.Builder removeDisplayData(int index)Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
setDisplayData(int index, DisplayData value)
public TransformSummary.Builder setDisplayData(int index, DisplayData value)Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        DisplayData | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
setDisplayData(int index, DisplayData.Builder builderForValue)
public TransformSummary.Builder setDisplayData(int index, DisplayData.Builder builderForValue)Transform-specific display data.
 repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        DisplayData.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public TransformSummary.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
setId(String value)
public TransformSummary.Builder setId(String value)SDK generated id of this transform instance.
 string id = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe id to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
setIdBytes(ByteString value)
public TransformSummary.Builder setIdBytes(ByteString value)SDK generated id of this transform instance.
 string id = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for id to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
setInputCollectionName(int index, String value)
public TransformSummary.Builder setInputCollectionName(int index, String value)User names for all collection inputs to this transform.
 repeated string input_collection_name = 6;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        intThe index to set the value at.  | 
      
value | 
        StringThe inputCollectionName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
setKind(KindType value)
public TransformSummary.Builder setKind(KindType value)Type of transform.
 .google.dataflow.v1beta3.KindType kind = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        KindTypeThe kind to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
setKindValue(int value)
public TransformSummary.Builder setKindValue(int value)Type of transform.
 .google.dataflow.v1beta3.KindType kind = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for kind to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
setName(String value)
public TransformSummary.Builder setName(String value)User provided name for this transform instance.
 string name = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public TransformSummary.Builder setNameBytes(ByteString value)User provided name for this transform instance.
 string name = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
setOutputCollectionName(int index, String value)
public TransformSummary.Builder setOutputCollectionName(int index, String value)User names for all collection outputs to this transform.
 repeated string output_collection_name = 5;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        intThe index to set the value at.  | 
      
value | 
        StringThe outputCollectionName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransformSummary.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final TransformSummary.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
TransformSummary.Builder | 
        |