Class Resources.Plural.Entry.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<Resources.Plural.Entry.Builder>
      • clear

        public Resources.Plural.Entry.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<Resources.Plural.Entry.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<Resources.Plural.Entry.Builder>
      • getDefaultInstanceForType

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

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

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

        public Resources.Plural.Entry.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<Resources.Plural.Entry.Builder>
      • setField

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

        public Resources.Plural.Entry.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<Resources.Plural.Entry.Builder>
      • clearOneof

        public Resources.Plural.Entry.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<Resources.Plural.Entry.Builder>
      • setRepeatedField

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

        public Resources.Plural.Entry.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Resources.Plural.Entry.Builder>
      • isInitialized

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

        public Resources.Plural.Entry.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws java.io.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<Resources.Plural.Entry.Builder>
        Throws:
        java.io.IOException
      • hasSource

        public boolean hasSource()
         Where the plural was defined.
         
        .aapt.pb.Source source = 1;
        Specified by:
        hasSource in interface Resources.Plural.EntryOrBuilder
        Returns:
        Whether the source field is set.
      • getSourceBuilder

        public Resources.Source.Builder getSourceBuilder()
         Where the plural was defined.
         
        .aapt.pb.Source source = 1;
      • getComment

        public java.lang.String getComment()
         Any comments associated with the plural.
         
        string comment = 2;
        Specified by:
        getComment in interface Resources.Plural.EntryOrBuilder
        Returns:
        The comment.
      • getCommentBytes

        public com.google.protobuf.ByteString getCommentBytes()
         Any comments associated with the plural.
         
        string comment = 2;
        Specified by:
        getCommentBytes in interface Resources.Plural.EntryOrBuilder
        Returns:
        The bytes for comment.
      • setComment

        public Resources.Plural.Entry.Builder setComment​(java.lang.String value)
         Any comments associated with the plural.
         
        string comment = 2;
        Parameters:
        value - The comment to set.
        Returns:
        This builder for chaining.
      • clearComment

        public Resources.Plural.Entry.Builder clearComment()
         Any comments associated with the plural.
         
        string comment = 2;
        Returns:
        This builder for chaining.
      • setCommentBytes

        public Resources.Plural.Entry.Builder setCommentBytes​(com.google.protobuf.ByteString value)
         Any comments associated with the plural.
         
        string comment = 2;
        Parameters:
        value - The bytes for comment to set.
        Returns:
        This builder for chaining.
      • getArityValue

        public int getArityValue()
         The arity of the plural.
         
        .aapt.pb.Plural.Arity arity = 3;
        Specified by:
        getArityValue in interface Resources.Plural.EntryOrBuilder
        Returns:
        The enum numeric value on the wire for arity.
      • setArityValue

        public Resources.Plural.Entry.Builder setArityValue​(int value)
         The arity of the plural.
         
        .aapt.pb.Plural.Arity arity = 3;
        Parameters:
        value - The enum numeric value on the wire for arity to set.
        Returns:
        This builder for chaining.
      • clearArity

        public Resources.Plural.Entry.Builder clearArity()
         The arity of the plural.
         
        .aapt.pb.Plural.Arity arity = 3;
        Returns:
        This builder for chaining.
      • hasItem

        public boolean hasItem()
         The value assigned to this plural.
         
        .aapt.pb.Item item = 4;
        Specified by:
        hasItem in interface Resources.Plural.EntryOrBuilder
        Returns:
        Whether the item field is set.
      • getItemBuilder

        public Resources.Item.Builder getItemBuilder()
         The value assigned to this plural.
         
        .aapt.pb.Item item = 4;
      • setUnknownFields

        public final Resources.Plural.Entry.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<Resources.Plural.Entry.Builder>
      • mergeUnknownFields

        public final Resources.Plural.Entry.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<Resources.Plural.Entry.Builder>