google-apis-retail_v2alpha 0.72.0 → 0.73.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4154c9d6ff1dd3590856310016be05564b099e9f3005f898b0b563b695270e6
|
4
|
+
data.tar.gz: f4442c982ac8612523538ca476b06f85f21e08fc9ad9aa30d9e2ebf133e6111c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6ba8a7044e5ff19f5055f60e5256d1e93338778ed15c7d3cbf948324c7545cf2619715ae6f135a848d6a2ca60f7302bfddea45c73577229ee91ebe5512687f4
|
7
|
+
data.tar.gz: 11489b01710879077251c914ba43838331c11d986a6f140b3567f7a701309d07267e2e7e667a55e81e7fe7456e5b1971e579b634c89ecb7ee0e5e8986ab76c9b
|
data/CHANGELOG.md
CHANGED
@@ -1586,11 +1586,26 @@ module Google
|
|
1586
1586
|
# @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCustomAttribute>]
|
1587
1587
|
attr_accessor :attributes
|
1588
1588
|
|
1589
|
+
# Facet information for the suggestion term. Gives the number of items resulting
|
1590
|
+
# from a search with this suggestion term for each facet. This is an
|
1591
|
+
# experimental feature for limited customers. If you want to receive this facet
|
1592
|
+
# information, reach out to the Retail support team.
|
1593
|
+
# Corresponds to the JSON property `facets`
|
1594
|
+
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchResponseFacet>]
|
1595
|
+
attr_accessor :facets
|
1596
|
+
|
1589
1597
|
# The suggestion for the query.
|
1590
1598
|
# Corresponds to the JSON property `suggestion`
|
1591
1599
|
# @return [String]
|
1592
1600
|
attr_accessor :suggestion
|
1593
1601
|
|
1602
|
+
# Total number of products associated with a search with this suggestion. This
|
1603
|
+
# is an experimental feature for limited customers. If you want to receive this
|
1604
|
+
# product count information, reach out to the Retail support team.
|
1605
|
+
# Corresponds to the JSON property `totalProductCount`
|
1606
|
+
# @return [Fixnum]
|
1607
|
+
attr_accessor :total_product_count
|
1608
|
+
|
1594
1609
|
def initialize(**args)
|
1595
1610
|
update!(**args)
|
1596
1611
|
end
|
@@ -1598,7 +1613,9 @@ module Google
|
|
1598
1613
|
# Update properties of this object
|
1599
1614
|
def update!(**args)
|
1600
1615
|
@attributes = args[:attributes] if args.key?(:attributes)
|
1616
|
+
@facets = args[:facets] if args.key?(:facets)
|
1601
1617
|
@suggestion = args[:suggestion] if args.key?(:suggestion)
|
1618
|
+
@total_product_count = args[:total_product_count] if args.key?(:total_product_count)
|
1602
1619
|
end
|
1603
1620
|
end
|
1604
1621
|
|
@@ -2040,9 +2057,9 @@ module Google
|
|
2040
2057
|
# The fully qualified resource name of the experiment that provides the serving
|
2041
2058
|
# config under test, should an active experiment exist. For example: `projects/*/
|
2042
2059
|
# locations/global/catalogs/default_catalog/experiments/experiment_id`
|
2043
|
-
# Corresponds to the JSON property `
|
2060
|
+
# Corresponds to the JSON property `experiment`
|
2044
2061
|
# @return [String]
|
2045
|
-
attr_accessor :
|
2062
|
+
attr_accessor :experiment
|
2046
2063
|
|
2047
2064
|
# Metadata for active serving config A/B tests.
|
2048
2065
|
# Corresponds to the JSON property `servingConfigExperiment`
|
@@ -2055,7 +2072,7 @@ module Google
|
|
2055
2072
|
|
2056
2073
|
# Update properties of this object
|
2057
2074
|
def update!(**args)
|
2058
|
-
@
|
2075
|
+
@experiment = args[:experiment] if args.key?(:experiment)
|
2059
2076
|
@serving_config_experiment = args[:serving_config_experiment] if args.key?(:serving_config_experiment)
|
2060
2077
|
end
|
2061
2078
|
end
|
@@ -2903,7 +2920,7 @@ module Google
|
|
2903
2920
|
|
2904
2921
|
# Represents a link between a Merchant Center account and a branch. Once a link
|
2905
2922
|
# is established, products from the linked merchant center account will be
|
2906
|
-
# streamed to the linked branch.
|
2923
|
+
# streamed to the linked branch.
|
2907
2924
|
class GoogleCloudRetailV2alphaMerchantCenterAccountLink
|
2908
2925
|
include Google::Apis::Core::Hashable
|
2909
2926
|
|
@@ -2961,7 +2978,7 @@ module Google
|
|
2961
2978
|
# @return [String]
|
2962
2979
|
attr_accessor :name
|
2963
2980
|
|
2964
|
-
# Output only.
|
2981
|
+
# Output only. Google Cloud project ID.
|
2965
2982
|
# Corresponds to the JSON property `projectId`
|
2966
2983
|
# @return [String]
|
2967
2984
|
attr_accessor :project_id
|
@@ -5138,13 +5155,6 @@ module Google
|
|
5138
5155
|
class GoogleCloudRetailV2alphaSearchRequest
|
5139
5156
|
include Google::Apis::Core::Hashable
|
5140
5157
|
|
5141
|
-
# Represents the banner in request, for projects that combine banners. For
|
5142
|
-
# example: a retailer can sell products under different banners like retailer-
|
5143
|
-
# main, retailer-baby, retailer-meds, etc. under one project.
|
5144
|
-
# Corresponds to the JSON property `banner`
|
5145
|
-
# @return [String]
|
5146
|
-
attr_accessor :banner
|
5147
|
-
|
5148
5158
|
# Boost specification to boost certain items.
|
5149
5159
|
# Corresponds to the JSON property `boostSpec`
|
5150
5160
|
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestBoostSpec]
|
@@ -5173,8 +5183,16 @@ module Google
|
|
5173
5183
|
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestDynamicFacetSpec]
|
5174
5184
|
attr_accessor :dynamic_facet_spec
|
5175
5185
|
|
5186
|
+
# The entity for customers that may run multiple different entities, domains,
|
5187
|
+
# sites or regions, for example, `Google US`, `Google Ads`, `Waymo`, `google.com`
|
5188
|
+
# , `youtube.com`, etc. If this is set, it should be exactly matched with
|
5189
|
+
# UserEvent.entity to get search results boosted by entity.
|
5190
|
+
# Corresponds to the JSON property `entity`
|
5191
|
+
# @return [String]
|
5192
|
+
attr_accessor :entity
|
5193
|
+
|
5176
5194
|
# Facet specifications for faceted search. If empty, no facets are returned. A
|
5177
|
-
# maximum of
|
5195
|
+
# maximum of 200 values are allowed. Otherwise, an INVALID_ARGUMENT error is
|
5178
5196
|
# returned.
|
5179
5197
|
# Corresponds to the JSON property `facetSpecs`
|
5180
5198
|
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec>]
|
@@ -5221,7 +5239,7 @@ module Google
|
|
5221
5239
|
# @return [String]
|
5222
5240
|
attr_accessor :order_by
|
5223
5241
|
|
5224
|
-
# The categories associated with a category page.
|
5242
|
+
# The categories associated with a category page. Must be set for category
|
5225
5243
|
# navigation queries to achieve good search quality. The format should be the
|
5226
5244
|
# same as UserEvent.page_categories; To represent full path of category, use '>'
|
5227
5245
|
# sign to separate different hierarchies. If '>' is part of the category name,
|
@@ -5334,11 +5352,11 @@ module Google
|
|
5334
5352
|
|
5335
5353
|
# Update properties of this object
|
5336
5354
|
def update!(**args)
|
5337
|
-
@banner = args[:banner] if args.key?(:banner)
|
5338
5355
|
@boost_spec = args[:boost_spec] if args.key?(:boost_spec)
|
5339
5356
|
@branch = args[:branch] if args.key?(:branch)
|
5340
5357
|
@canonical_filter = args[:canonical_filter] if args.key?(:canonical_filter)
|
5341
5358
|
@dynamic_facet_spec = args[:dynamic_facet_spec] if args.key?(:dynamic_facet_spec)
|
5359
|
+
@entity = args[:entity] if args.key?(:entity)
|
5342
5360
|
@facet_specs = args[:facet_specs] if args.key?(:facet_specs)
|
5343
5361
|
@filter = args[:filter] if args.key?(:filter)
|
5344
5362
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -5539,13 +5557,15 @@ module Google
|
|
5539
5557
|
# @return [Array<String>]
|
5540
5558
|
attr_accessor :contains
|
5541
5559
|
|
5542
|
-
#
|
5543
|
-
#
|
5544
|
-
#
|
5545
|
-
#
|
5546
|
-
#
|
5547
|
-
#
|
5548
|
-
#
|
5560
|
+
# Set only if values should be bucketized into intervals. Must be set for facets
|
5561
|
+
# with numerical values. Must not be set for facet with text values. Maximum
|
5562
|
+
# number of intervals is 40. For all numerical facet keys that appear in the
|
5563
|
+
# list of products from the catalog, the percentiles 0, 10, 30, 50, 70, 90 and
|
5564
|
+
# 100 are computed from their distribution weekly. If the model assigns a high
|
5565
|
+
# score to a numerical facet key and its intervals are not specified in the
|
5566
|
+
# search request, these percentiles will become the bounds for its intervals and
|
5567
|
+
# will be returned in the response. If the facet key intervals are specified in
|
5568
|
+
# the request, then the specified intervals will be returned instead.
|
5549
5569
|
# Corresponds to the JSON property `intervals`
|
5550
5570
|
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaInterval>]
|
5551
5571
|
attr_accessor :intervals
|
@@ -6388,13 +6408,6 @@ module Google
|
|
6388
6408
|
# @return [String]
|
6389
6409
|
attr_accessor :attribution_token
|
6390
6410
|
|
6391
|
-
# Represents the banner of the user event, for projects that combine banners.
|
6392
|
-
# For example: retailer can have events from multiple banners like retailer-main,
|
6393
|
-
# retailer-baby, retailer-meds, etc. under one project.
|
6394
|
-
# Corresponds to the JSON property `banner`
|
6395
|
-
# @return [String]
|
6396
|
-
attr_accessor :banner
|
6397
|
-
|
6398
6411
|
# The ID or name of the associated shopping cart. This ID is used to associate
|
6399
6412
|
# multiple items added or present in the cart before purchase. This can only be
|
6400
6413
|
# set for `add-to-cart`, `purchase-complete`, or `shopping-cart-page-view`
|
@@ -6409,6 +6422,14 @@ module Google
|
|
6409
6422
|
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompletionDetail]
|
6410
6423
|
attr_accessor :completion_detail
|
6411
6424
|
|
6425
|
+
# The entity for customers that may run multiple different entities, domains,
|
6426
|
+
# sites or regions, for example, `Google US`, `Google Ads`, `Waymo`, `google.com`
|
6427
|
+
# , `youtube.com`, etc. It is recommended to set this field to get better per-
|
6428
|
+
# entity search, completion and prediction results.
|
6429
|
+
# Corresponds to the JSON property `entity`
|
6430
|
+
# @return [String]
|
6431
|
+
attr_accessor :entity
|
6432
|
+
|
6412
6433
|
# Only required for UserEventService.ImportUserEvents method. Timestamp of when
|
6413
6434
|
# the user event happened.
|
6414
6435
|
# Corresponds to the JSON property `eventTime`
|
@@ -6562,9 +6583,9 @@ module Google
|
|
6562
6583
|
def update!(**args)
|
6563
6584
|
@attributes = args[:attributes] if args.key?(:attributes)
|
6564
6585
|
@attribution_token = args[:attribution_token] if args.key?(:attribution_token)
|
6565
|
-
@banner = args[:banner] if args.key?(:banner)
|
6566
6586
|
@cart_id = args[:cart_id] if args.key?(:cart_id)
|
6567
6587
|
@completion_detail = args[:completion_detail] if args.key?(:completion_detail)
|
6588
|
+
@entity = args[:entity] if args.key?(:entity)
|
6568
6589
|
@event_time = args[:event_time] if args.key?(:event_time)
|
6569
6590
|
@event_type = args[:event_type] if args.key?(:event_type)
|
6570
6591
|
@experiment_ids = args[:experiment_ids] if args.key?(:experiment_ids)
|
@@ -7145,7 +7166,7 @@ module Google
|
|
7145
7166
|
|
7146
7167
|
# Represents a link between a Merchant Center account and a branch. Once a link
|
7147
7168
|
# is established, products from the linked merchant center account will be
|
7148
|
-
# streamed to the linked branch.
|
7169
|
+
# streamed to the linked branch.
|
7149
7170
|
class GoogleCloudRetailV2betaMerchantCenterAccountLink
|
7150
7171
|
include Google::Apis::Core::Hashable
|
7151
7172
|
|
@@ -7203,7 +7224,7 @@ module Google
|
|
7203
7224
|
# @return [String]
|
7204
7225
|
attr_accessor :name
|
7205
7226
|
|
7206
|
-
# Output only.
|
7227
|
+
# Output only. Google Cloud project ID.
|
7207
7228
|
# Corresponds to the JSON property `projectId`
|
7208
7229
|
# @return [String]
|
7209
7230
|
attr_accessor :project_id
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2alpha
|
18
18
|
# Version of the google-apis-retail_v2alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.73.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230413"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1722,7 +1722,10 @@ module Google
|
|
1722
1722
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1723
1723
|
hash :attributes, as: 'attributes', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCustomAttribute, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCustomAttribute::Representation
|
1724
1724
|
|
1725
|
+
collection :facets, as: 'facets', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchResponseFacet, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchResponseFacet::Representation
|
1726
|
+
|
1725
1727
|
property :suggestion, as: 'suggestion'
|
1728
|
+
property :total_product_count, as: 'totalProductCount'
|
1726
1729
|
end
|
1727
1730
|
end
|
1728
1731
|
|
@@ -1839,7 +1842,7 @@ module Google
|
|
1839
1842
|
class GoogleCloudRetailV2alphaExperimentInfo
|
1840
1843
|
# @private
|
1841
1844
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1842
|
-
property :
|
1845
|
+
property :experiment, as: 'experiment'
|
1843
1846
|
property :serving_config_experiment, as: 'servingConfigExperiment', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaExperimentInfoServingConfigExperiment, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaExperimentInfoServingConfigExperiment::Representation
|
1844
1847
|
|
1845
1848
|
end
|
@@ -2621,13 +2624,13 @@ module Google
|
|
2621
2624
|
class GoogleCloudRetailV2alphaSearchRequest
|
2622
2625
|
# @private
|
2623
2626
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2624
|
-
property :banner, as: 'banner'
|
2625
2627
|
property :boost_spec, as: 'boostSpec', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestBoostSpec, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestBoostSpec::Representation
|
2626
2628
|
|
2627
2629
|
property :branch, as: 'branch'
|
2628
2630
|
property :canonical_filter, as: 'canonicalFilter'
|
2629
2631
|
property :dynamic_facet_spec, as: 'dynamicFacetSpec', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestDynamicFacetSpec, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestDynamicFacetSpec::Representation
|
2630
2632
|
|
2633
|
+
property :entity, as: 'entity'
|
2631
2634
|
collection :facet_specs, as: 'facetSpecs', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec::Representation
|
2632
2635
|
|
2633
2636
|
property :filter, as: 'filter'
|
@@ -2883,10 +2886,10 @@ module Google
|
|
2883
2886
|
hash :attributes, as: 'attributes', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCustomAttribute, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCustomAttribute::Representation
|
2884
2887
|
|
2885
2888
|
property :attribution_token, as: 'attributionToken'
|
2886
|
-
property :banner, as: 'banner'
|
2887
2889
|
property :cart_id, as: 'cartId'
|
2888
2890
|
property :completion_detail, as: 'completionDetail', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompletionDetail, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompletionDetail::Representation
|
2889
2891
|
|
2892
|
+
property :entity, as: 'entity'
|
2890
2893
|
property :event_time, as: 'eventTime'
|
2891
2894
|
property :event_type, as: 'eventType'
|
2892
2895
|
collection :experiment_ids, as: 'experimentIds'
|
@@ -57,8 +57,6 @@ module Google
|
|
57
57
|
# @param [String] catalog
|
58
58
|
# Required. Catalog for which the completion is performed. Full resource name of
|
59
59
|
# catalog, such as `projects/*/locations/global/catalogs/default_catalog`.
|
60
|
-
# @param [String] banner
|
61
|
-
# The banner context for completion suggestions.
|
62
60
|
# @param [String] dataset
|
63
61
|
# Determines which dataset to use for fetching completion. "user-data" will use
|
64
62
|
# the imported dataset through CompletionService.ImportCompletionData. "cloud-
|
@@ -76,6 +74,11 @@ module Google
|
|
76
74
|
# @param [Boolean] enable_attribute_suggestions
|
77
75
|
# If true, attribute suggestions are enabled and provided in response. This
|
78
76
|
# field is only available for "cloud-retail" dataset.
|
77
|
+
# @param [String] entity
|
78
|
+
# The entity for customers that may run multiple different entities, domains,
|
79
|
+
# sites or regions, for example, `Google US`, `Google Ads`, `Waymo`, `google.com`
|
80
|
+
# , `youtube.com`, etc. If this is set, it should be exactly matched with
|
81
|
+
# UserEvent.entity to get per-entity autocomplete results.
|
79
82
|
# @param [Array<String>, String] language_codes
|
80
83
|
# Note that this field applies for `user-data` dataset only. For requests with `
|
81
84
|
# cloud-retail` dataset, setting this field has no effect. The language filters
|
@@ -115,15 +118,15 @@ module Google
|
|
115
118
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
116
119
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
117
120
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
118
|
-
def complete_project_location_catalog_query(catalog,
|
121
|
+
def complete_project_location_catalog_query(catalog, dataset: nil, device_type: nil, enable_attribute_suggestions: nil, entity: nil, language_codes: nil, max_suggestions: nil, query: nil, visitor_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
119
122
|
command = make_simple_command(:get, 'v2alpha/{+catalog}:completeQuery', options)
|
120
123
|
command.response_representation = Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompleteQueryResponse::Representation
|
121
124
|
command.response_class = Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompleteQueryResponse
|
122
125
|
command.params['catalog'] = catalog unless catalog.nil?
|
123
|
-
command.query['banner'] = banner unless banner.nil?
|
124
126
|
command.query['dataset'] = dataset unless dataset.nil?
|
125
127
|
command.query['deviceType'] = device_type unless device_type.nil?
|
126
128
|
command.query['enableAttributeSuggestions'] = enable_attribute_suggestions unless enable_attribute_suggestions.nil?
|
129
|
+
command.query['entity'] = entity unless entity.nil?
|
127
130
|
command.query['languageCodes'] = language_codes unless language_codes.nil?
|
128
131
|
command.query['maxSuggestions'] = max_suggestions unless max_suggestions.nil?
|
129
132
|
command.query['query'] = query unless query.nil?
|
@@ -797,7 +800,7 @@ module Google
|
|
797
800
|
# Product.Type.PRIMARY Product with more than one variants. Otherwise, an
|
798
801
|
# INVALID_ARGUMENT error is returned. All inventory information for the named
|
799
802
|
# Product will be deleted.
|
800
|
-
# @param [Boolean]
|
803
|
+
# @param [Boolean] force
|
801
804
|
# This value only applies to the case when the target product is of type PRIMARY.
|
802
805
|
# When deleting a product of VARIANT/COLLECTION type, this value will be
|
803
806
|
# ignored. When set to true, the subsequent variant products will be deleted.
|
@@ -820,12 +823,12 @@ module Google
|
|
820
823
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
821
824
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
822
825
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
823
|
-
def delete_project_location_catalog_branch_product(name,
|
826
|
+
def delete_project_location_catalog_branch_product(name, force: nil, fields: nil, quota_user: nil, options: nil, &block)
|
824
827
|
command = make_simple_command(:delete, 'v2alpha/{+name}', options)
|
825
828
|
command.response_representation = Google::Apis::RetailV2alpha::GoogleProtobufEmpty::Representation
|
826
829
|
command.response_class = Google::Apis::RetailV2alpha::GoogleProtobufEmpty
|
827
830
|
command.params['name'] = name unless name.nil?
|
828
|
-
command.query['
|
831
|
+
command.query['force'] = force unless force.nil?
|
829
832
|
command.query['fields'] = fields unless fields.nil?
|
830
833
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
831
834
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.73.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: 2023-
|
11
|
+
date: 2023-04-23 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_v2alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.73.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|