lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.90.0 vs lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.91.0

- old
+ new

@@ -86,16 +86,40 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudRetailV2BigQueryOutputResult + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudRetailV2CreateModelMetadata class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudRetailV2ExportAnalyticsMetricsResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudRetailV2ExportErrorsConfig + 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 + class GoogleCloudRetailV2ImportCompletionDataResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -146,10 +170,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudRetailV2OutputResult + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudRetailV2PurgeMetadata class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -1523,17 +1553,51 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation end end + class GoogleCloudRetailV2BigQueryOutputResult + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :dataset_id, as: 'datasetId' + property :table_id, as: 'tableId' + end + end + class GoogleCloudRetailV2CreateModelMetadata # @private class Representation < Google::Apis::Core::JsonRepresentation property :model, as: 'model' end end + class GoogleCloudRetailV2ExportAnalyticsMetricsResponse + # @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::GoogleCloudRetailV2ExportErrorsConfig, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2ExportErrorsConfig::Representation + + property :output_result, as: 'outputResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2OutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2OutputResult::Representation + + end + end + + class GoogleCloudRetailV2ExportErrorsConfig + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :gcs_prefix, as: 'gcsPrefix' + end + end + + class GoogleCloudRetailV2GcsOutputResult + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :output_uri, as: 'outputUri' + end + end + class GoogleCloudRetailV2ImportCompletionDataResponse # @private class Representation < Google::Apis::Core::JsonRepresentation collection :error_samples, as: 'errorSamples', class: Google::Apis::RetailV2beta::GoogleRpcStatus, decorator: Google::Apis::RetailV2beta::GoogleRpcStatus::Representation @@ -1621,9 +1685,19 @@ class GoogleCloudRetailV2ModelServingConfigList # @private class Representation < Google::Apis::Core::JsonRepresentation collection :serving_config_ids, as: 'servingConfigIds' + end + end + + class GoogleCloudRetailV2OutputResult + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2BigQueryOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2BigQueryOutputResult::Representation + + collection :gcs_result, as: 'gcsResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2GcsOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2GcsOutputResult::Representation + end end class GoogleCloudRetailV2PurgeMetadata # @private