ProjectsLocationsNotebookRuntimeTemplatesResource 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(GoogleCloudAiplatformV1NotebookRuntimeTemplate request, String parent, {String? notebookRuntimeTemplateId, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a NotebookRuntimeTemplate.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a NotebookRuntimeTemplate.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1NotebookRuntimeTemplate>
-
Gets a NotebookRuntimeTemplate.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<GoogleIamV1Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields})
→ Future<GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse>
-
Lists NotebookRuntimeTemplates in a Location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1NotebookRuntimeTemplate request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudAiplatformV1NotebookRuntimeTemplate>
-
Updates a NotebookRuntimeTemplate.
-
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(String resource, {List<String>? permissions, String? $fields})
→ Future<GoogleIamV1TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited