lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.101.0 vs lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.102.0

- old
+ new

@@ -704,10 +704,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudRetailV2betaCollectUserEventRequest + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudRetailV2betaColorInfo class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -2563,9 +2569,20 @@ class GoogleCloudRetailV2betaCatalogAttributeFacetConfigRerankConfig # @private class Representation < Google::Apis::Core::JsonRepresentation collection :facet_values, as: 'facetValues' property :rerank_facet, as: 'rerankFacet' + end + end + + class GoogleCloudRetailV2betaCollectUserEventRequest + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :ets, :numeric_string => true, as: 'ets' + property :prebuilt_rule, as: 'prebuiltRule' + property :raw_json, as: 'rawJson' + property :uri, as: 'uri' + property :user_event, as: 'userEvent' end end class GoogleCloudRetailV2betaColorInfo # @private