Resource: LogView
Describes a view over log entries in a bucket.
JSON representation |
---|
{ "name": string, "description": string, "createTime": string, "updateTime": string, "filter": string } |
Fields | |
---|---|
name |
Output only. The resource name of the view. For example:
|
description |
Optional. Describes this view. |
create |
Output only. The creation timestamp of the view. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The last update timestamp of the view. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
filter |
Optional. Filter that restricts which log entries in a bucket are visible in this view. Filters must be logical conjunctions that use the AND operator, and they can use any of the following qualifiers:
They can also use the negations of these qualifiers with the NOT operator. For example: SOURCE("projects/myproject") AND resource.type = "gce_instance" AND NOT LOG_ID("stdout") |
Methods |
|
---|---|
|
Creates a view over log entries in a log bucket. |
|
Deletes a view on a log bucket. |
|
Gets a view on a log bucket. |
|
Gets the access control policy for a resource. |
|
Lists views on a log bucket. |
|
Updates a view on a log bucket. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |