Data Access audit log fields

The following table lists Bigtable Data API message fields andindicates whether or not they are logged as part of Data Access audit logging.AUDITED means the field is included in the audit log entry,AUDIT_SIZEmeans that the size of the repeated field is used to set the number of responseitems during audit logging, andNot Audited means the field is not audited.

  1. Displayed inBase 64.
  2. Custom audit field added dynamically during audit logging.
MessageFieldLogging Status
Celltimestamp_microsNot audited
valueNot audited
labels[ ]Not audited
CheckAndMutateRowRequesttable_nameAUDITED
app_profile_idAUDITED
row_key1AUDITED
predicate_filterAUDITED
true_mutations[ ]AUDITED
false_mutations[ ]AUDITED
CheckAndMutateRowResponsepredicate_matchedAUDITED
ColumnqualifierNot audited
cells[ ]Not audited
ColumnRangefamily_nameAUDITED
start_qualifier_closedAUDITED
start_qualifier_openAUDITED
end_qualifier_closedAUDITED
end_qualifier_openAUDITED
FamilynameNot audited
columns[ ]Not audited
MutateRowRequesttable_nameAUDITED
app_profile_idAUDITED
row_key1AUDITED
mutations[ ]AUDITED
MutateRowResponseNot audited
MutateRowsRequesttable_nameAUDITED
app_profile_idAUDITED
entries[ ]AUDITED
Entry
(A mutation for a given row.)
row_key1AUDITED
mutations[ ]AUDITED
MutateRowsResponseentries[ ]AUDITED
Entry
(The result of applying a passed mutation in the originalrequest.)
indexAUDITED
statusAUDITED
Mutationset_cellAUDITED
delete_from_columnAUDITED
delete_from_familyAUDITED
delete_from_rowAUDITED
DeleteFromColumnfamily_nameAUDITED
column_qualifierNot audited
time_rangeNot audited
DeleteFromFamilyfamily_nameAUDITED
DeleteFromRowNot audited
SetCellfamily_nameAUDITED
column_qualifierNot audited
timestamp_microsNot audited
valueNot audited
ReadModifyWriteRowRequesttable_nameAUDITED
app_profile_idAUDITED
row_key1AUDITED
rules[ ]AUDITED
ReadModifyWriteRowResponserowNot audited
ReadModifyWriteRulefamily_nameAUDITED
column_qualifierNot audited
append_valueNot audited
increment_amountNot audited
ReadRowsRequesttable_nameAUDITED
app_profile_idAUDITED
rowsAUDITED
filterAUDITED
rows_limitAUDITED
ReadRowsResponsechunks[ ]AUDIT_SIZE
last_scanned_row_key1Not audited
response_stream_bytes2AUDITED
CellChunkrow_key1Not audited
family_nameNot audited
qualifierNot audited
timestamp_microsNot audited
labels[ ]Not audited
valueNot audited
value_sizeNot audited
reset_rowNot audited
commit_rowNot audited
RowkeyNot audited
families[ ]Not audited
RowFilterchainAUDITED
interleaveAUDITED
conditionAUDITED
sinkAUDITED
pass_all_filterAUDITED
block_all_filterAUDITED
row_key_regex_filterAUDITED
row_sample_filterAUDITED
family_name_regex_filterAUDITED
column_qualifier_regex_filterAUDITED
column_range_filterAUDITED
timestamp_range_filterAUDITED
value_regex_filterAUDITED
value_range_filterAUDITED
cells_per_row_offset_filterAUDITED
cells_per_row_limit_filterAUDITED
cells_per_column_limit_filterAUDITED
strip_value_transformerAUDITED
apply_label_transformerAUDITED
Chainfilters[ ]AUDITED
Conditionpredicate_filterAUDITED
true_filterAUDITED
false_filterAUDITED
Interleavefilters[ ]AUDITED
RowRangestart_key_closedAUDITED
start_key_openAUDITED
end_key_openAUDITED
end_key_closedAUDITED
RowSetrow_keys[ ]AUDITED
row_ranges[ ]AUDITED
SampleRowKeysRequesttable_nameAUDITED
app_profile_idAUDITED
SampleRowKeysResponserow_key1Not audited
offset_bytesNot audited
response_stream_bytes2AUDITED
TimestampRangestart_timestamp_microsAUDITED
end_timestamp_microsAUDITED
ValueRangestart_value_closedNot audited
start_value_openNot audited
end_value_closedNot audited
end_value_openNot audited

What's next

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-15 UTC.