public final class ReadRowsRequest extends GeneratedMessageV3 implements ReadRowsRequestOrBuilder
Request message for Bigtable.ReadRows.Protobuf type
google.bigtable.v2.ReadRowsRequest
Modifier and Type | Class and Description |
---|---|
static class |
ReadRowsRequest.Builder
Request message for Bigtable.ReadRows.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
APP_PROFILE_ID_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
ROWS_FIELD_NUMBER |
static int |
ROWS_LIMIT_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAppProfileId()
This is a private alpha release of Cloud Bigtable replication.
|
ByteString |
getAppProfileIdBytes()
This is a private alpha release of Cloud Bigtable replication.
|
static ReadRowsRequest |
getDefaultInstance() |
ReadRowsRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
RowFilter |
getFilter()
The filter to apply to the contents of the specified row(s).
|
RowFilterOrBuilder |
getFilterOrBuilder()
The filter to apply to the contents of the specified row(s).
|
Parser<ReadRowsRequest> |
getParserForType() |
RowSet |
getRows()
The row keys and/or ranges to read.
|
long |
getRowsLimit()
The read will terminate after committing to N rows' worth of results.
|
RowSetOrBuilder |
getRowsOrBuilder()
The row keys and/or ranges to read.
|
int |
getSerializedSize() |
java.lang.String |
getTableName()
The unique name of the table from which to read.
|
ByteString |
getTableNameBytes()
The unique name of the table from which to read.
|
UnknownFieldSet |
getUnknownFields() |
boolean |
hasFilter()
The filter to apply to the contents of the specified row(s).
|
int |
hashCode() |
boolean |
hasRows()
The row keys and/or ranges to read.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ReadRowsRequest.Builder |
newBuilder() |
static ReadRowsRequest.Builder |
newBuilder(ReadRowsRequest prototype) |
ReadRowsRequest.Builder |
newBuilderForType() |
protected ReadRowsRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static ReadRowsRequest |
parseDelimitedFrom(java.io.InputStream input) |
static ReadRowsRequest |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ReadRowsRequest |
parseFrom(byte[] data) |
static ReadRowsRequest |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ReadRowsRequest |
parseFrom(java.nio.ByteBuffer data) |
static ReadRowsRequest |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ReadRowsRequest |
parseFrom(ByteString data) |
static ReadRowsRequest |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ReadRowsRequest |
parseFrom(CodedInputStream input) |
static ReadRowsRequest |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ReadRowsRequest |
parseFrom(java.io.InputStream input) |
static ReadRowsRequest |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<ReadRowsRequest> |
parser() |
ReadRowsRequest.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int TABLE_NAME_FIELD_NUMBER
public static final int APP_PROFILE_ID_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int ROWS_LIMIT_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public java.lang.String getTableName()
The unique name of the table from which to read. Values are of the form `projects/<project>/instances/<instance>/tables/<table>`.
string table_name = 1;
getTableName
in interface ReadRowsRequestOrBuilder
public ByteString getTableNameBytes()
The unique name of the table from which to read. Values are of the form `projects/<project>/instances/<instance>/tables/<table>`.
string table_name = 1;
getTableNameBytes
in interface ReadRowsRequestOrBuilder
public java.lang.String getAppProfileId()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 5;
getAppProfileId
in interface ReadRowsRequestOrBuilder
public ByteString getAppProfileIdBytes()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 5;
getAppProfileIdBytes
in interface ReadRowsRequestOrBuilder
public boolean hasRows()
The row keys and/or ranges to read. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;
hasRows
in interface ReadRowsRequestOrBuilder
public RowSet getRows()
The row keys and/or ranges to read. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;
getRows
in interface ReadRowsRequestOrBuilder
public RowSetOrBuilder getRowsOrBuilder()
The row keys and/or ranges to read. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;
getRowsOrBuilder
in interface ReadRowsRequestOrBuilder
public boolean hasFilter()
The filter to apply to the contents of the specified row(s). If unset, reads the entirety of each row.
.google.bigtable.v2.RowFilter filter = 3;
hasFilter
in interface ReadRowsRequestOrBuilder
public RowFilter getFilter()
The filter to apply to the contents of the specified row(s). If unset, reads the entirety of each row.
.google.bigtable.v2.RowFilter filter = 3;
getFilter
in interface ReadRowsRequestOrBuilder
public RowFilterOrBuilder getFilterOrBuilder()
The filter to apply to the contents of the specified row(s). If unset, reads the entirety of each row.
.google.bigtable.v2.RowFilter filter = 3;
getFilterOrBuilder
in interface ReadRowsRequestOrBuilder
public long getRowsLimit()
The read will terminate after committing to N rows' worth of results. The default (zero) is to return all results.
int64 rows_limit = 4;
getRowsLimit
in interface ReadRowsRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static ReadRowsRequest parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsRequest parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ReadRowsRequest parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ReadRowsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ReadRowsRequest parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ReadRowsRequest parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static ReadRowsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public ReadRowsRequest.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static ReadRowsRequest.Builder newBuilder()
public static ReadRowsRequest.Builder newBuilder(ReadRowsRequest prototype)
public ReadRowsRequest.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected ReadRowsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static ReadRowsRequest getDefaultInstance()
public static Parser<ReadRowsRequest> parser()
public Parser<ReadRowsRequest> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public ReadRowsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder