Project import generated by Copybara.
GitOrigin-RevId: e3a43e4e5e519cd14df7095749059e2613bdcf76
This commit is contained in:
@@ -39,3 +39,9 @@ message SerializationProxyProto {
|
||||
repeated float float_value = 2;
|
||||
repeated string string_value = 3;
|
||||
}
|
||||
|
||||
// This proto should be used only as an input to a calculator, to verify that
|
||||
// that case is covered.
|
||||
message InputOnlyProto {
|
||||
optional int32 x = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user