Interface TransformSummaryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TransformSummary, TransformSummary.Builder

    public interface TransformSummaryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getKindValue

        int getKindValue()
         Type of transform.
         
        .google.dataflow.v1beta3.KindType kind = 1;
        Returns:
        The enum numeric value on the wire for kind.
      • getKind

        KindType getKind()
         Type of transform.
         
        .google.dataflow.v1beta3.KindType kind = 1;
        Returns:
        The kind.
      • getId

        String getId()
         SDK generated id of this transform instance.
         
        string id = 2;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         SDK generated id of this transform instance.
         
        string id = 2;
        Returns:
        The bytes for id.
      • getName

        String getName()
         User provided name for this transform instance.
         
        string name = 3;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         User provided name for this transform instance.
         
        string name = 3;
        Returns:
        The bytes for name.
      • getDisplayDataList

        List<DisplayData> getDisplayDataList()
         Transform-specific display data.
         
        repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
      • getDisplayData

        DisplayData getDisplayData​(int index)
         Transform-specific display data.
         
        repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
      • getDisplayDataCount

        int getDisplayDataCount()
         Transform-specific display data.
         
        repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
      • getDisplayDataOrBuilderList

        List<? extends DisplayDataOrBuilder> getDisplayDataOrBuilderList()
         Transform-specific display data.
         
        repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
      • getDisplayDataOrBuilder

        DisplayDataOrBuilder getDisplayDataOrBuilder​(int index)
         Transform-specific display data.
         
        repeated .google.dataflow.v1beta3.DisplayData display_data = 4;
      • getOutputCollectionNameList

        List<String> getOutputCollectionNameList()
         User  names for all collection outputs to this transform.
         
        repeated string output_collection_name = 5;
        Returns:
        A list containing the outputCollectionName.
      • getOutputCollectionNameCount

        int getOutputCollectionNameCount()
         User  names for all collection outputs to this transform.
         
        repeated string output_collection_name = 5;
        Returns:
        The count of outputCollectionName.
      • getOutputCollectionName

        String getOutputCollectionName​(int index)
         User  names for all collection outputs to this transform.
         
        repeated string output_collection_name = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The outputCollectionName at the given index.
      • getOutputCollectionNameBytes

        com.google.protobuf.ByteString getOutputCollectionNameBytes​(int index)
         User  names for all collection outputs to this transform.
         
        repeated string output_collection_name = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the outputCollectionName at the given index.
      • getInputCollectionNameList

        List<String> getInputCollectionNameList()
         User names for all collection inputs to this transform.
         
        repeated string input_collection_name = 6;
        Returns:
        A list containing the inputCollectionName.
      • getInputCollectionNameCount

        int getInputCollectionNameCount()
         User names for all collection inputs to this transform.
         
        repeated string input_collection_name = 6;
        Returns:
        The count of inputCollectionName.
      • getInputCollectionName

        String getInputCollectionName​(int index)
         User names for all collection inputs to this transform.
         
        repeated string input_collection_name = 6;
        Parameters:
        index - The index of the element to return.
        Returns:
        The inputCollectionName at the given index.
      • getInputCollectionNameBytes

        com.google.protobuf.ByteString getInputCollectionNameBytes​(int index)
         User names for all collection inputs to this transform.
         
        repeated string input_collection_name = 6;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the inputCollectionName at the given index.