ProjectsLocationsPersistentResourcesResource class
Methods
-
create(GoogleCloudAiplatformV1PersistentResource request, String parent, {String? persistentResourceId, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a PersistentResource.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a PersistentResource.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1PersistentResource>
-
Gets a PersistentResource.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListPersistentResourcesResponse>
-
Lists PersistentResources in a Location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1PersistentResource request, String name, {String? updateMask, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Updates a PersistentResource.
-
reboot(GoogleCloudAiplatformV1RebootPersistentResourceRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Reboots a PersistentResource.
-
toString()
→ String
-
A string representation of this object.
inherited