google-apis-retail_v2 0.33.0 → 0.36.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: 18e916d64c386f6c9b65fcf3e6d27b2460371aa7dc0a23749c10f5c59b27db0f
4
- data.tar.gz: f439bdacce1ca3cefdcde5cfdeb3ad8a026141758711ef1a7cc223c6261021ed
3
+ metadata.gz: a1176a95df6f47189465edd0a3ad3b8889c60ec42deb7c350350e78b8194d48c
4
+ data.tar.gz: 41654fa63564cb523233faf5f9f2c2a89a2b5f420364e948b95038197eb787d1
5
5
  SHA512:
6
- metadata.gz: d7d59732abbc3a970e1a29a1eaef0d359ae436415e4166a69a09962fdfc67d766a9071c79050f11f4a77d14dcc30284626a63d24caf5346d3dd05b3929f5bafb
7
- data.tar.gz: f1fb7248f0492d2ef6e237b224a75cb1ffb7b9d338e38aa33416eac49b4f5f20e94bdb7b646b14be02c499c0cc3b748a54d9d81bd113414441604114a0defb23
6
+ metadata.gz: 5954282fe9adc8af9905659fad8bc938b4da81bf5c2362147f117713092a5c8d4f9b3fe66ec5cd14f83d8dd9cec58baba9ba49a4698fec3036dfade3c7449dab
7
+ data.tar.gz: 1bed26a6aafa607dd3c3b81f3ed233dd17823b16e5616f578df3eec2ac8be868a491553581fdc10c1185d3031665ca25e55f1181c0275f8afc909f2bf3064658
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.36.0 (2022-04-28)
4
+
5
+ * Regenerated from discovery document revision 20220421
6
+
7
+ ### v0.35.0 (2022-04-22)
8
+
9
+ * Regenerated from discovery document revision 20220414
10
+
11
+ ### v0.34.0 (2022-04-14)
12
+
13
+ * Regenerated from discovery document revision 20220408
14
+
3
15
  ### v0.33.0 (2022-03-31)
4
16
 
5
17
  * Regenerated from discovery document revision 20220324
@@ -774,12 +774,13 @@ module Google
774
774
  class GoogleCloudRetailV2CustomAttribute
775
775
  include Google::Apis::Core::Hashable
776
776
 
777
- # This field will only be used when AttributesConfig.attribute_config_level of
778
- # the Catalog is 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG', if true, custom attribute
779
- # values are indexed, so that it can be filtered, faceted or boosted in
780
- # SearchService.Search. This field is ignored in a UserEvent. See SearchRequest.
781
- # filter, SearchRequest.facet_specs and SearchRequest.boost_spec for more
782
- # details.
777
+ # This field is normally ignored unless AttributesConfig.attribute_config_level
778
+ # of the Catalog is set to the deprecated 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode.
779
+ # You may learn more on [configuration mode] (https://cloud.google.com/retail/
780
+ # docs/attribute-config#config-modes). if true, custom attribute values are
781
+ # indexed, so that it can be filtered, faceted or boosted in SearchService.
782
+ # Search. This field is ignored in a UserEvent. See SearchRequest.filter,
783
+ # SearchRequest.facet_specs and SearchRequest.boost_spec for more details.
783
784
  # Corresponds to the JSON property `indexable`
784
785
  # @return [Boolean]
785
786
  attr_accessor :indexable
@@ -792,11 +793,13 @@ module Google
792
793
  # @return [Array<Float>]
793
794
  attr_accessor :numbers
794
795
 
795
- # This field will only be used when AttributesConfig.attribute_config_level of
796
- # the Catalog is 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG', if true, custom attribute
797
- # values are searchable by text queries in SearchService.Search. This field is
798
- # ignored in a UserEvent. Only set if type text is set. Otherwise, a
799
- # INVALID_ARGUMENT error is returned.
796
+ # This field is normally ignored unless AttributesConfig.attribute_config_level
797
+ # of the Catalog is set to the deprecated 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode.
798
+ # You may learn more on [configuration mode] (https://cloud.google.com/retail/
799
+ # docs/attribute-config#config-modes). If true, custom attribute values are
800
+ # searchable by text queries in SearchService.Search. This field is ignored in a
801
+ # UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error
802
+ # is returned.
800
803
  # Corresponds to the JSON property `searchable`
801
804
  # @return [Boolean]
802
805
  attr_accessor :searchable
