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.ReportedUsageCustomVoiceParams.ReportedUsage. forNumber(int value)CustomVoiceParams.ReportedUsageCustomVoiceParams.Builder. getReportedUsage()Optional.CustomVoiceParams.ReportedUsageCustomVoiceParams. getReportedUsage()Optional.CustomVoiceParams.ReportedUsageCustomVoiceParamsOrBuilder. getReportedUsage()Optional.static CustomVoiceParams.ReportedUsageCustomVoiceParams.ReportedUsage. valueOf(int value)Deprecated.static CustomVoiceParams.ReportedUsageCustomVoiceParams.ReportedUsage. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CustomVoiceParams.ReportedUsageCustomVoiceParams.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.BuilderCustomVoiceParams.Builder. setReportedUsage(CustomVoiceParams.ReportedUsage value)Optional.
-