lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.15.0 vs lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.16.0

- old
+ new

@@ -1754,9 +1754,10 @@ class MemInfo # @private class Representation < Google::Apis::Core::JsonRepresentation property :current_limit_bytes, :numeric_string => true, as: 'currentLimitBytes' + property :current_ooms, :numeric_string => true, as: 'currentOoms' property :current_rss_bytes, :numeric_string => true, as: 'currentRssBytes' property :timestamp, as: 'timestamp' property :total_gb_ms, :numeric_string => true, as: 'totalGbMs' end end