dtkt.blob.v1beta1messages.protoGetBlobResponse
Message| Field | Type | Number | Description |
|---|---|---|---|
| key | string | 1 | Key of blob of retrieved attributes. |
| cache_control | string | 2 | 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_disposition | string | 3 | 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_encoding | string | 4 | 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_language | string | 5 | 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_type | string | 6 | 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 |
| metadata | map<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 google.protobuf.Timestamp | 8 | CreateTime is the time the blob was created, if available. If not available, CreateTime will be the zero time. |
| mod_time | Timestamp google.protobuf.Timestamp | 9 | ModTime is the time the blob was last modified. |
| size | int64 | 10 | Size is the size of the blob's content in bytes. |
| md5 | string | 11 | MD5 is an MD5 hash of the blob contents or nil if not available. |
| etag | string | 12 | ETag for the blob; see https://en.wikipedia.org/wiki/HTTP_ETag. |