lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.22.0 vs lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.23.0

- old
+ new

@@ -218,10 +218,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class LogSplit + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class LogView class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -601,10 +607,12 @@ property :severity, as: 'severity' property :source_location, as: 'sourceLocation', class: Google::Apis::LoggingV2::LogEntrySourceLocation, decorator: Google::Apis::LoggingV2::LogEntrySourceLocation::Representation property :span_id, as: 'spanId' + property :split, as: 'split', class: Google::Apis::LoggingV2::LogSplit, decorator: Google::Apis::LoggingV2::LogSplit::Representation + property :text_payload, as: 'textPayload' property :timestamp, as: 'timestamp' property :trace, as: 'trace' property :trace_sampled, as: 'traceSampled' end @@ -686,9 +694,18 @@ property :include_children, as: 'includeChildren' property :name, as: 'name' property :output_version_format, as: 'outputVersionFormat' property :update_time, as: 'updateTime' property :writer_identity, as: 'writerIdentity' + end + end + + class LogSplit + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :index, as: 'index' + property :total_splits, as: 'totalSplits' + property :uid, as: 'uid' end end class LogView # @private