public static final class CellSetMessage.CellSet extends com.google.protobuf.GeneratedMessage implements CellSetMessage.CellSetOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.CellSet| Modifier and Type | Class and Description |
|---|---|
static class |
CellSetMessage.CellSet.Builder
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.CellSet |
static class |
CellSetMessage.CellSet.Row
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row |
static interface |
CellSetMessage.CellSet.RowOrBuilder |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
ROWS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static CellSetMessage.CellSet |
getDefaultInstance() |
CellSetMessage.CellSet |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
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<CellSetMessage.CellSet.Row> |
getRowsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; |
CellSetMessage.CellSet.RowOrBuilder |
getRowsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; |
java.util.List<? extends CellSetMessage.CellSet.RowOrBuilder> |
getRowsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CellSetMessage.CellSet.Builder |
newBuilder() |
static CellSetMessage.CellSet.Builder |
newBuilder(CellSetMessage.CellSet prototype) |
CellSetMessage.CellSet.Builder |
newBuilderForType() |
protected CellSetMessage.CellSet.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static CellSetMessage.CellSet |
parseDelimitedFrom(java.io.InputStream input) |
static CellSetMessage.CellSet |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellSetMessage.CellSet |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellSetMessage.CellSet |
parseFrom(com.google.protobuf.ByteString data) |
static CellSetMessage.CellSet |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellSetMessage.CellSet |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CellSetMessage.CellSet |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellSetMessage.CellSet |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CellSetMessage.CellSet.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int ROWS_FIELD_NUMBER
public static CellSetMessage.CellSet getDefaultInstance()
public CellSetMessage.CellSet getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public java.util.List<CellSetMessage.CellSet.Row> getRowsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;getRowsList in interface CellSetMessage.CellSetOrBuilderpublic java.util.List<? extends CellSetMessage.CellSet.RowOrBuilder> getRowsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;getRowsOrBuilderList in interface CellSetMessage.CellSetOrBuilderpublic int getRowsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;getRowsCount in interface CellSetMessage.CellSetOrBuilderpublic CellSetMessage.CellSet.Row getRows(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;getRows in interface CellSetMessage.CellSetOrBuilderpublic CellSetMessage.CellSet.RowOrBuilder getRowsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;getRowsOrBuilder in interface CellSetMessage.CellSetOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic static CellSetMessage.CellSet parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CellSetMessage.CellSet parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CellSetMessage.CellSet parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CellSetMessage.CellSet parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CellSetMessage.CellSet parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CellSetMessage.CellSet parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CellSetMessage.CellSet parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CellSetMessage.CellSet parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CellSetMessage.CellSet.Builder newBuilder()
public CellSetMessage.CellSet.Builder newBuilderForType()
public static CellSetMessage.CellSet.Builder newBuilder(CellSetMessage.CellSet prototype)
public CellSetMessage.CellSet.Builder toBuilder()
protected CellSetMessage.CellSet.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)