LocationsBucketsLinksResource class

Constructors

LocationsBucketsLinksResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Link request, String parent, {String? linkId, String? $fields}) Future<Operation>
Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket.
delete(String name, {String? $fields}) Future<Operation>
Deletes a link.
get(String name, {String? $fields}) Future<Link>
Gets a link.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListLinksResponse>
Lists links.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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