LogScope class

Describes a group of resources to read log entries from.

Constructors

LogScope.new({String? createTime, String? description, String? name, List<String>? resourceNames, String? updateTime})
LogScope.fromJson(Map json_)

Properties

createTime String?
The creation timestamp of the log scope.
getter/setter pair
description String?
Describes this log scope.The maximum length of the description is 8000 characters.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the log scope.Log scopes are only available in the global location.
getter/setter pair
resourceNames List<String>?
Names of one or more parent resources: projects/[PROJECT_ID]May alternatively be one or more views: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]A log scope can include a maximum of 5 projects and a maximum of 100 resources in total.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The last update timestamp of the log scope.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited