ProjectsLocationsNodesResource 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(Node request, String parent, {String? nodeId, String? $fields})
→ Future<Operation>
-
Creates a node.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Deletes a node.
-
get(String name, {String? $fields})
→ Future<Node>
-
Gets the details of a node.
-
getGuestAttributes(GetGuestAttributesRequest request, String name, {String? $fields})
→ Future<GetGuestAttributesResponse>
-
Retrieves the guest attributes for the node.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListNodesResponse>
-
Lists nodes.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Node request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the configurations of a node.
-
start(StartNodeRequest request, String name, {String? $fields})
→ Future<Operation>
-
Starts a node.
-
stop(StopNodeRequest request, String name, {String? $fields})
→ Future<Operation>
-
Stops a node.
-
toString()
→ String
-
A string representation of this object.
inherited