• Home
  • Raw
  • Download

Lines Matching full:bucket

78 …<code><a href="#delete">delete(bucket, ifMetagenerationMatch=None, userProject=None, ifMetagenerat…
79 <p class="firstline">Permanently deletes an empty bucket.</p>
81 …<code><a href="#get">get(bucket, projection=None, ifMetagenerationMatch=None, userProject=None, if…
82 <p class="firstline">Returns metadata for the specified bucket.</p>
84 <code><a href="#getIamPolicy">getIamPolicy(bucket, userProject=None)</a></code></p>
85 <p class="firstline">Returns an IAM policy for the specified bucket.</p>
88 <p class="firstline">Creates a new bucket.</p>
96 …<code><a href="#patch">patch(bucket, body, projection=None, ifMetagenerationMatch=None, userProjec…
97 <p class="firstline">Updates a bucket. Changes to the bucket will be readable immediately after wri…
99 <code><a href="#setIamPolicy">setIamPolicy(bucket, body, userProject=None)</a></code></p>
100 <p class="firstline">Updates an IAM policy for the specified bucket.</p>
102 …<code><a href="#testIamPermissions">testIamPermissions(bucket, permissions, userProject=None)</a><…
103 <p class="firstline">Tests a set of permissions on the given bucket to see which, if any, are held …
105 …<code><a href="#update">update(bucket, body, projection=None, ifMetagenerationMatch=None, userProj…
106 <p class="firstline">Updates a bucket. Changes to the bucket will be readable immediately after wri…
109 …<code class="details" id="delete">delete(bucket, ifMetagenerationMatch=None, userProject=None, ifM…
110 <pre>Permanently deletes an empty bucket.
113 bucket: string, Name of a bucket. (required)
114 …ifMetagenerationMatch: string, If set, only deletes the bucket if its metageneration matches this …
116 …ifMetagenerationNotMatch: string, If set, only deletes the bucket if its metageneration does not m…
121 …<code class="details" id="get">get(bucket, projection=None, ifMetagenerationMatch=None, userProjec…
122 <pre>Returns metadata for the specified bucket.
125 bucket: string, Name of a bucket. (required)
130 …etagenerationMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
132 …generationNotMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
137 { # A bucket.
138 …"website": { # The bucket's website configuration, controlling how the service behaves when access…
139 …ssing, if applicable, the service will return the named object from this bucket as the content for…
142 "metageneration": "A String", # The metadata generation of this bucket.
143 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
144 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
146 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
148 "name": "A String", # The name of the bucket.
149 "billing": { # The bucket's billing configuration.
150 "requesterPays": True or False, # When set to true, bucket is requester pays.
152 "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
156 "updated": "A String", # The modification time of the bucket in RFC 3339 format.
157 "versioning": { # The bucket's versioning configuration.
158 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
160 "acl": [ # Access controls on the bucket.
163 "bucket": "A String", # The name of the bucket.
164 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
194 "bucket": "A String", # The name of the bucket.
220 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
221 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
222 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
236 "owner": { # The owner of the bucket. This is always the project team's owner group.
240 …"lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more informati…
259 "selfLink": "A String", # The URI of this bucket.
260 … "id": "A String", # The ID of the bucket. For buckets, the id and name properities are the same.
261 "projectNumber": "A String", # The project number of the project the bucket belongs to.
262bucket's default storage class, used whenever no storageClass is specified for a newly-created obj…
267 <code class="details" id="getIamPolicy">getIamPolicy(bucket, userProject=None)</code>
268 <pre>Returns an IAM policy for the specified bucket.
271 bucket: string, Name of a bucket. (required)
277 { # A bucket/object IAM policy.
278bucket for buckets, and buckets/bucket/objects/object for objects. A specific generation may be sp…
289 …d access to buckets with object listing. Equivalent to an ACL entry on a bucket with the READER ro…
290 …s with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the WRITER ro…
291 …s with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the OWNER rol…
313 <pre>Creates a new bucket.
320 { # A bucket.
321 …"website": { # The bucket's website configuration, controlling how the service behaves when access…
322 …ssing, if applicable, the service will return the named object from this bucket as the content for…
325 "metageneration": "A String", # The metadata generation of this bucket.
326 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
327 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
329 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
331 "name": "A String", # The name of the bucket.
332 "billing": { # The bucket's billing configuration.
333 "requesterPays": True or False, # When set to true, bucket is requester pays.
335 "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
339 "updated": "A String", # The modification time of the bucket in RFC 3339 format.
340 "versioning": { # The bucket's versioning configuration.
341 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
343 "acl": [ # Access controls on the bucket.
346 "bucket": "A String", # The name of the bucket.
347 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
377 "bucket": "A String", # The name of the bucket.
403 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
404 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
405 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
419 "owner": { # The owner of the bucket. This is always the project team's owner group.
423 …"lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more informati…
442 "selfLink": "A String", # The URI of this bucket.
443 "id": "A String", # The ID of the bucket. For buckets, the id and name properities are the same.
444 "projectNumber": "A String", # The project number of the project the bucket belongs to.
445bucket's default storage class, used whenever no storageClass is specified for a newly-created obj…
448 …projection: string, Set of properties to return. Defaults to noAcl, unless the bucket resource spe…
452 …dDefaultObjectAcl: string, Apply a predefined set of default object access controls to this bucket.
460 predefinedAcl: string, Apply a predefined set of access controls to this bucket.
471 { # A bucket.
472 …"website": { # The bucket's website configuration, controlling how the service behaves when access…
473 …ssing, if applicable, the service will return the named object from this bucket as the content for…
476 "metageneration": "A String", # The metadata generation of this bucket.
477 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
478 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
480 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
482 "name": "A String", # The name of the bucket.
483 "billing": { # The bucket's billing configuration.
484 "requesterPays": True or False, # When set to true, bucket is requester pays.
486 "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
490 "updated": "A String", # The modification time of the bucket in RFC 3339 format.
491 "versioning": { # The bucket's versioning configuration.
492 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
494 "acl": [ # Access controls on the bucket.
497 "bucket": "A String", # The name of the bucket.
498 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
528 "bucket": "A String", # The name of the bucket.
554 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
555 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
556 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
570 "owner": { # The owner of the bucket. This is always the project team's owner group.
574 …"lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more informati…
593 "selfLink": "A String", # The URI of this bucket.
594 … "id": "A String", # The ID of the bucket. For buckets, the id and name properities are the same.
595 "projectNumber": "A String", # The project number of the project the bucket belongs to.
596bucket's default storage class, used whenever no storageClass is specified for a newly-created obj…
620 { # A bucket.
621 …"website": { # The bucket's website configuration, controlling how the service behaves when access…
622 …ssing, if applicable, the service will return the named object from this bucket as the content for…
625 "metageneration": "A String", # The metadata generation of this bucket.
626 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
627 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
629 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
631 "name": "A String", # The name of the bucket.
632 "billing": { # The bucket's billing configuration.
633 "requesterPays": True or False, # When set to true, bucket is requester pays.
635 "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
639 "updated": "A String", # The modification time of the bucket in RFC 3339 format.
640 "versioning": { # The bucket's versioning configuration.
641 … "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
643 "acl": [ # Access controls on the bucket.
646 "bucket": "A String", # The name of the bucket.
647 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
677 "bucket": "A String", # The name of the bucket.
703 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
704 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
705 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
719 "owner": { # The owner of the bucket. This is always the project team's owner group.
723 …"lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more informati…
742 "selfLink": "A String", # The URI of this bucket.
743 … "id": "A String", # The ID of the bucket. For buckets, the id and name properities are the same.
744 "projectNumber": "A String", # The project number of the project the bucket belongs to.
745bucket's default storage class, used whenever no storageClass is specified for a newly-created obj…
767 …<code class="details" id="patch">patch(bucket, body, projection=None, ifMetagenerationMatch=None, …
768 …<pre>Updates a bucket. Changes to the bucket will be readable immediately after writing, but confi…
771 bucket: string, Name of a bucket. (required)
775 { # A bucket.
776 …"website": { # The bucket's website configuration, controlling how the service behaves when access…
777 …ssing, if applicable, the service will return the named object from this bucket as the content for…
780 "metageneration": "A String", # The metadata generation of this bucket.
781 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
782 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
784 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
786 "name": "A String", # The name of the bucket.
787 "billing": { # The bucket's billing configuration.
788 "requesterPays": True or False, # When set to true, bucket is requester pays.
790 "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
794 "updated": "A String", # The modification time of the bucket in RFC 3339 format.
795 "versioning": { # The bucket's versioning configuration.
796 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
798 "acl": [ # Access controls on the bucket.
801 "bucket": "A String", # The name of the bucket.
802 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
832 "bucket": "A String", # The name of the bucket.
858 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
859 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
860 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
874 "owner": { # The owner of the bucket. This is always the project team's owner group.
878 …"lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more informati…
897 "selfLink": "A String", # The URI of this bucket.
898 "id": "A String", # The ID of the bucket. For buckets, the id and name properities are the same.
899 "projectNumber": "A String", # The project number of the project the bucket belongs to.
900bucket's default storage class, used whenever no storageClass is specified for a newly-created obj…
907 …etagenerationMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
909 …dDefaultObjectAcl: string, Apply a predefined set of default object access controls to this bucket.
917 predefinedAcl: string, Apply a predefined set of access controls to this bucket.
924 …generationNotMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
929 { # A bucket.
930 …"website": { # The bucket's website configuration, controlling how the service behaves when access…
931 …ssing, if applicable, the service will return the named object from this bucket as the content for…
934 "metageneration": "A String", # The metadata generation of this bucket.
935 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
936 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
938 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
940 "name": "A String", # The name of the bucket.
941 "billing": { # The bucket's billing configuration.
942 "requesterPays": True or False, # When set to true, bucket is requester pays.
944 "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
948 "updated": "A String", # The modification time of the bucket in RFC 3339 format.
949 "versioning": { # The bucket's versioning configuration.
950 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
952 "acl": [ # Access controls on the bucket.
955 "bucket": "A String", # The name of the bucket.
956 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
986 "bucket": "A String", # The name of the bucket.
1012 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
1013 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
1014 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
1028 "owner": { # The owner of the bucket. This is always the project team's owner group.
1032 …"lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more informati…
1051 "selfLink": "A String", # The URI of this bucket.
1052 … "id": "A String", # The ID of the bucket. For buckets, the id and name properities are the same.
1053 "projectNumber": "A String", # The project number of the project the bucket belongs to.
1054bucket's default storage class, used whenever no storageClass is specified for a newly-created obj…
1059 <code class="details" id="setIamPolicy">setIamPolicy(bucket, body, userProject=None)</code>
1060 <pre>Updates an IAM policy for the specified bucket.
1063 bucket: string, Name of a bucket. (required)
1067 { # A bucket/object IAM policy.
1068bucket for buckets, and buckets/bucket/objects/object for objects. A specific generation may be sp…
1079 …d access to buckets with object listing. Equivalent to an ACL entry on a bucket with the READER ro…
1080 …s with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the WRITER ro…
1081 …s with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the OWNER rol…
1105 { # A bucket/object IAM policy.
1106bucket for buckets, and buckets/bucket/objects/object for objects. A specific generation may be sp…
1117 …d access to buckets with object listing. Equivalent to an ACL entry on a bucket with the READER ro…
1118 …s with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the WRITER ro…
1119 …s with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the OWNER rol…
1140 …<code class="details" id="testIamPermissions">testIamPermissions(bucket, permissions, userProject=…
1141 <pre>Tests a set of permissions on the given bucket to see which, if any, are held by the caller.
1144 bucket: string, Name of a bucket. (required)
1154 # - storage.buckets.delete — Delete bucket.
1155 # - storage.buckets.get — Read bucket metadata.
1156 # - storage.buckets.getIamPolicy — Read bucket IAM policy.
1157 # - storage.buckets.create — Create bucket.
1159 # - storage.buckets.setIamPolicy — Update bucket IAM policy.
1160 # - storage.buckets.update — Update bucket metadata.
1174 …<code class="details" id="update">update(bucket, body, projection=None, ifMetagenerationMatch=None…
1175 …<pre>Updates a bucket. Changes to the bucket will be readable immediately after writing, but confi…
1178 bucket: string, Name of a bucket. (required)
1182 { # A bucket.
1183 …"website": { # The bucket's website configuration, controlling how the service behaves when access…
1184 …ssing, if applicable, the service will return the named object from this bucket as the content for…
1187 "metageneration": "A String", # The metadata generation of this bucket.
1188 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
1189 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
1191 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
1193 "name": "A String", # The name of the bucket.
1194 "billing": { # The bucket's billing configuration.
1195 "requesterPays": True or False, # When set to true, bucket is requester pays.
1197 "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
1201 "updated": "A String", # The modification time of the bucket in RFC 3339 format.
1202 "versioning": { # The bucket's versioning configuration.
1203 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
1205 "acl": [ # Access controls on the bucket.
1208 "bucket": "A String", # The name of the bucket.
1209 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
1239 "bucket": "A String", # The name of the bucket.
1265 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
1266 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
1267 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
1281 "owner": { # The owner of the bucket. This is always the project team's owner group.
1285 …"lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more informati…
1304 "selfLink": "A String", # The URI of this bucket.
1305 "id": "A String", # The ID of the bucket. For buckets, the id and name properities are the same.
1306 "projectNumber": "A String", # The project number of the project the bucket belongs to.
1307bucket's default storage class, used whenever no storageClass is specified for a newly-created obj…
1314 …etagenerationMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
1316 …dDefaultObjectAcl: string, Apply a predefined set of default object access controls to this bucket.
1324 predefinedAcl: string, Apply a predefined set of access controls to this bucket.
1331 …generationNotMatch: string, Makes the return of the bucket metadata conditional on whether the buc…
1336 { # A bucket.
1337 …"website": { # The bucket's website configuration, controlling how the service behaves when access…
1338 …ssing, if applicable, the service will return the named object from this bucket as the content for…
1341 "metageneration": "A String", # The metadata generation of this bucket.
1342 … "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
1343 …logging": { # The bucket's logging configuration, which defines the destination bucket and optiona…
1345 …"logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
1347 "name": "A String", # The name of the bucket.
1348 "billing": { # The bucket's billing configuration.
1349 "requesterPays": True or False, # When set to true, bucket is requester pays.
1351 "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
1355 "updated": "A String", # The modification time of the bucket in RFC 3339 format.
1356 "versioning": { # The bucket's versioning configuration.
1357 "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
1359 "acl": [ # Access controls on the bucket.
1362 "bucket": "A String", # The name of the bucket.
1363 …"kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entri…
1393 "bucket": "A String", # The name of the bucket.
1419 "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
1420 …"location": "A String", # The location of the bucket. Object data for objects in the bucket reside…
1421 "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
1435 "owner": { # The owner of the bucket. This is always the project team's owner group.
1439 …"lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more informati…
1458 "selfLink": "A String", # The URI of this bucket.
1459 … "id": "A String", # The ID of the bucket. For buckets, the id and name properities are the same.
1460 "projectNumber": "A String", # The project number of the project the bucket belongs to.
1461bucket's default storage class, used whenever no storageClass is specified for a newly-created obj…