Scope
import type { Scope } from "https://googleapis.deno.dev/v1/observability:v1.ts";Message describing Scope object
interface Scope {
logScope?: string;
name?: string;
traceScope?: string;
readonly updateTime?: Date;
}§Properties
§
logScope?: string
[src]Required. The full resource name of the LogScope. For example:
//logging.googleapis.com/projects/myproject/locations/global/logScopes/my-log-scope
§
name?: string
[src]Identifier. Name of the resource. The format is:
projects/{project}/locations/{location}/scopes/{scope} The {location}
field must be set to global. The {scope} field must be set to
_Default.