lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.55.0 vs lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.56.0
- old
+ new
@@ -254,10 +254,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class LogErrorGroup
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class LogExclusion
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -756,10 +762,12 @@
end
class LogEntry
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ collection :error_groups, as: 'errorGroups', class: Google::Apis::LoggingV2::LogErrorGroup, decorator: Google::Apis::LoggingV2::LogErrorGroup::Representation
+
property :http_request, as: 'httpRequest', class: Google::Apis::LoggingV2::HttpRequest, decorator: Google::Apis::LoggingV2::HttpRequest::Representation
property :insert_id, as: 'insertId'
hash :json_payload, as: 'jsonPayload'
hash :labels, as: 'labels'
@@ -799,9 +807,16 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :file, as: 'file'
property :function, as: 'function'
property :line, :numeric_string => true, as: 'line'
+ end
+ end
+
+ class LogErrorGroup
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :id, as: 'id'
end
end
class LogExclusion
# @private