lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.40.0 vs lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.41.0
- old
+ new
@@ -20,10 +20,16 @@
module Google
module Apis
module LoggingV2
+ class BigQueryDataset
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class BigQueryOptions
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -74,10 +80,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class CreateLinkRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class DeleteLinkRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Empty
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -116,10 +134,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Link
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class LinkMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class ListBucketsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -128,10 +158,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ListLinksResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class ListLocationsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -188,10 +224,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class LocationMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class LogBucket
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -356,10 +398,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class BigQueryDataset
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :dataset_id, as: 'datasetId'
+ end
+ end
+
class BigQueryOptions
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :use_partitioned_tables, as: 'usePartitionedTables'
property :uses_timestamp_column_partitioning, as: 'usesTimestampColumnPartitioning'
@@ -445,10 +494,27 @@
property :bucket_id, as: 'bucketId'
property :parent, as: 'parent'
end
end
+ class CreateLinkRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :link, as: 'link', class: Google::Apis::LoggingV2::Link, decorator: Google::Apis::LoggingV2::Link::Representation
+
+ property :link_id, as: 'linkId'
+ property :parent, as: 'parent'
+ end
+ end
+
+ class DeleteLinkRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :name, as: 'name'
+ end
+ end
+
class Empty
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
@@ -515,10 +581,35 @@
property :offset, as: 'offset'
property :width, as: 'width'
end
end
+ class Link
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :bigquery_dataset, as: 'bigqueryDataset', class: Google::Apis::LoggingV2::BigQueryDataset, decorator: Google::Apis::LoggingV2::BigQueryDataset::Representation
+
+ property :create_time, as: 'createTime'
+ property :description, as: 'description'
+ property :lifecycle_state, as: 'lifecycleState'
+ property :name, as: 'name'
+ end
+ end
+
+ class LinkMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :create_link_request, as: 'createLinkRequest', class: Google::Apis::LoggingV2::CreateLinkRequest, decorator: Google::Apis::LoggingV2::CreateLinkRequest::Representation
+
+ property :delete_link_request, as: 'deleteLinkRequest', class: Google::Apis::LoggingV2::DeleteLinkRequest, decorator: Google::Apis::LoggingV2::DeleteLinkRequest::Representation
+
+ property :end_time, as: 'endTime'
+ property :start_time, as: 'startTime'
+ property :state, as: 'state'
+ end
+ end
+
class ListBucketsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :buckets, as: 'buckets', class: Google::Apis::LoggingV2::LogBucket, decorator: Google::Apis::LoggingV2::LogBucket::Representation
@@ -533,10 +624,19 @@
property :next_page_token, as: 'nextPageToken'
end
end
+ class ListLinksResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :links, as: 'links', class: Google::Apis::LoggingV2::Link, decorator: Google::Apis::LoggingV2::Link::Representation
+
+ property :next_page_token, as: 'nextPageToken'
+ end
+ end
+
class ListLocationsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :locations, as: 'locations', class: Google::Apis::LoggingV2::Location, decorator: Google::Apis::LoggingV2::Location::Representation
@@ -624,9 +724,16 @@
property :display_name, as: 'displayName'
hash :labels, as: 'labels'
property :location_id, as: 'locationId'
hash :metadata, as: 'metadata'
property :name, as: 'name'
+ end
+ end
+
+ class LocationMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :log_analytics_enabled, as: 'logAnalyticsEnabled'
end
end
class LogBucket
# @private