общедоступный статический интерфейс SummaryMetadata.PluginDataOrBuilder
| Известные косвенные подклассы |
Публичные методы
| абстрактный com.google.protobuf.ByteString | получитьСодержимое () The content to store for the plugin. |
| абстрактная строка | получить имя плагина () 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; общедоступная абстрактная строка getPluginName ()
The name of the plugin this data pertains to.
string plugin_name = 1; общедоступный абстрактный com.google.protobuf.ByteString getPluginNameBytes ()
The name of the plugin this data pertains to.
string plugin_name = 1;