PROTO sample file
proto_schema_registry_subject_sample.proto
321 B
application/octet-stream
SHA256 verified
File details
Filename
proto_schema_registry_subject_sample.protoSize321 B (321 bytes)
MIME type
application/octet-streamExtension
.protoSHA256
3240871dc3018fd0934717d399eb7fa94d7c8981b50b232e087639e4e0fa0144Download commands
Use in scripts and tests
curl -L -o proto_schema_registry_subject_sample.proto \
https://samplefile.com/samples/download/data/proto/proto_schema_registry_subject_sample.proto/
wget -O proto_schema_registry_subject_sample.proto \
https://samplefile.com/samples/download/data/proto/proto_schema_registry_subject_sample.proto/
import requests
url = "https://samplefile.com/samples/download/data/proto/proto_schema_registry_subject_sample.proto/"
resp = requests.get(url)
with open("proto_schema_registry_subject_sample.proto", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/data/proto/proto_schema_registry_subject_sample.proto/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("proto_schema_registry_subject_sample.proto", buf);
# Download and verify SHA256
curl -L -o proto_schema_registry_subject_sample.proto https://samplefile.com/samples/download/data/proto/proto_schema_registry_subject_sample.proto/
echo "3240871dc3018fd0934717d399eb7fa94d7c8981b50b232e087639e4e0fa0144 proto_schema_registry_subject_sample.proto" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/data/proto/proto_schema_registry_subject_sample.proto/").content
assert hashlib.sha256(data).hexdigest() == "3240871dc3018fd0934717d399eb7fa94d7c8981b50b232e087639e4e0fa0144"
More PROTO files
Other PROTO Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
proto_cdc_envelope_contract_sample.proto |
269 B | 9c17feb5945deddc… |
Download |
proto_event_bus_contract_sample.proto |
358 B | a797537f156aee63… |
Download |
proto_sample_file_1MB.proto |
1.0 MB | 16a8695e8d032d8c… |
Download |
proto_sample_file_200KB.proto |
200.0 KB | 726023ef8539fd71… |
Download |
proto_sample_file_2MB.proto |
2.0 MB | f7dcb830489c50d8… |
Download |
proto_sample_file_500KB.proto |
500.0 KB | f4aefea6ae919856… |
Download |
Learn more