AnywhereCachesResource 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
-
disable(String bucket, String anywhereCacheId, {String? $fields})
→ Future<AnywhereCache>
-
Disables an Anywhere Cache instance.
-
get(String bucket, String anywhereCacheId, {String? $fields})
→ Future<AnywhereCache>
-
Returns the metadata of an Anywhere Cache instance.
-
insert(AnywhereCache request, String bucket, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates an Anywhere Cache instance.
-
list(String bucket, {int? pageSize, String? pageToken, String? $fields})
→ Future<AnywhereCaches>
-
Returns a list of Anywhere Cache instances of the bucket matching the
criteria.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(String bucket, String anywhereCacheId, {String? $fields})
→ Future<AnywhereCache>
-
Pauses an Anywhere Cache instance.
-
resume(String bucket, String anywhereCacheId, {String? $fields})
→ Future<AnywhereCache>
-
Resumes a paused or disabled Anywhere Cache instance.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(AnywhereCache request, String bucket, String anywhereCacheId, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Updates the config(ttl and admissionPolicy) of an Anywhere Cache instance.