Package com.google.dataflow.v1beta3
Enum KindType
- java.lang.Object
-
- java.lang.Enum<KindType>
-
- com.google.dataflow.v1beta3.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 enumgoogle.dataflow.v1beta3.KindType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CONSTANT_KIND
Constructs from a constant value, such as with Create.of.FLATTEN_KIND
Flatten transform.GROUP_BY_KEY_KIND
Group By Key transform.PAR_DO_KIND
ParDo transform.READ_KIND
Read transform.SHUFFLE_KIND
Opening or closing a shuffle session, often as part of a GroupByKey.SINGLETON_KIND
Creates a Singleton view of a collection.UNKNOWN_KIND
Unrecognized transform type.UNRECOGNIZED
WRITE_KIND
Write transform.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTANT_KIND_VALUE
Constructs from a constant value, such as with Create.of.static int
FLATTEN_KIND_VALUE
Flatten transform.static int
GROUP_BY_KEY_KIND_VALUE
Group By Key transform.static int
PAR_DO_KIND_VALUE
ParDo transform.static int
READ_KIND_VALUE
Read transform.static int
SHUFFLE_KIND_VALUE
Opening or closing a shuffle session, often as part of a GroupByKey.static int
SINGLETON_KIND_VALUE
Creates a Singleton view of a collection.static int
UNKNOWN_KIND_VALUE
Unrecognized transform type.static int
WRITE_KIND_VALUE
Write transform.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static KindType
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<KindType>
internalGetValueMap()
static KindType
valueOf(int value)
Deprecated.static KindType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static KindType
valueOf(String name)
Returns the enum constant of this type with the specified name.static KindType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.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 nameNullPointerException
- 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 interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.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 nameNullPointerException
- if the argument is null
-
-