Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44AC510168 for ; Wed, 21 Aug 2013 05:12:28 +0000 (UTC) Received: (qmail 49540 invoked by uid 500); 21 Aug 2013 05:12:27 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 49481 invoked by uid 500); 21 Aug 2013 05:12:27 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 49181 invoked by uid 99); 21 Aug 2013 05:12:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Aug 2013 05:12:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Aug 2013 05:12:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B45682388CA4; Wed, 21 Aug 2013 05:10:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1516086 [30/43] - in /hbase/branches/0.95: ./ hbase-client/src/main/java/org/apache/hadoop/hbase/ hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ hbase-common/src/test/java/org/apache/hadoop/hbase/ hbase-protocol/src/main/java... Date: Wed, 21 Aug 2013 05:10:45 -0000 To: commits@hbase.apache.org From: stack@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130821051052.B45682388CA4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/CellSetMessage.java URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/CellSetMessage.java?rev=1516086&r1=1516085&r2=1516086&view=diff ============================================================================== --- hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/CellSetMessage.java (original) +++ hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/CellSetMessage.java Wed Aug 21 05:10:43 2013 @@ -10,122 +10,330 @@ public final class CellSetMessage { } public interface CellSetOrBuilder extends com.google.protobuf.MessageOrBuilder { - + // repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ java.util.List getRowsList(); + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row getRows(int index); + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ int getRowsCount(); + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ java.util.List getRowsOrBuilderList(); + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder getRowsOrBuilder( int index); } + /** + * Protobuf type {@code org.apache.hadoop.hbase.rest.protobuf.generated.CellSet} + */ public static final class CellSet extends com.google.protobuf.GeneratedMessage implements CellSetOrBuilder { // Use CellSet.newBuilder() to construct. - private CellSet(Builder builder) { + private CellSet(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); + this.unknownFields = builder.getUnknownFields(); } - private CellSet(boolean noInit) {} - + private CellSet(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private static final CellSet defaultInstance; public static CellSet getDefaultInstance() { return defaultInstance; } - + public CellSet getDefaultInstanceForType() { return defaultInstance; } - + + private final com.google.protobuf.UnknownFieldSet unknownFields; + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private CellSet( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + initFields(); + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + default: { + if (!parseUnknownField(input, unknownFields, + extensionRegistry, tag)) { + done = true; + } + break; + } + case 10: { + if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { + rows_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + rows_.add(input.readMessage(org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.PARSER, extensionRegistry)); + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e.getMessage()).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { + rows_ = java.util.Collections.unmodifiableList(rows_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor; } - + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_fieldAccessorTable; + return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.class, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder.class); + } + + public static com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + public CellSet parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CellSet(input, extensionRegistry); + } + }; + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; } - + public interface RowOrBuilder extends com.google.protobuf.MessageOrBuilder { - + // required bytes key = 1; + /** + * required bytes key = 1; + */ boolean hasKey(); + /** + * required bytes key = 1; + */ com.google.protobuf.ByteString getKey(); - + // repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ java.util.List getValuesList(); + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell getValues(int index); + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ int getValuesCount(); + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ java.util.List getValuesOrBuilderList(); + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.CellOrBuilder getValuesOrBuilder( int index); } + /** + * Protobuf type {@code org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row} + */ public static final class Row extends com.google.protobuf.GeneratedMessage implements RowOrBuilder { // Use Row.newBuilder() to construct. - private Row(Builder builder) { + private Row(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); + this.unknownFields = builder.getUnknownFields(); } - private Row(boolean noInit) {} - + private Row(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private static final Row defaultInstance; public static Row getDefaultInstance() { return defaultInstance; } - + public Row getDefaultInstanceForType() { return defaultInstance; } - + + private final com.google.protobuf.UnknownFieldSet unknownFields; + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private Row( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + initFields(); + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + default: { + if (!parseUnknownField(input, unknownFields, + extensionRegistry, tag)) { + done = true; + } + break; + } + case 10: { + bitField0_ |= 0x00000001; + key_ = input.readBytes(); + break; + } + case 18: { + if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { + values_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + values_.add(input.readMessage(org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.PARSER, extensionRegistry)); + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e.getMessage()).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { + values_ = java.util.Collections.unmodifiableList(values_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_descriptor; } - + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_fieldAccessorTable; + return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.class, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder.class); + } + + public static com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + public Row parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Row(input, extensionRegistry); + } + }; + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; } - + private int bitField0_; // required bytes key = 1; public static final int KEY_FIELD_NUMBER = 1; private com.google.protobuf.ByteString key_; + /** + * required bytes key = 1; + */ public boolean hasKey() { return ((bitField0_ & 0x00000001) == 0x00000001); } + /** + * required bytes key = 1; + */ public com.google.protobuf.ByteString getKey() { return key_; } - + // repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; public static final int VALUES_FIELD_NUMBER = 2; private java.util.List values_; + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public java.util.List getValuesList() { return values_; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public java.util.List getValuesOrBuilderList() { return values_; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public int getValuesCount() { return values_.size(); } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell getValues(int index) { return values_.get(index); } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.CellOrBuilder getValuesOrBuilder( int index) { return values_.get(index); } - + private void initFields() { key_ = com.google.protobuf.ByteString.EMPTY; values_ = java.util.Collections.emptyList(); @@ -134,7 +342,7 @@ public final class CellSetMessage { public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; - + if (!hasKey()) { memoizedIsInitialized = 0; return false; @@ -142,7 +350,7 @@ public final class CellSetMessage { memoizedIsInitialized = 1; return true; } - + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); @@ -154,12 +362,12 @@ public final class CellSetMessage { } getUnknownFields().writeTo(output); } - + private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; - + size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream @@ -173,94 +381,83 @@ public final class CellSetMessage { memoizedSerializedSize = size; return size; } - + private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } - + public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { - return newBuilder().mergeFrom(data).buildParsed(); + return PARSER.parseFrom(data); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return newBuilder().mergeFrom(data, extensionRegistry) - .buildParsed(); + return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { - return newBuilder().mergeFrom(data).buildParsed(); + return PARSER.parseFrom(data); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return newBuilder().mergeFrom(data, extensionRegistry) - .buildParsed(); + return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom(java.io.InputStream input) throws java.io.IOException { - return newBuilder().mergeFrom(input).buildParsed(); + return PARSER.parseFrom(input); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return newBuilder().mergeFrom(input, extensionRegistry) - .buildParsed(); + return PARSER.parseFrom(input, extensionRegistry); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - Builder builder = newBuilder(); - if (builder.mergeDelimitedFrom(input)) { - return builder.buildParsed(); - } else { - return null; - } + return PARSER.parseDelimitedFrom(input); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - Builder builder = newBuilder(); - if (builder.mergeDelimitedFrom(input, extensionRegistry)) { - return builder.buildParsed(); - } else { - return null; - } + return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return newBuilder().mergeFrom(input).buildParsed(); + return PARSER.parseFrom(input); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return newBuilder().mergeFrom(input, extensionRegistry) - .buildParsed(); + return PARSER.parseFrom(input, extensionRegistry); } - + public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } - + @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } + /** + * Protobuf type {@code org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row} + */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder { @@ -268,18 +465,21 @@ public final class CellSetMessage { getDescriptor() { return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_descriptor; } - + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_fieldAccessorTable; + return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.class, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder.class); } - + // Construct using org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - - private Builder(BuilderParent parent) { + + private Builder( + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } @@ -291,7 +491,7 @@ public final class CellSetMessage { private static Builder create() { return new Builder(); } - + public Builder clear() { super.clear(); key_ = com.google.protobuf.ByteString.EMPTY; @@ -304,20 +504,20 @@ public final class CellSetMessage { } return this; } - + public Builder clone() { return create().mergeFrom(buildPartial()); } - + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.getDescriptor(); + return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_descriptor; } - + public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row getDefaultInstanceForType() { return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.getDefaultInstance(); } - + public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row build() { org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row result = buildPartial(); if (!result.isInitialized()) { @@ -325,17 +525,7 @@ public final class CellSetMessage { } return result; } - - private org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row buildParsed() - throws com.google.protobuf.InvalidProtocolBufferException { - org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row result = buildPartial(); - if (!result.isInitialized()) { - throw newUninitializedMessageException( - result).asInvalidProtocolBufferException(); - } - return result; - } - + public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row buildPartial() { org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row result = new org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row(this); int from_bitField0_ = bitField0_; @@ -357,7 +547,7 @@ public final class CellSetMessage { onBuilt(); return result; } - + public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row) { return mergeFrom((org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row)other); @@ -366,7 +556,7 @@ public final class CellSetMessage { return this; } } - + public Builder mergeFrom(org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row other) { if (other == org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.getDefaultInstance()) return this; if (other.hasKey()) { @@ -401,7 +591,7 @@ public final class CellSetMessage { this.mergeUnknownFields(other.getUnknownFields()); return this; } - + public final boolean isInitialized() { if (!hasKey()) { @@ -409,55 +599,43 @@ public final class CellSetMessage { } return true; } - + public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder( - this.getUnknownFields()); - while (true) { - int tag = input.readTag(); - switch (tag) { - case 0: - this.setUnknownFields(unknownFields.build()); - onChanged(); - return this; - default: { - if (!parseUnknownField(input, unknownFields, - extensionRegistry, tag)) { - this.setUnknownFields(unknownFields.build()); - onChanged(); - return this; - } - break; - } - case 10: { - bitField0_ |= 0x00000001; - key_ = input.readBytes(); - break; - } - case 18: { - org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder subBuilder = org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.newBuilder(); - input.readMessage(subBuilder, extensionRegistry); - addValues(subBuilder.buildPartial()); - break; - } + org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row) e.getUnfinishedMessage(); + throw e; + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); } } + return this; } - private int bitField0_; - + // required bytes key = 1; private com.google.protobuf.ByteString key_ = com.google.protobuf.ByteString.EMPTY; + /** + * required bytes key = 1; + */ public boolean hasKey() { return ((bitField0_ & 0x00000001) == 0x00000001); } + /** + * required bytes key = 1; + */ public com.google.protobuf.ByteString getKey() { return key_; } + /** + * required bytes key = 1; + */ public Builder setKey(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); @@ -467,13 +645,16 @@ public final class CellSetMessage { onChanged(); return this; } + /** + * required bytes key = 1; + */ public Builder clearKey() { bitField0_ = (bitField0_ & ~0x00000001); key_ = getDefaultInstance().getKey(); onChanged(); return this; } - + // repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; private java.util.List values_ = java.util.Collections.emptyList(); @@ -483,10 +664,13 @@ public final class CellSetMessage { bitField0_ |= 0x00000002; } } - + private com.google.protobuf.RepeatedFieldBuilder< org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.CellOrBuilder> valuesBuilder_; - + + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public java.util.List getValuesList() { if (valuesBuilder_ == null) { return java.util.Collections.unmodifiableList(values_); @@ -494,6 +678,9 @@ public final class CellSetMessage { return valuesBuilder_.getMessageList(); } } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public int getValuesCount() { if (valuesBuilder_ == null) { return values_.size(); @@ -501,6 +688,9 @@ public final class CellSetMessage { return valuesBuilder_.getCount(); } } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell getValues(int index) { if (valuesBuilder_ == null) { return values_.get(index); @@ -508,6 +698,9 @@ public final class CellSetMessage { return valuesBuilder_.getMessage(index); } } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public Builder setValues( int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell value) { if (valuesBuilder_ == null) { @@ -522,6 +715,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public Builder setValues( int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder builderForValue) { if (valuesBuilder_ == null) { @@ -533,6 +729,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public Builder addValues(org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell value) { if (valuesBuilder_ == null) { if (value == null) { @@ -546,6 +745,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public Builder addValues( int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell value) { if (valuesBuilder_ == null) { @@ -560,6 +762,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public Builder addValues( org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder builderForValue) { if (valuesBuilder_ == null) { @@ -571,6 +776,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public Builder addValues( int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder builderForValue) { if (valuesBuilder_ == null) { @@ -582,6 +790,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public Builder addAllValues( java.lang.Iterable values) { if (valuesBuilder_ == null) { @@ -593,6 +804,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public Builder clearValues() { if (valuesBuilder_ == null) { values_ = java.util.Collections.emptyList(); @@ -603,6 +817,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public Builder removeValues(int index) { if (valuesBuilder_ == null) { ensureValuesIsMutable(); @@ -613,10 +830,16 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder getValuesBuilder( int index) { return getValuesFieldBuilder().getBuilder(index); } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.CellOrBuilder getValuesOrBuilder( int index) { if (valuesBuilder_ == null) { @@ -624,6 +847,9 @@ public final class CellSetMessage { return valuesBuilder_.getMessageOrBuilder(index); } } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public java.util.List getValuesOrBuilderList() { if (valuesBuilder_ != null) { @@ -632,15 +858,24 @@ public final class CellSetMessage { return java.util.Collections.unmodifiableList(values_); } } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder addValuesBuilder() { return getValuesFieldBuilder().addBuilder( org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.getDefaultInstance()); } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder addValuesBuilder( int index) { return getValuesFieldBuilder().addBuilder( index, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.getDefaultInstance()); } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2; + */ public java.util.List getValuesBuilderList() { return getValuesFieldBuilder().getBuilderList(); @@ -659,39 +894,54 @@ public final class CellSetMessage { } return valuesBuilder_; } - + // @@protoc_insertion_point(builder_scope:org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row) } - + static { defaultInstance = new Row(true); defaultInstance.initFields(); } - + // @@protoc_insertion_point(class_scope:org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row) } - + // repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; public static final int ROWS_FIELD_NUMBER = 1; private java.util.List rows_; + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public java.util.List getRowsList() { return rows_; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public java.util.List getRowsOrBuilderList() { return rows_; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public int getRowsCount() { return rows_.size(); } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row getRows(int index) { return rows_.get(index); } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder getRowsOrBuilder( int index) { return rows_.get(index); } - + private void initFields() { rows_ = java.util.Collections.emptyList(); } @@ -699,7 +949,7 @@ public final class CellSetMessage { public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; - + for (int i = 0; i < getRowsCount(); i++) { if (!getRows(i).isInitialized()) { memoizedIsInitialized = 0; @@ -709,7 +959,7 @@ public final class CellSetMessage { memoizedIsInitialized = 1; return true; } - + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); @@ -718,12 +968,12 @@ public final class CellSetMessage { } getUnknownFields().writeTo(output); } - + private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; - + size = 0; for (int i = 0; i < rows_.size(); i++) { size += com.google.protobuf.CodedOutputStream @@ -733,94 +983,83 @@ public final class CellSetMessage { memoizedSerializedSize = size; return size; } - + private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } - + public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { - return newBuilder().mergeFrom(data).buildParsed(); + return PARSER.parseFrom(data); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return newBuilder().mergeFrom(data, extensionRegistry) - .buildParsed(); + return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { - return newBuilder().mergeFrom(data).buildParsed(); + return PARSER.parseFrom(data); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return newBuilder().mergeFrom(data, extensionRegistry) - .buildParsed(); + return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom(java.io.InputStream input) throws java.io.IOException { - return newBuilder().mergeFrom(input).buildParsed(); + return PARSER.parseFrom(input); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return newBuilder().mergeFrom(input, extensionRegistry) - .buildParsed(); + return PARSER.parseFrom(input, extensionRegistry); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - Builder builder = newBuilder(); - if (builder.mergeDelimitedFrom(input)) { - return builder.buildParsed(); - } else { - return null; - } + return PARSER.parseDelimitedFrom(input); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - Builder builder = newBuilder(); - if (builder.mergeDelimitedFrom(input, extensionRegistry)) { - return builder.buildParsed(); - } else { - return null; - } + return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return newBuilder().mergeFrom(input).buildParsed(); + return PARSER.parseFrom(input); } public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return newBuilder().mergeFrom(input, extensionRegistry) - .buildParsed(); + return PARSER.parseFrom(input, extensionRegistry); } - + public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } - + @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } + /** + * Protobuf type {@code org.apache.hadoop.hbase.rest.protobuf.generated.CellSet} + */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSetOrBuilder { @@ -828,18 +1067,21 @@ public final class CellSetMessage { getDescriptor() { return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor; } - + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_fieldAccessorTable; + return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.class, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder.class); } - + // Construct using org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - - private Builder(BuilderParent parent) { + + private Builder( + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } @@ -851,7 +1093,7 @@ public final class CellSetMessage { private static Builder create() { return new Builder(); } - + public Builder clear() { super.clear(); if (rowsBuilder_ == null) { @@ -862,20 +1104,20 @@ public final class CellSetMessage { } return this; } - + public Builder clone() { return create().mergeFrom(buildPartial()); } - + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.getDescriptor(); + return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor; } - + public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet getDefaultInstanceForType() { return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.getDefaultInstance(); } - + public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet build() { org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet result = buildPartial(); if (!result.isInitialized()) { @@ -883,17 +1125,7 @@ public final class CellSetMessage { } return result; } - - private org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet buildParsed() - throws com.google.protobuf.InvalidProtocolBufferException { - org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet result = buildPartial(); - if (!result.isInitialized()) { - throw newUninitializedMessageException( - result).asInvalidProtocolBufferException(); - } - return result; - } - + public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet buildPartial() { org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet result = new org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet(this); int from_bitField0_ = bitField0_; @@ -909,7 +1141,7 @@ public final class CellSetMessage { onBuilt(); return result; } - + public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet) { return mergeFrom((org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet)other); @@ -918,7 +1150,7 @@ public final class CellSetMessage { return this; } } - + public Builder mergeFrom(org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet other) { if (other == org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.getDefaultInstance()) return this; if (rowsBuilder_ == null) { @@ -950,7 +1182,7 @@ public final class CellSetMessage { this.mergeUnknownFields(other.getUnknownFields()); return this; } - + public final boolean isInitialized() { for (int i = 0; i < getRowsCount(); i++) { if (!getRows(i).isInitialized()) { @@ -960,42 +1192,26 @@ public final class CellSetMessage { } return true; } - + public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder( - this.getUnknownFields()); - while (true) { - int tag = input.readTag(); - switch (tag) { - case 0: - this.setUnknownFields(unknownFields.build()); - onChanged(); - return this; - default: { - if (!parseUnknownField(input, unknownFields, - extensionRegistry, tag)) { - this.setUnknownFields(unknownFields.build()); - onChanged(); - return this; - } - break; - } - case 10: { - org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder subBuilder = org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.newBuilder(); - input.readMessage(subBuilder, extensionRegistry); - addRows(subBuilder.buildPartial()); - break; - } + org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet) e.getUnfinishedMessage(); + throw e; + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); } } + return this; } - private int bitField0_; - + // repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; private java.util.List rows_ = java.util.Collections.emptyList(); @@ -1005,10 +1221,13 @@ public final class CellSetMessage { bitField0_ |= 0x00000001; } } - + private com.google.protobuf.RepeatedFieldBuilder< org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder> rowsBuilder_; - + + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public java.util.List getRowsList() { if (rowsBuilder_ == null) { return java.util.Collections.unmodifiableList(rows_); @@ -1016,6 +1235,9 @@ public final class CellSetMessage { return rowsBuilder_.getMessageList(); } } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public int getRowsCount() { if (rowsBuilder_ == null) { return rows_.size(); @@ -1023,6 +1245,9 @@ public final class CellSetMessage { return rowsBuilder_.getCount(); } } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row getRows(int index) { if (rowsBuilder_ == null) { return rows_.get(index); @@ -1030,6 +1255,9 @@ public final class CellSetMessage { return rowsBuilder_.getMessage(index); } } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public Builder setRows( int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row value) { if (rowsBuilder_ == null) { @@ -1044,6 +1272,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public Builder setRows( int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder builderForValue) { if (rowsBuilder_ == null) { @@ -1055,6 +1286,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public Builder addRows(org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row value) { if (rowsBuilder_ == null) { if (value == null) { @@ -1068,6 +1302,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public Builder addRows( int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row value) { if (rowsBuilder_ == null) { @@ -1082,6 +1319,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public Builder addRows( org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder builderForValue) { if (rowsBuilder_ == null) { @@ -1093,6 +1333,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public Builder addRows( int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder builderForValue) { if (rowsBuilder_ == null) { @@ -1104,6 +1347,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public Builder addAllRows( java.lang.Iterable values) { if (rowsBuilder_ == null) { @@ -1115,6 +1361,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public Builder clearRows() { if (rowsBuilder_ == null) { rows_ = java.util.Collections.emptyList(); @@ -1125,6 +1374,9 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public Builder removeRows(int index) { if (rowsBuilder_ == null) { ensureRowsIsMutable(); @@ -1135,10 +1387,16 @@ public final class CellSetMessage { } return this; } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder getRowsBuilder( int index) { return getRowsFieldBuilder().getBuilder(index); } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder getRowsOrBuilder( int index) { if (rowsBuilder_ == null) { @@ -1146,6 +1404,9 @@ public final class CellSetMessage { return rowsBuilder_.getMessageOrBuilder(index); } } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public java.util.List getRowsOrBuilderList() { if (rowsBuilder_ != null) { @@ -1154,15 +1415,24 @@ public final class CellSetMessage { return java.util.Collections.unmodifiableList(rows_); } } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder addRowsBuilder() { return getRowsFieldBuilder().addBuilder( org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.getDefaultInstance()); } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder addRowsBuilder( int index) { return getRowsFieldBuilder().addBuilder( index, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.getDefaultInstance()); } + /** + * repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; + */ public java.util.List getRowsBuilderList() { return getRowsFieldBuilder().getBuilderList(); @@ -1181,18 +1451,18 @@ public final class CellSetMessage { } return rowsBuilder_; } - + // @@protoc_insertion_point(builder_scope:org.apache.hadoop.hbase.rest.protobuf.generated.CellSet) } - + static { defaultInstance = new CellSet(true); defaultInstance.initFields(); } - + // @@protoc_insertion_point(class_scope:org.apache.hadoop.hbase.rest.protobuf.generated.CellSet) } - + private static com.google.protobuf.Descriptors.Descriptor internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor; private static @@ -1203,7 +1473,7 @@ public final class CellSetMessage { private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_fieldAccessorTable; - + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; @@ -1230,17 +1500,13 @@ public final class CellSetMessage { internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor, - new java.lang.String[] { "Rows", }, - org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.class, - org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder.class); + new java.lang.String[] { "Rows", }); internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_descriptor = internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor.getNestedTypes().get(0); internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_descriptor, - new java.lang.String[] { "Key", "Values", }, - org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.class, - org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder.class); + new java.lang.String[] { "Key", "Values", }); return null; } }; @@ -1250,6 +1516,6 @@ public final class CellSetMessage { org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.getDescriptor(), }, assigner); } - + // @@protoc_insertion_point(outer_class_scope) }