generated/google/apis/cloudtrace_v2/representations.rb in google-api-client-0.15.0 vs generated/google/apis/cloudtrace_v2/representations.rb in google-api-client-0.16.0

- old
+ new

@@ -188,13 +188,13 @@ end class MessageEvent # @private class Representation < Google::Apis::Core::JsonRepresentation - property :compressed_size, :numeric_string => true, as: 'compressedSize' + property :compressed_size_bytes, :numeric_string => true, as: 'compressedSizeBytes' property :id, :numeric_string => true, as: 'id' property :type, as: 'type' - property :uncompressed_size, :numeric_string => true, as: 'uncompressedSize' + property :uncompressed_size_bytes, :numeric_string => true, as: 'uncompressedSizeBytes' end end class Module # @private