Class SummaryMetadata.PluginData.Builder

    • Method Detail

      • getDescriptor

        public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<SummaryMetadata.PluginData.Builder>
      • getDescriptorForType

        public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<SummaryMetadata.PluginData.Builder>
      • getDefaultInstanceForType

        public SummaryMetadata.PluginData getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
      • build

        public SummaryMetadata.PluginData build()
        Specified by:
        build in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        build in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • buildPartial

        public SummaryMetadata.PluginData buildPartial()
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • setRepeatedField

        public SummaryMetadata.PluginData.Builder setRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                                   int index,
                                                                   Object value)
        Specified by:
        setRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<SummaryMetadata.PluginData.Builder>
      • isInitialized

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

        public SummaryMetadata.PluginData.Builder mergeFrom​(org.nd4j.shade.protobuf.CodedInputStream input,
                                                            org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws IOException
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<SummaryMetadata.PluginData.Builder>
        Throws:
        IOException
      • getPluginNameBytes

        public org.nd4j.shade.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​(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​(org.nd4j.shade.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 org.nd4j.shade.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​(org.nd4j.shade.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​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<SummaryMetadata.PluginData.Builder>
      • mergeUnknownFields

        public final SummaryMetadata.PluginData.Builder mergeUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<SummaryMetadata.PluginData.Builder>