interfaz estática pública SummaryMetadata.PluginDataOrBuilder
Subclases indirectas conocidas |
Métodos públicos
resumen com.google.protobuf.ByteString | obtener contenido () The content to store for the plugin. |
cadena abstracta | getPluginName () The name of the plugin this data pertains to. |
resumen com.google.protobuf.ByteString | getPluginNameBytes () The name of the plugin this data pertains to. |
Métodos públicos
resumen público 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;
Cadena abstracta pública getPluginName ()
The name of the plugin this data pertains to.
string plugin_name = 1;
resumen público com.google.protobuf.ByteString getPluginNameBytes ()
The name of the plugin this data pertains to.
string plugin_name = 1;