google-apis-retail_v2 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: 74572904cb04af93d243eda58d9b77c7ad4559658934c6da5a9c3d3061dbf336
4
- data.tar.gz: 3b11130e1a02ca4d58d5dbddd1ca3b84771c82d2de26885cd4cdfcbfb7c33912
3
+ metadata.gz: 407fc1823f60a7eb0c8219df2c1b87639884ccfe4e74bbc48bff918275042e23
4
+ data.tar.gz: 2672dfa81cd204a9fa78f6adf03b064e7d1964ec767365926d7c648b62966f6c
5
5
  SHA512:
6
- metadata.gz: 4187419442b09c33b846674d362ad64c738a9b050c283d4a77a0471239db736cebc88884893694e09952556fbdd54afd732a97dd6e7bab9f7604f90492181341
7
- data.tar.gz: ff129f5e07a3745b9ac90ea4269e55a4328b5617029b736cb5d7299398498863b202dd341bae40204c5929d99af640995fa2c01c3acb25aa50cac6dec3200b54
6
+ metadata.gz: 34f5e60c5182e8d22c6f127224a93145e08bd5dcf28d85a49f9dc514b436241824947578e4168c68c6b38ea2fb1a2a0b141e539093e4e71220c666fffd53834d
7
+ data.tar.gz: 4b752ea7e00a59861cc2ae33e557d1167c4f344011ffad168c914fb064205974b509e376db5da1af9891b58e92bef023c5841a1c9fc6d3dff42f7a32364616e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
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
@@ -350,8 +350,8 @@ module Google
350
350
  end
351
351
  end
352
352
 
353
- # Response of the RemoveFulfillmentPlacesRequest. Currently empty because there
354
- # is no meaningful response populated from the AddFulfillmentPlaces method.
353
+ # Response of the AddFulfillmentPlacesRequest. Currently empty because there is
354
+ # no meaningful response populated from the AddFulfillmentPlaces method.
355
355
  class GoogleCloudRetailV2AddFulfillmentPlacesResponse
356
356
  include Google::Apis::Core::Hashable
357
357
 
@@ -2420,16 +2420,17 @@ module Google
2420
2420
  # and a fulfillment ID must be provided in the format of "fulfillmentType.
2421
2421
  # fulfillmentId". E.g., in "pickupInStore.store123", "pickupInStore" is
2422
2422
  # fulfillment type and "store123" is the store ID. Supported keys are: *
2423
- # colorFamilies * price * originalPrice * discount * attributes.key, where key
2424
- # is any key in the Product.attributes map. * pickupInStore.id, where id is any
2425
- # FulfillmentInfo.place_ids for FulfillmentInfo.type "pickup-in-store". *
2426
- # shipToStore.id, where id is any FulfillmentInfo.place_ids for FulfillmentInfo.
2427
- # type "ship-to-store". * sameDayDelivery.id, where id is any FulfillmentInfo.
2428
- # place_ids for FulfillmentInfo.type "same-day-delivery". * nextDayDelivery.id,
2429
- # where id is any FulfillmentInfo.place_ids for FulfillmentInfo.type "next-day-
2430
- # delivery". * customFulfillment1.id, where id is any FulfillmentInfo.place_ids
2431
- # for FulfillmentInfo.type "custom-type-1". * customFulfillment2.id, where id is
2432
- # any FulfillmentInfo.place_ids for FulfillmentInfo.type "custom-type-2". *
2423
+ # colorFamilies * price * originalPrice * discount * inventory(place_id,price) *
2424
+ # attributes.key, where key is any key in the Product.attributes map. *
2425
+ # pickupInStore.id, where id is any FulfillmentInfo.place_ids for
2426
+ # FulfillmentInfo.type "pickup-in-store". * shipToStore.id, where id is any
2427
+ # FulfillmentInfo.place_ids for FulfillmentInfo.type "ship-to-store". *
2428
+ # sameDayDelivery.id, where id is any FulfillmentInfo.place_ids for
2429
+ # FulfillmentInfo.type "same-day-delivery". * nextDayDelivery.id, where id is
2430
+ # any FulfillmentInfo.place_ids for FulfillmentInfo.type "next-day-delivery". *
2431
+ # customFulfillment1.id, where id is any FulfillmentInfo.place_ids for
2432
+ # FulfillmentInfo.type "custom-type-1". * customFulfillment2.id, where id is any
2433
+ # FulfillmentInfo.place_ids for FulfillmentInfo.type "custom-type-2". *
2433
2434
  # customFulfillment3.id, where id is any FulfillmentInfo.place_ids for
