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

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

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

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

        public SummaryMetadata.PluginData.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<SummaryMetadata.PluginData.Builder>
      • addRepeatedField

        public SummaryMetadata.PluginData.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<SummaryMetadata.PluginData.Builder>
      • isInitialized

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

        public SummaryMetadata.PluginData.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<SummaryMetadata.PluginData.Builder>
        Throws:
        java.io.IOException
      • getPluginNameBytes

        public com.google.protobuf.ByteString getPluginNameBytes()
         The name of the plugin this data pertains to.
         
        string plugin_name = 1;
        Specified by:
        getPluginNameBytes in interface SummaryMetadata.PluginDataOrBuilder
        Returns:
        The bytes for pluginName.
      • setPluginName

        public SummaryMetadata.PluginData.Builder setPluginName​(java.lang.String value)
         The name of the plugin this data pertains to.
         
        string plugin_name = 1;
        Parameters:
        value - The pluginName to set.
        Returns:
        This builder for chaining.
      • clearPluginName

        public SummaryMetadata.PluginData.Builder clearPluginName()
         The name of the plugin this data pertains to.
         
        string plugin_name = 1;
        Returns:
        This builder for chaining.
      • setPluginNameBytes

        public SummaryMetadata.PluginData.Builder setPluginNameBytes​(com.google.protobuf.ByteString value)
         The name of the plugin this data pertains to.
         
        string plugin_name = 1;
        Parameters:
        value - The bytes for pluginName to set.
        Returns:
        This builder for chaining.
      • getContent

        public com.google.protobuf.ByteString getContent()
         The content to store for the plugin. The best practice is for this to be
         a binary serialized protocol buffer.
         
        bytes content = 2;
        Specified by:
        getContent in interface SummaryMetadata.PluginDataOrBuilder
        Returns:
        The content.
      • setContent

        public SummaryMetadata.PluginData.Builder setContent​(com.google.protobuf.ByteString value)
         The content to store for the plugin. The best practice is for this to be
         a binary serialized protocol buffer.
         
        bytes content = 2;
        Parameters:
        value - The content to set.
        Returns:
        This builder for chaining.
      • clearContent

        public SummaryMetadata.PluginData.Builder clearContent()
         The content to store for the plugin. The best practice is for this to be
         a binary serialized protocol buffer.
         
        bytes content = 2;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final SummaryMetadata.PluginData.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<SummaryMetadata.PluginData.Builder>
      • mergeUnknownFields

        public final SummaryMetadata.PluginData.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<SummaryMetadata.PluginData.Builder>