public static class SecurityMonitoringApi.GetEntityContextOptionalParameters extends Object
| Constructor and Description |
|---|
GetEntityContextOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringApi.GetEntityContextOptionalParameters |
asOf(String asOf)
Set asOf.
|
SecurityMonitoringApi.GetEntityContextOptionalParameters |
from(String from)
Set from.
|
SecurityMonitoringApi.GetEntityContextOptionalParameters |
limit(Long limit)
Set limit.
|
SecurityMonitoringApi.GetEntityContextOptionalParameters |
pageToken(String pageToken)
Set pageToken.
|
SecurityMonitoringApi.GetEntityContextOptionalParameters |
query(String query)
Set query.
|
SecurityMonitoringApi.GetEntityContextOptionalParameters |
to(String to)
Set to.
|
public SecurityMonitoringApi.GetEntityContextOptionalParameters query(String query)
query - A free-text query (for example, an email address or principal ID) used to filter
the entities returned. (optional)public SecurityMonitoringApi.GetEntityContextOptionalParameters from(String from)
from - The start of the time range to query, as an RFC3339 timestamp or a relative time
(for example, now-7d). Defaults to now-7d. Ignored when
as_of is set. (optional, default to "now-7d")public SecurityMonitoringApi.GetEntityContextOptionalParameters to(String to)
to - The end of the time range to query, as an RFC3339 timestamp or a relative time (for
example, now). Defaults to now. Ignored when as_of
is set. (optional, default to "now")public SecurityMonitoringApi.GetEntityContextOptionalParameters asOf(String asOf)
asOf - A point in time at which to query the entity revisions, as an RFC3339 timestamp,
a Unix timestamp (in seconds), or a relative time (for example, now-1d).
When set, from and to are ignored. Cannot be combined with
custom from / to values. (optional)public SecurityMonitoringApi.GetEntityContextOptionalParameters limit(Long limit)
limit - The maximum number of entities to return. (optional, default to 250)public SecurityMonitoringApi.GetEntityContextOptionalParameters pageToken(String pageToken)
pageToken - An opaque token used to fetch the next page of results, as returned in
meta.page.next_token of a previous response. (optional)Copyright © 2026. All rights reserved.