lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.14.0 vs lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.15.0

- old
+ new

@@ -290,22 +290,10 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end - class TableFieldSchema - class Representation < Google::Apis::Core::JsonRepresentation; end - - include Google::Apis::Core::JsonObjectSupport - end - - class TableSchema - class Representation < Google::Apis::Core::JsonRepresentation; end - - include Google::Apis::Core::JsonObjectSupport - end - class TailLogEntriesRequest class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -700,12 +688,10 @@ class Representation < Google::Apis::Core::JsonRepresentation property :create_time, as: 'createTime' property :description, as: 'description' property :filter, as: 'filter' property :name, as: 'name' - property :schema, as: 'schema', class: Google::Apis::LoggingV2::TableSchema, decorator: Google::Apis::LoggingV2::TableSchema::Representation - property :update_time, as: 'updateTime' end end class MetricDescriptor @@ -847,29 +833,9 @@ class SuppressionInfo # @private class Representation < Google::Apis::Core::JsonRepresentation property :reason, as: 'reason' property :suppressed_count, as: 'suppressedCount' - end - end - - class TableFieldSchema - # @private - class Representation < Google::Apis::Core::JsonRepresentation - property :description, as: 'description' - collection :fields, as: 'fields', class: Google::Apis::LoggingV2::TableFieldSchema, decorator: Google::Apis::LoggingV2::TableFieldSchema::Representation - - property :mode, as: 'mode' - property :name, as: 'name' - property :type, as: 'type' - end - end - - class TableSchema - # @private - class Representation < Google::Apis::Core::JsonRepresentation - collection :fields, as: 'fields', class: Google::Apis::LoggingV2::TableFieldSchema, decorator: Google::Apis::LoggingV2::TableFieldSchema::Representation - end end class TailLogEntriesRequest # @private