google-apis-retail_v2beta 0.51.0 → 0.52.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b9beb593a90e096cb6e01a5ca3c7e748246a4963ef3fe32c3a7672db909acf4
4
- data.tar.gz: 92a374aec66c49a70fc78f6b65b7cc2098be493652c43566db767827116f9e4b
3
+ metadata.gz: 62c5559b761e0f6763e50d8ba4e26f997c73bba6c905b1371c9486293fb761e1
4
+ data.tar.gz: 6b3220a80a77f005943c38ada331dbe2886fc61321249fd4ee5041e818feed37
5
5
  SHA512:
6
- metadata.gz: a391ecc58390dce905217812166b1dbc308768af0f88ccb57b30d757047c5ab2ebf4b554a5745ab4f09fe8a63de7a4d24352596cdffcb7e0e7fef13552139304
7
- data.tar.gz: bc8dfe60542d2608bd488ea5aebea5baaf6faa00709f82dafc08e403cd668b691f11cff7f01152ed554846624645279c2fad6ddbb770df0578b5e32156edc35a
6
+ metadata.gz: bd7aaa8fbeb426371b33a217805bfe63206324db935103e48178c548eafda3820214b54d583c1874cec372ff28bc003668d31fe20f1580e2d1d52e4599ef77f0
7
+ data.tar.gz: e8022ddce410eed1c5bd21f39efd376caf57a89e774c24d4ecc6ae4cedb25ebb1f4482db35b32aff68de9a90cda410c11c166074efcc7ed52fd630e864371cf6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.52.0 (2022-08-21)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.51.0 (2022-08-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220811
@@ -365,8 +365,8 @@ module Google
365
365
  include Google::Apis::Core::Hashable
366
366
 
367
367
  # Google Cloud Storage prefix for import errors. This must be an empty, existing
368
- # Cloud Storage directory. Import errors will be written to sharded files in
369
- # this directory, one per line, as a JSON-encoded `google.rpc.Status` message.
368
+ # Cloud Storage directory. Import errors are written to sharded files in this
369
+ # directory, one per line, as a JSON-encoded `google.rpc.Status` message.
370
370
  # Corresponds to the JSON property `gcsPrefix`
371
371
  # @return [String]
372
372
  attr_accessor :gcs_prefix
@@ -381,8 +381,8 @@ module Google
381
381
  end
382
382
  end
383
383
 
384
- # Metadata related to the progress of the Import operation. This will be
385
- # returned by the google.longrunning.Operation.metadata field.
384
+ # Metadata related to the progress of the Import operation. This is returned by
385
+ # the google.longrunning.Operation.metadata field.
386
386
  class GoogleCloudRetailV2ImportMetadata
387
387
  include Google::Apis::Core::Hashable
388
388
 
@@ -397,9 +397,9 @@ module Google
397
397
  attr_accessor :failure_count
398
398
 
399
399
  # Pub/Sub topic for receiving notification. If this field is set, when the
400
- # import is finished, a notification will be sent to specified Pub/Sub topic.
401
- # The message data will be JSON string of a Operation. Format of the Pub/Sub
402
- # topic is `projects/`project`/topics/`topic``.
400
+ # import is finished, a notification is sent to specified Pub/Sub topic. The
401
+ # message data is JSON string of a Operation. Format of the Pub/Sub topic is `
402
+ # projects/`project`/topics/`topic``.
403
403
  # Corresponds to the JSON property `notificationPubsubTopic`
404
404
  # @return [String]
405
405
  attr_accessor :notification_pubsub_topic
@@ -924,8 +924,8 @@ module Google
924
924
  include Google::Apis::Core::Hashable
925
925
 
926
926
  # Google Cloud Storage prefix for import errors. This must be an empty, existing
927
- # Cloud Storage directory. Import errors will be written to sharded files in
928
- # this directory, one per line, as a JSON-encoded `google.rpc.Status` message.
927
+ # Cloud Storage directory. Import errors are written to sharded files in this
928
+ # directory, one per line, as a JSON-encoded `google.rpc.Status` message.
929
929
  # Corresponds to the JSON property `gcsPrefix`
930
930
  # @return [String]
931
931
  attr_accessor :gcs_prefix
@@ -940,8 +940,8 @@ module Google
940
940
  end
941
941
  end
942
942
 
943
- # Metadata related to the progress of the Import operation. This will be
944
- # returned by the google.longrunning.Operation.metadata field.
943
+ # Metadata related to the progress of the Import operation. This is returned by
944
+ # the google.longrunning.Operation.metadata field.
945
945
  class GoogleCloudRetailV2alphaImportMetadata
946
946
  include Google::Apis::Core::Hashable
947
947
 
@@ -956,9 +956,9 @@ module Google
956
956
  attr_accessor :failure_count
957
957
 
958
958
  # Pub/Sub topic for receiving notification. If this field is set, when the
959
- # import is finished, a notification will be sent to specified Pub/Sub topic.
960
- # The message data will be JSON string of a Operation. Format of the Pub/Sub
961
- # topic is `projects/`project`/topics/`topic``.
959
+ # import is finished, a notification is sent to specified Pub/Sub topic. The
960
+ # message data is JSON string of a Operation. Format of the Pub/Sub topic is `
961
+ # projects/`project`/topics/`topic``.
962
962
  # Corresponds to the JSON property `notificationPubsubTopic`
963
963
  # @return [String]
964
964
  attr_accessor :notification_pubsub_topic
@@ -1063,7 +1063,7 @@ module Google
1063
1063
 
1064
1064
  # Metadata that describes the training and serving parameters of a Model. A
1065
1065
  # Model can be associated with a ServingConfig and then queried through the
1066
- # Predict api.
1066
+ # Predict API.
1067
1067
  class GoogleCloudRetailV2alphaModel
1068
1068
  include Google::Apis::Core::Hashable
1069
1069
 
@@ -1072,23 +1072,23 @@ module Google
1072
1072
  # @return [String]
1073
1073
  attr_accessor :create_time
1074
1074
 
1075
- # Output only. The state of data requirements for this model: DATA_OK and
1076
- # DATA_ERROR. Recommendation model cannot be trained if the data is in
1077
- # DATA_ERROR state. Recommendation model can have DATA_ERROR state even if
1078
- # serving state is ACTIVE: models were trained successfully before, but cannot
1075
+ # Output only. The state of data requirements for this model: `DATA_OK` and `
1076
+ # DATA_ERROR`. Recommendation model cannot be trained if the data is in `
1077
+ # DATA_ERROR` state. Recommendation model can have `DATA_ERROR` state even if
1078
+ # serving state is `ACTIVE`: models were trained successfully before, but cannot
1079
1079
  # be refreshed because model no longer has sufficient data for training.
1080
1080
  # Corresponds to the JSON property `dataState`
1081
1081
  # @return [String]
1082
1082
  attr_accessor :data_state
1083
1083
 
1084
1084
  # Required. The display name of the model. Should be human readable, used to
1085
- # display Recommendation Models in the Retail Cloud Cosole Dashboard. UTF-8
1085
+ # display Recommendation Models in the Retail Cloud Console Dashboard. UTF-8
1086
1086
  # encoded string with limit of 1024 characters.
1087
1087
  # Corresponds to the JSON property `displayName`
1088
1088
  # @return [String]
1089
1089
  attr_accessor :display_name
1090
1090
 
1091
- # Optional. If RECOMMENDATIONS_FILTERING_ENABLED, recommendation filtering by
1091
+ # Optional. If `RECOMMENDATIONS_FILTERING_ENABLED`, recommendation filtering by
1092
1092
  # attributes is enabled for the model.
1093
1093
  # Corresponds to the JSON property `filteringOption`
1094
1094
  # @return [String]
@@ -1099,9 +1099,10 @@ module Google
1099
1099
  # @return [String]
1100
1100
  attr_accessor :last_tune_time
1101
1101
 
1102
- # Required. The fully qualified resource name of the model. Format: projects/`
1102
+ # Required. The fully qualified resource name of the model. Format: `projects/`
1103
1103
  # project_number`/locations/`location_id`/catalogs/`catalog_id`/models/`model_id`
1104
- # catalog_id has char limit of 50. recommendation_model_id has char limit of 40.
1104
+ # ` catalog_id has char limit of 50. recommendation_model_id has char limit of
1105
+ # 40.
1105
1106
  # Corresponds to the JSON property `name`
1106
1107
  # @return [String]
1107
1108
  attr_accessor :name
@@ -1124,8 +1125,8 @@ module Google
1124
1125
  attr_accessor :page_optimization_config
1125
1126
 
1126
1127
  # Optional. The state of periodic tuning. The period we use is 3 months - to do
1127
- # a one-off tune earlier use the TuneModel method. Default value is
1128
- # PERIODIC_TUNING_ENABLED.
1128
+ # a one-off tune earlier use the `TuneModel` method. Default value is `
1129
+ # PERIODIC_TUNING_ENABLED`.
1129
1130
  # Corresponds to the JSON property `periodicTuningState`
1130
1131
  # @return [String]
1131
1132
  attr_accessor :periodic_tuning_state
@@ -1136,16 +1137,16 @@ module Google
1136
1137
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelServingConfigList>]
1137
1138
  attr_accessor :serving_config_lists
