proto_docs/google/protobuf/empty.rb in google-cloud-service_management-v1-0.3.10 vs proto_docs/google/protobuf/empty.rb in google-cloud-service_management-v1-0.4.1

- 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