public static final class Messages.AggregatedRecord extends com.google.protobuf.GeneratedMessage implements Messages.AggregatedRecordOrBuilder
AggregatedRecord| Modifier and Type | Class and Description |
|---|---|
static class |
Messages.AggregatedRecord.Builder
Protobuf type
AggregatedRecord |
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 |
EXPLICIT_HASH_KEY_TABLE_FIELD_NUMBER |
static com.google.protobuf.Parser<Messages.AggregatedRecord> |
PARSER |
static int |
PARTITION_KEY_TABLE_FIELD_NUMBER |
static int |
RECORDS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static Messages.AggregatedRecord |
getDefaultInstance() |
Messages.AggregatedRecord |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getExplicitHashKeyTable(int index)
repeated string explicit_hash_key_table = 2; |
com.google.protobuf.ByteString |
getExplicitHashKeyTableBytes(int index)
repeated string explicit_hash_key_table = 2; |
int |
getExplicitHashKeyTableCount()
repeated string explicit_hash_key_table = 2; |
com.google.protobuf.ProtocolStringList |
getExplicitHashKeyTableList()
repeated string explicit_hash_key_table = 2; |
com.google.protobuf.Parser<Messages.AggregatedRecord> |
getParserForType() |
String |
getPartitionKeyTable(int index)
repeated string partition_key_table = 1; |
com.google.protobuf.ByteString |
getPartitionKeyTableBytes(int index)
repeated string partition_key_table = 1; |
int |
getPartitionKeyTableCount()
repeated string partition_key_table = 1; |
com.google.protobuf.ProtocolStringList |
getPartitionKeyTableList()
repeated string partition_key_table = 1; |
Messages.Record |
getRecords(int index)
repeated .Record records = 3; |
int |
getRecordsCount()
repeated .Record records = 3; |
List<Messages.Record> |
getRecordsList()
repeated .Record records = 3; |
Messages.RecordOrBuilder |
getRecordsOrBuilder(int index)
repeated .Record records = 3; |
List<? extends Messages.RecordOrBuilder> |
getRecordsOrBuilderList()
repeated .Record records = 3; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Messages.AggregatedRecord.Builder |
newBuilder() |
static Messages.AggregatedRecord.Builder |
newBuilder(Messages.AggregatedRecord prototype) |
Messages.AggregatedRecord.Builder |
newBuilderForType() |
protected Messages.AggregatedRecord.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Messages.AggregatedRecord |
parseDelimitedFrom(InputStream input) |
static Messages.AggregatedRecord |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.AggregatedRecord |
parseFrom(byte[] data) |
static Messages.AggregatedRecord |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.AggregatedRecord |
parseFrom(com.google.protobuf.ByteString data) |
static Messages.AggregatedRecord |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.AggregatedRecord |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.AggregatedRecord |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.AggregatedRecord |
parseFrom(InputStream input) |
static Messages.AggregatedRecord |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Messages.AggregatedRecord.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<Messages.AggregatedRecord> PARSER
public static final int PARTITION_KEY_TABLE_FIELD_NUMBER
public static final int EXPLICIT_HASH_KEY_TABLE_FIELD_NUMBER
public static final int RECORDS_FIELD_NUMBER
public static Messages.AggregatedRecord getDefaultInstance()
public Messages.AggregatedRecord 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<Messages.AggregatedRecord> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.ProtocolStringList getPartitionKeyTableList()
repeated string partition_key_table = 1;getPartitionKeyTableList in interface Messages.AggregatedRecordOrBuilderpublic int getPartitionKeyTableCount()
repeated string partition_key_table = 1;getPartitionKeyTableCount in interface Messages.AggregatedRecordOrBuilderpublic String getPartitionKeyTable(int index)
repeated string partition_key_table = 1;getPartitionKeyTable in interface Messages.AggregatedRecordOrBuilderpublic com.google.protobuf.ByteString getPartitionKeyTableBytes(int index)
repeated string partition_key_table = 1;getPartitionKeyTableBytes in interface Messages.AggregatedRecordOrBuilderpublic com.google.protobuf.ProtocolStringList getExplicitHashKeyTableList()
repeated string explicit_hash_key_table = 2;getExplicitHashKeyTableList in interface Messages.AggregatedRecordOrBuilderpublic int getExplicitHashKeyTableCount()
repeated string explicit_hash_key_table = 2;getExplicitHashKeyTableCount in interface Messages.AggregatedRecordOrBuilderpublic String getExplicitHashKeyTable(int index)
repeated string explicit_hash_key_table = 2;getExplicitHashKeyTable in interface Messages.AggregatedRecordOrBuilderpublic com.google.protobuf.ByteString getExplicitHashKeyTableBytes(int index)
repeated string explicit_hash_key_table = 2;getExplicitHashKeyTableBytes in interface Messages.AggregatedRecordOrBuilderpublic List<Messages.Record> getRecordsList()
repeated .Record records = 3;getRecordsList in interface Messages.AggregatedRecordOrBuilderpublic List<? extends Messages.RecordOrBuilder> getRecordsOrBuilderList()
repeated .Record records = 3;getRecordsOrBuilderList in interface Messages.AggregatedRecordOrBuilderpublic int getRecordsCount()
repeated .Record records = 3;getRecordsCount in interface Messages.AggregatedRecordOrBuilderpublic Messages.Record getRecords(int index)
repeated .Record records = 3;getRecords in interface Messages.AggregatedRecordOrBuilderpublic Messages.RecordOrBuilder getRecordsOrBuilder(int index)
repeated .Record records = 3;getRecordsOrBuilder in interface Messages.AggregatedRecordOrBuilderpublic 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 Messages.AggregatedRecord parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.AggregatedRecord parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.AggregatedRecord parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.AggregatedRecord parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.AggregatedRecord parseFrom(InputStream input) throws IOException
IOExceptionpublic static Messages.AggregatedRecord parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.AggregatedRecord parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Messages.AggregatedRecord parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.AggregatedRecord parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Messages.AggregatedRecord parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.AggregatedRecord.Builder newBuilder()
public Messages.AggregatedRecord.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Messages.AggregatedRecord.Builder newBuilder(Messages.AggregatedRecord prototype)
public Messages.AggregatedRecord.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Messages.AggregatedRecord.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2019. All rights reserved.