google-apis-retail_v2alpha 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 979a61c9bea98add223463ecc7f69fee01ffdabe509ad4f1ca6c7242acff84e0
|
|
4
|
+
data.tar.gz: c37ce9a2688d841244edce7dfc3e10c2867d6b93f03b1945b67441d5a191f241
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d86fc2207b328b9a50f5b53b94438ac4852280ab070f69780222be68b7eee0134546b87cd2bde5dfb346b54fc4d07653b26fae59d6953935c646f29e684ce3fc
|
|
7
|
+
data.tar.gz: 51e70ad6a3954b3e9027fa630e3a25ca9ede81caed8bd043823b8b757aaf7d706bef31bd898d8c9690d504d20c76e42fe0851e07d0f740a2c8b86f8735e20180
|
data/CHANGELOG.md
CHANGED
|
@@ -294,8 +294,8 @@ module Google
|
|
|
294
294
|
end
|
|
295
295
|
end
|
|
296
296
|
|
|
297
|
-
# Response of the
|
|
298
|
-
#
|
|
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
|
|
|
@@ -689,8 +689,8 @@ module Google
|
|
|
689
689
|
end
|
|
690
690
|
end
|
|
691
691
|
|
|
692
|
-
# Response of the
|
|
693
|
-
#
|
|
692
|
+
# Response of the AddFulfillmentPlacesRequest. Currently empty because there is
|
|
693
|
+
# no meaningful response populated from the AddFulfillmentPlaces method.
|
|
694
694
|
class GoogleCloudRetailV2alphaAddFulfillmentPlacesResponse
|
|
695
695
|
include Google::Apis::Core::Hashable
|
|
696
696
|
|
|
@@ -1080,20 +1080,6 @@ module Google
|
|
|
1080
1080
|
end
|
|
1081
1081
|
end
|
|
1082
1082
|
|
|
1083
|
-
# Metadata related to the EnrollSolution method. This will be returned by the
|
|
1084
|
-
# google.longrunning.Operation.metadata field.
|
|
1085
|
-
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
|
1086
|
-
include Google::Apis::Core::Hashable
|
|
1087
|
-
|
|
1088
|
-
def initialize(**args)
|
|
1089
|
-
update!(**args)
|
|
1090
|
-
end
|
|
1091
|
-
|
|
1092
|
-
# Update properties of this object
|
|
1093
|
-
def update!(**args)
|
|
1094
|
-
end
|
|
1095
|
-
end
|
|
1096
|
-
|
|
1097
1083
|
# Configuration of destination for Export related errors.
|
|
1098
1084
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
|
1099
1085
|
include Google::Apis::Core::Hashable
|
|
@@ -2962,16 +2948,17 @@ module Google
|
|
|
2962
2948
|
# and a fulfillment ID must be provided in the format of "fulfillmentType.
|
|
2963
2949
|
# fulfillmentId". E.g., in "pickupInStore.store123", "pickupInStore" is
|
|
2964
2950
|
# fulfillment type and "store123" is the store ID. Supported keys are: *
|
|
2965
|
-
# colorFamilies * price * originalPrice * discount *
|
|
2966
|
-
# is any key in the Product.attributes map. *
|
|
2967
|
-
#
|
|
2968
|
-
# shipToStore.id, where id is any
|
|
2969
|
-
# type "ship-to-store". *
|
|
2970
|
-
#
|
|
2971
|
-
#
|
|
2972
|
-
#
|
|
2973
|
-
#
|
|
2974
|
-
#
|
|
2951
|
+
# colorFamilies * price * originalPrice * discount * inventory(place_id,price) *
|
|
2952
|
+
# attributes.key, where key is any key in the Product.attributes map. *
|
|
2953
|
+
# pickupInStore.id, where id is any FulfillmentInfo.place_ids for
|
|
2954
|
+
# FulfillmentInfo.type "pickup-in-store". * shipToStore.id, where id is any
|
|
2955
|
+
# FulfillmentInfo.place_ids for FulfillmentInfo.type "ship-to-store". *
|
|
2956
|
+
# sameDayDelivery.id, where id is any FulfillmentInfo.place_ids for
|
|
2957
|
+
# FulfillmentInfo.type "same-day-delivery". * nextDayDelivery.id, where id is
|
|
2958
|
+
# any FulfillmentInfo.place_ids for FulfillmentInfo.type "next-day-delivery". *
|
|
2959
|
+
# customFulfillment1.id, where id is any FulfillmentInfo.place_ids for
|
|
2960
|
+
# FulfillmentInfo.type "custom-type-1". * customFulfillment2.id, where id is any
|
|
2961
|
+
# FulfillmentInfo.place_ids for FulfillmentInfo.type "custom-type-2". *
|
|
2975
2962
|
# customFulfillment3.id, where id is any FulfillmentInfo.place_ids for
|
|
2976
2963
|
# FulfillmentInfo.type "custom-type-3". * customFulfillment4.id, where id is any
|
|
2977
2964
|
# FulfillmentInfo.place_ids for FulfillmentInfo.type "custom-type-4". *
|
|
@@ -3190,7 +3177,8 @@ module Google
|
|
|
3190
3177
|
# * "pickupInStore" * "shipToStore" * "sameDayDelivery" * "nextDayDelivery" * "
|
|
3191
3178
|
# customFulfillment1" * "customFulfillment2" * "customFulfillment3" * "
|
|
3192
3179
|
# customFulfillment4" * "customFulfillment5" * numerical_field = * "price" * "
|
|
3193
|
-
# discount" * "rating" * "ratingCount" * "attributes.key"
|
|
3180
|
+
# discount" * "rating" * "ratingCount" * "attributes.key" * "inventory(place_id,
|
|
3181
|
+
# price)"
|
|
3194
3182
|
# Corresponds to the JSON property `key`
|
|
3195
3183
|
# @return [String]
|
|
3196
3184
|
attr_accessor :key
|
|
@@ -3975,8 +3963,8 @@ module Google
|
|
|
3975
3963
|
end
|
|
3976
3964
|
end
|
|
3977
3965
|
|
|
3978
|
-
# Response of the
|
|
3979
|
-
#
|
|
3966
|
+
# Response of the AddFulfillmentPlacesRequest. Currently empty because there is
|
|
3967
|
+
# no meaningful response populated from the AddFulfillmentPlaces method.
|
|
3980
3968
|
class GoogleCloudRetailV2betaAddFulfillmentPlacesResponse
|
|
3981
3969
|
include Google::Apis::Core::Hashable
|
|
3982
3970
|
|
|
@@ -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.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 = "
|
|
25
|
+
REVISION = "20211011"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -238,12 +238,6 @@ module Google
|
|
|
238
238
|
include Google::Apis::Core::JsonObjectSupport
|
|
239
239
|
end
|
|
240
240
|
|
|
241
|
-
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
|
242
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
-
|
|
244
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
-
end
|
|
246
|
-
|
|
247
241
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
|
248
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
243
|
|
|
@@ -1083,12 +1077,6 @@ module Google
|
|
|
1083
1077
|
end
|
|
1084
1078
|
end
|
|
1085
1079
|
|
|
1086
|
-
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
|
1087
|
-
# @private
|
|
1088
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1089
|
-
end
|
|
1090
|
-
end
|
|
1091
|
-
|
|
1092
1080
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
|
1093
1081
|
# @private
|
|
1094
1082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -891,9 +891,8 @@ module Google
|
|
|
891
891
|
# @param [String] placement
|
|
892
892
|
# Required. The resource name of the search engine placement, such as `projects/*
|
|
893
893
|
# /locations/global/catalogs/default_catalog/placements/default_search`. This
|
|
894
|
-
# field is used to identify the
|
|
895
|
-
#
|
|
896
|
-
# default_search`.
|
|
894
|
+
# field is used to identify the serving configuration name and the set of models
|
|
895
|
+
# that will be used to make the search.
|
|
897
896
|
# @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequest] google_cloud_retail_v2alpha_search_request_object
|
|
898
897
|
# @param [String] fields
|
|
899
898
|
# 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_v2alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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
|
+
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_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.18.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|