SummaryMetadata.PluginDataOrBuilder

パブリック静的インターフェイスSummaryMetadata.PluginDataOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的な com.google.protobuf.ByteString
getContent ()
 The content to store for the plugin.
抽象文字列
getプラグイン名()
 The name of the plugin this data pertains to.
抽象的な com.google.protobuf.ByteString
getPluginNameBytes ()
 The name of the plugin this data pertains to.

パブリックメソッド

パブリック抽象 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;