proto_docs/google/protobuf/empty.rb in google-cloud-spanner-admin-instance-v1-0.7.0 vs proto_docs/google/protobuf/empty.rb in google-cloud-spanner-admin-instance-v1-0.8.0

- old
+ new

@@ -24,11 +24,9 @@ # or the response type of an API method. For instance: # # service Foo { # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); # } - # - # The JSON representation for `Empty` is empty JSON object `{}`. class Empty include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end