lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.72.0 vs lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.73.0
- old
+ new
@@ -230,10 +230,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ListLogScopesResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class ListLogsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -332,10 +338,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class LogScope
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class LogSink
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -851,10 +863,19 @@
property :next_page_token, as: 'nextPageToken'
end
end
+ class ListLogScopesResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :log_scopes, as: 'logScopes', class: Google::Apis::LoggingV2::LogScope, decorator: Google::Apis::LoggingV2::LogScope::Representation
+
+ property :next_page_token, as: 'nextPageToken'
+ end
+ end
+
class ListLogsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :log_names, as: 'logNames'
property :next_page_token, as: 'nextPageToken'
@@ -1054,10 +1075,21 @@
property :value_extractor, as: 'valueExtractor'
property :version, as: 'version'
end
end
+ class LogScope
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :create_time, as: 'createTime'
+ property :description, as: 'description'
+ property :name, as: 'name'
+ collection :resource_names, as: 'resourceNames'
+ property :update_time, as: 'updateTime'
+ end
+ end
+
class LogSink
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :bigquery_options, as: 'bigqueryOptions', class: Google::Apis::LoggingV2::BigQueryOptions, decorator: Google::Apis::LoggingV2::BigQueryOptions::Representation
@@ -1132,9 +1164,10 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :ingest_delay, as: 'ingestDelay'
property :launch_stage, as: 'launchStage'
property :sample_period, as: 'samplePeriod'
+ collection :time_series_resource_hierarchy_level, as: 'timeSeriesResourceHierarchyLevel'
end
end
class MonitoredResource
# @private