dtkt.blob.v1beta1messages.protoWriteBlobRequest
Message| Field | Type | Number | Description |
|---|---|---|---|
| key | string | 1 | Key of blob to write. |
| bucket | string | 2 | Bucket to write blob (may be optional). |
| data | bytes | 3 | Raw blob payload. |
| content_type | string | 4 | MIME type for the blob payload. |
| content_language | string | 5 | Language for the blob payload. |
| content_encoding | string | 6 | Content encoding for the blob payload. |
| cache_control | string | 7 | Cache control directives. |
| content_disposition | string | 8 | Content disposition for the blob payload. |
| metadata | map<string, string> | 9 | Blob metadata (all keys lower-case). |
| if_match | string | 10 | Require the blob to match the provided ETag before writing. |
| if_none_match | string | 11 | Require the blob to not match the provided ETag before writing. |
| if_not_exist | bool | 12 | Require the blob does not already exist before writing. |