• Home
  • Raw
  • Download

Lines Matching full:bucket

78 …<code><a href="#delete">delete(bucket, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None)<…
79 <p class="firstline">Permanently deletes an empty bucket.</p>
81 …<code><a href="#get">get(bucket, projection=None, ifMetagenerationMatch=None, ifMetagenerationNotM…
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, ifMetagenerationMatch=None, ifMetagene…
94 <p class="firstline">Updates a bucket. This method supports patch semantics.</p>
96 …<code><a href="#update">update(bucket, body, projection=None, ifMetagenerationMatch=None, ifMetage…
97 <p class="firstline">Updates a bucket.</p>
100 …<code class="details" id="delete">delete(bucket, ifMetagenerationMatch=None, ifMetagenerationNotMa…
101 <pre>Permanently deletes an empty bucket.
104 bucket: string, Name of a bucket. (required)
105 …etagenerationMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
106 …generationNotMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
111 …<code class="details" id="get">get(bucket, projection=None, ifMetagenerationMatch=None, ifMetagene…
112 <pre>Returns metadata for the specified bucket.
115 bucket: string, Name of a bucket. (required)
120 …etagenerationMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
121 …generationNotMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
126 { # A bucket.
127 "website": { # The bucket's website configuration.
129 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
131 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
132 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
134 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
136 "name": "A String", # The name of the bucket.
137 "metageneration": "A String", # The metadata generation of this bucket.
138 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
139 "versioning": { # The bucket's versioning configuration.
140 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
142 "acl": [ # Access controls on the bucket.
145 "bucket": "A String", # The name of the bucket.
146 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
171 "bucket": "A String", # The name of the bucket.
192 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
193 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
194 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
208 "owner": { # The owner of the bucket. This is always the project team's owner group.
212 …"lifecycle": { # The bucket's lifecycle configuration. See object lifecycle management for more in…
227 "id": "A String", # The ID of the bucket.
228 "selfLink": "A String", # The URI of this bucket.
229 …"storageClass": "A String", # The bucket's storage class. This defines how objects in the bucket a…
235 <pre>Creates a new bucket.
242 { # A bucket.
243 "website": { # The bucket's website configuration.
245 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
247 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
248 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
250 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
252 "name": "A String", # The name of the bucket.
253 "metageneration": "A String", # The metadata generation of this bucket.
254 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
255 "versioning": { # The bucket's versioning configuration.
256 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
258 "acl": [ # Access controls on the bucket.
261 "bucket": "A String", # The name of the bucket.
262 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
287 "bucket": "A String", # The name of the bucket.
308 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
309 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
310 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
324 "owner": { # The owner of the bucket. This is always the project team's owner group.
328 …"lifecycle": { # The bucket's lifecycle configuration. See object lifecycle management for more in…
343 "id": "A String", # The ID of the bucket.
344 "selfLink": "A String", # The URI of this bucket.
345 …"storageClass": "A String", # The bucket's storage class. This defines how objects in the bucket a…
348 …projection: string, Set of properties to return. Defaults to noAcl, unless the bucket resource spe…
356 { # A bucket.
357 "website": { # The bucket's website configuration.
359 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
361 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
362 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
364 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
366 "name": "A String", # The name of the bucket.
367 "metageneration": "A String", # The metadata generation of this bucket.
368 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
369 "versioning": { # The bucket's versioning configuration.
370 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
372 "acl": [ # Access controls on the bucket.
375 "bucket": "A String", # The name of the bucket.
376 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
401 "bucket": "A String", # The name of the bucket.
422 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
423 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
424 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
438 "owner": { # The owner of the bucket. This is always the project team's owner group.
442 …"lifecycle": { # The bucket's lifecycle configuration. See object lifecycle management for more in…
457 "id": "A String", # The ID of the bucket.
458 "selfLink": "A String", # The URI of this bucket.
459 …"storageClass": "A String", # The bucket's storage class. This defines how objects in the bucket a…
482 { # A bucket.
483 "website": { # The bucket's website configuration.
485 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
487 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
488 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
490 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
492 "name": "A String", # The name of the bucket.
493 "metageneration": "A String", # The metadata generation of this bucket.
494 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
495 "versioning": { # The bucket's versioning configuration.
496 … "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
498 "acl": [ # Access controls on the bucket.
501 "bucket": "A String", # The name of the bucket.
502 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
527 "bucket": "A String", # The name of the bucket.
548 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
549 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
550 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
564 "owner": { # The owner of the bucket. This is always the project team's owner group.
568 …"lifecycle": { # The bucket's lifecycle configuration. See object lifecycle management for more in…
583 "id": "A String", # The ID of the bucket.
584 "selfLink": "A String", # The URI of this bucket.
585 …"storageClass": "A String", # The bucket's storage class. This defines how objects in the bucket a…
607 …<code class="details" id="patch">patch(bucket, body, projection=None, ifMetagenerationMatch=None, …
608 <pre>Updates a bucket. This method supports patch semantics.
611 bucket: string, Name of a bucket. (required)
615 { # A bucket.
616 "website": { # The bucket's website configuration.
618 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
620 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
621 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
623 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
625 "name": "A String", # The name of the bucket.
626 "metageneration": "A String", # The metadata generation of this bucket.
627 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
628 "versioning": { # The bucket's versioning configuration.
629 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
631 "acl": [ # Access controls on the bucket.
634 "bucket": "A String", # The name of the bucket.
635 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
660 "bucket": "A String", # The name of the bucket.
681 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
682 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
683 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
697 "owner": { # The owner of the bucket. This is always the project team's owner group.
701 …"lifecycle": { # The bucket's lifecycle configuration. See object lifecycle management for more in…
716 "id": "A String", # The ID of the bucket.
717 "selfLink": "A String", # The URI of this bucket.
718 …"storageClass": "A String", # The bucket's storage class. This defines how objects in the bucket a…
725 …etagenerationMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
726 …generationNotMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
731 { # A bucket.
732 "website": { # The bucket's website configuration.
734 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
736 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
737 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
739 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
741 "name": "A String", # The name of the bucket.
742 "metageneration": "A String", # The metadata generation of this bucket.
743 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
744 "versioning": { # The bucket's versioning configuration.
745 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
747 "acl": [ # Access controls on the bucket.
750 "bucket": "A String", # The name of the bucket.
751 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
776 "bucket": "A String", # The name of the bucket.
797 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
798 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
799 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
813 "owner": { # The owner of the bucket. This is always the project team's owner group.
817 …"lifecycle": { # The bucket's lifecycle configuration. See object lifecycle management for more in…
832 "id": "A String", # The ID of the bucket.
833 "selfLink": "A String", # The URI of this bucket.
834 …"storageClass": "A String", # The bucket's storage class. This defines how objects in the bucket a…
839 …<code class="details" id="update">update(bucket, body, projection=None, ifMetagenerationMatch=None…
840 <pre>Updates a bucket.
843 bucket: string, Name of a bucket. (required)
847 { # A bucket.
848 "website": { # The bucket's website configuration.
850 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
852 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
853 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
855 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
857 "name": "A String", # The name of the bucket.
858 "metageneration": "A String", # The metadata generation of this bucket.
859 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
860 "versioning": { # The bucket's versioning configuration.
861 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
863 "acl": [ # Access controls on the bucket.
866 "bucket": "A String", # The name of the bucket.
867 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
892 "bucket": "A String", # The name of the bucket.
913 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
914 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
915 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
929 "owner": { # The owner of the bucket. This is always the project team's owner group.
933 …"lifecycle": { # The bucket's lifecycle configuration. See object lifecycle management for more in…
948 "id": "A String", # The ID of the bucket.
949 "selfLink": "A String", # The URI of this bucket.
950 …"storageClass": "A String", # The bucket's storage class. This defines how objects in the bucket a…
957 …etagenerationMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
958 …generationNotMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
963 { # A bucket.
964 "website": { # The bucket's website configuration.
966 …"mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are …
968 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
969 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
971 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
973 "name": "A String", # The name of the bucket.
974 "metageneration": "A String", # The metadata generation of this bucket.
975 "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
976 "versioning": { # The bucket's versioning configuration.
977 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
979 "acl": [ # Access controls on the bucket.
982 "bucket": "A String", # The name of the bucket.
983 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
1008 "bucket": "A String", # The name of the bucket.
1029 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
1030 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
1031 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
1045 "owner": { # The owner of the bucket. This is always the project team's owner group.
1049 …"lifecycle": { # The bucket's lifecycle configuration. See object lifecycle management for more in…
1064 "id": "A String", # The ID of the bucket.
1065 "selfLink": "A String", # The URI of this bucket.
1066 …"storageClass": "A String", # The bucket's storage class. This defines how objects in the bucket a…