NamespacesWorkerpoolsResource class

Constructors

NamespacesWorkerpoolsResource.new(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(WorkerPool request, String parent, {String? dryRun, String? $fields}) Future<WorkerPool>
Creates a new WorkerPool.
delete(String name, {String? dryRun, String? $fields}) Future<Status>
Deletes the provided worker pool.
get(String name, {String? $fields}) Future<WorkerPool>
Gets information about a worker pool.
list(String parent, {String? continue_, String? labelSelector, int? limit, String? $fields}) Future<ListWorkerPoolsResponse>
Lists worker pools for the given project and region.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceWorkerPool(WorkerPool request, String name, {String? dryRun, String? $fields}) Future<WorkerPool>
Replaces a worker pool.
toString() String
A string representation of this object.
inherited

Operators

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