public static class GcsOptions.GcsCustomAuditEntries
extends java.util.HashMap<java.lang.String,java.lang.String>
GcsOptions.GcsCustomAuditEntries
that key-value pairs to be stored as custom information
in GCS audit logs. According to Google Cloud Storage audit logging documentation
(https://cloud.google.com/storage/docs/audit-logging#add-custom-metadata), the following
limitations apply: - keys must be 64 characters or less, - values 1,200 characters or less, and
- a maximum of four custom metadata entries are permitted per request.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CUSTOM_AUDIT_JOB_ENTRY_KEY |
Constructor and Description |
---|
GcsCustomAuditEntries() |
Modifier and Type | Method and Description |
---|---|
@Nullable java.lang.String |
put(java.lang.String key,
java.lang.String value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values