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