1138
1139
 
1139
- # Output only. The serving state of the model: ACTIVE, NOT_ACTIVE.
1140
+ # Output only. The serving state of the model: `ACTIVE`, `NOT_ACTIVE`.
1140
1141
  # Corresponds to the JSON property `servingState`
1141
1142
  # @return [String]
1142
1143
  attr_accessor :serving_state
1143
1144
 
1144
- # Optional. The training state that the model is in (e.g. TRAINING or PAUSED).
1145
- # Since part of the cost of running the service is frequency of training - this
1146
- # can be used to determine when to train model in order to control cost. If not
1147
- # specified: the default value for CreateModel method is TRAINING. the default
1148
- # value for UpdateModel method is to keep the state the same as before.
1145
+ # Optional. The training state that the model is in (e.g. `TRAINING` or `PAUSED`)
1146
+ # . Since part of the cost of running the service is frequency of training -
1147
+ # this can be used to determine when to train model in order to control cost. If
1148
+ # not specified: the default value for `CreateModel` method is `TRAINING`. The
1149
+ # default value for `UpdateModel` method is to keep the state the same as before.
1149
1150
  # Corresponds to the JSON property `trainingState`
1150
1151
  # @return [String]
1151
1152
  attr_accessor :training_state
@@ -1159,7 +1160,7 @@ module Google
1159
1160
 
1160
1161
  # Required. The type of model e.g. `home-page`. Currently supported values: `
1161
1162
  # recommended-for-you`, `others-you-may-like`, `frequently-bought-together`, `
1162
- # page-optimization`, 'similar-items', 'buy-it-again', `recently-viewed`(
1163
+ # page-optimization`, `similar-items`, `buy-it-again`, and `recently-viewed`(
1163
1164
  # readonly value).
1164
1165
  # Corresponds to the JSON property `type`
1165
1166
  # @return [String]
@@ -1244,9 +1245,10 @@ module Google
1244
1245
  class GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate
1245
1246
  include Google::Apis::Core::Hashable
1246
1247
 
1247
- # This has to be a valid ServingConfig identifier. e.g. for a ServingConfig with
1248
- # full name: `projects/*/locations/global/catalogs/default_catalog/
1249
- # servingConfigs/my_candidate_config` this would be 'my_candidate_config'
1248
+ # This has to be a valid ServingConfig identifier. For example, for a
1249
+ # ServingConfig with full name: `projects/*/locations/global/catalogs/
1250
+ # default_catalog/servingConfigs/my_candidate_config`, this would be `
1251
+ # my_candidate_config`.
1250
1252
  # Corresponds to the JSON property `servingConfigId`
1251
1253
  # @return [String]
1252
1254
  attr_accessor :serving_config_id
@@ -1293,13 +1295,13 @@ module Google
1293
1295
  end
1294
1296
  end
1295
1297
 
1296
- # Represents an ordered combination of valid serving configs, which / may be
1297
- # used for PAGE_OPTIMIZATION recommendations.
1298
+ # Represents an ordered combination of valid serving configs, which can be used
1299
+ # for `PAGE_OPTIMIZATION` recommendations.
1298
1300
  class GoogleCloudRetailV2alphaModelServingConfigList
1299
1301
  include Google::Apis::Core::Hashable
1300
1302
 
1301
- # Optional. A set of valid serving configs that may be used for
1302
- # PAGE_OPTIMIZATION.
1303
+ # Optional. A set of valid serving configs that may be used for `
1304
+ # PAGE_OPTIMIZATION`.
1303
1305
  # Corresponds to the JSON property `servingConfigIds`
1304
1306
  # @return [Array<String>]
1305
1307
  attr_accessor :serving_config_ids
@@ -2836,7 +2838,7 @@ module Google
2836
2838
  end
2837
2839
  end
2838
2840
 
