ListLogEntriesRequest class

The parameters to ListLogEntries.

Constructors

ListLogEntriesRequest({String? filter, String? orderBy, int? pageSize, String? pageToken, List<String>? projectIds, List<String>? resourceNames})
ListLogEntriesRequest.fromJson(Map json_)

Properties

filter String?
A filter that chooses which log entries to return.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orderBy String?
How the results should be sorted.
getter/setter pair
pageSize int?
The maximum number of results to return from this request.
getter/setter pair
pageToken String?
If present, then retrieve the next batch of results from the preceding call to this method.
getter/setter pair
projectIds List<String>?
Use resource_names instead.
getter/setter pair
resourceNames List<String>?
Names of one or more parent resources from which to retrieve log entries: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]May alternatively be one or more views: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]Projects listed in the project_ids field are added to this list.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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