public final class ReadRowsRequest extends GeneratedMessageV3 implements ReadRowsRequestOrBuilder
Request message for Bigtable.ReadRows.
Protobuf type google.bigtable.v2.ReadRowsRequest
Static Fields
APP_PROFILE_ID_FIELD_NUMBER
public static final int APP_PROFILE_ID_FIELD_NUMBER
Field Value
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
Field Value
REQUEST_STATS_VIEW_FIELD_NUMBER
public static final int REQUEST_STATS_VIEW_FIELD_NUMBER
Field Value
ROWS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
Field Value
ROWS_LIMIT_FIELD_NUMBER
public static final int ROWS_LIMIT_FIELD_NUMBER
Field Value
TABLE_NAME_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ReadRowsRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ReadRowsRequest.Builder newBuilder()
Returns
newBuilder(ReadRowsRequest prototype)
public static ReadRowsRequest.Builder newBuilder(ReadRowsRequest prototype)
Parameter
Returns
public static ReadRowsRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReadRowsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ReadRowsRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReadRowsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ReadRowsRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReadRowsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReadRowsRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ReadRowsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReadRowsRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReadRowsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ReadRowsRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReadRowsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ReadRowsRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAppProfileId()
public String getAppProfileId()
This value specifies routing for replication. This API only accepts the
empty value of app_profile_id.
string app_profile_id = 5;
Returns
Type | Description |
String | The appProfileId.
|
getAppProfileIdBytes()
public ByteString getAppProfileIdBytes()
This value specifies routing for replication. This API only accepts the
empty value of app_profile_id.
string app_profile_id = 5;
Returns
Type | Description |
ByteString | The bytes for appProfileId.
|
getDefaultInstanceForType()
public ReadRowsRequest getDefaultInstanceForType()
Returns
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;
Returns
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;
Returns
getParserForType()
public Parser<ReadRowsRequest> getParserForType()
Returns
Overrides
getRequestStatsView()
public ReadRowsRequest.RequestStatsView getRequestStatsView()
The view into RequestStats, as described above.
.google.bigtable.v2.ReadRowsRequest.RequestStatsView request_stats_view = 6;
Returns
getRequestStatsViewValue()
public int getRequestStatsViewValue()
The view into RequestStats, as described above.
.google.bigtable.v2.ReadRowsRequest.RequestStatsView request_stats_view = 6;
Returns
Type | Description |
int | The enum numeric value on the wire for requestStatsView.
|
getRows()
The row keys and/or ranges to read sequentially. If not specified, reads
from all rows.
.google.bigtable.v2.RowSet rows = 2;
Returns
Type | Description |
RowSet | The rows.
|
getRowsLimit()
public long getRowsLimit()
The read will stop after committing to N rows' worth of results. The
default (zero) is to return all results.
int64 rows_limit = 4;
Returns
Type | Description |
long | The rowsLimit.
|
getRowsOrBuilder()
public RowSetOrBuilder getRowsOrBuilder()
The row keys and/or ranges to read sequentially. If not specified, reads
from all rows.
.google.bigtable.v2.RowSet rows = 2;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
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) = { ... }
Returns
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) = { ... }
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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;
Returns
Type | Description |
boolean | Whether the filter field is set.
|
hasRows()
The row keys and/or ranges to read sequentially. If not specified, reads
from all rows.
.google.bigtable.v2.RowSet rows = 2;
Returns
Type | Description |
boolean | Whether the rows field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ReadRowsRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReadRowsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ReadRowsRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions