public static final class IIProtos.IIResponseInternal extends com.google.protobuf.GeneratedMessage implements IIProtos.IIResponseInternalOrBuilder
IIResponseInternal| Modifier and Type | Class and Description |
|---|---|
static class |
IIProtos.IIResponseInternal.Builder
Protobuf type
IIResponseInternal |
static class |
IIProtos.IIResponseInternal.IIRow
Protobuf type
IIResponseInternal.IIRow |
static interface |
IIProtos.IIResponseInternal.IIRowOrBuilder |
static class |
IIProtos.IIResponseInternal.Stats
Protobuf type
IIResponseInternal.Stats |
static interface |
IIProtos.IIResponseInternal.StatsOrBuilder |
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 com.google.protobuf.Parser<IIProtos.IIResponseInternal> |
PARSER |
static int |
ROWS_FIELD_NUMBER |
static int |
STATS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static IIProtos.IIResponseInternal |
getDefaultInstance() |
IIProtos.IIResponseInternal |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<IIProtos.IIResponseInternal> |
getParserForType() |
IIProtos.IIResponseInternal.IIRow |
getRows(int index)
repeated .IIResponseInternal.IIRow rows = 1; |
int |
getRowsCount()
repeated .IIResponseInternal.IIRow rows = 1; |
List<IIProtos.IIResponseInternal.IIRow> |
getRowsList()
repeated .IIResponseInternal.IIRow rows = 1; |
IIProtos.IIResponseInternal.IIRowOrBuilder |
getRowsOrBuilder(int index)
repeated .IIResponseInternal.IIRow rows = 1; |
List<? extends IIProtos.IIResponseInternal.IIRowOrBuilder> |
getRowsOrBuilderList()
repeated .IIResponseInternal.IIRow rows = 1; |
int |
getSerializedSize() |
IIProtos.IIResponseInternal.Stats |
getStats()
required .IIResponseInternal.Stats stats = 2; |
IIProtos.IIResponseInternal.StatsOrBuilder |
getStatsOrBuilder()
required .IIResponseInternal.Stats stats = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasStats()
required .IIResponseInternal.Stats stats = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static IIProtos.IIResponseInternal.Builder |
newBuilder() |
static IIProtos.IIResponseInternal.Builder |
newBuilder(IIProtos.IIResponseInternal prototype) |
IIProtos.IIResponseInternal.Builder |
newBuilderForType() |
protected IIProtos.IIResponseInternal.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static IIProtos.IIResponseInternal |
parseDelimitedFrom(InputStream input) |
static IIProtos.IIResponseInternal |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IIProtos.IIResponseInternal |
parseFrom(byte[] data) |
static IIProtos.IIResponseInternal |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IIProtos.IIResponseInternal |
parseFrom(com.google.protobuf.ByteString data) |
static IIProtos.IIResponseInternal |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IIProtos.IIResponseInternal |
parseFrom(com.google.protobuf.CodedInputStream input) |
static IIProtos.IIResponseInternal |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IIProtos.IIResponseInternal |
parseFrom(InputStream input) |
static IIProtos.IIResponseInternal |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
IIProtos.IIResponseInternal.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<IIProtos.IIResponseInternal> PARSER
public static final int ROWS_FIELD_NUMBER
public static final int STATS_FIELD_NUMBER
public static IIProtos.IIResponseInternal getDefaultInstance()
public IIProtos.IIResponseInternal 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<IIProtos.IIResponseInternal> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic List<IIProtos.IIResponseInternal.IIRow> getRowsList()
repeated .IIResponseInternal.IIRow rows = 1;getRowsList in interface IIProtos.IIResponseInternalOrBuilderpublic List<? extends IIProtos.IIResponseInternal.IIRowOrBuilder> getRowsOrBuilderList()
repeated .IIResponseInternal.IIRow rows = 1;getRowsOrBuilderList in interface IIProtos.IIResponseInternalOrBuilderpublic int getRowsCount()
repeated .IIResponseInternal.IIRow rows = 1;getRowsCount in interface IIProtos.IIResponseInternalOrBuilderpublic IIProtos.IIResponseInternal.IIRow getRows(int index)
repeated .IIResponseInternal.IIRow rows = 1;getRows in interface IIProtos.IIResponseInternalOrBuilderpublic IIProtos.IIResponseInternal.IIRowOrBuilder getRowsOrBuilder(int index)
repeated .IIResponseInternal.IIRow rows = 1;getRowsOrBuilder in interface IIProtos.IIResponseInternalOrBuilderpublic boolean hasStats()
required .IIResponseInternal.Stats stats = 2;hasStats in interface IIProtos.IIResponseInternalOrBuilderpublic IIProtos.IIResponseInternal.Stats getStats()
required .IIResponseInternal.Stats stats = 2;getStats in interface IIProtos.IIResponseInternalOrBuilderpublic IIProtos.IIResponseInternal.StatsOrBuilder getStatsOrBuilder()
required .IIResponseInternal.Stats stats = 2;getStatsOrBuilder in interface IIProtos.IIResponseInternalOrBuilderpublic 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 boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static IIProtos.IIResponseInternal parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IIProtos.IIResponseInternal parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IIProtos.IIResponseInternal parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IIProtos.IIResponseInternal parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IIProtos.IIResponseInternal parseFrom(InputStream input) throws IOException
IOExceptionpublic static IIProtos.IIResponseInternal parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IIProtos.IIResponseInternal parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static IIProtos.IIResponseInternal parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IIProtos.IIResponseInternal parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static IIProtos.IIResponseInternal parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IIProtos.IIResponseInternal.Builder newBuilder()
public IIProtos.IIResponseInternal.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static IIProtos.IIResponseInternal.Builder newBuilder(IIProtos.IIResponseInternal prototype)
public IIProtos.IIResponseInternal.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected IIProtos.IIResponseInternal.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2014–2016 Apache Software Foundation. All rights reserved.