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

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

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

        public BspTargetInfo.CppTargetInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public BspTargetInfo.CppTargetInfo.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<BspTargetInfo.CppTargetInfo.Builder>
      • addRepeatedField

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

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

        public BspTargetInfo.CppTargetInfo.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<BspTargetInfo.CppTargetInfo.Builder>
        Throws:
        java.io.IOException
      • getCopts

        public java.lang.String getCopts​(int index)
        repeated string copts = 1;
        Specified by:
        getCopts in interface BspTargetInfo.CppTargetInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The copts at the given index.
      • getCoptsBytes

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

        public BspTargetInfo.CppTargetInfo.Builder setCopts​(int index,
                                                            java.lang.String value)
        repeated string copts = 1;
        Parameters:
        index - The index to set the value at.
        value - The copts to set.
        Returns:
        This builder for chaining.
      • addCopts

        public BspTargetInfo.CppTargetInfo.Builder addCopts​(java.lang.String value)
        repeated string copts = 1;
        Parameters:
        value - The copts to add.
        Returns:
        This builder for chaining.
      • addAllCopts

        public BspTargetInfo.CppTargetInfo.Builder addAllCopts​(java.lang.Iterable<java.lang.String> values)
        repeated string copts = 1;
        Parameters:
        values - The copts to add.
        Returns:
        This builder for chaining.
      • addCoptsBytes

        public BspTargetInfo.CppTargetInfo.Builder addCoptsBytes​(com.google.protobuf.ByteString value)
        repeated string copts = 1;
        Parameters:
        value - The bytes of the copts to add.
        Returns:
        This builder for chaining.
      • getDefines

        public java.lang.String getDefines​(int index)
        repeated string defines = 2;
        Specified by:
        getDefines in interface BspTargetInfo.CppTargetInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The defines at the given index.
      • getDefinesBytes

        public com.google.protobuf.ByteString getDefinesBytes​(int index)
        repeated string defines = 2;
        Specified by:
        getDefinesBytes in interface BspTargetInfo.CppTargetInfoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the defines at the given index.
      • setDefines

        public BspTargetInfo.CppTargetInfo.Builder setDefines​(int index,
                                                              java.lang.String value)
        repeated string defines = 2;
        Parameters:
        index - The index to set the value at.
        value - The defines to set.
        Returns:
        This builder for chaining.
      • addDefines

        public BspTargetInfo.CppTargetInfo.Builder addDefines​(java.lang.String value)
        repeated string defines = 2;
        Parameters:
        value - The defines to add.
        Returns:
        This builder for chaining.
      • addAllDefines

        public BspTargetInfo.CppTargetInfo.Builder addAllDefines​(java.lang.Iterable<java.lang.String> values)
        repeated string defines = 2;
        Parameters:
        values - The defines to add.
        Returns:
        This builder for chaining.
      • addDefinesBytes

        public BspTargetInfo.CppTargetInfo.Builder addDefinesBytes​(com.google.protobuf.ByteString value)
        repeated string defines = 2;
        Parameters:
        value - The bytes of the defines to add.
        Returns:
        This builder for chaining.
      • getLinkOpts

        public java.lang.String getLinkOpts​(int index)
        repeated string link_opts = 3;
        Specified by:
        getLinkOpts in interface BspTargetInfo.CppTargetInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The linkOpts at the given index.
      • getLinkOptsBytes

        public com.google.protobuf.ByteString getLinkOptsBytes​(int index)
        repeated string link_opts = 3;
        Specified by:
        getLinkOptsBytes in interface BspTargetInfo.CppTargetInfoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the linkOpts at the given index.
      • setLinkOpts

        public BspTargetInfo.CppTargetInfo.Builder setLinkOpts​(int index,
                                                               java.lang.String value)
        repeated string link_opts = 3;
        Parameters:
        index - The index to set the value at.
        value - The linkOpts to set.
        Returns:
        This builder for chaining.
      • addLinkOpts

        public BspTargetInfo.CppTargetInfo.Builder addLinkOpts​(java.lang.String value)
        repeated string link_opts = 3;
        Parameters:
        value - The linkOpts to add.
        Returns:
        This builder for chaining.
      • addAllLinkOpts

        public BspTargetInfo.CppTargetInfo.Builder addAllLinkOpts​(java.lang.Iterable<java.lang.String> values)
        repeated string link_opts = 3;
        Parameters:
        values - The linkOpts to add.
        Returns:
        This builder for chaining.
      • addLinkOptsBytes

        public BspTargetInfo.CppTargetInfo.Builder addLinkOptsBytes​(com.google.protobuf.ByteString value)
        repeated string link_opts = 3;
        Parameters:
        value - The bytes of the linkOpts to add.
        Returns:
        This builder for chaining.
      • setLinkShared

        public BspTargetInfo.CppTargetInfo.Builder setLinkShared​(boolean value)
        bool link_shared = 4;
        Parameters:
        value - The linkShared to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

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