Class AnnotationBoundary.Builder

  • All Implemented Interfaces:
    AnnotationBoundaryOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    AnnotationBoundary

    public static final class AnnotationBoundary.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
    implements AnnotationBoundaryOrBuilder
     A point in a conversation that marks the start or the end of an annotation.
     
    Protobuf type google.cloud.contactcenterinsights.v1.AnnotationBoundary
    • 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<AnnotationBoundary.Builder>
      • clear

        public AnnotationBoundary.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.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<AnnotationBoundary.Builder>
      • getDefaultInstanceForType

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

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

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

        public AnnotationBoundary.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
      • setField

        public AnnotationBoundary.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
      • clearField

        public AnnotationBoundary.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
      • clearOneof

        public AnnotationBoundary.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
      • setRepeatedField

        public AnnotationBoundary.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           int index,
                                                           Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
      • addRepeatedField

        public AnnotationBoundary.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
      • mergeFrom

        public AnnotationBoundary.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AnnotationBoundary.Builder>
      • isInitialized

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

        public AnnotationBoundary.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<AnnotationBoundary.Builder>
        Throws:
        IOException
      • hasWordIndex

        public boolean hasWordIndex()
         The word index of this boundary with respect to the first word in the
         transcript piece. This index starts at zero.
         
        int32 word_index = 3;
        Specified by:
        hasWordIndex in interface AnnotationBoundaryOrBuilder
        Returns:
        Whether the wordIndex field is set.
      • getWordIndex

        public int getWordIndex()
         The word index of this boundary with respect to the first word in the
         transcript piece. This index starts at zero.
         
        int32 word_index = 3;
        Specified by:
        getWordIndex in interface AnnotationBoundaryOrBuilder
        Returns:
        The wordIndex.
      • setWordIndex

        public AnnotationBoundary.Builder setWordIndex​(int value)
         The word index of this boundary with respect to the first word in the
         transcript piece. This index starts at zero.
         
        int32 word_index = 3;
        Parameters:
        value - The wordIndex to set.
        Returns:
        This builder for chaining.
      • clearWordIndex

        public AnnotationBoundary.Builder clearWordIndex()
         The word index of this boundary with respect to the first word in the
         transcript piece. This index starts at zero.
         
        int32 word_index = 3;
        Returns:
        This builder for chaining.
      • getTranscriptIndex

        public int getTranscriptIndex()
         The index in the sequence of transcribed pieces of the conversation where
         the boundary is located. This index starts at zero.
         
        int32 transcript_index = 1;
        Specified by:
        getTranscriptIndex in interface AnnotationBoundaryOrBuilder
        Returns:
        The transcriptIndex.
      • setTranscriptIndex

        public AnnotationBoundary.Builder setTranscriptIndex​(int value)
         The index in the sequence of transcribed pieces of the conversation where
         the boundary is located. This index starts at zero.
         
        int32 transcript_index = 1;
        Parameters:
        value - The transcriptIndex to set.
        Returns:
        This builder for chaining.
      • clearTranscriptIndex

        public AnnotationBoundary.Builder clearTranscriptIndex()
         The index in the sequence of transcribed pieces of the conversation where
         the boundary is located. This index starts at zero.
         
        int32 transcript_index = 1;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

        public final AnnotationBoundary.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<AnnotationBoundary.Builder>