@@ -78,22 +78,22 @@ <h2>Instance Methods</h2>
78
78
< code > < a href ="#close "> close()</ a > </ code > </ p >
79
79
< p class ="firstline "> Close httplib2 connections.</ p >
80
80
< p class ="toc_element ">
81
- < code > < a href ="#delete "> delete(bucket, entity, provisionalUserProject=None, userProject=None)</ a > </ code > </ p >
81
+ < code > < a href ="#delete "> delete(bucket, entity, userProject=None)</ a > </ code > </ p >
82
82
< p class ="firstline "> Permanently deletes the ACL entry for the specified entity on the specified bucket.</ p >
83
83
< p class ="toc_element ">
84
- < code > < a href ="#get "> get(bucket, entity, provisionalUserProject=None, userProject=None)</ a > </ code > </ p >
84
+ < code > < a href ="#get "> get(bucket, entity, userProject=None)</ a > </ code > </ p >
85
85
< p class ="firstline "> Returns the ACL entry for the specified entity on the specified bucket.</ p >
86
86
< p class ="toc_element ">
87
- < code > < a href ="#insert "> insert(bucket, body=None, provisionalUserProject=None, userProject=None)</ a > </ code > </ p >
87
+ < code > < a href ="#insert "> insert(bucket, body=None, userProject=None)</ a > </ code > </ p >
88
88
< p class ="firstline "> Creates a new ACL entry on the specified bucket.</ p >
89
89
< p class ="toc_element ">
90
- < code > < a href ="#list "> list(bucket, provisionalUserProject=None, userProject=None)</ a > </ code > </ p >
90
+ < code > < a href ="#list "> list(bucket, userProject=None)</ a > </ code > </ p >
91
91
< p class ="firstline "> Retrieves ACL entries on the specified bucket.</ p >
92
92
< p class ="toc_element ">
93
- < code > < a href ="#patch "> patch(bucket, entity, body=None, provisionalUserProject=None, userProject=None)</ a > </ code > </ p >
93
+ < code > < a href ="#patch "> patch(bucket, entity, body=None, userProject=None)</ a > </ code > </ p >
94
94
< p class ="firstline "> Patches an ACL entry on the specified bucket.</ p >
95
95
< p class ="toc_element ">
96
- < code > < a href ="#update "> update(bucket, entity, body=None, provisionalUserProject=None, userProject=None)</ a > </ code > </ p >
96
+ < code > < a href ="#update "> update(bucket, entity, body=None, userProject=None)</ a > </ code > </ p >
97
97
< p class ="firstline "> Updates an ACL entry on the specified bucket.</ p >
98
98
< h3 > Method Details</ h3 >
99
99
< div class ="method ">
@@ -102,25 +102,23 @@ <h3>Method Details</h3>
102
102
</ div >
103
103
104
104
< div class ="method ">
105
- < code class ="details " id ="delete "> delete(bucket, entity, provisionalUserProject=None, userProject=None)</ code >
105
+ < code class ="details " id ="delete "> delete(bucket, entity, userProject=None)</ code >
106
106
< pre > Permanently deletes the ACL entry for the specified entity on the specified bucket.
107
107
108
108
Args:
109
109
bucket: string, Name of a bucket. (required)
110
110
entity: string, The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers. (required)
111
- provisionalUserProject: string, The project to be billed for this request if the target bucket is requester-pays bucket.
112
111
userProject: string, The project to be billed for this request. Required for Requester Pays buckets.
113
112
</ pre >
114
113
</ div >
115
114
116
115
< div class ="method ">
117
- < code class ="details " id ="get "> get(bucket, entity, provisionalUserProject=None, userProject=None)</ code >
116
+ < code class ="details " id ="get "> get(bucket, entity, userProject=None)</ code >
118
117
< pre > Returns the ACL entry for the specified entity on the specified bucket.
119
118
120
119
Args:
121
120
bucket: string, Name of a bucket. (required)
122
121
entity: string, The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers. (required)
123
- provisionalUserProject: string, The project to be billed for this request if the target bucket is requester-pays bucket.
124
122
userProject: string, The project to be billed for this request. Required for Requester Pays buckets.
125
123
126
124
Returns:
@@ -156,7 +154,7 @@ <h3>Method Details</h3>
156
154
</ div >
157
155
158
156
< div class ="method ">
159
- < code class ="details " id ="insert "> insert(bucket, body=None, provisionalUserProject=None, userProject=None)</ code >
157
+ < code class ="details " id ="insert "> insert(bucket, body=None, userProject=None)</ code >
160
158
< pre > Creates a new ACL entry on the specified bucket.
161
159
162
160
Args:
@@ -192,7 +190,6 @@ <h3>Method Details</h3>
192
190
"selfLink": "A String", # The link to this access-control entry.
193
191
}
194
192
195
- provisionalUserProject: string, The project to be billed for this request if the target bucket is requester-pays bucket.
196
193
userProject: string, The project to be billed for this request. Required for Requester Pays buckets.
197
194
198
195
Returns:
@@ -228,12 +225,11 @@ <h3>Method Details</h3>
228
225
</ div >
229
226
230
227
< div class ="method ">
231
- < code class ="details " id ="list "> list(bucket, provisionalUserProject=None, userProject=None)</ code >
228
+ < code class ="details " id ="list "> list(bucket, userProject=None)</ code >
232
229
< pre > Retrieves ACL entries on the specified bucket.
233
230
234
231
Args:
235
232
bucket: string, Name of a bucket. (required)
236
- provisionalUserProject: string, The project to be billed for this request if the target bucket is requester-pays bucket.
237
233
userProject: string, The project to be billed for this request. Required for Requester Pays buckets.
238
234
239
235
Returns:
@@ -274,7 +270,7 @@ <h3>Method Details</h3>
274
270
</ div >
275
271
276
272
< div class ="method ">
277
- < code class ="details " id ="patch "> patch(bucket, entity, body=None, provisionalUserProject=None, userProject=None)</ code >
273
+ < code class ="details " id ="patch "> patch(bucket, entity, body=None, userProject=None)</ code >
278
274
< pre > Patches an ACL entry on the specified bucket.
279
275
280
276
Args:
@@ -311,7 +307,6 @@ <h3>Method Details</h3>
311
307
"selfLink": "A String", # The link to this access-control entry.
312
308
}
313
309
314
- provisionalUserProject: string, The project to be billed for this request if the target bucket is requester-pays bucket.
315
310
userProject: string, The project to be billed for this request. Required for Requester Pays buckets.
316
311
317
312
Returns:
@@ -347,7 +342,7 @@ <h3>Method Details</h3>
347
342
</ div >
348
343
349
344
< div class ="method ">
350
- < code class ="details " id ="update "> update(bucket, entity, body=None, provisionalUserProject=None, userProject=None)</ code >
345
+ < code class ="details " id ="update "> update(bucket, entity, body=None, userProject=None)</ code >
351
346
< pre > Updates an ACL entry on the specified bucket.
352
347
353
348
Args:
@@ -384,7 +379,6 @@ <h3>Method Details</h3>
384
379
"selfLink": "A String", # The link to this access-control entry.
385
380
}
386
381
387
- provisionalUserProject: string, The project to be billed for this request if the target bucket is requester-pays bucket.
388
382
userProject: string, The project to be billed for this request. Required for Requester Pays buckets.
389
383
390
384
Returns:
0 commit comments