bin/x86_64-linux/google/protobuf/struct.proto in grpc-tools-1.21.0 vs bin/x86_64-linux/google/protobuf/struct.proto in grpc-tools-1.22.0.pre1
- old
+ new
@@ -38,10 +38,9 @@
option java_package = "com.google.protobuf";
option java_outer_classname = "StructProto";
option java_multiple_files = true;
option objc_class_prefix = "GPB";
-
// `Struct` represents a structured data value, consisting of fields
// which map to dynamically typed values. In some languages, `Struct`
// might be supported by a native representation. For example, in
// scripting languages like JS a struct is represented as an
// object. The details of that representation are described together