Lines Matching full:bucket
78 <code><a href="#delete">delete(bucket, entity, userProject=None)</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, userProject=None)</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, userProject=None)</a></code></p>
85 <p class="firstline">Creates a new ACL entry on the specified bucket.</p>
87 <code><a href="#list">list(bucket, userProject=None)</a></code></p>
88 <p class="firstline">Retrieves ACL entries on the specified bucket.</p>
90 <code><a href="#patch">patch(bucket, entity, body, userProject=None)</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, userProject=None)</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, userProject=None)</code>
98 <pre>Permanently deletes the ACL entry for the specified entity on the specified bucket.
101 bucket: string, Name of a bucket. (required)
108 <code class="details" id="get">get(bucket, entity, userProject=None)</code>
109 <pre>Returns the ACL entry for the specified entity on the specified bucket.
112 bucket: string, Name of a bucket. (required)
121 "bucket": "A String", # The name of the bucket.
122 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
149 <code class="details" id="insert">insert(bucket, body, userProject=None)</code>
150 <pre>Creates a new ACL entry on the specified bucket.
153 bucket: string, Name of a bucket. (required)
159 "bucket": "A String", # The name of the bucket.
160 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
192 "bucket": "A String", # The name of the bucket.
193 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
220 <code class="details" id="list">list(bucket, userProject=None)</code>
221 <pre>Retrieves ACL entries on the specified bucket.
224 bucket: string, Name of a bucket. (required)
234 "bucket": "A String", # The name of the bucket.
235 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
260 …"kind": "storage#bucketAccessControls", # The kind of item this is. For lists of bucket access con…
265 <code class="details" id="patch">patch(bucket, entity, body, userProject=None)</code>
266 <pre>Updates an ACL entry on the specified bucket. This method supports patch semantics.
269 bucket: string, Name of a bucket. (required)
276 "bucket": "A String", # The name of the bucket.
277 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
309 "bucket": "A String", # The name of the bucket.
310 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
337 <code class="details" id="update">update(bucket, entity, body, userProject=None)</code>
338 <pre>Updates an ACL entry on the specified bucket.
341 bucket: string, Name of a bucket. (required)
348 "bucket": "A String", # The name of the bucket.
349 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
381 "bucket": "A String", # The name of the bucket.
382 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…