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.StateCustomClass.State. forNumber(int value)CustomClass.StateCustomClass.Builder. getState()Output only.CustomClass.StateCustomClass. getState()Output only.CustomClass.StateCustomClassOrBuilder. getState()Output only.static CustomClass.StateCustomClass.State. valueOf(int value)Deprecated.static CustomClass.StateCustomClass.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CustomClass.StateCustomClass.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.BuilderCustomClass.Builder. setState(CustomClass.State value)Output only.
-