Uses of Class
com.google.bigtable.v2.ReadRowsRequest.Builder
-
Uses of ReadRowsRequest.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ReadRowsRequest.BuilderModifier and TypeMethodDescriptionReadRowsRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ReadRowsRequest.Builder.clear()ReadRowsRequest.Builder.clearAppProfileId()This value specifies routing for replication.ReadRowsRequest.Builder.clearAuthorizedViewName()Optional.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.clearReversed()Experimental API - Please note that this API is currently experimental and can change in the future.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()Optional.ReadRowsRequest.Builder.clone()ReadRowsRequest.Builder.mergeFilter(RowFilter value) The filter to apply to the contents of the specified row(s).ReadRowsRequest.Builder.mergeFrom(ReadRowsRequest other) ReadRowsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReadRowsRequest.Builder.mergeFrom(com.google.protobuf.Message other) The row keys and/or ranges to read sequentially.final ReadRowsRequest.BuilderReadRowsRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ReadRowsRequest.BuilderReadRowsRequest.newBuilder()static ReadRowsRequest.BuilderReadRowsRequest.newBuilder(ReadRowsRequest prototype) ReadRowsRequest.newBuilderForType()protected ReadRowsRequest.BuilderReadRowsRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) 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.setAuthorizedViewName(String value) Optional.ReadRowsRequest.Builder.setAuthorizedViewNameBytes(com.google.protobuf.ByteString value) Optional.ReadRowsRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The filter to apply to the contents of the specified row(s).ReadRowsRequest.Builder.setFilter(RowFilter.Builder builderForValue) 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.setReversed(boolean value) Experimental API - Please note that this API is currently experimental and can change in the future.The row keys and/or ranges to read sequentially.ReadRowsRequest.Builder.setRows(RowSet.Builder builderForValue) 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) Optional.ReadRowsRequest.Builder.setTableNameBytes(com.google.protobuf.ByteString value) Optional.final ReadRowsRequest.BuilderReadRowsRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ReadRowsRequest.toBuilder()