Class Osmformat.StringTable.Builder

    • Method Detail

      • getDescriptor

        public static final proto4.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected proto4.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class proto4.GeneratedMessage.Builder<Osmformat.StringTable.Builder>
      • getDescriptorForType

        public proto4.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface proto4.Message.Builder
        Specified by:
        getDescriptorForType in interface proto4.MessageOrBuilder
        Overrides:
        getDescriptorForType in class proto4.GeneratedMessage.Builder<Osmformat.StringTable.Builder>
      • getDefaultInstanceForType

        public Osmformat.StringTable getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface proto4.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface proto4.MessageOrBuilder
      • build

        public Osmformat.StringTable build()
        Specified by:
        build in interface proto4.Message.Builder
        Specified by:
        build in interface proto4.MessageLite.Builder
      • buildPartial

        public Osmformat.StringTable buildPartial()
        Specified by:
        buildPartial in interface proto4.Message.Builder
        Specified by:
        buildPartial in interface proto4.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface proto4.MessageLiteOrBuilder
        Overrides:
        isInitialized in class proto4.GeneratedMessage.Builder<Osmformat.StringTable.Builder>
      • mergeFrom

        public Osmformat.StringTable.Builder mergeFrom​(proto4.CodedInputStream input,
                                                       proto4.ExtensionRegistryLite extensionRegistry)
                                                throws IOException
        Specified by:
        mergeFrom in interface proto4.Message.Builder
        Specified by:
        mergeFrom in interface proto4.MessageLite.Builder
        Overrides:
        mergeFrom in class proto4.AbstractMessage.Builder<Osmformat.StringTable.Builder>
        Throws:
        IOException
      • getS

        public proto4.ByteString getS​(int index)
        repeated bytes s = 1;
        Specified by:
        getS in interface Osmformat.StringTableOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The s at the given index.
      • setS

        public Osmformat.StringTable.Builder setS​(int index,
                                                  proto4.ByteString value)
        repeated bytes s = 1;
        Parameters:
        index - The index to set the value at.
        value - The s to set.
        Returns:
        This builder for chaining.
      • addS

        public Osmformat.StringTable.Builder addS​(proto4.ByteString value)
        repeated bytes s = 1;
        Parameters:
        value - The s to add.
        Returns:
        This builder for chaining.
      • addAllS

        public Osmformat.StringTable.Builder addAllS​(Iterable<? extends proto4.ByteString> values)
        repeated bytes s = 1;
        Parameters:
        values - The s to add.
        Returns:
        This builder for chaining.