Class SynthesizeLongAudioRequest

  • All Implemented Interfaces:
    SynthesizeLongAudioRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class SynthesizeLongAudioRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements SynthesizeLongAudioRequestOrBuilder
     The top-level message sent by the client for the
     `SynthesizeLongAudio` method.
     
    Protobuf type google.cloud.texttospeech.v1.SynthesizeLongAudioRequest
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         The resource states of the request in the form of
         `projects/*/locations/*`.
         
        string parent = 1;
        Specified by:
        getParentBytes in interface SynthesizeLongAudioRequestOrBuilder
        Returns:
        The bytes for parent.
      • hasInput

        public boolean hasInput()
         Required. The Synthesizer requires either plain text or SSML as input.
         While Long Audio is in preview, SSML is temporarily unsupported.
         
        .google.cloud.texttospeech.v1.SynthesisInput input = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasInput in interface SynthesizeLongAudioRequestOrBuilder
        Returns:
        Whether the input field is set.
      • getInput

        public SynthesisInput getInput()
         Required. The Synthesizer requires either plain text or SSML as input.
         While Long Audio is in preview, SSML is temporarily unsupported.
         
        .google.cloud.texttospeech.v1.SynthesisInput input = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getInput in interface SynthesizeLongAudioRequestOrBuilder
        Returns:
        The input.
      • getInputOrBuilder

        public SynthesisInputOrBuilder getInputOrBuilder()
         Required. The Synthesizer requires either plain text or SSML as input.
         While Long Audio is in preview, SSML is temporarily unsupported.
         
        .google.cloud.texttospeech.v1.SynthesisInput input = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getInputOrBuilder in interface SynthesizeLongAudioRequestOrBuilder
      • hasAudioConfig

        public boolean hasAudioConfig()
         Required. The configuration of the synthesized audio.
         
        .google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasAudioConfig in interface SynthesizeLongAudioRequestOrBuilder
        Returns:
        Whether the audioConfig field is set.
      • getAudioConfig

        public AudioConfig getAudioConfig()
         Required. The configuration of the synthesized audio.
         
        .google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAudioConfig in interface SynthesizeLongAudioRequestOrBuilder
        Returns:
        The audioConfig.
      • getOutputGcsUri

        public String getOutputGcsUri()
         Required. Specifies a Cloud Storage URI for the synthesis results. Must be
         specified in the format: `gs://bucket_name/object_name`, and the bucket
         must already exist.
         
        string output_gcs_uri = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getOutputGcsUri in interface SynthesizeLongAudioRequestOrBuilder
        Returns:
        The outputGcsUri.
      • getOutputGcsUriBytes

        public com.google.protobuf.ByteString getOutputGcsUriBytes()
         Required. Specifies a Cloud Storage URI for the synthesis results. Must be
         specified in the format: `gs://bucket_name/object_name`, and the bucket
         must already exist.
         
        string output_gcs_uri = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getOutputGcsUriBytes in interface SynthesizeLongAudioRequestOrBuilder
        Returns:
        The bytes for outputGcsUri.
      • hasVoice

        public boolean hasVoice()
         Required. The desired voice of the synthesized audio.
         
        .google.cloud.texttospeech.v1.VoiceSelectionParams voice = 5 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasVoice in interface SynthesizeLongAudioRequestOrBuilder
        Returns:
        Whether the voice field is set.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static SynthesizeLongAudioRequest parseFrom​(ByteBuffer data)
                                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SynthesizeLongAudioRequest parseFrom​(ByteBuffer data,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SynthesizeLongAudioRequest parseFrom​(com.google.protobuf.ByteString data)
                                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SynthesizeLongAudioRequest parseFrom​(com.google.protobuf.ByteString data,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SynthesizeLongAudioRequest parseFrom​(byte[] data)
                                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SynthesizeLongAudioRequest parseFrom​(byte[] data,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public SynthesizeLongAudioRequest.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public SynthesizeLongAudioRequest.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected SynthesizeLongAudioRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<SynthesizeLongAudioRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public SynthesizeLongAudioRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder