public static final class PrefsProtos.GetPrefArg extends com.google.protobuf.GeneratedMessage implements PrefsProtos.GetPrefArgOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
PrefsProtos.GetPrefArg.Builder |
static class |
PrefsProtos.GetPrefArg.Mode |
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 |
KEY_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
SECTION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static PrefsProtos.GetPrefArg |
getDefaultInstance() |
PrefsProtos.GetPrefArg |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getKey() |
PrefsProtos.GetPrefArg.Mode |
getMode() |
String |
getSection() |
int |
getSerializedSize() |
boolean |
hasKey() |
boolean |
hasMode() |
boolean |
hasSection() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PrefsProtos.GetPrefArg.Builder |
newBuilder() |
static PrefsProtos.GetPrefArg.Builder |
newBuilder(PrefsProtos.GetPrefArg prototype) |
PrefsProtos.GetPrefArg.Builder |
newBuilderForType() |
protected PrefsProtos.GetPrefArg.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PrefsProtos.GetPrefArg |
parseDelimitedFrom(InputStream input) |
static PrefsProtos.GetPrefArg |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrefsProtos.GetPrefArg |
parseFrom(byte[] data) |
static PrefsProtos.GetPrefArg |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrefsProtos.GetPrefArg |
parseFrom(com.google.protobuf.ByteString data) |
static PrefsProtos.GetPrefArg |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrefsProtos.GetPrefArg |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PrefsProtos.GetPrefArg |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrefsProtos.GetPrefArg |
parseFrom(InputStream input) |
static PrefsProtos.GetPrefArg |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PrefsProtos.GetPrefArg.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SECTION_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER
public static PrefsProtos.GetPrefArg getDefaultInstance()
public PrefsProtos.GetPrefArg getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasSection()
hasSection in interface PrefsProtos.GetPrefArgOrBuilderpublic String getSection()
getSection in interface PrefsProtos.GetPrefArgOrBuilderpublic boolean hasKey()
hasKey in interface PrefsProtos.GetPrefArgOrBuilderpublic String getKey()
getKey in interface PrefsProtos.GetPrefArgOrBuilderpublic boolean hasMode()
hasMode in interface PrefsProtos.GetPrefArgOrBuilderpublic PrefsProtos.GetPrefArg.Mode getMode()
getMode in interface PrefsProtos.GetPrefArgOrBuilderpublic 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 PrefsProtos.GetPrefArg parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrefsProtos.GetPrefArg parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrefsProtos.GetPrefArg parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrefsProtos.GetPrefArg parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrefsProtos.GetPrefArg parseFrom(InputStream input) throws IOException
IOExceptionpublic static PrefsProtos.GetPrefArg parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PrefsProtos.GetPrefArg parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PrefsProtos.GetPrefArg parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PrefsProtos.GetPrefArg parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PrefsProtos.GetPrefArg parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PrefsProtos.GetPrefArg.Builder newBuilder()
public PrefsProtos.GetPrefArg.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PrefsProtos.GetPrefArg.Builder newBuilder(PrefsProtos.GetPrefArg prototype)
public PrefsProtos.GetPrefArg.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PrefsProtos.GetPrefArg.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2012. All Rights Reserved.