Interface SummaryMetadata.PluginDataOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
SummaryMetadata.PluginData, SummaryMetadata.PluginData.Builder
Enclosing class:
SummaryMetadata

public static interface SummaryMetadata.PluginDataOrBuilder extends MessageOrBuilder
  • Method Details

    • getPluginName

      String getPluginName()
      The name of the plugin this data pertains to.
      
      string plugin_name = 1;
      Returns:
      The pluginName.
    • getPluginNameBytes

      ByteString getPluginNameBytes()
      The name of the plugin this data pertains to.
      
      string plugin_name = 1;
      Returns:
      The bytes for pluginName.
    • getContent

      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;
      Returns:
      The content.