ProjectsAgentPoolsResource class

Constructors

ProjectsAgentPoolsResource(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(AgentPool request, String projectId, {String? agentPoolId, String? $fields}) Future<AgentPool>
Creates an agent pool resource.
delete(String name, {String? $fields}) Future<Empty>
Deletes an agent pool.
get(String name, {String? $fields}) Future<AgentPool>
Gets an agent pool.
list(String projectId, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListAgentPoolsResponse>
Lists agent pools.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(AgentPool request, String name, {String? updateMask, String? $fields}) Future<AgentPool>
Updates an existing agent pool resource.
toString() String
A string representation of this object.
inherited

Operators

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