واجهة عامة ثابتة SummaryMetadata.PluginDataOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
مجردة com.google.protobuf.ByteString | الحصول على المحتوى () The content to store for the plugin. |
سلسلة مجردة | getPluginName () The name of the plugin this data pertains to. |
مجردة com.google.protobuf.ByteString | الحصول علىPluginNameBytes () 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;