Class AdminLogsResponse.Builder
- All Implemented Interfaces:
AdminLogsResponse._FinalStage,AdminLogsResponse.QueryDurationMsStage,AdminLogsResponse.TenantIdStage,AdminLogsResponse.TruncatedStage
- Enclosing class:
AdminLogsResponse
-
Method Summary
Modifier and TypeMethodDescriptionaddAllEntries(List<LogEntry> entries) Matching log entries, most recent first.addEntries(LogEntry entries) Matching log entries, most recent first.additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Matching log entries, most recent first.from(AdminLogsResponse other) queryDurationMs(long queryDurationMs) Wall-clock time spent retrieving these results, in milliseconds.Echoes your account id, confirming which account these entries belong to.truncated(boolean truncated) True if more matching rows exist than the requested limit.
-
Method Details
-
from
- Specified by:
fromin interfaceAdminLogsResponse.TruncatedStage
-
truncated
True if more matching rows exist than the requested limit. When true, narrow the time window or add a filter (resource/method/keyId) to see older entries.
True if more matching rows exist than the requested limit. When true, narrow the time window or add a filter (resource/method/keyId) to see older entries.
- Specified by:
truncatedin interfaceAdminLogsResponse.TruncatedStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
queryDurationMs
Wall-clock time spent retrieving these results, in milliseconds. Useful for diagnosing slow queries (large time windows or high-traffic accounts).
Wall-clock time spent retrieving these results, in milliseconds. Useful for diagnosing slow queries (large time windows or high-traffic accounts).
- Specified by:
queryDurationMsin interfaceAdminLogsResponse.QueryDurationMsStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
tenantId
Echoes your account id, confirming which account these entries belong to.
Echoes your account id, confirming which account these entries belong to.
- Specified by:
tenantIdin interfaceAdminLogsResponse.TenantIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addAllEntries
Matching log entries, most recent first. Bounded by the request
limit(default 200, max 500).- Specified by:
addAllEntriesin interfaceAdminLogsResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addEntries
Matching log entries, most recent first. Bounded by the request
limit(default 200, max 500).- Specified by:
addEntriesin interfaceAdminLogsResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
entries
Matching log entries, most recent first. Bounded by the request
limit(default 200, max 500).- Specified by:
entriesin interfaceAdminLogsResponse._FinalStage
-
build
- Specified by:
buildin interfaceAdminLogsResponse._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceAdminLogsResponse._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceAdminLogsResponse._FinalStage
-