proto_docs/google/protobuf/empty.rb in google-cloud-video_intelligence-v1p3beta1-0.2.0 vs proto_docs/google/protobuf/empty.rb in google-cloud-video_intelligence-v1p3beta1-0.3.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