Class PdfiumPdfAttachmentCollectionP.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<PdfiumPdfAttachmentCollectionP.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<PdfiumPdfAttachmentCollectionP.Builder>
      • getDefaultInstanceForType

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

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

        public PdfiumPdfAttachmentCollectionP 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<PdfiumPdfAttachmentCollectionP.Builder>
      • getNamesBytes

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

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

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