google-apis-retail_v2beta 0.17.0 → 0.18.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: 4fd013fd4fc5cdcec6d875f028c31c8a7883ab01c9c8c75a96790e1e6547173b
4
- data.tar.gz: 37056899deda1505455a89ad0d7018c41ec20fc9c6b1b664a97805f3ac880e88
3
+ metadata.gz: fe1ad345392a272bc19696b86cd5929d77cb082ad7d91ba93ac964001423a299
4
+ data.tar.gz: e919d71557788072a73c792f0f50ddad80909c7a0a21b4343e2697c8d533ba4b
5
5
  SHA512:
6
- metadata.gz: a125dcfda3425378657adf3a5783bb5a2c8d69e2115134ca6b71147ebcd3e2627c21b4f817f2ead77fb04e1b186c36435689344627734250ce9637081b757298
7
- data.tar.gz: 273fc1c6173619e5056bf4f38e525f63962bf0e469512d49d90090e07a7abf0d79208f595a2ab5481b5b3a36b14879f4ed56726e169e26af0091044084e5da04
6
+ metadata.gz: 06d6fb6b31f74fd592275644d9cd7ba75c4b803f3888f51db06e0bd33ca0b9b9d443a2d877f8d837649e867224f90ca9c546a456a5b50841a61d0134fb02e20e
7
+ data.tar.gz: e09afaf475dc7791afa6406c4b063c28e995e691751ec1c7fa69dc0e3c61439ef76b71f0075690cd350ebd0f03142bda6d195b82f9a5b7c53d0fd214cb49f78b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.18.0 (2021-10-12)
4
+
5
+ * Regenerated from discovery document revision 20211011
6
+
3
7
  ### v0.17.0 (2021-10-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20210930
@@ -294,8 +294,8 @@ module Google
294
294
  end
295
295
  end
296
296
 
297
- # Response of the RemoveFulfillmentPlacesRequest. Currently empty because there
298
- # is no meaningful response populated from the AddFulfillmentPlaces method.
297
+ # Response of the AddFulfillmentPlacesRequest. Currently empty because there is
298
+ # no meaningful response populated from the AddFulfillmentPlaces method.
299
299
  class GoogleCloudRetailV2AddFulfillmentPlacesResponse
300
300
  include Google::Apis::Core::Hashable
301
301
 
@@ -633,8 +633,8 @@ module Google
633
633
  end
634
634
  end
635
635
 
636
- # Response of the RemoveFulfillmentPlacesRequest. Currently empty because there
637
- # is no meaningful response populated from the AddFulfillmentPlaces method.
636
+ # Response of the AddFulfillmentPlacesRequest. Currently empty because there is
637
+ # no meaningful response populated from the AddFulfillmentPlaces method.
638
638
  class GoogleCloudRetailV2alphaAddFulfillmentPlacesResponse
639
639
  include Google::Apis::Core::Hashable
640
640
 
@@ -647,20 +647,6 @@ module Google
647
647
  end
648
648
  end
649
649
 
650
- # Metadata related to the EnrollSolution method. This will be returned by the
651
- # google.longrunning.Operation.metadata field.
652
- class GoogleCloudRetailV2alphaEnrollSolutionMetadata
653
- include Google::Apis::Core::Hashable
654
-
655
- def initialize(**args)
656
- update!(**args)
657
- end
658
-
659
- # Update properties of this object
660
- def update!(**args)
661
- end
662
- end
663
-
664
650
  # Configuration of destination for Export related errors.
665
651
  class GoogleCloudRetailV2alphaExportErrorsConfig
666
652
  include Google::Apis::Core::Hashable
@@ -1144,8 +1130,8 @@ module Google
1144
1130
  end
1145
1131
  end
1146
1132
 
1147
- # Response of the RemoveFulfillmentPlacesRequest. Currently empty because there
1148
- # is no meaningful response populated from the AddFulfillmentPlaces method.
1133
+ # Response of the AddFulfillmentPlacesRequest. Currently empty because there is
1134
+ # no meaningful response populated from the AddFulfillmentPlaces method.
1149
1135
  class GoogleCloudRetailV2betaAddFulfillmentPlacesResponse
1150
1136
  include Google::Apis::Core::Hashable
1151
1137
 
@@ -3316,16 +3302,17 @@ module Google
3316
3302
  # and a fulfillment ID must be provided in the format of "fulfillmentType.
3317
3303
  # fulfillmentId". E.g., in "pickupInStore.store123", "pickupInStore" is
3318
3304
  # fulfillment type and "store123" is the store ID. Supported keys are: *
