lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.21.0 vs lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.22.0
- old
+ new
@@ -266,10 +266,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Settings
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class SourceLocation
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -801,9 +807,18 @@
property :trace_sampled, as: 'traceSampled'
property :url_map_entry, as: 'urlMapEntry'
property :user_agent, as: 'userAgent'
property :version_id, as: 'versionId'
property :was_loading_request, as: 'wasLoadingRequest'
+ end
+ end
+
+ class Settings
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :disable_default_sink, as: 'disableDefaultSink'
+ property :name, as: 'name'
+ property :storage_location, as: 'storageLocation'
end
end
class SourceLocation
# @private