Lines Matching full:bucket
78 <code><a href="#delete">delete(bucket, entity)</a></code></p>
79 <p class="firstline">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>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…
141 <code class="details" id="insert">insert(bucket, body)</code>
142 <pre>Creates a new ACL entry on the specified bucket.
145 bucket: string, Name of a bucket. (required)
151 "bucket": "A String", # The name of the bucket.
152 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
177 "bucket": "A String", # The name of the bucket.
178 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
199 <code class="details" id="list">list(bucket)</code>
200 <pre>Retrieves ACL entries on the specified bucket.
203 bucket: string, Name of a bucket. (required)
212 "bucket": "A String", # The name of the bucket.
213 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
232 …"kind": "storage#bucketAccessControls", # The kind of item this is. For lists of bucket access con…
237 <code class="details" id="patch">patch(bucket, entity, body)</code>
238 <pre>Updates an ACL entry on the specified bucket. This method supports patch semantics.
241 bucket: string, Name of a bucket. (required)
248 "bucket": "A String", # The name of the bucket.
249 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
274 "bucket": "A String", # The name of the bucket.
275 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
296 <code class="details" id="update">update(bucket, entity, body)</code>
297 <pre>Updates an ACL entry on the specified bucket.
300 bucket: string, Name of a bucket. (required)
307 "bucket": "A String", # The name of the bucket.
308 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
333 "bucket": "A String", # The name of the bucket.
334 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…