Class Mixin.Builder

    • Method Detail

      • getDefaultInstanceForType

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

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

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

        public Mixin.Builder mergeFrom​(Message other)
        Description copied from interface: Message.Builder
        Merge other into the message being built. other must have the exact same type as this (i.e. getDescriptorForType() == other.getDescriptorForType()).

        Merging occurs as follows. For each field:
        * For singular primitive fields, if the field is set in other, then other's value overwrites the value in this message.
        * For singular message fields, if the field is set in other, it is merged into the corresponding sub-message of this message using the same merging rules.
        * For repeated fields, the elements in other are concatenated with the elements in this message.
        * For oneof groups, if the other message has one of the fields set, the group of this message is cleared and replaced by the field of the other message, so that the oneof constraint is preserved.

        This is equivalent to the Message::MergeFrom method in C++.

        Specified by:
        mergeFrom in interface Message.Builder
        Overrides:
        mergeFrom in class AbstractMessage.Builder<Mixin.Builder>
      • mergeFrom

        public Mixin.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                throws java.io.IOException
        Specified by:
        mergeFrom in interface Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class AbstractMessage.Builder<Mixin.Builder>
        Throws:
        java.io.IOException
      • getName

        public java.lang.String getName()
        string name = 1 [json_name = "name"];
        Specified by:
        getName in interface MixinOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
        string name = 1 [json_name = "name"];
        Specified by:
        getNameBytes in interface MixinOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Mixin.Builder setName​(java.lang.String value)
        string name = 1 [json_name = "name"];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Mixin.Builder clearName()
        string name = 1 [json_name = "name"];
        Returns:
        This builder for chaining.
      • setNameBytes

        public Mixin.Builder setNameBytes​(com.google.protobuf.ByteString value)
        string name = 1 [json_name = "name"];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getRoot

        public java.lang.String getRoot()
        string root = 2 [json_name = "root"];
        Specified by:
        getRoot in interface MixinOrBuilder
        Returns:
        The root.
      • getRootBytes

        public com.google.protobuf.ByteString getRootBytes()
        string root = 2 [json_name = "root"];
        Specified by:
        getRootBytes in interface MixinOrBuilder
        Returns:
        The bytes for root.
      • setRoot

        public Mixin.Builder setRoot​(java.lang.String value)
        string root = 2 [json_name = "root"];
        Parameters:
        value - The root to set.
        Returns:
        This builder for chaining.
      • clearRoot

        public Mixin.Builder clearRoot()
        string root = 2 [json_name = "root"];
        Returns:
        This builder for chaining.
      • setRootBytes

        public Mixin.Builder setRootBytes​(com.google.protobuf.ByteString value)
        string root = 2 [json_name = "root"];
        Parameters:
        value - The bytes for root to set.
        Returns:
        This builder for chaining.