ProjectsLocationsWorkstationClustersResource class

Constructors

ProjectsLocationsWorkstationClustersResource(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
workstationConfigs ProjectsLocationsWorkstationClustersWorkstationConfigsResource
no setter

Methods

create(WorkstationCluster request, String parent, {bool? validateOnly, String? workstationClusterId, String? $fields}) Future<Operation>
Creates a new workstation cluster.
delete(String name, {String? etag, bool? force, bool? validateOnly, String? $fields}) Future<Operation>
Deletes the specified workstation cluster.
get(String name, {String? $fields}) Future<WorkstationCluster>
Returns the requested workstation cluster.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListWorkstationClustersResponse>
Returns all workstation clusters in the specified location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(WorkstationCluster request, String name, {bool? allowMissing, String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Updates an existing workstation cluster.
toString() String
A string representation of this object.
inherited

Operators

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