Uses of Class
com.google.dataflow.v1beta3.KindType
-
Packages that use KindType Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of KindType in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return KindType Modifier and Type Method Description static KindType
KindType. forNumber(int value)
KindType
ExecutionStageSummary.Builder. getKind()
Type of transform this stage is executing.KindType
ExecutionStageSummary. getKind()
Type of transform this stage is executing.KindType
ExecutionStageSummaryOrBuilder. getKind()
Type of transform this stage is executing.KindType
TransformSummary.Builder. getKind()
Type of transform.KindType
TransformSummary. getKind()
Type of transform.KindType
TransformSummaryOrBuilder. getKind()
Type of transform.static KindType
KindType. valueOf(int value)
Deprecated.static KindType
KindType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static KindType
KindType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KindType[]
KindType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.dataflow.v1beta3 that return types with arguments of type KindType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<KindType>
KindType. internalGetValueMap()
Methods in com.google.dataflow.v1beta3 with parameters of type KindType Modifier and Type Method Description ExecutionStageSummary.Builder
ExecutionStageSummary.Builder. setKind(KindType value)
Type of transform this stage is executing.TransformSummary.Builder
TransformSummary.Builder. setKind(KindType value)
Type of transform.
-