@@ -1109,11 +1112,15 @@ module Google
1109
1112
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2ProductInputConfig]
1110
1113
  attr_accessor :input_config
1111
1114
 
1112
- # Pub/Sub topic for receiving notification. If this field is set, when the
1113
- # import is finished, a notification will be sent to specified Pub/Sub topic.
1115
+ # Full Pub/Sub topic name for receiving notification. If this field is set, when
1116
+ # the import is finished, a notification will be sent to specified Pub/Sub topic.
1114
1117
  # The message data will be JSON string of a Operation. Format of the Pub/Sub
1115
- # topic is `projects/`project`/topics/`topic``. Only supported when
1116
- # ImportProductsRequest.reconciliation_mode is set to `FULL`.
1118
+ # topic is `projects/`project`/topics/`topic``. It has to be within the same
1119
+ # project as ImportProductsRequest.parent. Make sure that both `cloud-retail-
1120
+ # customer-data-access@system.gserviceaccount.com` and `service-@gcp-sa-retail.
1121
+ # iam.gserviceaccount.com` have the `pubsub.topics.publish` IAM permission on
1122
+ # the topic. Only supported when ImportProductsRequest.reconciliation_mode is
1123
+ # set to `FULL`.
1117
1124
  # Corresponds to the JSON property `notificationPubsubTopic`
1118
1125
  # @return [String]
1119
1126
  attr_accessor :notification_pubsub_topic
@@ -1573,7 +1580,8 @@ module Google
1573
1580
  attr_accessor :currency_code
1574
1581
 
1575
1582
  # Price of the product without any discount. If zero, by default set to be the
1576
- # price.
1583
+ # price. If set, original_price should be greater than or equal to price,
1584
+ # otherwise an INVALID_ARGUMENT error is thrown.
1577
1585
  # Corresponds to the JSON property `originalPrice`
1578
1586
  # @return [Float]
1579
1587
  attr_accessor :original_price
@@ -2109,13 +2117,13 @@ module Google
2109
2117
  # The type of Products allowed to be ingested into the catalog. Acceptable
2110
2118
  # values are: * `primary` (default): You can ingest Products of all types. When
2111
2119
  # ingesting a Product, its type will default to Product.Type.PRIMARY if unset. *
2112
- # `variant`: You can only ingest Product.Type.VARIANT Products. This means
2113
- # Product.primary_product_id cannot be empty. If this field is set to an invalid
2114
- # value other than these, an INVALID_ARGUMENT error is returned. If this field
2115
- # is `variant` and merchant_center_product_id_field is `itemGroupId`, an
2116
- # INVALID_ARGUMENT error is returned. See [Using product levels](https://cloud.
2117
- # google.com/retail/recommendations-ai/docs/catalog#product-levels) for more
2118
- # details.
2120
+ # `variant` (incompatible with Retail Search): You can only ingest Product.Type.
2121
+ # VARIANT Products. This means Product.primary_product_id cannot be empty. If
2122
+ # this field is set to an invalid value other than these, an INVALID_ARGUMENT
2123
+ # error is returned. If this field is `variant` and
2124
+ # merchant_center_product_id_field is `itemGroupId`, an INVALID_ARGUMENT error
2125
+ # is returned. See [Product levels](https://cloud.google.com/retail/docs/catalog#
2126
+ # product-levels) for more details.
2119
2127
  # Corresponds to the JSON property `ingestionProductType`
2120
2128
  # @return [String]
2121
2129
  attr_accessor :ingestion_product_type
@@ -2128,8 +2136,8 @@ module Google
2128
2136
  # the item group. If this field is set to an invalid value other than these, an
2129
2137
  # INVALID_ARGUMENT error is returned. If this field is `itemGroupId` and
2130
2138
  # ingestion_product_type is `variant`, an INVALID_ARGUMENT error is returned.
2131
- # See [Using product levels](https://cloud.google.com/retail/recommendations-ai/
2132
- # docs/catalog#product-levels) for more details.
2139
+ # See [Product levels](https://cloud.google.com/retail/docs/catalog#product-
2140
+ # levels) for more details.
2133
2141
  # Corresponds to the JSON property `merchantCenterProductIdField`
2134
2142
  # @return [String]
2135
2143
  attr_accessor :merchant_center_product_id_field
@@ -2578,6 +2586,21 @@ module Google
2578
2586
  # @return [String]
