Uses of Class
com.google.dataflow.v1beta3.ParameterType
-
Packages that use ParameterType Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of ParameterType in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return ParameterType Modifier and Type Method Description static ParameterType
ParameterType. forNumber(int value)
ParameterType
ParameterMetadata.Builder. getParamType()
Optional.ParameterType
ParameterMetadata. getParamType()
Optional.ParameterType
ParameterMetadataOrBuilder. getParamType()
Optional.static ParameterType
ParameterType. valueOf(int value)
Deprecated.static ParameterType
ParameterType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ParameterType
ParameterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParameterType[]
ParameterType. 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 ParameterType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ParameterType>
ParameterType. internalGetValueMap()
Methods in com.google.dataflow.v1beta3 with parameters of type ParameterType Modifier and Type Method Description ParameterMetadata.Builder
ParameterMetadata.Builder. setParamType(ParameterType value)
Optional.
-