lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.91.0 vs lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.92.0
- old
+ new
@@ -110,10 +110,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2ExportMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2GcsOutputResult
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1584,9 +1590,17 @@
class GoogleCloudRetailV2ExportErrorsConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :gcs_prefix, as: 'gcsPrefix'
+ end
+ end
+
+ class GoogleCloudRetailV2ExportMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :create_time, as: 'createTime'
+ property :update_time, as: 'updateTime'
end
end
class GoogleCloudRetailV2GcsOutputResult
# @private