ProjectsLocationsWorkstationClustersWorkstationConfigsWorkstationsResource 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(Workstation request, String parent, {bool? validateOnly, String? workstationId, String? $fields}) Future<Operation>
Creates a new workstation.
delete(String name, {String? etag, bool? validateOnly, String? $fields}) Future<Operation>
Deletes the specified workstation.
generateAccessToken(GenerateAccessTokenRequest request, String workstation, {String? $fields}) Future<GenerateAccessTokenResponse>
Returns a short-lived credential that can be used to send authenticated and authorized traffic to a workstation.
get(String name, {String? $fields}) Future<Workstation>
Returns the requested workstation.
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<ListWorkstationsResponse>
Returns all Workstations using the specified workstation configuration.
listUsable(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListUsableWorkstationsResponse>
Returns all workstations using the specified workstation configuration on which the caller has the "workstations.workstations.use" permission.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Workstation request, String name, {bool? allowMissing, String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Updates an existing workstation.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
start(StartWorkstationRequest request, String name, {String? $fields}) Future<Operation>
Starts running a workstation so that users can connect to it.
stop(StopWorkstationRequest request, String name, {String? $fields}) Future<Operation>
Stops running a workstation, reducing costs.
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

Operators

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