Lines Matching full:bucket
78 <code><a href="#delete">delete(bucket)</a></code></p>
79 <p class="firstline">Deletes an empty bucket.</p>
81 <code><a href="#get">get(bucket, projection=None)</a></code></p>
82 <p class="firstline">Returns metadata for the specified bucket.</p>
85 <p class="firstline">Creates a new bucket.</p>
93 <code><a href="#patch">patch(bucket, body, projection=None)</a></code></p>
94 <p class="firstline">Updates a bucket. This method supports patch semantics.</p>
96 <code><a href="#update">update(bucket, body, projection=None)</a></code></p>
97 <p class="firstline">Updates a bucket.</p>
100 <code class="details" id="delete">delete(bucket)</code>
101 <pre>Deletes an empty bucket.
104 bucket: string, Name of a bucket. (required)
109 <code class="details" id="get">get(bucket, projection=None)</code>
110 <pre>Returns metadata for the specified bucket.
113 bucket: string, Name of a bucket. (required)
122 { # A bucket.
123 "website": { # The bucket's website configuration.
125 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
127 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
128 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
129 "projectId": "A String", # The project the bucket belongs to.
130 "acl": [ # Access controls on the bucket.
133 "bucket": "A String", # The name of the bucket.
134 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
157 "bucket": "A String", # The name of the bucket.
177 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
178 "owner": { # The owner of the bucket. This will always be the project team's owner group.
182 "id": "A String", # The name of the bucket.
183 "selfLink": "A String", # The URI of this bucket.
189 <pre>Creates a new bucket.
195 { # A bucket.
196 "website": { # The bucket's website configuration.
198 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
200 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
201 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
202 "projectId": "A String", # The project the bucket belongs to.
203 "acl": [ # Access controls on the bucket.
206 "bucket": "A String", # The name of the bucket.
207 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
230 "bucket": "A String", # The name of the bucket.
250 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
251 "owner": { # The owner of the bucket. This will always be the project team's owner group.
255 "id": "A String", # The name of the bucket.
256 "selfLink": "A String", # The URI of this bucket.
259 …projection: string, Set of properties to return. Defaults to no_acl, unless the bucket resource sp…
267 { # A bucket.
268 "website": { # The bucket's website configuration.
270 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
272 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
273 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
274 "projectId": "A String", # The project the bucket belongs to.
275 "acl": [ # Access controls on the bucket.
278 "bucket": "A String", # The name of the bucket.
279 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
302 "bucket": "A String", # The name of the bucket.
322 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
323 "owner": { # The owner of the bucket. This will always be the project team's owner group.
327 "id": "A String", # The name of the bucket.
328 "selfLink": "A String", # The URI of this bucket.
351 { # A bucket.
352 "website": { # The bucket's website configuration.
354 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
356 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
357 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
358 "projectId": "A String", # The project the bucket belongs to.
359 "acl": [ # Access controls on the bucket.
362 "bucket": "A String", # The name of the bucket.
363 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
386 "bucket": "A String", # The name of the bucket.
406 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
407 "owner": { # The owner of the bucket. This will always be the project team's owner group.
411 "id": "A String", # The name of the bucket.
412 "selfLink": "A String", # The URI of this bucket.
434 <code class="details" id="patch">patch(bucket, body, projection=None)</code>
435 <pre>Updates a bucket. This method supports patch semantics.
438 bucket: string, Name of a bucket. (required)
442 { # A bucket.
443 "website": { # The bucket's website configuration.
445 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
447 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
448 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
449 "projectId": "A String", # The project the bucket belongs to.
450 "acl": [ # Access controls on the bucket.
453 "bucket": "A String", # The name of the bucket.
454 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
477 "bucket": "A String", # The name of the bucket.
497 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
498 "owner": { # The owner of the bucket. This will always be the project team's owner group.
502 "id": "A String", # The name of the bucket.
503 "selfLink": "A String", # The URI of this bucket.
514 { # A bucket.
515 "website": { # The bucket's website configuration.
517 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
519 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
520 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
521 "projectId": "A String", # The project the bucket belongs to.
522 "acl": [ # Access controls on the bucket.
525 "bucket": "A String", # The name of the bucket.
526 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
549 "bucket": "A String", # The name of the bucket.
569 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
570 "owner": { # The owner of the bucket. This will always be the project team's owner group.
574 "id": "A String", # The name of the bucket.
575 "selfLink": "A String", # The URI of this bucket.
580 <code class="details" id="update">update(bucket, body, projection=None)</code>
581 <pre>Updates a bucket.
584 bucket: string, Name of a bucket. (required)
588 { # A bucket.
589 "website": { # The bucket's website configuration.
591 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
593 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
594 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
595 "projectId": "A String", # The project the bucket belongs to.
596 "acl": [ # Access controls on the bucket.
599 "bucket": "A String", # The name of the bucket.
600 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
623 "bucket": "A String", # The name of the bucket.
643 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
644 "owner": { # The owner of the bucket. This will always be the project team's owner group.
648 "id": "A String", # The name of the bucket.
649 "selfLink": "A String", # The URI of this bucket.
660 { # A bucket.
661 "website": { # The bucket's website configuration.
663 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
665 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
666 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
667 "projectId": "A String", # The project the bucket belongs to.
668 "acl": [ # Access controls on the bucket.
671 "bucket": "A String", # The name of the bucket.
672 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
695 "bucket": "A String", # The name of the bucket.
715 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
716 "owner": { # The owner of the bucket. This will always be the project team's owner group.
720 "id": "A String", # The name of the bucket.
721 "selfLink": "A String", # The URI of this bucket.