Buckets:
| syntax = "proto3"; | |
| package google.protobuf; | |
| import "google/protobuf/source_context.proto"; | |
| import "google/protobuf/type.proto"; | |
| message Api { | |
| string name = 1; | |
| repeated Method methods = 2; | |
| repeated Option options = 3; | |
| string version = 4; | |
| SourceContext source_context = 5; | |
| repeated Mixin mixins = 6; | |
| Syntax syntax = 7; | |
| } | |
| message Method { | |
| string name = 1; | |
| string request_type_url = 2; | |
| bool request_streaming = 3; | |
| string response_type_url = 4; | |
| bool response_streaming = 5; | |
| repeated Option options = 6; | |
| Syntax syntax = 7; | |
| } | |
| message Mixin { | |
| string name = 1; | |
| string root = 2; | |
| } |
Xet Storage Details
- Size:
- 642 Bytes
- Xet hash:
- 06570bbea8d491234184a26279a229b13114ea003e9166c5a0b4b993a42fb4f5
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.