Skip to content

Instantly share code, notes, and snippets.

@harshachinta
Created October 17, 2024 06:56
Show Gist options
  • Save harshachinta/fd15bf558bd4f40443411ddd164638cc to your computer and use it in GitHub Desktop.
Save harshachinta/fd15bf558bd4f40443411ddd164638cc to your computer and use it in GitHub Desktop.
Proto file for testing
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