public interface ListVoicesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Voice |
getVoices(int index)
The list of voices.
|
int |
getVoicesCount()
The list of voices.
|
java.util.List<Voice> |
getVoicesList()
The list of voices.
|
VoiceOrBuilder |
getVoicesOrBuilder(int index)
The list of voices.
|
java.util.List<? extends VoiceOrBuilder> |
getVoicesOrBuilderList()
The list of voices.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Voice> getVoicesList()
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
Voice getVoices(int index)
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
int getVoicesCount()
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
java.util.List<? extends VoiceOrBuilder> getVoicesOrBuilderList()
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
VoiceOrBuilder getVoicesOrBuilder(int index)
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;