1
2
3
4 package org.apache.hadoop.hbase.rest.protobuf.generated;
5
6 public final class CellSetMessage {
7 private CellSetMessage() {}
8 public static void registerAllExtensions(
9 com.google.protobuf.ExtensionRegistry registry) {
10 }
11 public interface CellSetOrBuilder
12 extends com.google.protobuf.MessageOrBuilder {
13
14
15 java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row>
16 getRowsList();
17 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row getRows(int index);
18 int getRowsCount();
19 java.util.List<? extends org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder>
20 getRowsOrBuilderList();
21 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder getRowsOrBuilder(
22 int index);
23 }
24 public static final class CellSet extends
25 com.google.protobuf.GeneratedMessage
26 implements CellSetOrBuilder {
27
28 private CellSet(Builder builder) {
29 super(builder);
30 }
31 private CellSet(boolean noInit) {}
32
33 private static final CellSet defaultInstance;
34 public static CellSet getDefaultInstance() {
35 return defaultInstance;
36 }
37
38 public CellSet getDefaultInstanceForType() {
39 return defaultInstance;
40 }
41
42 public static final com.google.protobuf.Descriptors.Descriptor
43 getDescriptor() {
44 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor;
45 }
46
47 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
48 internalGetFieldAccessorTable() {
49 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_fieldAccessorTable;
50 }
51
52 public interface RowOrBuilder
53 extends com.google.protobuf.MessageOrBuilder {
54
55
56 boolean hasKey();
57 com.google.protobuf.ByteString getKey();
58
59
60 java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell>
61 getValuesList();
62 org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell getValues(int index);
63 int getValuesCount();
64 java.util.List<? extends org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.CellOrBuilder>
65 getValuesOrBuilderList();
66 org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.CellOrBuilder getValuesOrBuilder(
67 int index);
68 }
69 public static final class Row extends
70 com.google.protobuf.GeneratedMessage
71 implements RowOrBuilder {
72
73 private Row(Builder builder) {
74 super(builder);
75 }
76 private Row(boolean noInit) {}
77
78 private static final Row defaultInstance;
79 public static Row getDefaultInstance() {
80 return defaultInstance;
81 }
82
83 public Row getDefaultInstanceForType() {
84 return defaultInstance;
85 }
86
87 public static final com.google.protobuf.Descriptors.Descriptor
88 getDescriptor() {
89 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_descriptor;
90 }
91
92 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
93 internalGetFieldAccessorTable() {
94 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_fieldAccessorTable;
95 }
96
97 private int bitField0_;
98
99 public static final int KEY_FIELD_NUMBER = 1;
100 private com.google.protobuf.ByteString key_;
101 public boolean hasKey() {
102 return ((bitField0_ & 0x00000001) == 0x00000001);
103 }
104 public com.google.protobuf.ByteString getKey() {
105 return key_;
106 }
107
108
109 public static final int VALUES_FIELD_NUMBER = 2;
110 private java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell> values_;
111 public java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell> getValuesList() {
112 return values_;
113 }
114 public java.util.List<? extends org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.CellOrBuilder>
115 getValuesOrBuilderList() {
116 return values_;
117 }
118 public int getValuesCount() {
119 return values_.size();
120 }
121 public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell getValues(int index) {
122 return values_.get(index);
123 }
124 public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.CellOrBuilder getValuesOrBuilder(
125 int index) {
126 return values_.get(index);
127 }
128
129 private void initFields() {
130 key_ = com.google.protobuf.ByteString.EMPTY;
131 values_ = java.util.Collections.emptyList();
132 }
133 private byte memoizedIsInitialized = -1;
134 public final boolean isInitialized() {
135 byte isInitialized = memoizedIsInitialized;
136 if (isInitialized != -1) return isInitialized == 1;
137
138 if (!hasKey()) {
139 memoizedIsInitialized = 0;
140 return false;
141 }
142 memoizedIsInitialized = 1;
143 return true;
144 }
145
146 public void writeTo(com.google.protobuf.CodedOutputStream output)
147 throws java.io.IOException {
148 getSerializedSize();
149 if (((bitField0_ & 0x00000001) == 0x00000001)) {
150 output.writeBytes(1, key_);
151 }
152 for (int i = 0; i < values_.size(); i++) {
153 output.writeMessage(2, values_.get(i));
154 }
155 getUnknownFields().writeTo(output);
156 }
157
158 private int memoizedSerializedSize = -1;
159 public int getSerializedSize() {
160 int size = memoizedSerializedSize;
161 if (size != -1) return size;
162
163 size = 0;
164 if (((bitField0_ & 0x00000001) == 0x00000001)) {
165 size += com.google.protobuf.CodedOutputStream
166 .computeBytesSize(1, key_);
167 }
168 for (int i = 0; i < values_.size(); i++) {
169 size += com.google.protobuf.CodedOutputStream
170 .computeMessageSize(2, values_.get(i));
171 }
172 size += getUnknownFields().getSerializedSize();
173 memoizedSerializedSize = size;
174 return size;
175 }
176
177 private static final long serialVersionUID = 0L;
178 @java.lang.Override
179 protected java.lang.Object writeReplace()
180 throws java.io.ObjectStreamException {
181 return super.writeReplace();
182 }
183
184 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom(
185 com.google.protobuf.ByteString data)
186 throws com.google.protobuf.InvalidProtocolBufferException {
187 return newBuilder().mergeFrom(data).buildParsed();
188 }
189 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom(
190 com.google.protobuf.ByteString data,
191 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
192 throws com.google.protobuf.InvalidProtocolBufferException {
193 return newBuilder().mergeFrom(data, extensionRegistry)
194 .buildParsed();
195 }
196 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom(byte[] data)
197 throws com.google.protobuf.InvalidProtocolBufferException {
198 return newBuilder().mergeFrom(data).buildParsed();
199 }
200 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom(
201 byte[] data,
202 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
203 throws com.google.protobuf.InvalidProtocolBufferException {
204 return newBuilder().mergeFrom(data, extensionRegistry)
205 .buildParsed();
206 }
207 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom(java.io.InputStream input)
208 throws java.io.IOException {
209 return newBuilder().mergeFrom(input).buildParsed();
210 }
211 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom(
212 java.io.InputStream input,
213 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
214 throws java.io.IOException {
215 return newBuilder().mergeFrom(input, extensionRegistry)
216 .buildParsed();
217 }
218 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseDelimitedFrom(java.io.InputStream input)
219 throws java.io.IOException {
220 Builder builder = newBuilder();
221 if (builder.mergeDelimitedFrom(input)) {
222 return builder.buildParsed();
223 } else {
224 return null;
225 }
226 }
227 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseDelimitedFrom(
228 java.io.InputStream input,
229 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
230 throws java.io.IOException {
231 Builder builder = newBuilder();
232 if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
233 return builder.buildParsed();
234 } else {
235 return null;
236 }
237 }
238 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom(
239 com.google.protobuf.CodedInputStream input)
240 throws java.io.IOException {
241 return newBuilder().mergeFrom(input).buildParsed();
242 }
243 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row parseFrom(
244 com.google.protobuf.CodedInputStream input,
245 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
246 throws java.io.IOException {
247 return newBuilder().mergeFrom(input, extensionRegistry)
248 .buildParsed();
249 }
250
251 public static Builder newBuilder() { return Builder.create(); }
252 public Builder newBuilderForType() { return newBuilder(); }
253 public static Builder newBuilder(org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row prototype) {
254 return newBuilder().mergeFrom(prototype);
255 }
256 public Builder toBuilder() { return newBuilder(this); }
257
258 @java.lang.Override
259 protected Builder newBuilderForType(
260 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
261 Builder builder = new Builder(parent);
262 return builder;
263 }
264 public static final class Builder extends
265 com.google.protobuf.GeneratedMessage.Builder<Builder>
266 implements org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder {
267 public static final com.google.protobuf.Descriptors.Descriptor
268 getDescriptor() {
269 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_descriptor;
270 }
271
272 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
273 internalGetFieldAccessorTable() {
274 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_fieldAccessorTable;
275 }
276
277
278 private Builder() {
279 maybeForceBuilderInitialization();
280 }
281
282 private Builder(BuilderParent parent) {
283 super(parent);
284 maybeForceBuilderInitialization();
285 }
286 private void maybeForceBuilderInitialization() {
287 if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
288 getValuesFieldBuilder();
289 }
290 }
291 private static Builder create() {
292 return new Builder();
293 }
294
295 public Builder clear() {
296 super.clear();
297 key_ = com.google.protobuf.ByteString.EMPTY;
298 bitField0_ = (bitField0_ & ~0x00000001);
299 if (valuesBuilder_ == null) {
300 values_ = java.util.Collections.emptyList();
301 bitField0_ = (bitField0_ & ~0x00000002);
302 } else {
303 valuesBuilder_.clear();
304 }
305 return this;
306 }
307
308 public Builder clone() {
309 return create().mergeFrom(buildPartial());
310 }
311
312 public com.google.protobuf.Descriptors.Descriptor
313 getDescriptorForType() {
314 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.getDescriptor();
315 }
316
317 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row getDefaultInstanceForType() {
318 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.getDefaultInstance();
319 }
320
321 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row build() {
322 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row result = buildPartial();
323 if (!result.isInitialized()) {
324 throw newUninitializedMessageException(result);
325 }
326 return result;
327 }
328
329 private org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row buildParsed()
330 throws com.google.protobuf.InvalidProtocolBufferException {
331 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row result = buildPartial();
332 if (!result.isInitialized()) {
333 throw newUninitializedMessageException(
334 result).asInvalidProtocolBufferException();
335 }
336 return result;
337 }
338
339 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row buildPartial() {
340 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row result = new org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row(this);
341 int from_bitField0_ = bitField0_;
342 int to_bitField0_ = 0;
343 if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
344 to_bitField0_ |= 0x00000001;
345 }
346 result.key_ = key_;
347 if (valuesBuilder_ == null) {
348 if (((bitField0_ & 0x00000002) == 0x00000002)) {
349 values_ = java.util.Collections.unmodifiableList(values_);
350 bitField0_ = (bitField0_ & ~0x00000002);
351 }
352 result.values_ = values_;
353 } else {
354 result.values_ = valuesBuilder_.build();
355 }
356 result.bitField0_ = to_bitField0_;
357 onBuilt();
358 return result;
359 }
360
361 public Builder mergeFrom(com.google.protobuf.Message other) {
362 if (other instanceof org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row) {
363 return mergeFrom((org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row)other);
364 } else {
365 super.mergeFrom(other);
366 return this;
367 }
368 }
369
370 public Builder mergeFrom(org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row other) {
371 if (other == org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.getDefaultInstance()) return this;
372 if (other.hasKey()) {
373 setKey(other.getKey());
374 }
375 if (valuesBuilder_ == null) {
376 if (!other.values_.isEmpty()) {
377 if (values_.isEmpty()) {
378 values_ = other.values_;
379 bitField0_ = (bitField0_ & ~0x00000002);
380 } else {
381 ensureValuesIsMutable();
382 values_.addAll(other.values_);
383 }
384 onChanged();
385 }
386 } else {
387 if (!other.values_.isEmpty()) {
388 if (valuesBuilder_.isEmpty()) {
389 valuesBuilder_.dispose();
390 valuesBuilder_ = null;
391 values_ = other.values_;
392 bitField0_ = (bitField0_ & ~0x00000002);
393 valuesBuilder_ =
394 com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
395 getValuesFieldBuilder() : null;
396 } else {
397 valuesBuilder_.addAllMessages(other.values_);
398 }
399 }
400 }
401 this.mergeUnknownFields(other.getUnknownFields());
402 return this;
403 }
404
405 public final boolean isInitialized() {
406 if (!hasKey()) {
407
408 return false;
409 }
410 return true;
411 }
412
413 public Builder mergeFrom(
414 com.google.protobuf.CodedInputStream input,
415 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
416 throws java.io.IOException {
417 com.google.protobuf.UnknownFieldSet.Builder unknownFields =
418 com.google.protobuf.UnknownFieldSet.newBuilder(
419 this.getUnknownFields());
420 while (true) {
421 int tag = input.readTag();
422 switch (tag) {
423 case 0:
424 this.setUnknownFields(unknownFields.build());
425 onChanged();
426 return this;
427 default: {
428 if (!parseUnknownField(input, unknownFields,
429 extensionRegistry, tag)) {
430 this.setUnknownFields(unknownFields.build());
431 onChanged();
432 return this;
433 }
434 break;
435 }
436 case 10: {
437 bitField0_ |= 0x00000001;
438 key_ = input.readBytes();
439 break;
440 }
441 case 18: {
442 org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder subBuilder = org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.newBuilder();
443 input.readMessage(subBuilder, extensionRegistry);
444 addValues(subBuilder.buildPartial());
445 break;
446 }
447 }
448 }
449 }
450
451 private int bitField0_;
452
453
454 private com.google.protobuf.ByteString key_ = com.google.protobuf.ByteString.EMPTY;
455 public boolean hasKey() {
456 return ((bitField0_ & 0x00000001) == 0x00000001);
457 }
458 public com.google.protobuf.ByteString getKey() {
459 return key_;
460 }
461 public Builder setKey(com.google.protobuf.ByteString value) {
462 if (value == null) {
463 throw new NullPointerException();
464 }
465 bitField0_ |= 0x00000001;
466 key_ = value;
467 onChanged();
468 return this;
469 }
470 public Builder clearKey() {
471 bitField0_ = (bitField0_ & ~0x00000001);
472 key_ = getDefaultInstance().getKey();
473 onChanged();
474 return this;
475 }
476
477
478 private java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell> values_ =
479 java.util.Collections.emptyList();
480 private void ensureValuesIsMutable() {
481 if (!((bitField0_ & 0x00000002) == 0x00000002)) {
482 values_ = new java.util.ArrayList<org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell>(values_);
483 bitField0_ |= 0x00000002;
484 }
485 }
486
487 private com.google.protobuf.RepeatedFieldBuilder<
488 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_;
489
490 public java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell> getValuesList() {
491 if (valuesBuilder_ == null) {
492 return java.util.Collections.unmodifiableList(values_);
493 } else {
494 return valuesBuilder_.getMessageList();
495 }
496 }
497 public int getValuesCount() {
498 if (valuesBuilder_ == null) {
499 return values_.size();
500 } else {
501 return valuesBuilder_.getCount();
502 }
503 }
504 public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell getValues(int index) {
505 if (valuesBuilder_ == null) {
506 return values_.get(index);
507 } else {
508 return valuesBuilder_.getMessage(index);
509 }
510 }
511 public Builder setValues(
512 int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell value) {
513 if (valuesBuilder_ == null) {
514 if (value == null) {
515 throw new NullPointerException();
516 }
517 ensureValuesIsMutable();
518 values_.set(index, value);
519 onChanged();
520 } else {
521 valuesBuilder_.setMessage(index, value);
522 }
523 return this;
524 }
525 public Builder setValues(
526 int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder builderForValue) {
527 if (valuesBuilder_ == null) {
528 ensureValuesIsMutable();
529 values_.set(index, builderForValue.build());
530 onChanged();
531 } else {
532 valuesBuilder_.setMessage(index, builderForValue.build());
533 }
534 return this;
535 }
536 public Builder addValues(org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell value) {
537 if (valuesBuilder_ == null) {
538 if (value == null) {
539 throw new NullPointerException();
540 }
541 ensureValuesIsMutable();
542 values_.add(value);
543 onChanged();
544 } else {
545 valuesBuilder_.addMessage(value);
546 }
547 return this;
548 }
549 public Builder addValues(
550 int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell value) {
551 if (valuesBuilder_ == null) {
552 if (value == null) {
553 throw new NullPointerException();
554 }
555 ensureValuesIsMutable();
556 values_.add(index, value);
557 onChanged();
558 } else {
559 valuesBuilder_.addMessage(index, value);
560 }
561 return this;
562 }
563 public Builder addValues(
564 org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder builderForValue) {
565 if (valuesBuilder_ == null) {
566 ensureValuesIsMutable();
567 values_.add(builderForValue.build());
568 onChanged();
569 } else {
570 valuesBuilder_.addMessage(builderForValue.build());
571 }
572 return this;
573 }
574 public Builder addValues(
575 int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder builderForValue) {
576 if (valuesBuilder_ == null) {
577 ensureValuesIsMutable();
578 values_.add(index, builderForValue.build());
579 onChanged();
580 } else {
581 valuesBuilder_.addMessage(index, builderForValue.build());
582 }
583 return this;
584 }
585 public Builder addAllValues(
586 java.lang.Iterable<? extends org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell> values) {
587 if (valuesBuilder_ == null) {
588 ensureValuesIsMutable();
589 super.addAll(values, values_);
590 onChanged();
591 } else {
592 valuesBuilder_.addAllMessages(values);
593 }
594 return this;
595 }
596 public Builder clearValues() {
597 if (valuesBuilder_ == null) {
598 values_ = java.util.Collections.emptyList();
599 bitField0_ = (bitField0_ & ~0x00000002);
600 onChanged();
601 } else {
602 valuesBuilder_.clear();
603 }
604 return this;
605 }
606 public Builder removeValues(int index) {
607 if (valuesBuilder_ == null) {
608 ensureValuesIsMutable();
609 values_.remove(index);
610 onChanged();
611 } else {
612 valuesBuilder_.remove(index);
613 }
614 return this;
615 }
616 public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder getValuesBuilder(
617 int index) {
618 return getValuesFieldBuilder().getBuilder(index);
619 }
620 public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.CellOrBuilder getValuesOrBuilder(
621 int index) {
622 if (valuesBuilder_ == null) {
623 return values_.get(index); } else {
624 return valuesBuilder_.getMessageOrBuilder(index);
625 }
626 }
627 public java.util.List<? extends org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.CellOrBuilder>
628 getValuesOrBuilderList() {
629 if (valuesBuilder_ != null) {
630 return valuesBuilder_.getMessageOrBuilderList();
631 } else {
632 return java.util.Collections.unmodifiableList(values_);
633 }
634 }
635 public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder addValuesBuilder() {
636 return getValuesFieldBuilder().addBuilder(
637 org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.getDefaultInstance());
638 }
639 public org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder addValuesBuilder(
640 int index) {
641 return getValuesFieldBuilder().addBuilder(
642 index, org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.getDefaultInstance());
643 }
644 public java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell.Builder>
645 getValuesBuilderList() {
646 return getValuesFieldBuilder().getBuilderList();
647 }
648 private com.google.protobuf.RepeatedFieldBuilder<
649 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>
650 getValuesFieldBuilder() {
651 if (valuesBuilder_ == null) {
652 valuesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
653 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>(
654 values_,
655 ((bitField0_ & 0x00000002) == 0x00000002),
656 getParentForChildren(),
657 isClean());
658 values_ = null;
659 }
660 return valuesBuilder_;
661 }
662
663
664 }
665
666 static {
667 defaultInstance = new Row(true);
668 defaultInstance.initFields();
669 }
670
671
672 }
673
674
675 public static final int ROWS_FIELD_NUMBER = 1;
676 private java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row> rows_;
677 public java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row> getRowsList() {
678 return rows_;
679 }
680 public java.util.List<? extends org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder>
681 getRowsOrBuilderList() {
682 return rows_;
683 }
684 public int getRowsCount() {
685 return rows_.size();
686 }
687 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row getRows(int index) {
688 return rows_.get(index);
689 }
690 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder getRowsOrBuilder(
691 int index) {
692 return rows_.get(index);
693 }
694
695 private void initFields() {
696 rows_ = java.util.Collections.emptyList();
697 }
698 private byte memoizedIsInitialized = -1;
699 public final boolean isInitialized() {
700 byte isInitialized = memoizedIsInitialized;
701 if (isInitialized != -1) return isInitialized == 1;
702
703 for (int i = 0; i < getRowsCount(); i++) {
704 if (!getRows(i).isInitialized()) {
705 memoizedIsInitialized = 0;
706 return false;
707 }
708 }
709 memoizedIsInitialized = 1;
710 return true;
711 }
712
713 public void writeTo(com.google.protobuf.CodedOutputStream output)
714 throws java.io.IOException {
715 getSerializedSize();
716 for (int i = 0; i < rows_.size(); i++) {
717 output.writeMessage(1, rows_.get(i));
718 }
719 getUnknownFields().writeTo(output);
720 }
721
722 private int memoizedSerializedSize = -1;
723 public int getSerializedSize() {
724 int size = memoizedSerializedSize;
725 if (size != -1) return size;
726
727 size = 0;
728 for (int i = 0; i < rows_.size(); i++) {
729 size += com.google.protobuf.CodedOutputStream
730 .computeMessageSize(1, rows_.get(i));
731 }
732 size += getUnknownFields().getSerializedSize();
733 memoizedSerializedSize = size;
734 return size;
735 }
736
737 private static final long serialVersionUID = 0L;
738 @java.lang.Override
739 protected java.lang.Object writeReplace()
740 throws java.io.ObjectStreamException {
741 return super.writeReplace();
742 }
743
744 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom(
745 com.google.protobuf.ByteString data)
746 throws com.google.protobuf.InvalidProtocolBufferException {
747 return newBuilder().mergeFrom(data).buildParsed();
748 }
749 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom(
750 com.google.protobuf.ByteString data,
751 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
752 throws com.google.protobuf.InvalidProtocolBufferException {
753 return newBuilder().mergeFrom(data, extensionRegistry)
754 .buildParsed();
755 }
756 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom(byte[] data)
757 throws com.google.protobuf.InvalidProtocolBufferException {
758 return newBuilder().mergeFrom(data).buildParsed();
759 }
760 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom(
761 byte[] data,
762 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
763 throws com.google.protobuf.InvalidProtocolBufferException {
764 return newBuilder().mergeFrom(data, extensionRegistry)
765 .buildParsed();
766 }
767 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom(java.io.InputStream input)
768 throws java.io.IOException {
769 return newBuilder().mergeFrom(input).buildParsed();
770 }
771 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom(
772 java.io.InputStream input,
773 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
774 throws java.io.IOException {
775 return newBuilder().mergeFrom(input, extensionRegistry)
776 .buildParsed();
777 }
778 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseDelimitedFrom(java.io.InputStream input)
779 throws java.io.IOException {
780 Builder builder = newBuilder();
781 if (builder.mergeDelimitedFrom(input)) {
782 return builder.buildParsed();
783 } else {
784 return null;
785 }
786 }
787 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseDelimitedFrom(
788 java.io.InputStream input,
789 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
790 throws java.io.IOException {
791 Builder builder = newBuilder();
792 if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
793 return builder.buildParsed();
794 } else {
795 return null;
796 }
797 }
798 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom(
799 com.google.protobuf.CodedInputStream input)
800 throws java.io.IOException {
801 return newBuilder().mergeFrom(input).buildParsed();
802 }
803 public static org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet parseFrom(
804 com.google.protobuf.CodedInputStream input,
805 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
806 throws java.io.IOException {
807 return newBuilder().mergeFrom(input, extensionRegistry)
808 .buildParsed();
809 }
810
811 public static Builder newBuilder() { return Builder.create(); }
812 public Builder newBuilderForType() { return newBuilder(); }
813 public static Builder newBuilder(org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet prototype) {
814 return newBuilder().mergeFrom(prototype);
815 }
816 public Builder toBuilder() { return newBuilder(this); }
817
818 @java.lang.Override
819 protected Builder newBuilderForType(
820 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
821 Builder builder = new Builder(parent);
822 return builder;
823 }
824 public static final class Builder extends
825 com.google.protobuf.GeneratedMessage.Builder<Builder>
826 implements org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSetOrBuilder {
827 public static final com.google.protobuf.Descriptors.Descriptor
828 getDescriptor() {
829 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor;
830 }
831
832 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
833 internalGetFieldAccessorTable() {
834 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_fieldAccessorTable;
835 }
836
837
838 private Builder() {
839 maybeForceBuilderInitialization();
840 }
841
842 private Builder(BuilderParent parent) {
843 super(parent);
844 maybeForceBuilderInitialization();
845 }
846 private void maybeForceBuilderInitialization() {
847 if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
848 getRowsFieldBuilder();
849 }
850 }
851 private static Builder create() {
852 return new Builder();
853 }
854
855 public Builder clear() {
856 super.clear();
857 if (rowsBuilder_ == null) {
858 rows_ = java.util.Collections.emptyList();
859 bitField0_ = (bitField0_ & ~0x00000001);
860 } else {
861 rowsBuilder_.clear();
862 }
863 return this;
864 }
865
866 public Builder clone() {
867 return create().mergeFrom(buildPartial());
868 }
869
870 public com.google.protobuf.Descriptors.Descriptor
871 getDescriptorForType() {
872 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.getDescriptor();
873 }
874
875 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet getDefaultInstanceForType() {
876 return org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.getDefaultInstance();
877 }
878
879 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet build() {
880 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet result = buildPartial();
881 if (!result.isInitialized()) {
882 throw newUninitializedMessageException(result);
883 }
884 return result;
885 }
886
887 private org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet buildParsed()
888 throws com.google.protobuf.InvalidProtocolBufferException {
889 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet result = buildPartial();
890 if (!result.isInitialized()) {
891 throw newUninitializedMessageException(
892 result).asInvalidProtocolBufferException();
893 }
894 return result;
895 }
896
897 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet buildPartial() {
898 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet result = new org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet(this);
899 int from_bitField0_ = bitField0_;
900 if (rowsBuilder_ == null) {
901 if (((bitField0_ & 0x00000001) == 0x00000001)) {
902 rows_ = java.util.Collections.unmodifiableList(rows_);
903 bitField0_ = (bitField0_ & ~0x00000001);
904 }
905 result.rows_ = rows_;
906 } else {
907 result.rows_ = rowsBuilder_.build();
908 }
909 onBuilt();
910 return result;
911 }
912
913 public Builder mergeFrom(com.google.protobuf.Message other) {
914 if (other instanceof org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet) {
915 return mergeFrom((org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet)other);
916 } else {
917 super.mergeFrom(other);
918 return this;
919 }
920 }
921
922 public Builder mergeFrom(org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet other) {
923 if (other == org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.getDefaultInstance()) return this;
924 if (rowsBuilder_ == null) {
925 if (!other.rows_.isEmpty()) {
926 if (rows_.isEmpty()) {
927 rows_ = other.rows_;
928 bitField0_ = (bitField0_ & ~0x00000001);
929 } else {
930 ensureRowsIsMutable();
931 rows_.addAll(other.rows_);
932 }
933 onChanged();
934 }
935 } else {
936 if (!other.rows_.isEmpty()) {
937 if (rowsBuilder_.isEmpty()) {
938 rowsBuilder_.dispose();
939 rowsBuilder_ = null;
940 rows_ = other.rows_;
941 bitField0_ = (bitField0_ & ~0x00000001);
942 rowsBuilder_ =
943 com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
944 getRowsFieldBuilder() : null;
945 } else {
946 rowsBuilder_.addAllMessages(other.rows_);
947 }
948 }
949 }
950 this.mergeUnknownFields(other.getUnknownFields());
951 return this;
952 }
953
954 public final boolean isInitialized() {
955 for (int i = 0; i < getRowsCount(); i++) {
956 if (!getRows(i).isInitialized()) {
957
958 return false;
959 }
960 }
961 return true;
962 }
963
964 public Builder mergeFrom(
965 com.google.protobuf.CodedInputStream input,
966 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
967 throws java.io.IOException {
968 com.google.protobuf.UnknownFieldSet.Builder unknownFields =
969 com.google.protobuf.UnknownFieldSet.newBuilder(
970 this.getUnknownFields());
971 while (true) {
972 int tag = input.readTag();
973 switch (tag) {
974 case 0:
975 this.setUnknownFields(unknownFields.build());
976 onChanged();
977 return this;
978 default: {
979 if (!parseUnknownField(input, unknownFields,
980 extensionRegistry, tag)) {
981 this.setUnknownFields(unknownFields.build());
982 onChanged();
983 return this;
984 }
985 break;
986 }
987 case 10: {
988 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder subBuilder = org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.newBuilder();
989 input.readMessage(subBuilder, extensionRegistry);
990 addRows(subBuilder.buildPartial());
991 break;
992 }
993 }
994 }
995 }
996
997 private int bitField0_;
998
999
1000 private java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row> rows_ =
1001 java.util.Collections.emptyList();
1002 private void ensureRowsIsMutable() {
1003 if (!((bitField0_ & 0x00000001) == 0x00000001)) {
1004 rows_ = new java.util.ArrayList<org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row>(rows_);
1005 bitField0_ |= 0x00000001;
1006 }
1007 }
1008
1009 private com.google.protobuf.RepeatedFieldBuilder<
1010 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_;
1011
1012 public java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row> getRowsList() {
1013 if (rowsBuilder_ == null) {
1014 return java.util.Collections.unmodifiableList(rows_);
1015 } else {
1016 return rowsBuilder_.getMessageList();
1017 }
1018 }
1019 public int getRowsCount() {
1020 if (rowsBuilder_ == null) {
1021 return rows_.size();
1022 } else {
1023 return rowsBuilder_.getCount();
1024 }
1025 }
1026 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row getRows(int index) {
1027 if (rowsBuilder_ == null) {
1028 return rows_.get(index);
1029 } else {
1030 return rowsBuilder_.getMessage(index);
1031 }
1032 }
1033 public Builder setRows(
1034 int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row value) {
1035 if (rowsBuilder_ == null) {
1036 if (value == null) {
1037 throw new NullPointerException();
1038 }
1039 ensureRowsIsMutable();
1040 rows_.set(index, value);
1041 onChanged();
1042 } else {
1043 rowsBuilder_.setMessage(index, value);
1044 }
1045 return this;
1046 }
1047 public Builder setRows(
1048 int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder builderForValue) {
1049 if (rowsBuilder_ == null) {
1050 ensureRowsIsMutable();
1051 rows_.set(index, builderForValue.build());
1052 onChanged();
1053 } else {
1054 rowsBuilder_.setMessage(index, builderForValue.build());
1055 }
1056 return this;
1057 }
1058 public Builder addRows(org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row value) {
1059 if (rowsBuilder_ == null) {
1060 if (value == null) {
1061 throw new NullPointerException();
1062 }
1063 ensureRowsIsMutable();
1064 rows_.add(value);
1065 onChanged();
1066 } else {
1067 rowsBuilder_.addMessage(value);
1068 }
1069 return this;
1070 }
1071 public Builder addRows(
1072 int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row value) {
1073 if (rowsBuilder_ == null) {
1074 if (value == null) {
1075 throw new NullPointerException();
1076 }
1077 ensureRowsIsMutable();
1078 rows_.add(index, value);
1079 onChanged();
1080 } else {
1081 rowsBuilder_.addMessage(index, value);
1082 }
1083 return this;
1084 }
1085 public Builder addRows(
1086 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder builderForValue) {
1087 if (rowsBuilder_ == null) {
1088 ensureRowsIsMutable();
1089 rows_.add(builderForValue.build());
1090 onChanged();
1091 } else {
1092 rowsBuilder_.addMessage(builderForValue.build());
1093 }
1094 return this;
1095 }
1096 public Builder addRows(
1097 int index, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder builderForValue) {
1098 if (rowsBuilder_ == null) {
1099 ensureRowsIsMutable();
1100 rows_.add(index, builderForValue.build());
1101 onChanged();
1102 } else {
1103 rowsBuilder_.addMessage(index, builderForValue.build());
1104 }
1105 return this;
1106 }
1107 public Builder addAllRows(
1108 java.lang.Iterable<? extends org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row> values) {
1109 if (rowsBuilder_ == null) {
1110 ensureRowsIsMutable();
1111 super.addAll(values, rows_);
1112 onChanged();
1113 } else {
1114 rowsBuilder_.addAllMessages(values);
1115 }
1116 return this;
1117 }
1118 public Builder clearRows() {
1119 if (rowsBuilder_ == null) {
1120 rows_ = java.util.Collections.emptyList();
1121 bitField0_ = (bitField0_ & ~0x00000001);
1122 onChanged();
1123 } else {
1124 rowsBuilder_.clear();
1125 }
1126 return this;
1127 }
1128 public Builder removeRows(int index) {
1129 if (rowsBuilder_ == null) {
1130 ensureRowsIsMutable();
1131 rows_.remove(index);
1132 onChanged();
1133 } else {
1134 rowsBuilder_.remove(index);
1135 }
1136 return this;
1137 }
1138 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder getRowsBuilder(
1139 int index) {
1140 return getRowsFieldBuilder().getBuilder(index);
1141 }
1142 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder getRowsOrBuilder(
1143 int index) {
1144 if (rowsBuilder_ == null) {
1145 return rows_.get(index); } else {
1146 return rowsBuilder_.getMessageOrBuilder(index);
1147 }
1148 }
1149 public java.util.List<? extends org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.RowOrBuilder>
1150 getRowsOrBuilderList() {
1151 if (rowsBuilder_ != null) {
1152 return rowsBuilder_.getMessageOrBuilderList();
1153 } else {
1154 return java.util.Collections.unmodifiableList(rows_);
1155 }
1156 }
1157 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder addRowsBuilder() {
1158 return getRowsFieldBuilder().addBuilder(
1159 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.getDefaultInstance());
1160 }
1161 public org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder addRowsBuilder(
1162 int index) {
1163 return getRowsFieldBuilder().addBuilder(
1164 index, org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.getDefaultInstance());
1165 }
1166 public java.util.List<org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder>
1167 getRowsBuilderList() {
1168 return getRowsFieldBuilder().getBuilderList();
1169 }
1170 private com.google.protobuf.RepeatedFieldBuilder<
1171 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>
1172 getRowsFieldBuilder() {
1173 if (rowsBuilder_ == null) {
1174 rowsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
1175 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>(
1176 rows_,
1177 ((bitField0_ & 0x00000001) == 0x00000001),
1178 getParentForChildren(),
1179 isClean());
1180 rows_ = null;
1181 }
1182 return rowsBuilder_;
1183 }
1184
1185
1186 }
1187
1188 static {
1189 defaultInstance = new CellSet(true);
1190 defaultInstance.initFields();
1191 }
1192
1193
1194 }
1195
1196 private static com.google.protobuf.Descriptors.Descriptor
1197 internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor;
1198 private static
1199 com.google.protobuf.GeneratedMessage.FieldAccessorTable
1200 internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_fieldAccessorTable;
1201 private static com.google.protobuf.Descriptors.Descriptor
1202 internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_descriptor;
1203 private static
1204 com.google.protobuf.GeneratedMessage.FieldAccessorTable
1205 internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_fieldAccessorTable;
1206
1207 public static com.google.protobuf.Descriptors.FileDescriptor
1208 getDescriptor() {
1209 return descriptor;
1210 }
1211 private static com.google.protobuf.Descriptors.FileDescriptor
1212 descriptor;
1213 static {
1214 java.lang.String[] descriptorData = {
1215 "\n\024CellSetMessage.proto\022/org.apache.hadoo" +
1216 "p.hbase.rest.protobuf.generated\032\021CellMes" +
1217 "sage.proto\"\260\001\n\007CellSet\022J\n\004rows\030\001 \003(\0132<.o" +
1218 "rg.apache.hadoop.hbase.rest.protobuf.gen" +
1219 "erated.CellSet.Row\032Y\n\003Row\022\013\n\003key\030\001 \002(\014\022E" +
1220 "\n\006values\030\002 \003(\01325.org.apache.hadoop.hbase" +
1221 ".rest.protobuf.generated.Cell"
1222 };
1223 com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
1224 new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
1225 public com.google.protobuf.ExtensionRegistry assignDescriptors(
1226 com.google.protobuf.Descriptors.FileDescriptor root) {
1227 descriptor = root;
1228 internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor =
1229 getDescriptor().getMessageTypes().get(0);
1230 internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_fieldAccessorTable = new
1231 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
1232 internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor,
1233 new java.lang.String[] { "Rows", },
1234 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.class,
1235 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder.class);
1236 internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_descriptor =
1237 internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor.getNestedTypes().get(0);
1238 internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_fieldAccessorTable = new
1239 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
1240 internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_descriptor,
1241 new java.lang.String[] { "Key", "Values", },
1242 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.class,
1243 org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder.class);
1244 return null;
1245 }
1246 };
1247 com.google.protobuf.Descriptors.FileDescriptor
1248 .internalBuildGeneratedFileFrom(descriptorData,
1249 new com.google.protobuf.Descriptors.FileDescriptor[] {
1250 org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.getDescriptor(),
1251 }, assigner);
1252 }
1253
1254
1255 }