public static interface
SummaryMetadata.PluginDataOrBuilder
Known Indirect Subclasses |
Public Methods
abstract com.google.protobuf.ByteString |
getContent()
The content to store for the plugin. |
abstract String |
getPluginName()
The name of the plugin this data pertains to. |
abstract com.google.protobuf.ByteString |
getPluginNameBytes()
The name of the plugin this data pertains to. |
Public Methods
public abstract 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;
public abstract String getPluginName ()
The name of the plugin this data pertains to.
string plugin_name = 1;
public abstract com.google.protobuf.ByteString getPluginNameBytes ()
The name of the plugin this data pertains to.
string plugin_name = 1;