ProjectsLocationsPersistentResourcesResource class

Constructors

ProjectsLocationsPersistentResourcesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsPersistentResourcesOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

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