Lines Matching full:object
78 <code><a href="#delete">delete(bucket, object)</a></code></p>
81 <code><a href="#get">get(bucket, object, projection=None)</a></code></p>
84 <code><a href="#get_media">get_media(bucket, object, projection=None)</a></code></p>
99 <code><a href="#patch">patch(bucket, object, body, projection=None)</a></code></p>
102 <code><a href="#update">update(bucket, object, body, projection=None)</a></code></p>
105 <code><a href="#update_media">update_media(bucket, object, body, projection=None)</a></code></p>
109 <code class="details" id="delete">delete(bucket, object)</code>
113 bucket: string, Name of the bucket in which the object resides. (required)
114 object: string, Name of the object. (required)
119 <code class="details" id="get">get(bucket, object, projection=None)</code>
123 bucket: string, Name of the bucket in which the object resides. (required)
124 object: string, Name of the object. (required)
131 An object of the form:
133 { # An object.
134 … "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
135 "name": "A String", # The name of this object. Required if not specified by URL parameter.
136 "contentLanguage": "A String", # Content-Language of the object data.
137 …"media": { # Object media data. Provided on your behalf when uploading raw media or multipart/rela…
138 "contentType": "A String", # Content-Type of the object data.
146 "bucket": "A String", # The bucket containing this object.
147 "contentEncoding": "A String", # Content-Encoding of the object data.
148 "selfLink": "A String", # The link to this object.
149 "owner": { # The owner of the object. This will always be the uploader of the object.
153 "cacheControl": "A String", # Cache-Control directive for the object data.
154 "acl": [ # Access controls on the object.
157 "object": "A String", # The name of the object.
159 …"kind": "storage#objectAccessControl", # The kind of item this is. For object access control entri…
178 "id": "A String", # The ID of the object.
179 "contentDisposition": "A String", # Content-Disposition of the object data.
187 <code class="details" id="get_media">get_media(bucket, object, projection=None)</code>
191 bucket: string, Name of the bucket in which the object resides. (required)
192 object: string, Name of the object. (required)
199 The media object as a string.
209 …ket: string, Name of the bucket in which to store the new object. Overrides the provided object me…
210 body: object, The request body.
211 The object takes the form of:
213 { # An object.
214 … "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
215 "name": "A String", # The name of this object. Required if not specified by URL parameter.
216 "contentLanguage": "A String", # Content-Language of the object data.
217 …"media": { # Object media data. Provided on your behalf when uploading raw media or multipart/rela…
218 "contentType": "A String", # Content-Type of the object data.
226 "bucket": "A String", # The bucket containing this object.
227 "contentEncoding": "A String", # Content-Encoding of the object data.
228 "selfLink": "A String", # The link to this object.
229 "owner": { # The owner of the object. This will always be the uploader of the object.
233 "cacheControl": "A String", # Cache-Control directive for the object data.
234 "acl": [ # Access controls on the object.
237 "object": "A String", # The name of the object.
239 …"kind": "storage#objectAccessControl", # The kind of item this is. For object access control entri…
258 "id": "A String", # The ID of the object.
259 "contentDisposition": "A String", # Content-Disposition of the object data.
265 …media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
266 …name: string, Name of the object. Required when the object metadata is not otherwise provided. Ove…
267 …mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
268 …projection: string, Set of properties to return. Defaults to no_acl, unless the object resource sp…
274 An object of the form:
276 { # An object.
277 … "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
278 "name": "A String", # The name of this object. Required if not specified by URL parameter.
279 "contentLanguage": "A String", # Content-Language of the object data.
280 …"media": { # Object media data. Provided on your behalf when uploading raw media or multipart/rela…
281 "contentType": "A String", # Content-Type of the object data.
289 "bucket": "A String", # The bucket containing this object.
290 "contentEncoding": "A String", # Content-Encoding of the object data.
291 "selfLink": "A String", # The link to this object.
292 "owner": { # The owner of the object. This will always be the uploader of the object.
296 "cacheControl": "A String", # Cache-Control directive for the object data.
297 "acl": [ # Access controls on the object.
300 "object": "A String", # The name of the object.
302 …"kind": "storage#objectAccessControl", # The kind of item this is. For object access control entri…
321 "id": "A String", # The ID of the object.
322 "contentDisposition": "A String", # Content-Disposition of the object data.
334 …ket: string, Name of the bucket in which to store the new object. Overrides the provided object me…
335 body: object, The request body.
336 The object takes the form of:
338 { # An object.
339 … "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
340 "name": "A String", # The name of this object. Required if not specified by URL parameter.
341 "contentLanguage": "A String", # Content-Language of the object data.
342 …"media": { # Object media data. Provided on your behalf when uploading raw media or multipart/rela…
343 "contentType": "A String", # Content-Type of the object data.
351 "bucket": "A String", # The bucket containing this object.
352 "contentEncoding": "A String", # Content-Encoding of the object data.
353 "selfLink": "A String", # The link to this object.
354 "owner": { # The owner of the object. This will always be the uploader of the object.
358 "cacheControl": "A String", # Cache-Control directive for the object data.
359 "acl": [ # Access controls on the object.
362 "object": "A String", # The name of the object.
364 …"kind": "storage#objectAccessControl", # The kind of item this is. For object access control entri…
383 "id": "A String", # The ID of the object.
384 "contentDisposition": "A String", # Content-Disposition of the object data.
390 …media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
391 …name: string, Name of the object. Required when the object metadata is not otherwise provided. Ove…
392 …mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
393 …projection: string, Set of properties to return. Defaults to no_acl, unless the object resource sp…
399 The media object as a string.
420 An object of the form:
425 { # An object.
426 … "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
427 "name": "A String", # The name of this object. Required if not specified by URL parameter.
428 "contentLanguage": "A String", # Content-Language of the object data.
429 …"media": { # Object media data. Provided on your behalf when uploading raw media or multipart/rela…
430 "contentType": "A String", # Content-Type of the object data.
438 "bucket": "A String", # The bucket containing this object.
439 "contentEncoding": "A String", # Content-Encoding of the object data.
440 "selfLink": "A String", # The link to this object.
441 "owner": { # The owner of the object. This will always be the uploader of the object.
445 "cacheControl": "A String", # Cache-Control directive for the object data.
446 "acl": [ # Access controls on the object.
449 "object": "A String", # The name of the object.
451 …"kind": "storage#objectAccessControl", # The kind of item this is. For object access control entri…
470 "id": "A String", # The ID of the object.
471 "contentDisposition": "A String", # Content-Disposition of the object data.
493 A request object that you can call 'execute()' on to request the next
499 <code class="details" id="patch">patch(bucket, object, body, projection=None)</code>
503 bucket: string, Name of the bucket in which the object resides. (required)
504 object: string, Name of the object. (required)
505 body: object, The request body. (required)
506 The object takes the form of:
508 { # An object.
509 … "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
510 "name": "A String", # The name of this object. Required if not specified by URL parameter.
511 "contentLanguage": "A String", # Content-Language of the object data.
512 …"media": { # Object media data. Provided on your behalf when uploading raw media or multipart/rela…
513 "contentType": "A String", # Content-Type of the object data.
521 "bucket": "A String", # The bucket containing this object.
522 "contentEncoding": "A String", # Content-Encoding of the object data.
523 "selfLink": "A String", # The link to this object.
524 "owner": { # The owner of the object. This will always be the uploader of the object.
528 "cacheControl": "A String", # Cache-Control directive for the object data.
529 "acl": [ # Access controls on the object.
532 "object": "A String", # The name of the object.
534 …"kind": "storage#objectAccessControl", # The kind of item this is. For object access control entri…
553 "id": "A String", # The ID of the object.
554 "contentDisposition": "A String", # Content-Disposition of the object data.
566 An object of the form:
568 { # An object.
569 … "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
570 "name": "A String", # The name of this object. Required if not specified by URL parameter.
571 "contentLanguage": "A String", # Content-Language of the object data.
572 …"media": { # Object media data. Provided on your behalf when uploading raw media or multipart/rela…
573 "contentType": "A String", # Content-Type of the object data.
581 "bucket": "A String", # The bucket containing this object.
582 "contentEncoding": "A String", # Content-Encoding of the object data.
583 "selfLink": "A String", # The link to this object.
584 "owner": { # The owner of the object. This will always be the uploader of the object.
588 "cacheControl": "A String", # Cache-Control directive for the object data.
589 "acl": [ # Access controls on the object.
592 "object": "A String", # The name of the object.
594 …"kind": "storage#objectAccessControl", # The kind of item this is. For object access control entri…
613 "id": "A String", # The ID of the object.
614 "contentDisposition": "A String", # Content-Disposition of the object data.
622 <code class="details" id="update">update(bucket, object, body, projection=None)</code>
626 bucket: string, Name of the bucket in which the object resides. (required)
627 object: string, Name of the object. (required)
628 body: object, The request body. (required)
629 The object takes the form of:
631 { # An object.
632 … "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
633 "name": "A String", # The name of this object. Required if not specified by URL parameter.
634 "contentLanguage": "A String", # Content-Language of the object data.
635 …"media": { # Object media data. Provided on your behalf when uploading raw media or multipart/rela…
636 "contentType": "A String", # Content-Type of the object data.
644 "bucket": "A String", # The bucket containing this object.
645 "contentEncoding": "A String", # Content-Encoding of the object data.
646 "selfLink": "A String", # The link to this object.
647 "owner": { # The owner of the object. This will always be the uploader of the object.
651 "cacheControl": "A String", # Cache-Control directive for the object data.
652 "acl": [ # Access controls on the object.
655 "object": "A String", # The name of the object.
657 …"kind": "storage#objectAccessControl", # The kind of item this is. For object access control entri…
676 "id": "A String", # The ID of the object.
677 "contentDisposition": "A String", # Content-Disposition of the object data.
689 An object of the form:
691 { # An object.
692 … "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
693 "name": "A String", # The name of this object. Required if not specified by URL parameter.
694 "contentLanguage": "A String", # Content-Language of the object data.
695 …"media": { # Object media data. Provided on your behalf when uploading raw media or multipart/rela…
696 "contentType": "A String", # Content-Type of the object data.
704 "bucket": "A String", # The bucket containing this object.
705 "contentEncoding": "A String", # Content-Encoding of the object data.
706 "selfLink": "A String", # The link to this object.
707 "owner": { # The owner of the object. This will always be the uploader of the object.
711 "cacheControl": "A String", # Cache-Control directive for the object data.
712 "acl": [ # Access controls on the object.
715 "object": "A String", # The name of the object.
717 …"kind": "storage#objectAccessControl", # The kind of item this is. For object access control entri…
736 "id": "A String", # The ID of the object.
737 "contentDisposition": "A String", # Content-Disposition of the object data.
745 … <code class="details" id="update_media">update_media(bucket, object, body, projection=None)</code>
749 bucket: string, Name of the bucket in which the object resides. (required)
750 object: string, Name of the object. (required)
751 body: object, The request body. (required)
752 The object takes the form of:
754 { # An object.
755 … "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
756 "name": "A String", # The name of this object. Required if not specified by URL parameter.
757 "contentLanguage": "A String", # Content-Language of the object data.
758 …"media": { # Object media data. Provided on your behalf when uploading raw media or multipart/rela…
759 "contentType": "A String", # Content-Type of the object data.
767 "bucket": "A String", # The bucket containing this object.
768 "contentEncoding": "A String", # Content-Encoding of the object data.
769 "selfLink": "A String", # The link to this object.
770 "owner": { # The owner of the object. This will always be the uploader of the object.
774 "cacheControl": "A String", # Cache-Control directive for the object data.
775 "acl": [ # Access controls on the object.
778 "object": "A String", # The name of the object.
780 …"kind": "storage#objectAccessControl", # The kind of item this is. For object access control entri…
799 "id": "A String", # The ID of the object.
800 "contentDisposition": "A String", # Content-Disposition of the object data.
812 The media object as a string.