Class SynthesizeLongAudioResponse.Builder (2.84.0)

public static final class SynthesizeLongAudioResponse.Builder extends GeneratedMessage.Builder<SynthesizeLongAudioResponse.Builder> implements SynthesizeLongAudioResponseOrBuilder

The message returned to the client by the SynthesizeLongAudio method.

Protobuf type google.cloud.texttospeech.v1.SynthesizeLongAudioResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public SynthesizeLongAudioResponse build()
Returns
Type Description
SynthesizeLongAudioResponse

buildPartial()

public SynthesizeLongAudioResponse buildPartial()
Returns
Type Description
SynthesizeLongAudioResponse

clear()

public SynthesizeLongAudioResponse.Builder clear()
Returns
Type Description
SynthesizeLongAudioResponse.Builder
Overrides

getDefaultInstanceForType()

public SynthesizeLongAudioResponse getDefaultInstanceForType()
Returns
Type Description
SynthesizeLongAudioResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SynthesizeLongAudioResponse other)

public SynthesizeLongAudioResponse.Builder mergeFrom(SynthesizeLongAudioResponse other)
Parameter
Name Description
other SynthesizeLongAudioResponse
Returns
Type Description
SynthesizeLongAudioResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SynthesizeLongAudioResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SynthesizeLongAudioResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SynthesizeLongAudioResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SynthesizeLongAudioResponse.Builder
Overrides