Enum KindType

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<KindType>

    public enum KindType
    extends Enum<KindType>
    implements com.google.protobuf.ProtocolMessageEnum
     Type of transform or stage operation.
     
    Protobuf enum google.dataflow.v1beta3.KindType
    • Enum Constant Detail

      • UNKNOWN_KIND

        public static final KindType UNKNOWN_KIND
         Unrecognized transform type.
         
        UNKNOWN_KIND = 0;
      • PAR_DO_KIND

        public static final KindType PAR_DO_KIND
         ParDo transform.
         
        PAR_DO_KIND = 1;
      • GROUP_BY_KEY_KIND

        public static final KindType GROUP_BY_KEY_KIND
         Group By Key transform.
         
        GROUP_BY_KEY_KIND = 2;
      • FLATTEN_KIND

        public static final KindType FLATTEN_KIND
         Flatten transform.
         
        FLATTEN_KIND = 3;
      • READ_KIND

        public static final KindType READ_KIND
         Read transform.
         
        READ_KIND = 4;
      • WRITE_KIND

        public static final KindType WRITE_KIND
         Write transform.
         
        WRITE_KIND = 5;
      • CONSTANT_KIND

        public static final KindType CONSTANT_KIND
         Constructs from a constant value, such as with Create.of.
         
        CONSTANT_KIND = 6;
      • SINGLETON_KIND

        public static final KindType SINGLETON_KIND
         Creates a Singleton view of a collection.
         
        SINGLETON_KIND = 7;
      • SHUFFLE_KIND

        public static final KindType SHUFFLE_KIND
         Opening or closing a shuffle session, often as part of a GroupByKey.
         
        SHUFFLE_KIND = 8;
      • UNRECOGNIZED

        public static final KindType UNRECOGNIZED
    • Field Detail

      • UNKNOWN_KIND_VALUE

        public static final int UNKNOWN_KIND_VALUE
         Unrecognized transform type.
         
        UNKNOWN_KIND = 0;
        See Also:
        Constant Field Values
      • PAR_DO_KIND_VALUE

        public static final int PAR_DO_KIND_VALUE
         ParDo transform.
         
        PAR_DO_KIND = 1;
        See Also:
        Constant Field Values
      • GROUP_BY_KEY_KIND_VALUE

        public static final int GROUP_BY_KEY_KIND_VALUE
         Group By Key transform.
         
        GROUP_BY_KEY_KIND = 2;
        See Also:
        Constant Field Values
      • FLATTEN_KIND_VALUE

        public static final int FLATTEN_KIND_VALUE
         Flatten transform.
         
        FLATTEN_KIND = 3;
        See Also:
        Constant Field Values
      • READ_KIND_VALUE

        public static final int READ_KIND_VALUE
         Read transform.
         
        READ_KIND = 4;
        See Also:
        Constant Field Values
      • WRITE_KIND_VALUE

        public static final int WRITE_KIND_VALUE
         Write transform.
         
        WRITE_KIND = 5;
        See Also:
        Constant Field Values
      • CONSTANT_KIND_VALUE

        public static final int CONSTANT_KIND_VALUE
         Constructs from a constant value, such as with Create.of.
         
        CONSTANT_KIND = 6;
        See Also:
        Constant Field Values
      • SINGLETON_KIND_VALUE

        public static final int SINGLETON_KIND_VALUE
         Creates a Singleton view of a collection.
         
        SINGLETON_KIND = 7;
        See Also:
        Constant Field Values
      • SHUFFLE_KIND_VALUE

        public static final int SHUFFLE_KIND_VALUE
         Opening or closing a shuffle session, often as part of a GroupByKey.
         
        SHUFFLE_KIND = 8;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static KindType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (KindType c : KindType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static KindType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static KindType valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static KindType forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<KindType> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static KindType valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null