Resource: SavedQuery
Describes a query that has been saved by a user.
JSON representation |
---|
{ "name" : string , "displayName" : string , "description" : string , "createTime" : string , "updateTime" : string , "visibility" : enum ( |
name
string
Output only. Resource name of the saved query.
In the format:
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/savedQueries/[QUERY_ID]"
For a list of supported locations, see Supported Regions
After the saved query is created, the location cannot be changed.
If the user doesn't provide a [QUERY_ID], the system will generate an alphanumeric ID.
displayName
string
Required. The user specified title for the SavedQuery.
description
string
Optional. A human readable description of the saved query.
createTime
string (
Timestamp
format)
Output only. The timestamp when the saved query was created.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
updateTime
string (
Timestamp
format)
Output only. The timestamp when the saved query was last updated.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
visibility
enum (
Visibility
)
Required. The visibility status of this query, which determines its ownership.
query_oneof
. The query that is saved. query_oneof
can be only one of the following:loggingQuery
object (
LoggingQuery
)
Logging query that can be executed in Logs Explorer or via Logging API.
opsAnalyticsQuery
object (
OpsAnalyticsQuery
)
Analytics query that can be executed in Log Analytics.
Methods |
|
---|---|
|
Creates a new SavedQuery for the user making the request. |
|
Deletes an existing SavedQuery that was created by the user making the request. |
|
Returns all data associated with the requested query. |
|
Lists the SavedQueries that were created by the user making the request. |
|
Updates an existing SavedQuery. |