generated/google/apis/logging_v2beta1/representations.rb in google-api-client-0.24.3 vs generated/google/apis/logging_v2beta1/representations.rb in google-api-client-0.25.0

- old
+ new

@@ -80,16 +80,10 @@ 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 - class ListMonitoredResourceDescriptorsResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -297,18 +291,10 @@ 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' - end - end - class ListMonitoredResourceDescriptorsResponse # @private class Representation < Google::Apis::Core::JsonRepresentation property :next_page_token, as: 'nextPageToken' collection :resource_descriptors, as: 'resourceDescriptors', class: Google::Apis::LoggingV2beta1::MonitoredResourceDescriptor, decorator: Google::Apis::LoggingV2beta1::MonitoredResourceDescriptor::Representation @@ -401,15 +387,13 @@ class LogSink # @private class Representation < Google::Apis::Core::JsonRepresentation property :destination, as: 'destination' - property :end_time, as: 'endTime' property :filter, as: 'filter' property :include_children, as: 'includeChildren' property :name, as: 'name' property :output_version_format, as: 'outputVersionFormat' - property :start_time, as: 'startTime' property :writer_identity, as: 'writerIdentity' end end class MetricDescriptor