ProjectsLocationsRuntimesResource class

Constructors

ProjectsLocationsRuntimesResource(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

Methods

create(Runtime request, String parent, {String? requestId, String? runtimeId, String? $fields}) Future<Operation>
Creates a new Runtime in a given project and location.
delete(String name, {String? requestId, String? $fields}) Future<Operation>
Deletes a single Runtime.
diagnose(DiagnoseRuntimeRequest request, String name, {String? $fields}) Future<Operation>
Creates a Diagnostic File and runs Diagnostic Tool given a Runtime.
get(String name, {String? $fields}) Future<Runtime>
Gets details of a single Runtime.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListRuntimesResponse>
Lists Runtimes in a given project and location.
migrate(MigrateRuntimeRequest request, String name, {String? $fields}) Future<Operation>
Migrate an existing Runtime to a new Workbench Instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Runtime request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Update Notebook Runtime configuration.
refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request, String name, {String? $fields}) Future<RefreshRuntimeTokenInternalResponse>
Gets an access token for the consumer service account that the customer attached to the runtime.
reportEvent(ReportRuntimeEventRequest request, String name, {String? $fields}) Future<Operation>
Reports and processes a runtime event.
reset(ResetRuntimeRequest request, String name, {String? $fields}) Future<Operation>
Resets a Managed Notebook Runtime.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
start(StartRuntimeRequest request, String name, {String? $fields}) Future<Operation>
Starts a Managed Notebook Runtime.
stop(StopRuntimeRequest request, String name, {String? $fields}) Future<Operation>
Stops a Managed Notebook Runtime.
switch_(SwitchRuntimeRequest request, String name, {String? $fields}) Future<Operation>
Switch a Managed Notebook Runtime.
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
upgrade(UpgradeRuntimeRequest request, String name, {String? $fields}) Future<Operation>
Upgrades a Managed Notebook Runtime to the latest version.

Operators

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