lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.57.0 vs lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.58.0
- old
+ new
@@ -242,10 +242,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2alphaGcsOutputResult
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2alphaImportCompletionDataResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -608,10 +614,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaGcsOutputResult
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2betaGcsSource
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1226,18 +1238,12 @@
class GoogleCloudRetailLoggingImportErrorContext
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :catalog_item, as: 'catalogItem'
property :gcs_path, as: 'gcsPath'
- property :inventory_activity, as: 'inventoryActivity'
property :line_number, as: 'lineNumber'
property :operation_name, as: 'operationName'
- property :order, as: 'order'
- property :place, as: 'place'
- property :place_asset, as: 'placeAsset'
- property :place_product_price, as: 'placeProductPrice'
- property :place_product_settings, as: 'placeProductSettings'
property :product, as: 'product'
property :user_event, as: 'userEvent'
end
end
@@ -1474,10 +1480,17 @@
property :output_result, as: 'outputResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaOutputResult::Representation
end
end
+ class GoogleCloudRetailV2alphaGcsOutputResult
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :output_uri, as: 'outputUri'
+ end
+ end
+
class GoogleCloudRetailV2alphaImportCompletionDataResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :error_samples, as: 'errorSamples', class: Google::Apis::RetailV2beta::GoogleRpcStatus, decorator: Google::Apis::RetailV2beta::GoogleRpcStatus::Representation
@@ -1588,10 +1601,12 @@
class GoogleCloudRetailV2alphaOutputResult
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaBigQueryOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaBigQueryOutputResult::Representation
+ collection :gcs_result, as: 'gcsResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaGcsOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaGcsOutputResult::Representation
+
end
end
class GoogleCloudRetailV2alphaPurgeMetadata
# @private
@@ -2017,10 +2032,17 @@
collection :place_ids, as: 'placeIds'
property :type, as: 'type'
end
end
+ class GoogleCloudRetailV2betaGcsOutputResult
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :output_uri, as: 'outputUri'
+ end
+ end
+
class GoogleCloudRetailV2betaGcsSource
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :data_schema, as: 'dataSchema'
collection :input_uris, as: 'inputUris'
@@ -2253,9 +2275,11 @@
class GoogleCloudRetailV2betaOutputResult
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBigQueryOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBigQueryOutputResult::Representation
+
+ collection :gcs_result, as: 'gcsResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGcsOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGcsOutputResult::Representation
end
end
class GoogleCloudRetailV2betaPauseModelRequest