ProjectsLocationsWorkstationClustersWorkstationConfigsResource class
Methods
-
create(WorkstationConfig request, String parent, {bool? validateOnly, String? workstationConfigId, String? $fields})
→ Future<Operation>
-
Creates a new workstation configuration.
-
delete(String name, {String? etag, bool? force, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Deletes the specified workstation configuration.
-
get(String name, {String? $fields})
→ Future<WorkstationConfig>
-
Returns the requested workstation configuration.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListWorkstationConfigsResponse>
-
Returns all workstation configurations in the specified cluster.
-
listUsable(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListUsableWorkstationConfigsResponse>
-
Returns all workstation configurations in the specified cluster on which
the caller has the "workstations.workstation.create" permission.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(WorkstationConfig request, String name, {bool? allowMissing, String? updateMask, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Updates an existing workstation configuration.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited