ProjectsLocationsBucketsResource class

Constructors

ProjectsLocationsBucketsResource(ApiRequester client)

Properties

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

Methods

get(String name, {String? $fields}) Future<Bucket>
Get bucket resource.
list(String parent, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields}) Future<ListBucketsResponse>
List buckets of a project in a particular location.
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