public static final class ReadRowsRequest.Builder extends 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(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ReadRowsRequest |
build() |
ReadRowsRequest |
buildPartial() |
ReadRowsRequest.Builder |
clear() |
ReadRowsRequest.Builder |
clearAppProfileId()
This is a private alpha release of Cloud Bigtable replication.
|
ReadRowsRequest.Builder |
clearField(Descriptors.FieldDescriptor field) |
ReadRowsRequest.Builder |
clearFilter()
The filter to apply to the contents of the specified row(s).
|
ReadRowsRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
ReadRowsRequest.Builder |
clearRows()
The row keys and/or ranges to read.
|
ReadRowsRequest.Builder |
clearRowsLimit()
The read will terminate after committing to N rows' worth of results.
|
ReadRowsRequest.Builder |
clearTableName()
The unique name of the table from which to read.
|
ReadRowsRequest.Builder |
clone() |
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.
|
ReadRowsRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
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).
|
RowSet |
getRows()
The row keys and/or ranges to read.
|
RowSet.Builder |
getRowsBuilder()
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.
|
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.
|
boolean |
hasFilter()
The filter to apply to the contents of the specified row(s).
|
boolean |
hasRows()
The row keys and/or ranges to read.
|
protected 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(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ReadRowsRequest.Builder |
mergeFrom(Message other) |
ReadRowsRequest.Builder |
mergeFrom(ReadRowsRequest other) |
ReadRowsRequest.Builder |
mergeRows(RowSet value)
The row keys and/or ranges to read.
|
ReadRowsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
ReadRowsRequest.Builder |
setAppProfileId(java.lang.String value)
This is a private alpha release of Cloud Bigtable replication.
|
ReadRowsRequest.Builder |
setAppProfileIdBytes(ByteString value)
This is a private alpha release of Cloud Bigtable replication.
|
ReadRowsRequest.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.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(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ReadRowsRequest.Builder |
setRows(RowSet.Builder builderForValue)
The row keys and/or ranges to read.
|
ReadRowsRequest.Builder |
setRows(RowSet value)
The row keys and/or ranges to read.
|
ReadRowsRequest.Builder |
setRowsLimit(long value)
The read will terminate after committing to N rows' worth of results.
|
ReadRowsRequest.Builder |
setTableName(java.lang.String value)
The unique name of the table from which to read.
|
ReadRowsRequest.Builder |
setTableNameBytes(ByteString value)
The unique name of the table from which to read.
|
ReadRowsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>
public ReadRowsRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>
public ReadRowsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ReadRowsRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ReadRowsRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ReadRowsRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>
public ReadRowsRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>
public ReadRowsRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>
public ReadRowsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>
public ReadRowsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>
public ReadRowsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>
public ReadRowsRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ReadRowsRequest.Builder>
public ReadRowsRequest.Builder mergeFrom(ReadRowsRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>
public ReadRowsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ReadRowsRequest.Builder>
java.io.IOException
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 ReadRowsRequest.Builder setTableName(java.lang.String value)
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;
public ReadRowsRequest.Builder clearTableName()
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;
public ReadRowsRequest.Builder setTableNameBytes(ByteString value)
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;
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 ReadRowsRequest.Builder setAppProfileId(java.lang.String value)
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;
public ReadRowsRequest.Builder clearAppProfileId()
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;
public ReadRowsRequest.Builder setAppProfileIdBytes(ByteString value)
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;
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 ReadRowsRequest.Builder setRows(RowSet value)
The row keys and/or ranges to read. 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. 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. 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. 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. If not specified, reads from all rows.
.google.bigtable.v2.RowSet rows = 2;
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 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 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 ReadRowsRequest.Builder setRowsLimit(long value)
The read will terminate after committing to N rows' worth of results. The default (zero) is to return all results.
int64 rows_limit = 4;
public ReadRowsRequest.Builder clearRowsLimit()
The read will terminate after committing to N rows' worth of results. The default (zero) is to return all results.
int64 rows_limit = 4;
public final ReadRowsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>
public final ReadRowsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ReadRowsRequest.Builder>