public final class ReadRowsRequest extends GeneratedMessageV3 implements ReadRowsRequestOrBuilder
Request message for Bigtable.ReadRows.
Protobuf type google.bigtable.v2.ReadRowsRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReadRowsRequestImplements
ReadRowsRequestOrBuilderFields
APP_PROFILE_ID_FIELD_NUMBER
public static final int APP_PROFILE_ID_FIELD_NUMBER
Type | Description |
int |
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
Type | Description |
int |
ROWS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
Type | Description |
int |
ROWS_LIMIT_FIELD_NUMBER
public static final int ROWS_LIMIT_FIELD_NUMBER
Type | Description |
int |
TABLE_NAME_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
Type | Description |
int |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAppProfileId()
public String getAppProfileId()
This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 5;
Type | Description |
String | The appProfileId. |
getAppProfileIdBytes()
public ByteString getAppProfileIdBytes()
This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 5;
Type | Description |
ByteString | The bytes for appProfileId. |
getDefaultInstance()
public static ReadRowsRequest getDefaultInstance()
Type | Description |
ReadRowsRequest |
getDefaultInstanceForType()
public ReadRowsRequest getDefaultInstanceForType()
Type | Description |
ReadRowsRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getFilter()
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;
Type | Description |
RowFilter | The filter. |
getFilterOrBuilder()
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;
Type | Description |
RowFilterOrBuilder |
getParserForType()
public Parser<ReadRowsRequest> getParserForType()
Type | Description |
Parser<ReadRowsRequest> |
getRows()
public RowSet getRows()
The row keys and/or ranges to read. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;
Type | Description |
RowSet | The rows. |
getRowsLimit()
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;
Type | Description |
long | The rowsLimit. |
getRowsOrBuilder()
public RowSetOrBuilder getRowsOrBuilder()
The row keys and/or ranges to read. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;
Type | Description |
RowSetOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTableName()
public String getTableName()
Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The tableName. |
getTableNameBytes()
public ByteString getTableNameBytes()
Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for tableName. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasFilter()
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;
Type | Description |
boolean | Whether the filter field is set. |
hasRows()
public boolean hasRows()
The row keys and/or ranges to read. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;
Type | Description |
boolean | Whether the rows field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilder()
public static ReadRowsRequest.Builder newBuilder()
Type | Description |
ReadRowsRequest.Builder |
newBuilder(ReadRowsRequest prototype)
public static ReadRowsRequest.Builder newBuilder(ReadRowsRequest prototype)
Name | Description |
prototype | ReadRowsRequest |
Type | Description |
ReadRowsRequest.Builder |
newBuilderForType()
public ReadRowsRequest.Builder newBuilderForType()
Type | Description |
ReadRowsRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReadRowsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ReadRowsRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
parseDelimitedFrom(InputStream input)
public static ReadRowsRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ReadRowsRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadRowsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadRowsRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ReadRowsRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ReadRowsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReadRowsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadRowsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ReadRowsRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ReadRowsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReadRowsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadRowsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ReadRowsRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ReadRowsRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadRowsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadRowsRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ReadRowsRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ReadRowsRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadRowsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadRowsRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ReadRowsRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ReadRowsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReadRowsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadRowsRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ReadRowsRequest> parser()
Type | Description |
Parser<ReadRowsRequest> |
toBuilder()
public ReadRowsRequest.Builder toBuilder()
Type | Description |
ReadRowsRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |