public static interface SummaryMetadata.PluginDataOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.github.os72.protobuf351.ByteString |
getContent()
The content to store for the plugin.
|
String |
getPluginName()
The name of the plugin this data pertains to.
|
com.github.os72.protobuf351.ByteString |
getPluginNameBytes()
The name of the plugin this data pertains to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getPluginName()
The name of the plugin this data pertains to.
string plugin_name = 1;
com.github.os72.protobuf351.ByteString getPluginNameBytes()
The name of the plugin this data pertains to.
string plugin_name = 1;
com.github.os72.protobuf351.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 © 2018. All rights reserved.