Send feedback
Class TransformSummary (0.58.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.58.0 keyboard_arrow_down
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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DISPLAY_DATA_FIELD_NUMBER
Field Value
Type
Description
int
public static final int ID_FIELD_NUMBER
Field Value
Type
Description
int
public static final int INPUT_COLLECTION_NAME_FIELD_NUMBER
Field Value
Type
Description
int
public static final int KIND_FIELD_NUMBER
Field Value
Type
Description
int
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
public static final int OUTPUT_COLLECTION_NAME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static TransformSummary getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static TransformSummary . Builder newBuilder ()
public static TransformSummary . Builder newBuilder ( TransformSummary prototype )
public static TransformSummary parseDelimitedFrom ( InputStream input )
public static TransformSummary parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static TransformSummary parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static TransformSummary parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static TransformSummary parseFrom ( ByteString data )
public static TransformSummary parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static TransformSummary parseFrom ( CodedInputStream input )
public static TransformSummary parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static TransformSummary parseFrom ( InputStream input )
public static TransformSummary parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static TransformSummary parseFrom ( ByteBuffer data )
public static TransformSummary parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<TransformSummary> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public TransformSummary getDefaultInstanceForType ()
public DisplayData getDisplayData ( int index )
Transform-specific display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
Parameter
Name
Description
index
int
public int getDisplayDataCount ()
Transform-specific display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
Returns
Type
Description
int
public List<DisplayData> getDisplayDataList ()
Transform-specific display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
public DisplayDataOrBuilder getDisplayDataOrBuilder ( int index )
Transform-specific display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
Parameter
Name
Description
index
int
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 >
SDK generated id of this transform instance.
string id = 2;
Returns
Type
Description
String
The id.
public ByteString getIdBytes ()
SDK generated id of this transform instance.
string id = 2;
Returns
Type
Description
ByteString
The bytes for id.
public 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.
public 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.
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.
public ProtocolStringList getInputCollectionNameList ()
User names for all collection inputs to this transform.
repeated string input_collection_name = 6;
public KindType getKind ()
Type of transform.
.google.dataflow.v1beta3.KindType kind = 1;
Returns
Type
Description
KindType
The kind.
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.
User provided name for this transform instance.
string name = 3;
Returns
Type
Description
String
The name.
public ByteString getNameBytes ()
User provided name for this transform instance.
string name = 3;
Returns
Type
Description
ByteString
The bytes for name.
public 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.
public 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.
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.
public ProtocolStringList getOutputCollectionNameList ()
User names for all collection outputs to this transform.
repeated string output_collection_name = 5;
public Parser<TransformSummary> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public TransformSummary . Builder newBuilderForType ()
protected TransformSummary . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public TransformSummary . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]