Interface ListVoicesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListVoicesResponse
,ListVoicesResponse.Builder
public interface ListVoicesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Voice
getVoices(int index)
The list of voices.int
getVoicesCount()
The list of voices.List<Voice>
getVoicesList()
The list of voices.VoiceOrBuilder
getVoicesOrBuilder(int index)
The list of voices.List<? extends VoiceOrBuilder>
getVoicesOrBuilderList()
The list of voices.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVoicesList
List<Voice> getVoicesList()
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
-
getVoices
Voice getVoices(int index)
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
-
getVoicesCount
int getVoicesCount()
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
-
getVoicesOrBuilderList
List<? extends VoiceOrBuilder> getVoicesOrBuilderList()
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
-
getVoicesOrBuilder
VoiceOrBuilder getVoicesOrBuilder(int index)
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
-
-