lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.88.0 vs lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.89.0
- old
+ new
@@ -626,10 +626,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaCatalogAttributeFacetConfigRerankConfig
+ 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
@@ -722,10 +728,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaExportAnalyticsMetricsRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class GoogleCloudRetailV2betaExportAnalyticsMetricsResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2betaExportErrorsConfig
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -920,10 +938,28 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaOutputConfig
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class GoogleCloudRetailV2betaOutputConfigBigQueryDestination
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class GoogleCloudRetailV2betaOutputConfigGcsDestination
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2betaOutputResult
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -2223,10 +2259,12 @@
collection :ignored_facet_values, as: 'ignoredFacetValues', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCatalogAttributeFacetConfigIgnoredFacetValues, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCatalogAttributeFacetConfigIgnoredFacetValues::Representation
collection :merged_facet_values, as: 'mergedFacetValues', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacetValue, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacetValue::Representation
+ property :rerank_config, as: 'rerankConfig', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCatalogAttributeFacetConfigRerankConfig, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCatalogAttributeFacetConfigRerankConfig::Representation
+
end
end
class GoogleCloudRetailV2betaCatalogAttributeFacetConfigIgnoredFacetValues
# @private
@@ -2243,10 +2281,18 @@
property :merged_value, as: 'mergedValue'
collection :values, as: 'values'
end
end
+ class GoogleCloudRetailV2betaCatalogAttributeFacetConfigRerankConfig
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :facet_values, as: 'facetValues'
+ property :rerank_facet, as: 'rerankFacet'
+ end
+ end
+
class GoogleCloudRetailV2betaColorInfo
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :color_families, as: 'colorFamilies'
collection :colors, as: 'colors'
@@ -2399,10 +2445,31 @@
property :experiment_serving_config, as: 'experimentServingConfig'
property :original_serving_config, as: 'originalServingConfig'
end
end
+ class GoogleCloudRetailV2betaExportAnalyticsMetricsRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :filter, as: 'filter'
+ property :output_config, as: 'outputConfig', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfig, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfig::Representation
+
+ end
+ end
+
+ class GoogleCloudRetailV2betaExportAnalyticsMetricsResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :error_samples, as: 'errorSamples', class: Google::Apis::RetailV2beta::GoogleRpcStatus, decorator: Google::Apis::RetailV2beta::GoogleRpcStatus::Representation
+
+ property :errors_config, as: 'errorsConfig', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportErrorsConfig, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportErrorsConfig::Representation
+
+ property :output_result, as: 'outputResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputResult::Representation
+
+ end
+ end
+
class GoogleCloudRetailV2betaExportErrorsConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :gcs_prefix, as: 'gcsPrefix'
end
@@ -2724,9 +2791,35 @@
class GoogleCloudRetailV2betaModelServingConfigList
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :serving_config_ids, as: 'servingConfigIds'
+ end
+ end
+
+ class GoogleCloudRetailV2betaOutputConfig
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfigBigQueryDestination, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfigBigQueryDestination::Representation
+
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfigGcsDestination, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfigGcsDestination::Representation
+
+ end
+ end
+
+ class GoogleCloudRetailV2betaOutputConfigBigQueryDestination
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :dataset_id, as: 'datasetId'
+ property :table_id_prefix, as: 'tableIdPrefix'
+ property :table_type, as: 'tableType'
+ end
+ end
+
+ class GoogleCloudRetailV2betaOutputConfigGcsDestination
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :output_uri_prefix, as: 'outputUriPrefix'
end
end
class GoogleCloudRetailV2betaOutputResult
# @private