3319
- # colorFamilies * price * originalPrice * discount * attributes.key, where key
3320
- # is any key in the Product.attributes map. * pickupInStore.id, where id is any
3321
- # FulfillmentInfo.place_ids for FulfillmentInfo.type "pickup-in-store". *
3322
- # shipToStore.id, where id is any FulfillmentInfo.place_ids for FulfillmentInfo.
3323
- # type "ship-to-store". * sameDayDelivery.id, where id is any FulfillmentInfo.
3324
- # place_ids for FulfillmentInfo.type "same-day-delivery". * nextDayDelivery.id,
3325
- # where id is any FulfillmentInfo.place_ids for FulfillmentInfo.type "next-day-
3326
- # delivery". * customFulfillment1.id, where id is any FulfillmentInfo.place_ids
3327
- # for FulfillmentInfo.type "custom-type-1". * customFulfillment2.id, where id is
3328
- # any FulfillmentInfo.place_ids for FulfillmentInfo.type "custom-type-2". *
3305
+ # colorFamilies * price * originalPrice * discount * inventory(place_id,price) *
3306
+ # attributes.key, where key is any key in the Product.attributes map. *
3307
+ # pickupInStore.id, where id is any FulfillmentInfo.place_ids for
3308
+ # FulfillmentInfo.type "pickup-in-store". * shipToStore.id, where id is any
3309
+ # FulfillmentInfo.place_ids for FulfillmentInfo.type "ship-to-store". *
3310
+ # sameDayDelivery.id, where id is any FulfillmentInfo.place_ids for
3311
+ # FulfillmentInfo.type "same-day-delivery". * nextDayDelivery.id, where id is
3312
+ # any FulfillmentInfo.place_ids for FulfillmentInfo.type "next-day-delivery". *
3313
+ # customFulfillment1.id, where id is any FulfillmentInfo.place_ids for
3314
+ # FulfillmentInfo.type "custom-type-1". * customFulfillment2.id, where id is any
3315
+ # FulfillmentInfo.place_ids for FulfillmentInfo.type "custom-type-2". *
3329
3316
  # customFulfillment3.id, where id is any FulfillmentInfo.place_ids for
3330
3317
  # FulfillmentInfo.type "custom-type-3". * customFulfillment4.id, where id is any
3331
3318
  # FulfillmentInfo.place_ids for FulfillmentInfo.type "custom-type-4". *
@@ -3543,7 +3530,8 @@ module Google
3543
3530
  # * "pickupInStore" * "shipToStore" * "sameDayDelivery" * "nextDayDelivery" * "
3544
3531
  # customFulfillment1" * "customFulfillment2" * "customFulfillment3" * "
3545
3532
  # customFulfillment4" * "customFulfillment5" * numerical_field = * "price" * "
3546
- # discount" * "rating" * "ratingCount" * "attributes.key"
3533
+ # discount" * "rating" * "ratingCount" * "attributes.key" * "inventory(place_id,
3534
+ # price)"
3547
3535
  # Corresponds to the JSON property `key`
3548
3536
  # @return [String]
3549
3537
  attr_accessor :key
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210930"
25
+ REVISION = "20211011"
26
26
  end
27
27
  end
28
28
  end
@@ -172,12 +172,6 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
- class GoogleCloudRetailV2alphaEnrollSolutionMetadata
176
- class Representation < Google::Apis::Core::JsonRepresentation; end
177
-
178
- include Google::Apis::Core::JsonObjectSupport
179
- end
180
-
181
175
  class GoogleCloudRetailV2alphaExportErrorsConfig
182
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
177
 
@@ -966,12 +960,6 @@ module Google
966
960
  end
967
961
  end
968
962
 
969
- class GoogleCloudRetailV2alphaEnrollSolutionMetadata
970
- # @private
971
- class Representation < Google::Apis::Core::JsonRepresentation
972
- end
973
- end
974
-
975
963
  class GoogleCloudRetailV2alphaExportErrorsConfig
976
964
  # @private
977
965
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -886,9 +886,8 @@ module Google
886
886
  # @param [String] placement
887
887
  # Required. The resource name of the search engine placement, such as `projects/*
888
888
  # /locations/global/catalogs/default_catalog/placements/default_search`. This
889
- # field is used to identify the set of models that will be used to make the
890
- # search. We currently support one placement with the following ID: * `
891
- # default_search`.
889
+ # field is used to identify the serving configuration name and the set of models
890
+ # that will be used to make the search.
892
891
  # @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequest] google_cloud_retail_v2beta_search_request_object
893
892
  # @param [String] fields
894
893
  # Selector specifying which fields to include in a partial response.
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.17.0
4
+ version: 0.18.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: 2021-10-11 00:00:00.000000000 Z
11
+ date: 2021-10-18 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/master/generated/google-apis-retail_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []