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