dtkt.blob.v1beta1messages.proto

WriteBlobRequest

Message
FieldTypeNumberDescription
keystring1

Key of blob to write.

bucketstring2

Bucket to write blob (may be optional).

databytes3

Raw blob payload.

content_typestring4

MIME type for the blob payload.

content_languagestring5

Language for the blob payload.

content_encodingstring6

Content encoding for the blob payload.

cache_controlstring7

Cache control directives.

content_dispositionstring8

Content disposition for the blob payload.

metadatamap<string, string>9

Blob metadata (all keys lower-case).

if_matchstring10

Require the blob to match the provided ETag before writing.

if_none_matchstring11

Require the blob to not match the provided ETag before writing.

if_not_existbool12

Require the blob does not already exist before writing.