REST Resource: folders.locations.logScopes Stay organized with collections Save and categorize content based on your preferences.
Resource: LogScope
Describes a group of resources to read log entries from.
| JSON representation |
|---|
{"name":string,"resourceNames":[string],"description":string,"createTime":string,"updateTime":string} |
| Fields | |
|---|---|
name |
Output only. The resource name of the log scope. Log scopes are only available in the
|
resourceNames[] |
Required. Names of one or more parent resources (
May alternatively be one or more views:
A log scope can include a maximum of 5 projects and a maximum of 100 resources in total. |
description |
Optional. Describes this log scope. The maximum length of the description is 8000 characters. |
createTime |
Output only. The creation timestamp of the log scope. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The last update timestamp of the log scope. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods | |
|---|---|
| Creates a log scope. |
| Deletes a log scope. |
| Gets a log scope. |
| Lists log scopes. |
| Updates a log scope. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-12 UTC.