2839
- # Google Cloud Storage location for input content. format.
2841
+ # Google Cloud Storage location for input content.
2840
2842
  class GoogleCloudRetailV2betaGcsSource
2841
2843
  include Google::Apis::Core::Hashable
2842
2844
 
@@ -2847,8 +2849,8 @@ module Google
2847
2849
  # recommendations-ai/docs/upload-catalog#mc). Supported values for user events
2848
2850
  # imports: * `user_event` (default): One JSON UserEvent per line. * `
2849
2851
  # user_event_ga360`: Using https://support.google.com/analytics/answer/3437719.
2850
- # Supported values for control imports: * 'control' (default): One JSON Control
2851
- # per line. Supported values for catalog attribute imports: * 'catalog_attribute'
2852
+ # Supported values for control imports: * `control` (default): One JSON Control
2853
+ # per line. Supported values for catalog attribute imports: * `catalog_attribute`
2852
2854
  # (default): One CSV CatalogAttribute per line.
2853
2855
  # Corresponds to the JSON property `dataSchema`
2854
2856
  # @return [String]
@@ -2958,9 +2960,9 @@ module Google
2958
2960
  attr_accessor :input_config
2959
2961
 
2960
2962
  # Pub/Sub topic for receiving notification. If this field is set, when the
2961
- # import is finished, a notification will be sent to specified Pub/Sub topic.
2962
- # The message data will be JSON string of a Operation. Format of the Pub/Sub
2963
- # topic is `projects/`project`/topics/`topic``.
2963
+ # import is finished, a notification is sent to specified Pub/Sub topic. The
2964
+ # message data is JSON string of a Operation. Format of the Pub/Sub topic is `
2965
+ # projects/`project`/topics/`topic``.
2964
2966
  # Corresponds to the JSON property `notificationPubsubTopic`
2965
2967
  # @return [String]
2966
2968
  attr_accessor :notification_pubsub_topic
@@ -3002,8 +3004,8 @@ module Google
3002
3004
  include Google::Apis::Core::Hashable
3003
3005
 
3004
3006
  # Google Cloud Storage prefix for import errors. This must be an empty, existing
3005
- # Cloud Storage directory. Import errors will be written to sharded files in
3006
- # this directory, one per line, as a JSON-encoded `google.rpc.Status` message.
3007
+ # Cloud Storage directory. Import errors are written to sharded files in this
3008
+ # directory, one per line, as a JSON-encoded `google.rpc.Status` message.
3007
3009
  # Corresponds to the JSON property `gcsPrefix`
3008
3010
  # @return [String]
3009
3011
  attr_accessor :gcs_prefix
@@ -3018,8 +3020,8 @@ module Google
3018
3020
  end
3019
3021
  end
3020
3022
 
3021
- # Metadata related to the progress of the Import operation. This will be
3022
- # returned by the google.longrunning.Operation.metadata field.
3023
+ # Metadata related to the progress of the Import operation. This is returned by
3024
+ # the google.longrunning.Operation.metadata field.
3023
3025
  class GoogleCloudRetailV2betaImportMetadata
3024
3026
  include Google::Apis::Core::Hashable
3025
3027
 
@@ -3034,9 +3036,9 @@ module Google
3034
3036
  attr_accessor :failure_count
3035
3037
 
3036
3038
  # Pub/Sub topic for receiving notification. If this field is set, when the
3037
- # import is finished, a notification will be sent to specified Pub/Sub topic.
3038
- # The message data will be JSON string of a Operation. Format of the Pub/Sub
3039
- # topic is `projects/`project`/topics/`topic``.
3039
+ # import is finished, a notification is sent to specified Pub/Sub topic. The
3040
+ # message data is JSON string of a Operation. Format of the Pub/Sub topic is `
3041
+ # projects/`project`/topics/`topic``.
3040
3042
  # Corresponds to the JSON property `notificationPubsubTopic`
3041
3043
  # @return [String]
3042
3044
  attr_accessor :notification_pubsub_topic
@@ -3087,12 +3089,12 @@ module Google
3087
3089
  attr_accessor :input_config
3088
3090
 
3089
3091
  # Full Pub/Sub topic name for receiving notification. If this field is set, when
3090
- # the import is finished, a notification will be sent to specified Pub/Sub topic.
3091
- # The message data will be JSON string of a Operation. Format of the Pub/Sub
3092
- # topic is `projects/`project`/topics/`topic``. It has to be within the same
3093
- # project as ImportProductsRequest.parent. Make sure that `service-@gcp-sa-
3094
- # retail.iam.gserviceaccount.com` has the `pubsub.topics.publish` IAM permission
3095
- # on the topic.
3092
+ # the import is finished, a notification is sent to specified Pub/Sub topic. The
3093
+ # message data is JSON string of a Operation. Format of the Pub/Sub topic is `
3094
+ # projects/`project`/topics/`topic``. It has to be within the same project as
3095
+ # ImportProductsRequest.parent. Make sure that `service-@gcp-sa-retail.iam.
3096
+ # gserviceaccount.com` has the `pubsub.topics.publish` IAM permission on the
3097
+ # topic.
3096
3098
  # Corresponds to the JSON property `notificationPubsubTopic`
3097
3099
  # @return [String]
3098
3100
  attr_accessor :notification_pubsub_topic
@@ -3108,8 +3110,8 @@ module Google
3108
3110
  # @return [String]
3109
3111
  attr_accessor :request_id
3110
3112
 
3111
- # Indicates which fields in the provided imported 'products' to update. If not
3112
- # set, will by default update all fields.
3113
+ # Indicates which fields in the provided imported `products` to update. If not
3114
+ # set, all fields are updated.
3113
3115
  # Corresponds to the JSON property `updateMask`
3114
3116
  # @return [String]
3115
3117
  attr_accessor :update_mask
@@ -4216,7 +4218,7 @@ module Google
4216
4218
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBigQuerySource]
4217
4219
  attr_accessor :big_query_source
4218
4220
 
4219
- # Google Cloud Storage location for input content. format.
4221
+ # Google Cloud Storage location for input content.
4220
4222
  # Corresponds to the JSON property `gcsSource`
4221
4223
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGcsSource]
4222
4224
  attr_accessor :gcs_source
@@ -6449,7 +6451,7 @@ module Google
6449
6451
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBigQuerySource]
6450
6452
  attr_accessor :big_query_source
6451
6453
 
6452
- # Google Cloud Storage location for input content. format.
6454
+ # Google Cloud Storage location for input content.
6453
6455
  # Corresponds to the JSON property `gcsSource`
6454
6456
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGcsSource]
6455
6457
  attr_accessor :gcs_source
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
@@ -614,9 +614,13 @@ module Google
614
614
  # updating fulfillment information. If the request is valid, the update will be
615
615
  # enqueued and processed downstream. As a consequence, when a response is
616
616
  # returned, the added place IDs are not immediately manifested in the Product
617
- # queried by ProductService.GetProduct or ProductService.ListProducts. This
618
- # feature is only available for users who have Retail Search enabled. Please
619
- # enable Retail Search on Cloud Console before using this feature.
617
+ # queried by ProductService.GetProduct or ProductService.ListProducts. The
618
+ # returned Operations will be obsolete after 1 day, and GetOperation API will
619
+ # return NOT_FOUND afterwards. If conflicting updates are issued, the Operations
620
+ # associated with the stale updates will not be marked as done until being
621
+ # obsolete. This feature is only available for users who have Retail Search
622
+ # enabled. Please enable Retail Search on Cloud Console before using this
623
+ # feature.
620
624
  # @param [String] product
621
625
  # Required. Full resource name of Product, such as `projects/*/locations/global/
622
626
  # catalogs/default_catalog/branches/default_branch/products/some_product_id`. If
@@ -661,9 +665,12 @@ module Google
661
665
  # ProductService.GetProduct or ProductService.ListProducts. Local inventory
662
666
  # information can only be modified using this method. ProductService.
663
667
  # CreateProduct and ProductService.UpdateProduct has no effect on local
664
- # inventories. This feature is only available for users who have Retail Search
665
- # enabled. Please enable Retail Search on Cloud Console before using this
666
- # feature.
668
+ # inventories. The returned Operations will be obsolete after 1 day, and
669
+ # GetOperation API will return NOT_FOUND afterwards. If conflicting updates are
670
+ # issued, the Operations associated with the stale updates will not be marked as
671
+ # done until being obsolete. This feature is only available for users who have
672
+ # Retail Search enabled. Please enable Retail Search on Cloud Console before
673
+ # using this feature.
667
674
  # @param [String] product
668
675
  # Required. Full resource name of Product, such as `projects/*/locations/global/
669
676
  # catalogs/default_catalog/branches/default_branch/products/some_product_id`. If
@@ -969,9 +976,13 @@ module Google
969
976
  # updating fulfillment information. If the request is valid, the update will be
970
977
  # enqueued and processed downstream. As a consequence, when a response is
971
978
  # returned, the removed place IDs are not immediately manifested in the Product
972
- # queried by ProductService.GetProduct or ProductService.ListProducts. This
973
- # feature is only available for users who have Retail Search enabled. Please
974
- # enable Retail Search on Cloud Console before using this feature.
979
+ # queried by ProductService.GetProduct or ProductService.ListProducts. The
980
+ # returned Operations will be obsolete after 1 day, and GetOperation API will
981
+ # return NOT_FOUND afterwards. If conflicting updates are issued, the Operations
982
+ # associated with the stale updates will not be marked as done until being
983
+ # obsolete. This feature is only available for users who have Retail Search
984
+ # enabled. Please enable Retail Search on Cloud Console before using this
985
+ # feature.
975
986
  # @param [String] product
976
987
  # Required. Full resource name of Product, such as `projects/*/locations/global/
977
988
  # catalogs/default_catalog/branches/default_branch/products/some_product_id`. If
@@ -1014,9 +1025,12 @@ module Google
1014
1025
  # queried by ProductService.GetProduct or ProductService.ListProducts. Local
1015
1026
  # inventory information can only be removed using this method. ProductService.
1016
1027
  # CreateProduct and ProductService.UpdateProduct has no effect on local
1017
- # inventories. This feature is only available for users who have Retail Search
1018
- # enabled. Please enable Retail Search on Cloud Console before using this
1019
- # feature.
1028
+ # inventories. The returned Operations will be obsolete after 1 day, and
1029
+ # GetOperation API will return NOT_FOUND afterwards. If conflicting updates are
1030
+ # issued, the Operations associated with the stale updates will not be marked as
1031
+ # done until being obsolete. This feature is only available for users who have
1032
+ # Retail Search enabled. Please enable Retail Search on Cloud Console before
1033
+ # using this feature.
1020
1034
  # @param [String] product
1021
1035
  # Required. Full resource name of Product, such as `projects/*/locations/global/
1022
1036
  # catalogs/default_catalog/branches/default_branch/products/some_product_id`. If
@@ -1069,9 +1083,12 @@ module Google
1069
1083
  # SetInventoryRequest.set_mask, then any existing inventory information will be
1070
1084
  # preserved. Pre-existing inventory information can only be updated with
1071
1085
  # ProductService.SetInventory, ProductService.AddFulfillmentPlaces, and
1072
- # ProductService.RemoveFulfillmentPlaces. This feature is only available for
1073
- # users who have Retail Search enabled. Please enable Retail Search on Cloud
1074
- # Console before using this feature.
1086
+ # ProductService.RemoveFulfillmentPlaces. The returned Operations will be
1087
+ # obsolete after 1 day, and GetOperation API will return NOT_FOUND afterwards.
1088
+ # If conflicting updates are issued, the Operations associated with the stale
1089
+ # updates will not be marked as done until being obsolete. This feature is only
1090
+ # available for users who have Retail Search enabled. Please enable Retail
1091
+ # Search on Cloud Console before using this feature.
1075
1092
  # @param [String] name
1076
1093
  # Immutable. Full resource name of the product, such as `projects/*/locations/
1077
1094
  # global/catalogs/default_catalog/branches/default_branch/products/product_id`.
@@ -1887,9 +1904,9 @@ module Google
1887
1904
 
1888
1905
  # Bulk import of User events. Request processing might be synchronous. Events
1889
1906
  # that already exist are skipped. Use this method for backfilling historical
1890
- # user events. Operation.response is of type ImportResponse. Note that it is
1891
- # possible for a subset of the items to be successfully inserted. Operation.
1892
- # metadata is of type ImportMetadata.
1907
+ # user events. `Operation.response` is of type `ImportResponse`. Note that it is
1908
+ # possible for a subset of the items to be successfully inserted. `Operation.
1909
+ # metadata` is of type `ImportMetadata`.
1893
1910
  # @param [String] parent
1894
1911
  # Required. `projects/1234/locations/global/catalogs/default_catalog`
1895
1912
  # @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaImportUserEventsRequest] google_cloud_retail_v2beta_import_user_events_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-15 00:00:00.000000000 Z
11
+ date: 2022-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []