public static interface Ola.PluginStateReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getActive()
required bool active = 3; |
Ola.PluginInfo |
getConflictsWith(int index)
repeated .ola.proto.PluginInfo conflicts_with = 5; |
int |
getConflictsWithCount()
repeated .ola.proto.PluginInfo conflicts_with = 5; |
List<Ola.PluginInfo> |
getConflictsWithList()
repeated .ola.proto.PluginInfo conflicts_with = 5; |
Ola.PluginInfoOrBuilder |
getConflictsWithOrBuilder(int index)
repeated .ola.proto.PluginInfo conflicts_with = 5; |
List<? extends Ola.PluginInfoOrBuilder> |
getConflictsWithOrBuilderList()
repeated .ola.proto.PluginInfo conflicts_with = 5; |
boolean |
getEnabled()
required bool enabled = 2; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getPreferencesSource()
required string preferences_source = 4; |
com.google.protobuf.ByteString |
getPreferencesSourceBytes()
required string preferences_source = 4; |
boolean |
hasActive()
required bool active = 3; |
boolean |
hasEnabled()
required bool enabled = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasPreferencesSource()
required string preferences_source = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1;
String getName()
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
boolean hasEnabled()
required bool enabled = 2;
boolean getEnabled()
required bool enabled = 2;
boolean hasActive()
required bool active = 3;
boolean getActive()
required bool active = 3;
boolean hasPreferencesSource()
required string preferences_source = 4;
String getPreferencesSource()
required string preferences_source = 4;
com.google.protobuf.ByteString getPreferencesSourceBytes()
required string preferences_source = 4;
List<Ola.PluginInfo> getConflictsWithList()
repeated .ola.proto.PluginInfo conflicts_with = 5;
Ola.PluginInfo getConflictsWith(int index)
repeated .ola.proto.PluginInfo conflicts_with = 5;
int getConflictsWithCount()
repeated .ola.proto.PluginInfo conflicts_with = 5;
List<? extends Ola.PluginInfoOrBuilder> getConflictsWithOrBuilderList()
repeated .ola.proto.PluginInfo conflicts_with = 5;
Ola.PluginInfoOrBuilder getConflictsWithOrBuilder(int index)
repeated .ola.proto.PluginInfo conflicts_with = 5;
Copyright © 2016. All rights reserved.