공개 정적 인터페이스 SummaryMetadata.PluginDataOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 com.google.protobuf.ByteString | getContent () 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;