Lines Matching full:bucket
78 <code><a href="#delete">delete(bucket, entity)</a></code></p>
79 …manently deletes the default object ACL entry for the specified entity on the specified bucket.</p>
81 <code><a href="#get">get(bucket, entity)</a></code></p>
82 …rstline">Returns the default object 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 default object ACL entry on the specified bucket.</p>
87 …<code><a href="#list">list(bucket, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None)</a><…
88 <p class="firstline">Retrieves default object ACL entries on the specified bucket.</p>
90 <code><a href="#patch">patch(bucket, entity, body)</a></code></p>
91 <p class="firstline">Updates a default object ACL entry on the specified bucket. This method suppor…
93 <code><a href="#update">update(bucket, entity, body)</a></code></p>
94 <p class="firstline">Updates a default object ACL entry on the specified bucket.</p>
97 <code class="details" id="delete">delete(bucket, entity)</code>
98 …>Permanently deletes the default object 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 default object ACL entry for the specified entity on the specified bucket.
111 bucket: string, Name of a bucket. (required)
121 "bucket": "A String", # The name of the bucket.
144 <code class="details" id="insert">insert(bucket, body)</code>
145 <pre>Creates a new default object ACL entry on the specified bucket.
148 bucket: string, Name of a bucket. (required)
156 "bucket": "A String", # The name of the bucket.
185 "bucket": "A String", # The name of the bucket.
208 …<code class="details" id="list">list(bucket, ifMetagenerationMatch=None, ifMetagenerationNotMatch=…
209 <pre>Retrieves default object ACL entries on the specified bucket.
212 bucket: string, Name of a bucket. (required)
213 …ifMetagenerationMatch: string, If present, only return default ACL listing if the bucket's current…
214 …ifMetagenerationNotMatch: string, If present, only return default ACL listing if the bucket's curr…
228 <code class="details" id="patch">patch(bucket, entity, body)</code>
229 …<pre>Updates a default object ACL entry on the specified bucket. This method supports patch semant…
232 bucket: string, Name of a bucket. (required)
241 "bucket": "A String", # The name of the bucket.
270 "bucket": "A String", # The name of the bucket.
293 <code class="details" id="update">update(bucket, entity, body)</code>
294 <pre>Updates a default object ACL entry on the specified bucket.
297 bucket: string, Name of a bucket. (required)
306 "bucket": "A String", # The name of the bucket.
335 "bucket": "A String", # The name of the bucket.