DEBSOURCES
Skip Quicknav
sources / python-azure / 20251202%2Bgit-1 / sdk / schemaregistry / azure-schemaregistry / tests / person.proto
123456789
syntax = "proto3"; package person.example; message Person { string name = 1; int64 favorite_number = 2; string favorite_color = 3; }