SummaryMetadata.PluginDataOrBuilder

antarmuka statis publik SummaryMetadata.PluginDataOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

abstrak com.google.protobuf.ByteString
dapatkan Konten ()
 The content to store for the plugin.
Tali abstrak
dapatkan Nama Plugin ()
 The name of the plugin this data pertains to.
abstrak com.google.protobuf.ByteString
dapatkanPluginNameBytes ()
 The name of the plugin this data pertains to.

Metode Publik

abstrak publik 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;

String abstrak publik getPluginName ()

 The name of the plugin this data pertains to.
 
string plugin_name = 1;

abstrak publik com.google.protobuf.ByteString getPluginNameBytes ()

 The name of the plugin this data pertains to.
 
string plugin_name = 1;