Class PdfiumFontNamesP.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<PdfiumFontNamesP.Builder>
      • clear

        public PdfiumFontNamesP.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<PdfiumFontNamesP.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<PdfiumFontNamesP.Builder>
      • getDefaultInstanceForType

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

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

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

        public PdfiumFontNamesP.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<PdfiumFontNamesP.Builder>
      • isInitialized

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

        public PdfiumFontNamesP.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<PdfiumFontNamesP.Builder>
        Throws:
        IOException
      • getValueList

        public com.google.protobuf.ProtocolStringList getValueList()
        repeated string value = 1;
        Specified by:
        getValueList in interface PdfiumFontNamesPOrBuilder
        Returns:
        A list containing the value.
      • getValue

        public String getValue​(int index)
        repeated string value = 1;
        Specified by:
        getValue in interface PdfiumFontNamesPOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The value at the given index.
      • getValueBytes

        public com.google.protobuf.ByteString getValueBytes​(int index)
        repeated string value = 1;
        Specified by:
        getValueBytes in interface PdfiumFontNamesPOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the value at the given index.
      • setValue

        public PdfiumFontNamesP.Builder setValue​(int index,
                                                 String value)
        repeated string value = 1;
        Parameters:
        index - The index to set the value at.
        value - The value to set.
        Returns:
        This builder for chaining.
      • addValue

        public PdfiumFontNamesP.Builder addValue​(String value)
        repeated string value = 1;
        Parameters:
        value - The value to add.
        Returns:
        This builder for chaining.
      • addAllValue

        public PdfiumFontNamesP.Builder addAllValue​(Iterable<String> values)
        repeated string value = 1;
        Parameters:
        values - The value to add.
        Returns:
        This builder for chaining.
      • clearValue

        public PdfiumFontNamesP.Builder clearValue()
        repeated string value = 1;
        Returns:
        This builder for chaining.
      • addValueBytes

        public PdfiumFontNamesP.Builder addValueBytes​(com.google.protobuf.ByteString value)
        repeated string value = 1;
        Parameters:
        value - The bytes of the value to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final PdfiumFontNamesP.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<PdfiumFontNamesP.Builder>
      • mergeUnknownFields

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