interfaccia statica pubblica SummaryMetadata.PluginDataOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
astratto com.google.protobuf.ByteString | getContenuto () The content to store for the plugin. |
stringa astratta | getNomePlugin () The name of the plugin this data pertains to. |
astratto com.google.protobuf.ByteString | getPluginNameBytes () The name of the plugin this data pertains to. |
Metodi pubblici
estratto pubblico 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;
stringa astratta pubblica getPluginName ()
The name of the plugin this data pertains to.
string plugin_name = 1;
estratto pubblico com.google.protobuf.ByteString getPluginNameBytes ()
The name of the plugin this data pertains to.
string plugin_name = 1;