public static final class Ola.PluginStateReply extends com.google.protobuf.GeneratedMessage implements Ola.PluginStateReplyOrBuilder
ola.proto.PluginStateReply| Modifier and Type | Class and Description |
|---|---|
static class |
Ola.PluginStateReply.Builder
Protobuf type
ola.proto.PluginStateReply |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_FIELD_NUMBER |
static int |
CONFLICTS_WITH_FIELD_NUMBER |
static int |
ENABLED_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<Ola.PluginStateReply> |
PARSER |
static int |
PREFERENCES_SOURCE_FIELD_NUMBER |
| 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; |
static Ola.PluginStateReply |
getDefaultInstance() |
Ola.PluginStateReply |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnabled()
required bool enabled = 2; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.Parser<Ola.PluginStateReply> |
getParserForType() |
String |
getPreferencesSource()
required string preferences_source = 4; |
com.google.protobuf.ByteString |
getPreferencesSourceBytes()
required string preferences_source = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Ola.PluginStateReply.Builder |
newBuilder() |
static Ola.PluginStateReply.Builder |
newBuilder(Ola.PluginStateReply prototype) |
Ola.PluginStateReply.Builder |
newBuilderForType() |
protected Ola.PluginStateReply.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Ola.PluginStateReply |
parseDelimitedFrom(InputStream input) |
static Ola.PluginStateReply |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PluginStateReply |
parseFrom(byte[] data) |
static Ola.PluginStateReply |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PluginStateReply |
parseFrom(com.google.protobuf.ByteString data) |
static Ola.PluginStateReply |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PluginStateReply |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Ola.PluginStateReply |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PluginStateReply |
parseFrom(InputStream input) |
static Ola.PluginStateReply |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Ola.PluginStateReply.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Ola.PluginStateReply> PARSER
public static final int NAME_FIELD_NUMBER
public static final int ENABLED_FIELD_NUMBER
public static final int ACTIVE_FIELD_NUMBER
public static final int PREFERENCES_SOURCE_FIELD_NUMBER
public static final int CONFLICTS_WITH_FIELD_NUMBER
public static Ola.PluginStateReply getDefaultInstance()
public Ola.PluginStateReply getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Ola.PluginStateReply> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
required string name = 1;hasName in interface Ola.PluginStateReplyOrBuilderpublic String getName()
required string name = 1;getName in interface Ola.PluginStateReplyOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface Ola.PluginStateReplyOrBuilderpublic boolean hasEnabled()
required bool enabled = 2;hasEnabled in interface Ola.PluginStateReplyOrBuilderpublic boolean getEnabled()
required bool enabled = 2;getEnabled in interface Ola.PluginStateReplyOrBuilderpublic boolean hasActive()
required bool active = 3;hasActive in interface Ola.PluginStateReplyOrBuilderpublic boolean getActive()
required bool active = 3;getActive in interface Ola.PluginStateReplyOrBuilderpublic boolean hasPreferencesSource()
required string preferences_source = 4;hasPreferencesSource in interface Ola.PluginStateReplyOrBuilderpublic String getPreferencesSource()
required string preferences_source = 4;getPreferencesSource in interface Ola.PluginStateReplyOrBuilderpublic com.google.protobuf.ByteString getPreferencesSourceBytes()
required string preferences_source = 4;getPreferencesSourceBytes in interface Ola.PluginStateReplyOrBuilderpublic List<Ola.PluginInfo> getConflictsWithList()
repeated .ola.proto.PluginInfo conflicts_with = 5;getConflictsWithList in interface Ola.PluginStateReplyOrBuilderpublic List<? extends Ola.PluginInfoOrBuilder> getConflictsWithOrBuilderList()
repeated .ola.proto.PluginInfo conflicts_with = 5;getConflictsWithOrBuilderList in interface Ola.PluginStateReplyOrBuilderpublic int getConflictsWithCount()
repeated .ola.proto.PluginInfo conflicts_with = 5;getConflictsWithCount in interface Ola.PluginStateReplyOrBuilderpublic Ola.PluginInfo getConflictsWith(int index)
repeated .ola.proto.PluginInfo conflicts_with = 5;getConflictsWith in interface Ola.PluginStateReplyOrBuilderpublic Ola.PluginInfoOrBuilder getConflictsWithOrBuilder(int index)
repeated .ola.proto.PluginInfo conflicts_with = 5;getConflictsWithOrBuilder in interface Ola.PluginStateReplyOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Ola.PluginStateReply parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.PluginStateReply parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.PluginStateReply parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.PluginStateReply parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.PluginStateReply parseFrom(InputStream input) throws IOException
IOExceptionpublic static Ola.PluginStateReply parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.PluginStateReply parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Ola.PluginStateReply parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.PluginStateReply parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Ola.PluginStateReply parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.PluginStateReply.Builder newBuilder()
public Ola.PluginStateReply.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Ola.PluginStateReply.Builder newBuilder(Ola.PluginStateReply prototype)
public Ola.PluginStateReply.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Ola.PluginStateReply.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016. All rights reserved.