public final class ListVoicesResponse extends GeneratedMessageV3 implements ListVoicesResponseOrBuilder
The message returned to the client by the ListVoices
method.
Protobuf type google.cloud.texttospeech.v1beta1.ListVoicesResponse
Static Fields
VOICES_FIELD_NUMBER
public static final int VOICES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ListVoicesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ListVoicesResponse.Builder newBuilder()
newBuilder(ListVoicesResponse prototype)
public static ListVoicesResponse.Builder newBuilder(ListVoicesResponse prototype)
parseDelimitedFrom(InputStream input)
public static ListVoicesResponse parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ListVoicesResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ListVoicesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static ListVoicesResponse parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static ListVoicesResponse parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ListVoicesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListVoicesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ListVoicesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ListVoicesResponse getDefaultInstanceForType()
getParserForType()
public Parser<ListVoicesResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
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;
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
|
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()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ListVoicesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListVoicesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ListVoicesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides