Output only. The creation timestamp of the trace 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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Output only. The last update timestamp of the trace 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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],[],null,["- [Resource: TraceScope](#TraceScope)\n - [JSON representation](#TraceScope.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: TraceScope A trace scope is a collection of resources whose traces are queried together.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"resourceNames\": [ string ], \"description\": string, \"createTime\": string, \"updateTime\": string } ``` |\n\n| Fields ||\n|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the trace scope. For example: projects/my-project/locations/global/traceScopes/my-trace-scope |\n| `resourceNames[]` | `string` Required. Names of the projects that are included in this trace scope. - `projects/[PROJECT_ID]` A trace scope can include a maximum of 20 projects. |\n| `description` | `string` Optional. Describes this trace scope. The maximum length of the description is 8000 characters. |\n| `createTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. The creation timestamp of the trace 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: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `updateTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. The last update timestamp of the trace 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: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n\n| Methods ||\n|-------------------------------------------------------------------------------------------------------|---------------------------------------------------------|\n| [create](/stackdriver/docs/reference/observability/api/rest/v1/projects.locations.traceScopes/create) | Create a new TraceScope. |\n| [delete](/stackdriver/docs/reference/observability/api/rest/v1/projects.locations.traceScopes/delete) | Delete a TraceScope. |\n| [get](/stackdriver/docs/reference/observability/api/rest/v1/projects.locations.traceScopes/get) | Get TraceScope resource. |\n| [list](/stackdriver/docs/reference/observability/api/rest/v1/projects.locations.traceScopes/list) | List TraceScopes of a project in a particular location. |\n| [patch](/stackdriver/docs/reference/observability/api/rest/v1/projects.locations.traceScopes/patch) | Update a TraceScope. |"]]