public static interface Ola.PluginInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getActive()
required bool active = 3; |
boolean |
getEnabled()
optional bool enabled = 4; |
String |
getName()
required string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 2; |
int |
getPluginId()
required int32 plugin_id = 1; |
boolean |
hasActive()
required bool active = 3; |
boolean |
hasEnabled()
optional bool enabled = 4; |
boolean |
hasName()
required string name = 2; |
boolean |
hasPluginId()
required int32 plugin_id = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPluginId()
required int32 plugin_id = 1;
int getPluginId()
required int32 plugin_id = 1;
boolean hasName()
required string name = 2;
String getName()
required string name = 2;
com.google.protobuf.ByteString getNameBytes()
required string name = 2;
boolean hasActive()
required bool active = 3;
boolean getActive()
required bool active = 3;
boolean hasEnabled()
optional bool enabled = 4;
boolean getEnabled()
optional bool enabled = 4;
Copyright © 2016. All rights reserved.