-
-
Save harshachinta/fd15bf558bd4f40443411ddd164638cc to your computer and use it in GitHub Desktop.
Proto file for testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax = "proto3"; | |
package examples.stream.test; | |
option java_multiple_files = true; | |
message ArrayWrapper { | |
repeated string values = 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment