public static final class ReadRowsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder> implements ReadRowsRequestOrBuilder
Request message for Bigtable.ReadRows.Protobuf type
google.bigtable.v2.ReadRowsRequest| Modifier and Type | Method and Description |
|---|---|
ReadRowsRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReadRowsRequest |
build() |
ReadRowsRequest |
buildPartial() |
ReadRowsRequest.Builder |
clear() |
ReadRowsRequest.Builder |
clearAppProfileId()
This value specifies routing for replication.
|
ReadRowsRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ReadRowsRequest.Builder |
clearFilter()
The filter to apply to the contents of the specified row(s).
|
ReadRowsRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ReadRowsRequest.Builder |
clearRequestStatsView()
The view into RequestStats, as described above.
|
ReadRowsRequest.Builder |
clearRows()
The row keys and/or ranges to read sequentially.
|
ReadRowsRequest.Builder |
clearRowsLimit()
The read will stop after committing to N rows' worth of results.
|
ReadRowsRequest.Builder |
clearTableName()
Required.
|
ReadRowsRequest.Builder |
clone() |
String |
getAppProfileId()
This value specifies routing for replication.
|
com.google.protobuf.ByteString |
getAppProfileIdBytes()
This value specifies routing for replication.
|
ReadRowsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RowFilter |
getFilter()
The filter to apply to the contents of the specified row(s).
|
RowFilter.Builder |
getFilterBuilder()
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).
|
ReadRowsRequest.RequestStatsView |
getRequestStatsView()
The view into RequestStats, as described above.
|
int |
getRequestStatsViewValue()
The view into RequestStats, as described above.
|
RowSet |
getRows()
The row keys and/or ranges to read sequentially.
|
RowSet.Builder |
getRowsBuilder()
The row keys and/or ranges to read sequentially.
|
long |
getRowsLimit()
The read will stop after committing to N rows' worth of results.
|
RowSetOrBuilder |
getRowsOrBuilder()
The row keys and/or ranges to read sequentially.
|
String |
getTableName()
Required.
|
com.google.protobuf.ByteString |
getTableNameBytes()
Required.
|
boolean |
hasFilter()
The filter to apply to the contents of the specified row(s).
|
boolean |
hasRows()
The row keys and/or ranges to read sequentially.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ReadRowsRequest.Builder |
mergeFilter(RowFilter value)
The filter to apply to the contents of the specified row(s).
|
ReadRowsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReadRowsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ReadRowsRequest.Builder |
mergeFrom(ReadRowsRequest other) |
ReadRowsRequest.Builder |
mergeRows(RowSet value)
The row keys and/or ranges to read sequentially.
|
ReadRowsRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ReadRowsRequest.Builder |
setAppProfileId(String value)
This value specifies routing for replication.
|
ReadRowsRequest.Builder |
setAppProfileIdBytes(com.google.protobuf.ByteString value)
This value specifies routing for replication.
|
ReadRowsRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReadRowsRequest.Builder |
setFilter(RowFilter.Builder builderForValue)
The filter to apply to the contents of the specified row(s).
|
ReadRowsRequest.Builder |
setFilter(RowFilter value)
The filter to apply to the contents of the specified row(s).
|
ReadRowsRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ReadRowsRequest.Builder |
setRequestStatsView(ReadRowsRequest.RequestStatsView value)
The view into RequestStats, as described above.
|
ReadRowsRequest.Builder |
setRequestStatsViewValue(int value)
The view into RequestStats, as described above.
|
ReadRowsRequest.Builder |
setRows(RowSet.Builder builderForValue)
The row keys and/or ranges to read sequentially.
|
ReadRowsRequest.Builder |
setRows(RowSet value)
The row keys and/or ranges to read sequentially.
|
ReadRowsRequest.Builder |
setRowsLimit(long value)
The read will stop after committing to N rows' worth of results.
|
ReadRowsRequest.Builder |
setTableName(String value)
Required.
|
ReadRowsRequest.Builder |
setTableNameBytes(com.google.protobuf.ByteString value)
Required.
|
ReadRowsRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>public ReadRowsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>public ReadRowsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ReadRowsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ReadRowsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ReadRowsRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>public ReadRowsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>public ReadRowsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>public ReadRowsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>public ReadRowsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>public ReadRowsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>public ReadRowsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadRowsRequest.Builder>public ReadRowsRequest.Builder mergeFrom(ReadRowsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>public ReadRowsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadRowsRequest.Builder>IOExceptionpublic 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) = { ... }
getTableName in interface ReadRowsRequestOrBuilderpublic com.google.protobuf.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) = { ... }
getTableNameBytes in interface ReadRowsRequestOrBuilderpublic ReadRowsRequest.Builder setTableName(String value)
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) = { ... }
value - The tableName to set.public ReadRowsRequest.Builder clearTableName()
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) = { ... }
public ReadRowsRequest.Builder setTableNameBytes(com.google.protobuf.ByteString value)
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) = { ... }
value - The bytes for tableName to set.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;getAppProfileId in interface ReadRowsRequestOrBuilderpublic com.google.protobuf.ByteString getAppProfileIdBytes()
This value specifies routing for replication. This API only accepts the empty value of app_profile_id.
string app_profile_id = 5;getAppProfileIdBytes in interface ReadRowsRequestOrBuilderpublic ReadRowsRequest.Builder setAppProfileId(String value)
This value specifies routing for replication. This API only accepts the empty value of app_profile_id.
string app_profile_id = 5;value - The appProfileId to set.public ReadRowsRequest.Builder clearAppProfileId()
This value specifies routing for replication. This API only accepts the empty value of app_profile_id.
string app_profile_id = 5;public ReadRowsRequest.Builder setAppProfileIdBytes(com.google.protobuf.ByteString value)
This value specifies routing for replication. This API only accepts the empty value of app_profile_id.
string app_profile_id = 5;value - The bytes for appProfileId to set.public boolean hasRows()
The row keys and/or ranges to read sequentially. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;hasRows in interface ReadRowsRequestOrBuilderpublic RowSet getRows()
The row keys and/or ranges to read sequentially. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;getRows in interface ReadRowsRequestOrBuilderpublic ReadRowsRequest.Builder setRows(RowSet value)
The row keys and/or ranges to read sequentially. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;public ReadRowsRequest.Builder setRows(RowSet.Builder builderForValue)
The row keys and/or ranges to read sequentially. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;public ReadRowsRequest.Builder mergeRows(RowSet value)
The row keys and/or ranges to read sequentially. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;public ReadRowsRequest.Builder clearRows()
The row keys and/or ranges to read sequentially. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;public RowSet.Builder getRowsBuilder()
The row keys and/or ranges to read sequentially. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;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;getRowsOrBuilder in interface ReadRowsRequestOrBuilderpublic 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 ReadRowsRequestOrBuilderpublic 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 ReadRowsRequestOrBuilderpublic ReadRowsRequest.Builder setFilter(RowFilter value)
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;public ReadRowsRequest.Builder setFilter(RowFilter.Builder builderForValue)
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;public ReadRowsRequest.Builder mergeFilter(RowFilter value)
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;public ReadRowsRequest.Builder clearFilter()
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;public RowFilter.Builder getFilterBuilder()
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;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 ReadRowsRequestOrBuilderpublic 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;getRowsLimit in interface ReadRowsRequestOrBuilderpublic ReadRowsRequest.Builder setRowsLimit(long value)
The read will stop after committing to N rows' worth of results. The default (zero) is to return all results.
int64 rows_limit = 4;value - The rowsLimit to set.public ReadRowsRequest.Builder clearRowsLimit()
The read will stop after committing to N rows' worth of results. The default (zero) is to return all results.
int64 rows_limit = 4;public int getRequestStatsViewValue()
The view into RequestStats, as described above.
.google.bigtable.v2.ReadRowsRequest.RequestStatsView request_stats_view = 6;getRequestStatsViewValue in interface ReadRowsRequestOrBuilderpublic ReadRowsRequest.Builder setRequestStatsViewValue(int value)
The view into RequestStats, as described above.
.google.bigtable.v2.ReadRowsRequest.RequestStatsView request_stats_view = 6;value - The enum numeric value on the wire for requestStatsView to set.public ReadRowsRequest.RequestStatsView getRequestStatsView()
The view into RequestStats, as described above.
.google.bigtable.v2.ReadRowsRequest.RequestStatsView request_stats_view = 6;getRequestStatsView in interface ReadRowsRequestOrBuilderpublic ReadRowsRequest.Builder setRequestStatsView(ReadRowsRequest.RequestStatsView value)
The view into RequestStats, as described above.
.google.bigtable.v2.ReadRowsRequest.RequestStatsView request_stats_view = 6;value - The requestStatsView to set.public ReadRowsRequest.Builder clearRequestStatsView()
The view into RequestStats, as described above.
.google.bigtable.v2.ReadRowsRequest.RequestStatsView request_stats_view = 6;public final ReadRowsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>public final ReadRowsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsRequest.Builder>Copyright © 2023 Google LLC. All rights reserved.