lib/google/cloud/run/v2/revision_template_pb.rb in google-cloud-run-v2-0.13.1 vs lib/google/cloud/run/v2/revision_template_pb.rb in google-cloud-run-v2-0.13.2

- old
+ new

@@ -14,10 +14,10 @@ pool = Google::Protobuf::DescriptorPool.generated_pool begin pool.add_serialized_file(descriptor_data) -rescue TypeError => e +rescue TypeError # Compatibility code: will be removed in the next major version. require 'google/protobuf/descriptor_pb' parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data) parsed.clear_dependency serialized = parsed.class.encode(parsed)