lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.55.0 vs lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.56.0
- old
+ new
@@ -566,10 +566,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaCreateModelMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2betaCustomAttribute
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -710,10 +716,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaMerchantCenterFeedFilter
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2betaMerchantCenterLink
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1088,16 +1100,28 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaTuneModelMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2betaTuneModelRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaTuneModelResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2betaUserEvent
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1923,10 +1947,17 @@
collection :search_solution_use_case, as: 'searchSolutionUseCase'
collection :solution_types, as: 'solutionTypes'
end
end
+ class GoogleCloudRetailV2betaCreateModelMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :model, as: 'model'
+ end
+ end
+
class GoogleCloudRetailV2betaCustomAttribute
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :indexable, as: 'indexable'
collection :numbers, as: 'numbers'
@@ -2155,15 +2186,25 @@
property :price_info, as: 'priceInfo', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaPriceInfo, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaPriceInfo::Representation
end
end
+ class GoogleCloudRetailV2betaMerchantCenterFeedFilter
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :primary_feed_id, :numeric_string => true, as: 'primaryFeedId'
+ property :primary_feed_name, as: 'primaryFeedName'
+ end
+ end
+
class GoogleCloudRetailV2betaMerchantCenterLink
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :branch_id, as: 'branchId'
collection :destinations, as: 'destinations'
+ collection :feeds, as: 'feeds', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaMerchantCenterFeedFilter, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaMerchantCenterFeedFilter::Representation
+
property :language_code, as: 'languageCode'
property :merchant_center_account_id, :numeric_string => true, as: 'merchantCenterAccountId'
property :region_code, as: 'regionCode'
end
end
@@ -2815,10 +2856,23 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
+ class GoogleCloudRetailV2betaTuneModelMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :model, as: 'model'
+ end
+ end
+
class GoogleCloudRetailV2betaTuneModelRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
+ class GoogleCloudRetailV2betaTuneModelResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end