Uses of Class
com.google.dataflow.v1beta3.SdkVersion.SdkSupportStatus
-
Packages that use SdkVersion.SdkSupportStatus Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of SdkVersion.SdkSupportStatus in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return SdkVersion.SdkSupportStatus Modifier and Type Method Description static SdkVersion.SdkSupportStatus
SdkVersion.SdkSupportStatus. forNumber(int value)
SdkVersion.SdkSupportStatus
SdkVersion.Builder. getSdkSupportStatus()
The support status for this SDK version.SdkVersion.SdkSupportStatus
SdkVersion. getSdkSupportStatus()
The support status for this SDK version.SdkVersion.SdkSupportStatus
SdkVersionOrBuilder. getSdkSupportStatus()
The support status for this SDK version.static SdkVersion.SdkSupportStatus
SdkVersion.SdkSupportStatus. valueOf(int value)
Deprecated.static SdkVersion.SdkSupportStatus
SdkVersion.SdkSupportStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SdkVersion.SdkSupportStatus
SdkVersion.SdkSupportStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static SdkVersion.SdkSupportStatus[]
SdkVersion.SdkSupportStatus. 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 SdkVersion.SdkSupportStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SdkVersion.SdkSupportStatus>
SdkVersion.SdkSupportStatus. internalGetValueMap()
Methods in com.google.dataflow.v1beta3 with parameters of type SdkVersion.SdkSupportStatus Modifier and Type Method Description SdkVersion.Builder
SdkVersion.Builder. setSdkSupportStatus(SdkVersion.SdkSupportStatus value)
The support status for this SDK version.
-