ProjectsLocationsQueuedResourcesResource class
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(QueuedResource request, String parent, {String? queuedResourceId, String? requestId, String? $fields})
→ Future<Operation>
-
Creates a QueuedResource TPU instance.
-
delete(String name, {bool? force, String? requestId, String? $fields})
→ Future<Operation>
-
Deletes a QueuedResource TPU instance.
-
get(String name, {String? $fields})
→ Future<QueuedResource>
-
Gets details of a queued resource.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListQueuedResourcesResponse>
-
Lists queued resources.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(ResetQueuedResourceRequest request, String name, {String? $fields})
→ Future<Operation>
-
Resets a QueuedResource TPU instance
-
toString()
→ String
-
A string representation of this object.
inherited