2434
2435
  # FulfillmentInfo.type "custom-type-3". * customFulfillment4.id, where id is any
2435
2436
  # FulfillmentInfo.place_ids for FulfillmentInfo.type "custom-type-4". *
@@ -2647,7 +2648,8 @@ module Google
2647
2648
  # * "pickupInStore" * "shipToStore" * "sameDayDelivery" * "nextDayDelivery" * "
2648
2649
  # customFulfillment1" * "customFulfillment2" * "customFulfillment3" * "
2649
2650
  # customFulfillment4" * "customFulfillment5" * numerical_field = * "price" * "
2650
- # discount" * "rating" * "ratingCount" * "attributes.key"
2651
+ # discount" * "rating" * "ratingCount" * "attributes.key" * "inventory(place_id,
2652
+ # price)"
2651
2653
  # Corresponds to the JSON property `key`
2652
2654
  # @return [String]
2653
2655
  attr_accessor :key
@@ -3432,8 +3434,8 @@ module Google
3432
3434
  end
3433
3435
  end
3434
3436
 
3435
- # Response of the RemoveFulfillmentPlacesRequest. Currently empty because there
3436
- # is no meaningful response populated from the AddFulfillmentPlaces method.
3437
+ # Response of the AddFulfillmentPlacesRequest. Currently empty because there is
3438
+ # no meaningful response populated from the AddFulfillmentPlaces method.
3437
3439
  class GoogleCloudRetailV2alphaAddFulfillmentPlacesResponse
3438
3440
  include Google::Apis::Core::Hashable
3439
3441
 
@@ -3446,20 +3448,6 @@ module Google
3446
3448
  end
3447
3449
  end
3448
3450
 
3449
- # Metadata related to the EnrollSolution method. This will be returned by the
3450
- # google.longrunning.Operation.metadata field.
3451
- class GoogleCloudRetailV2alphaEnrollSolutionMetadata
3452
- include Google::Apis::Core::Hashable
3453
-
3454
- def initialize(**args)
3455
- update!(**args)
3456
- end
3457
-
3458
- # Update properties of this object
3459
- def update!(**args)
3460
- end
3461
- end
3462
-
3463
3451
  # Configuration of destination for Export related errors.
3464
3452
  class GoogleCloudRetailV2alphaExportErrorsConfig
3465
3453
  include Google::Apis::Core::Hashable
@@ -3887,8 +3875,8 @@ module Google
3887
3875
  end
3888
3876
  end
3889
3877
 
3890
- # Response of the RemoveFulfillmentPlacesRequest. Currently empty because there
3891
- # is no meaningful response populated from the AddFulfillmentPlaces method.
3878
+ # Response of the AddFulfillmentPlacesRequest. Currently empty because there is
3879
+ # no meaningful response populated from the AddFulfillmentPlaces method.
3892
3880
  class GoogleCloudRetailV2betaAddFulfillmentPlacesResponse
3893
3881
  include Google::Apis::Core::Hashable
3894
3882
 
@@ -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.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
@@ -502,12 +502,6 @@ module Google
502
502
  include Google::Apis::Core::JsonObjectSupport
503
503
  end
504
504
 
505
- class GoogleCloudRetailV2alphaEnrollSolutionMetadata
506
- class Representation < Google::Apis::Core::JsonRepresentation; end
507
-
508
- include Google::Apis::Core::JsonObjectSupport
509
- end
510
-
511
505
  class GoogleCloudRetailV2alphaExportErrorsConfig
512
506
  class Representation < Google::Apis::Core::JsonRepresentation; end
513
507
 
@@ -1578,12 +1572,6 @@ module Google
1578
1572
  end
1579
1573
  end
1580
1574
 
1581
- class GoogleCloudRetailV2alphaEnrollSolutionMetadata
1582
- # @private
1583
- class Representation < Google::Apis::Core::JsonRepresentation
1584
- end
1585
- end
1586
-
1587
1575
  class GoogleCloudRetailV2alphaExportErrorsConfig
1588
1576
  # @private
1589
1577
  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::RetailV2::GoogleCloudRetailV2SearchRequest] google_cloud_retail_v2_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_v2
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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2
63
63
  post_install_message:
64
64
  rdoc_options: []