public final class ListVoicesResponse extends GeneratedMessage implements ListVoicesResponseOrBuilder The message returned to the client by the ListVoices method.
Protobuf type google.cloud.texttospeech.v1beta1.ListVoicesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListVoicesResponseImplements
ListVoicesResponseOrBuilderStatic Fields
VOICES_FIELD_NUMBER
public static final int VOICES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ListVoicesResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ListVoicesResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse.Builder |
|
newBuilder(ListVoicesResponse prototype)
public static ListVoicesResponse.Builder newBuilder(ListVoicesResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ListVoicesResponse |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ListVoicesResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ListVoicesResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ListVoicesResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ListVoicesResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ListVoicesResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ListVoicesResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ListVoicesResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ListVoicesResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ListVoicesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
|
getParserForType()
public Parser<ListVoicesResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ListVoicesResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getVoices(int index)
public Voice getVoices(int index)The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Voice |
|
getVoicesCount()
public int getVoicesCount()The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getVoicesList()
public List<Voice> getVoicesList()The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
| Returns | |
|---|---|
| Type | Description |
List<Voice> |
|
getVoicesOrBuilder(int index)
public VoiceOrBuilder getVoicesOrBuilder(int index)The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VoiceOrBuilder |
|
getVoicesOrBuilderList()
public List<? extends VoiceOrBuilder> getVoicesOrBuilderList()The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.texttospeech.v1beta1.VoiceOrBuilder> |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ListVoicesResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ListVoicesResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse.Builder |
|
toBuilder()
public ListVoicesResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|