InstantSnapshotsResource class

Constructors

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

aggregatedList(String project, {String? filter, bool? includeAllScopes, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? serviceProjectNumber, String? $fields}) Future<InstantSnapshotAggregatedList>
Retrieves an aggregated list of instantSnapshots.
delete(String project, String zone, String instantSnapshot, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified InstantSnapshot resource.
get(String project, String zone, String instantSnapshot, {String? $fields}) Future<InstantSnapshot>
Returns the specified InstantSnapshot resource in the specified zone.
getIamPolicy(String project, String zone, String resource, {int? optionsRequestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
insert(InstantSnapshot request, String project, String zone, {String? requestId, String? $fields}) Future<Operation>
Creates an instant snapshot in the specified zone.
list(String project, String zone, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<InstantSnapshotList>
Retrieves the list of InstantSnapshot resources contained within the specified zone.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIamPolicy(ZoneSetPolicyRequest request, String project, String zone, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
setLabels(ZoneSetLabelsRequest request, String project, String zone, String resource, {String? requestId, String? $fields}) Future<Operation>
Sets the labels on a instantSnapshot in the given zone.
testIamPermissions(TestPermissionsRequest request, String project, String zone, String resource, {String? $fields}) Future<TestPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited

Operators

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