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 KindTypeKindType. forNumber(int value)KindTypeExecutionStageSummary.Builder. getKind()Type of transform this stage is executing.KindTypeExecutionStageSummary. getKind()Type of transform this stage is executing.KindTypeExecutionStageSummaryOrBuilder. getKind()Type of transform this stage is executing.KindTypeTransformSummary.Builder. getKind()Type of transform.KindTypeTransformSummary. getKind()Type of transform.KindTypeTransformSummaryOrBuilder. getKind()Type of transform.static KindTypeKindType. valueOf(int value)Deprecated.static KindTypeKindType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static KindTypeKindType. 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.BuilderExecutionStageSummary.Builder. setKind(KindType value)Type of transform this stage is executing.TransformSummary.BuilderTransformSummary.Builder. setKind(KindType value)Type of transform.
-