dtkt.blob.v1beta1messages.proto

GetBlobResponse

Message
FieldTypeNumberDescription
keystring1

Key of blob of retrieved attributes.

cache_controlstring2

CacheControl specifies caching attributes that services may use when serving the blob. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control

content_dispositionstring3

ContentDisposition specifies whether the blob content is expected to be displayed inline or as an attachment. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition

content_encodingstring4

ContentEncoding specifies the encoding used for the blob's content, if any. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding

content_languagestring5

ContentLanguage specifies the language used in the blob's content, if any. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Language

content_typestring6

ContentType is the MIME type of the blob. It will not be empty. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type

metadatamap<string, string>7

Metadata holds key/value pairs associated with the blob. Keys are guaranteed to be in lowercase, even if the backend service has case-sensitive keys (although note that Metadata written via this package will always be lowercased). If there are duplicate case-insensitive keys (e.g., "foo" and "FOO"), only one value will be kept, and it is undefined which one.

create_time
Timestamp
8

CreateTime is the time the blob was created, if available. If not available, CreateTime will be the zero time.

mod_time
Timestamp
9

ModTime is the time the blob was last modified.

sizeint6410

Size is the size of the blob's content in bytes.

md5string11

MD5 is an MD5 hash of the blob contents or nil if not available.

etagstring12