ProjectsLocationsVolumesResource class
Methods
-
evict(EvictVolumeRequest request, String name, {String? $fields})
→ Future<Operation>
-
Skips volume's cooloff and deletes it now.
-
get(String name, {String? $fields})
→ Future<Volume>
-
Get details of a single storage volume.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListVolumesResponse>
-
List storage volumes in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Volume request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Update details of a single storage volume.
-
rename(RenameVolumeRequest request, String name, {String? $fields})
→ Future<Volume>
-
RenameVolume sets a new name for a volume.
-
resize(ResizeVolumeRequest request, String volume, {String? $fields})
→ Future<Operation>
-
Emergency Volume resize.
-
toString()
→ String
-
A string representation of this object.
inherited