Uses of Class
com.google.cloud.speech.v2.CustomClass.State
-
Packages that use CustomClass.State Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of CustomClass.State in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return CustomClass.State Modifier and Type Method Description static CustomClass.State
CustomClass.State. forNumber(int value)
CustomClass.State
CustomClass.Builder. getState()
Output only.CustomClass.State
CustomClass. getState()
Output only.CustomClass.State
CustomClassOrBuilder. getState()
Output only.static CustomClass.State
CustomClass.State. valueOf(int value)
Deprecated.static CustomClass.State
CustomClass.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CustomClass.State
CustomClass.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomClass.State[]
CustomClass.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.speech.v2 that return types with arguments of type CustomClass.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CustomClass.State>
CustomClass.State. internalGetValueMap()
Methods in com.google.cloud.speech.v2 with parameters of type CustomClass.State Modifier and Type Method Description CustomClass.Builder
CustomClass.Builder. setState(CustomClass.State value)
Output only.
-