Lines Matching full:bucket

78   <code><a href="#delete">delete(bucket, entity)</a></code></p>
79 …"firstline">Permanently deletes the ACL entry for the specified entity on the specified bucket.</p>
81 <code><a href="#get">get(bucket, entity)</a></code></p>
82 <p class="firstline">Returns the ACL entry for the specified entity on the specified bucket.</p>
84 <code><a href="#insert">insert(bucket, body)</a></code></p>
85 <p class="firstline">Creates a new ACL entry on the specified bucket.</p>
87 <code><a href="#list">list(bucket)</a></code></p>
88 <p class="firstline">Retrieves ACL entries on the specified bucket.</p>
90 <code><a href="#patch">patch(bucket, entity, body)</a></code></p>
91 <p class="firstline">Updates an ACL entry on the specified bucket. This method supports patch seman…
93 <code><a href="#update">update(bucket, entity, body)</a></code></p>
94 <p class="firstline">Updates an ACL entry on the specified bucket.</p>
97 <code class="details" id="delete">delete(bucket, entity)</code>
98 <pre>Permanently deletes the ACL entry for the specified entity on the specified bucket.
101 bucket: string, Name of a bucket. (required)
107 <code class="details" id="get">get(bucket, entity)</code>
108 <pre>Returns the ACL entry for the specified entity on the specified bucket.
111 bucket: string, Name of a bucket. (required)
119 "bucket": "A String", # The name of the bucket.
120 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
142 <code class="details" id="insert">insert(bucket, body)</code>
143 <pre>Creates a new ACL entry on the specified bucket.
146 bucket: string, Name of a bucket. (required)
152 "bucket": "A String", # The name of the bucket.
153 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
179 "bucket": "A String", # The name of the bucket.
180 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
202 <code class="details" id="list">list(bucket)</code>
203 <pre>Retrieves ACL entries on the specified bucket.
206 bucket: string, Name of a bucket. (required)
215 "bucket": "A String", # The name of the bucket.
216 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
236 …"kind": "storage#bucketAccessControls", # The kind of item this is. For lists of bucket access con…
241 <code class="details" id="patch">patch(bucket, entity, body)</code>
242 <pre>Updates an ACL entry on the specified bucket. This method supports patch semantics.
245 bucket: string, Name of a bucket. (required)
252 "bucket": "A String", # The name of the bucket.
253 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
279 "bucket": "A String", # The name of the bucket.
280 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
302 <code class="details" id="update">update(bucket, entity, body)</code>
303 <pre>Updates an ACL entry on the specified bucket.
306 bucket: string, Name of a bucket. (required)
313 "bucket": "A String", # The name of the bucket.
314 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
340 "bucket": "A String", # The name of the bucket.
341 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…