BackendBucketsResource class

Constructors

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

addSignedUrlKey(SignedUrlKey request, String project, String backendBucket, {String? requestId, String? $fields}) Future<Operation>
Adds a key for validating requests with signed URLs for this backend bucket.
delete(String project, String backendBucket, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified BackendBucket resource.
deleteSignedUrlKey(String project, String backendBucket, String keyName, {String? requestId, String? $fields}) Future<Operation>
Deletes a key for validating requests with signed URLs for this backend bucket.
get(String project, String backendBucket, {String? $fields}) Future<BackendBucket>
Returns the specified BackendBucket resource.
getIamPolicy(String project, String resource, {int? optionsRequestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
insert(BackendBucket request, String project, {String? requestId, String? $fields}) Future<Operation>
Creates a BackendBucket resource in the specified project using the data included in the request.
list(String project, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<BackendBucketList>
Retrieves the list of BackendBucket resources available to the specified project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(BackendBucket request, String project, String backendBucket, {String? requestId, String? $fields}) Future<Operation>
Updates the specified BackendBucket resource with the data included in the request.
setEdgeSecurityPolicy(SecurityPolicyReference request, String project, String backendBucket, {String? requestId, String? $fields}) Future<Operation>
Sets the edge security policy for the specified backend bucket.
setIamPolicy(GlobalSetPolicyRequest request, String project, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
testIamPermissions(TestPermissionsRequest request, String project, 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
update(BackendBucket request, String project, String backendBucket, {String? requestId, String? $fields}) Future<Operation>
Updates the specified BackendBucket resource with the data included in the request.

Operators

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