Buckets:
| syntax = "proto3"; | |
| package google.api; | |
| message Http { | |
| repeated HttpRule rules = 1; | |
| } | |
| message HttpRule { | |
| oneof pattern { | |
| string get = 2; | |
| string put = 3; | |
| string post = 4; | |
| string delete = 5; | |
| string patch = 6; | |
| CustomHttpPattern custom = 8; | |
| } | |
| string selector = 1; | |
| string body = 7; | |
| repeated HttpRule additional_bindings = 11; | |
| } | |
| message CustomHttpPattern { | |
| string kind = 1; | |
| string path = 2; | |
| } |
Xet Storage Details
- Size:
- 474 Bytes
- Xet hash:
- cba744c8683f222621970e66f9c2c4d7e45a166c803210f039a21dbd5ece2cf9
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.