2579
2587
  attr_accessor :filter
2580
2588
 
2589
+ # The labels applied to a resource must meet the following requirements: * Each
2590
+ # resource can have multiple labels, up to a maximum of 64. * Each label must be
2591
+ # a key-value pair. * Keys have a minimum length of 1 character and a maximum
2592
+ # length of 63 characters, and cannot be empty. Values can be empty, and have a
2593
+ # maximum length of 63 characters. * Keys and values can contain only lowercase
2594
+ # letters, numeric characters, underscores, and dashes. All characters must use
2595
+ # UTF-8 encoding, and international characters are allowed. * The key portion of
2596
+ # a label must be unique. However, you can use the same key with multiple
2597
+ # resources. * Keys must start with a lowercase letter or international
2598
+ # character. See [Google Cloud Document](https://cloud.google.com/resource-
2599
+ # manager/docs/creating-managing-labels#requirements) for more details.
2600
+ # Corresponds to the JSON property `labels`
2601
+ # @return [Hash<String,String>]
2602
+ attr_accessor :labels
2603
+
2581
2604
  # A 0-indexed integer that specifies the current offset (that is, starting
2582
2605
  # result location, amongst the Products deemed by the API as relevant) in search
2583
2606
  # results. This field is only considered if page_token is unset. If this field
@@ -2627,7 +2650,8 @@ module Google
2627
2650
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestPersonalizationSpec]
2628
2651
  attr_accessor :personalization_spec
2629
2652
 
2630
- # Raw search query.
2653
+ # Raw search query. If this field is empty, the request is considered a category
2654
+ # browsing request and returned results are based on filter and page_categories.
2631
2655
  # Corresponds to the JSON property `query`
2632
2656
  # @return [String]
2633
2657
  attr_accessor :query
@@ -2700,6 +2724,7 @@ module Google
2700
2724
  @dynamic_facet_spec = args[:dynamic_facet_spec] if args.key?(:dynamic_facet_spec)
2701
2725
  @facet_specs = args[:facet_specs] if args.key?(:facet_specs)
2702
2726
  @filter = args[:filter] if args.key?(:filter)
2727
+ @labels = args[:labels] if args.key?(:labels)
2703
2728
  @offset = args[:offset] if args.key?(:offset)
2704
2729
  @order_by = args[:order_by] if args.key?(:order_by)
2705
2730
  @page_categories = args[:page_categories] if args.key?(:page_categories)
@@ -3029,7 +3054,9 @@ module Google
3029
3054
  # @return [String]
3030
3055
  attr_accessor :attribution_token
3031
3056
 
3032
- # If spell correction applies, the corrected query. Otherwise, empty.
3057
+ # Contains the spell corrected query, if found. If the spell correction type is
3058
+ # AUTOMATIC, then the search results will be based on corrected_query, otherwise
3059
+ # the original query will be used for search.
3033
3060
  # Corresponds to the JSON property `correctedQuery`
3034
3061
  # @return [String]
3035
3062
  attr_accessor :corrected_query
@@ -3490,9 +3517,9 @@ module Google
3490
3517
  # @return [String]
3491
3518
  attr_accessor :page_view_id
3492
3519
 
3493
- # The main product details related to the event. This field is required for the
3494
- # following event types: * `add-to-cart` * `detail-page-view` * `purchase-
3495
- # complete` * `search` In a `search` event, this field represents the products
3520
+ # The main product details related to the event. This field is optional except
3521
+ # for the following event types: * `add-to-cart` * `detail-page-view` * `
3522
+ # purchase-complete` In a `search` event, this field represents the products
3496
3523
  # returned to the end user on the current page (the end user may have not
3497
3524
  # finished browsing the whole page yet). When a new page is returned to the end
3498
3525
  # user, after pagination/filtering/ordering even for the same query, a new `
@@ -3547,10 +3574,12 @@ module Google
3547
3574
  # Required. A unique identifier for tracking visitors. For example, this could
3548
3575
  # be implemented with an HTTP cookie, which should be able to uniquely identify
3549
3576
  # a visitor on a single device. This unique identifier should not change if the
3550
- # visitor log in/out of the website. The field must be a UTF-8 encoded string
3551
- # with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is
3552
- # returned. The field should not contain PII or user-data. We recommend to use
3553
- # Google Analystics [Client ID](https://developers.google.com/analytics/
3577
+ # visitor log in/out of the website. Don't set the field to the same fixed ID
3578
+ # for different users. This mixes the event history of those users together,
3579
+ # which results in degraded model quality. The field must be a UTF-8 encoded
3580
+ # string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
3581
+ # error is returned. The field should not contain PII or user-data. We recommend
3582
+ # to use Google Analystics [Client ID](https://developers.google.com/analytics/
3554
3583
  # devguides/collection/analyticsjs/field-reference#clientId) for this field.
3555
3584
  # Corresponds to the JSON property `visitorId`
3556
3585
  # @return [String]
@@ -3698,9 +3727,11 @@ module Google
3698
3727
  attr_accessor :user_agent
3699
3728
 
3700
3729
  # Highly recommended for logged-in users. Unique identifier for logged-in user,
3701
- # such as a user name. Always use a hashed value for this ID. The field must be
3702
- # a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an
3703
- # INVALID_ARGUMENT error is returned.
3730
+ # such as a user name. Don't set for anonymous users. Always use a hashed value
3731
+ # for this ID. Don't set the field to the same fixed ID for different users.
3732
+ # This mixes the event history of those users together, which results in
3733
+ # degraded model quality. The field must be a UTF-8 encoded string with a length
3734
+ # limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
3704
3735
  # Corresponds to the JSON property `userId`
3705
3736
  # @return [String]
3706
3737
  attr_accessor :user_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220324"
25
+ REVISION = "20220421"
26
26
  end
27
27
  end
28
28
  end
@@ -1496,6 +1496,7 @@ module Google
1496
1496
  collection :facet_specs, as: 'facetSpecs', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestFacetSpec, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestFacetSpec::Representation
1497
1497
 
1498
1498
  property :filter, as: 'filter'
1499
+ hash :labels, as: 'labels'
1499
1500
  property :offset, as: 'offset'
1500
1501
  property :order_by, as: 'orderBy'
1501
1502
  collection :page_categories, as: 'pageCategories'
@@ -638,7 +638,9 @@ module Google
638
638
  # output only fields are NOT supported. If not set, all supported fields (the
639
639
  # fields that are neither immutable nor output only) are updated. If an
640
640
  # unsupported or unknown field is provided, an INVALID_ARGUMENT error is
641
- # returned.
641
+ # returned. The attribute key can be updated by setting the mask path as "
642
+ # attributes.$`key_name`". If a key name is present in the mask but not in the
643
+ # patching product from the request, this key will be deleted after the update.
642
644
  # @param [String] fields
643
645
  # Selector specifying which fields to include in a partial response.
644
646
  # @param [String] quota_user
@@ -927,8 +929,7 @@ module Google
927
929
  # Makes a recommendation prediction.
928
930
  # @param [String] placement
929
931
  # Required. Full resource name of the format: `name=projects/*/locations/global/
930
- # catalogs/default_catalog/placements/*` or `name=projects/*/locations/global/
931
- # catalogs/default_catalog/servingConfigs/*` The ID of the Recommendations AI
932
+ # catalogs/default_catalog/placements/*` The ID of the Recommendations AI
932
933
  # placement. Before you can request predictions from your model, you must create
933
934
  # at least one placement for it. For more information, see [Managing placements](
934
935
  # https://cloud.google.com/retail/recommendations-ai/docs/manage-placements).
@@ -969,10 +970,9 @@ module Google
969
970
  # feature.
970
971
  # @param [String] placement
971
972
  # Required. The resource name of the search engine placement, such as `projects/*
972
- # /locations/global/catalogs/default_catalog/placements/default_search` or `
973
- # projects/*/locations/global/catalogs/default_catalog/servingConfigs/
974
- # default_serving_config` This field is used to identify the serving
975
- # configuration name and the set of models that will be used to make the search.
973
+ # /locations/global/catalogs/default_catalog/placements/default_search`. This
974
+ # field is used to identify the serving configuration name and the set of models
975
+ # that will be used to make the search.
976
976
  # @param [Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequest] google_cloud_retail_v2_search_request_object
977
977
  # @param [String] fields
978
978
  # Selector specifying which fields to include in a partial response.
@@ -1003,85 +1003,6 @@ module Google
1003
1003
  execute_or_queue_command(command, &block)
1004
1004
  end
1005
1005
 
1006
- # Makes a recommendation prediction.
1007
- # @param [String] placement
1008
- # Required. Full resource name of the format: `name=projects/*/locations/global/
1009
- # catalogs/default_catalog/placements/*` or `name=projects/*/locations/global/
1010
- # catalogs/default_catalog/servingConfigs/*` The ID of the Recommendations AI
1011
- # placement. Before you can request predictions from your model, you must create
1012
- # at least one placement for it. For more information, see [Managing placements](
1013
- # https://cloud.google.com/retail/recommendations-ai/docs/manage-placements).
1014
- # The full list of available placements can be seen at https://console.cloud.
1015
- # google.com/recommendation/catalogs/default_catalog/placements
1016
- # @param [Google::Apis::RetailV2::GoogleCloudRetailV2PredictRequest] google_cloud_retail_v2_predict_request_object
1017
- # @param [String] fields
1018
- # Selector specifying which fields to include in a partial response.
1019
- # @param [String] quota_user
1020
- # Available to use for quota purposes for server-side applications. Can be any
1021
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1022
- # @param [Google::Apis::RequestOptions] options
1023
- # Request-specific options
1024
- #
1025
- # @yield [result, err] Result & error if block supplied
1026
- # @yieldparam result [Google::Apis::RetailV2::GoogleCloudRetailV2PredictResponse] parsed result object
1027
- # @yieldparam err [StandardError] error object if request failed
1028
- #
1029
- # @return [Google::Apis::RetailV2::GoogleCloudRetailV2PredictResponse]
1030
- #
1031
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1032
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1033
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1034
- def predict_project_location_catalog_serving_config(placement, google_cloud_retail_v2_predict_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1035
- command = make_simple_command(:post, 'v2/{+placement}:predict', options)
1036
- command.request_representation = Google::Apis::RetailV2::GoogleCloudRetailV2PredictRequest::Representation
1037
- command.request_object = google_cloud_retail_v2_predict_request_object
1038
- command.response_representation = Google::Apis::RetailV2::GoogleCloudRetailV2PredictResponse::Representation
1039
- command.response_class = Google::Apis::RetailV2::GoogleCloudRetailV2PredictResponse
1040
- command.params['placement'] = placement unless placement.nil?
1041
- command.query['fields'] = fields unless fields.nil?
1042
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1043
- execute_or_queue_command(command, &block)
1044
- end
1045
-
1046
- # Performs a search. This feature is only available for users who have Retail
1047
- # Search enabled. Please enable Retail Search on Cloud Console before using this
1048
- # feature.
1049
- # @param [String] placement
1050
- # Required. The resource name of the search engine placement, such as `projects/*
1051
- # /locations/global/catalogs/default_catalog/placements/default_search` or `
1052
- # projects/*/locations/global/catalogs/default_catalog/servingConfigs/
1053
- # default_serving_config` This field is used to identify the serving
1054
- # configuration name and the set of models that will be used to make the search.
1055
- # @param [Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequest] google_cloud_retail_v2_search_request_object
1056
- # @param [String] fields
1057
- # Selector specifying which fields to include in a partial response.
1058
- # @param [String] quota_user
1059
- # Available to use for quota purposes for server-side applications. Can be any
1060
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1061
- # @param [Google::Apis::RequestOptions] options
1062
- # Request-specific options
1063
- #
1064
- # @yield [result, err] Result & error if block supplied
1065
- # @yieldparam result [Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponse] parsed result object
1066
- # @yieldparam err [StandardError] error object if request failed
1067
- #
1068
- # @return [Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponse]
1069
- #
1070
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1071
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1072
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1073
- def search_project_location_catalog_serving_configs(placement, google_cloud_retail_v2_search_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1074
- command = make_simple_command(:post, 'v2/{+placement}:search', options)
1075
- command.request_representation = Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequest::Representation
1076
- command.request_object = google_cloud_retail_v2_search_request_object
1077
- command.response_representation = Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponse::Representation
1078
- command.response_class = Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponse
1079
- command.params['placement'] = placement unless placement.nil?
1080
- command.query['fields'] = fields unless fields.nil?
1081
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1082
- execute_or_queue_command(command, &block)
1083
- end
1084
-
1085
1006
  # Writes a single user event from the browser. This uses a GET request to due to
1086
1007
  # browser restriction of POST-ing to a 3rd party domain. This method is used
1087
1008
  # only by the Retail API JavaScript pixel and Google Tag Manager. Users should
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.36.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-05-02 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
63
63
  post_install_message:
64
64
  rdoc_options: []