public static interface SummaryMetadata.PluginDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContent()
The content to store for the plugin.
|
String |
getPluginName()
The name of the plugin this data pertains to.
|
com.google.protobuf.ByteString |
getPluginNameBytes()
The name of the plugin this data pertains to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;Copyright © 2015–2019. All rights reserved.