Class SynthesizeLongAudioMetadata.Builder

    • Method Detail

      • 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.Builder<SynthesizeLongAudioMetadata.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SynthesizeLongAudioMetadata.Builder>
      • getDefaultInstanceForType

        public SynthesizeLongAudioMetadata getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public SynthesizeLongAudioMetadata build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public SynthesizeLongAudioMetadata buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SynthesizeLongAudioMetadata.Builder>
      • mergeFrom

        public SynthesizeLongAudioMetadata.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SynthesizeLongAudioMetadata.Builder>
        Throws:
        IOException
      • hasStartTime

        public boolean hasStartTime()
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 1;
        Specified by:
        hasStartTime in interface SynthesizeLongAudioMetadataOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Timestamp getStartTime()
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 1;
        Specified by:
        getStartTime in interface SynthesizeLongAudioMetadataOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public SynthesizeLongAudioMetadata.Builder setStartTime​(com.google.protobuf.Timestamp value)
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 1;
      • setStartTime

        public SynthesizeLongAudioMetadata.Builder setStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 1;
      • mergeStartTime

        public SynthesizeLongAudioMetadata.Builder mergeStartTime​(com.google.protobuf.Timestamp value)
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 1;
      • getStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 1;
      • hasLastUpdateTime

        public boolean hasLastUpdateTime()
         Time of the most recent processing update.
         
        .google.protobuf.Timestamp last_update_time = 2;
        Specified by:
        hasLastUpdateTime in interface SynthesizeLongAudioMetadataOrBuilder
        Returns:
        Whether the lastUpdateTime field is set.
      • getLastUpdateTime

        public com.google.protobuf.Timestamp getLastUpdateTime()
         Time of the most recent processing update.
         
        .google.protobuf.Timestamp last_update_time = 2;
        Specified by:
        getLastUpdateTime in interface SynthesizeLongAudioMetadataOrBuilder
        Returns:
        The lastUpdateTime.
      • setLastUpdateTime

        public SynthesizeLongAudioMetadata.Builder setLastUpdateTime​(com.google.protobuf.Timestamp value)
         Time of the most recent processing update.
         
        .google.protobuf.Timestamp last_update_time = 2;
      • setLastUpdateTime

        public SynthesizeLongAudioMetadata.Builder setLastUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Time of the most recent processing update.
         
        .google.protobuf.Timestamp last_update_time = 2;
      • mergeLastUpdateTime

        public SynthesizeLongAudioMetadata.Builder mergeLastUpdateTime​(com.google.protobuf.Timestamp value)
         Time of the most recent processing update.
         
        .google.protobuf.Timestamp last_update_time = 2;
      • clearLastUpdateTime

        public SynthesizeLongAudioMetadata.Builder clearLastUpdateTime()
         Time of the most recent processing update.
         
        .google.protobuf.Timestamp last_update_time = 2;
      • getLastUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getLastUpdateTimeBuilder()
         Time of the most recent processing update.
         
        .google.protobuf.Timestamp last_update_time = 2;
      • getProgressPercentage

        public double getProgressPercentage()
         The progress of the most recent processing update in percentage, ie. 70.0%.
         
        double progress_percentage = 3;
        Specified by:
        getProgressPercentage in interface SynthesizeLongAudioMetadataOrBuilder
        Returns:
        The progressPercentage.
      • setProgressPercentage

        public SynthesizeLongAudioMetadata.Builder setProgressPercentage​(double value)
         The progress of the most recent processing update in percentage, ie. 70.0%.
         
        double progress_percentage = 3;
        Parameters:
        value - The progressPercentage to set.
        Returns:
        This builder for chaining.
      • clearProgressPercentage

        public SynthesizeLongAudioMetadata.Builder clearProgressPercentage()
         The progress of the most recent processing update in percentage, ie. 70.0%.
         
        double progress_percentage = 3;
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final SynthesizeLongAudioMetadata.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SynthesizeLongAudioMetadata.Builder>