lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.77.0 vs lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.78.0

- old
+ new

@@ -152,10 +152,22 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudRetailV2PurgeProductsMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudRetailV2PurgeProductsResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudRetailV2PurgeUserEventsResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -962,10 +974,28 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudRetailV2betaPurgeProductsMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudRetailV2betaPurgeProductsRequest + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudRetailV2betaPurgeProductsResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudRetailV2betaPurgeUserEventsRequest class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -1504,10 +1534,28 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation end end + class GoogleCloudRetailV2PurgeProductsMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :create_time, as: 'createTime' + property :failure_count, :numeric_string => true, as: 'failureCount' + property :success_count, :numeric_string => true, as: 'successCount' + property :update_time, as: 'updateTime' + end + end + + class GoogleCloudRetailV2PurgeProductsResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :purge_count, :numeric_string => true, as: 'purgeCount' + collection :purge_sample, as: 'purgeSample' + end + end + class GoogleCloudRetailV2PurgeUserEventsResponse # @private class Representation < Google::Apis::Core::JsonRepresentation property :purged_events_count, :numeric_string => true, as: 'purgedEventsCount' end @@ -2749,9 +2797,35 @@ end class GoogleCloudRetailV2betaPurgeMetadata # @private class Representation < Google::Apis::Core::JsonRepresentation + end + end + + class GoogleCloudRetailV2betaPurgeProductsMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :create_time, as: 'createTime' + property :failure_count, :numeric_string => true, as: 'failureCount' + property :success_count, :numeric_string => true, as: 'successCount' + property :update_time, as: 'updateTime' + end + end + + class GoogleCloudRetailV2betaPurgeProductsRequest + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :filter, as: 'filter' + property :force, as: 'force' + end + end + + class GoogleCloudRetailV2betaPurgeProductsResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :purge_count, :numeric_string => true, as: 'purgeCount' + collection :purge_sample, as: 'purgeSample' end end class GoogleCloudRetailV2betaPurgeUserEventsRequest # @private