google-apis-retail_v2beta 0.19.0 → 0.20.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: f7d15d05d3a8d805fe4e2bb098670c6e91ca1ecda14c338c409573b2477f77e4
4
- data.tar.gz: 66b541010c5ed88e07e9b7b4b3255679179c2c81737c9a646594bb89b1f25207
3
+ metadata.gz: bffa1782de1971c6d9d824947c86ce8f91a28a6593d9dafd607d97cb6595f25b
4
+ data.tar.gz: c8bb1b1967f1943c20277f464a1a417d9007a09296908d64c6d9c1b79b4cb677
5
5
  SHA512:
6
- metadata.gz: 153c8d0c9290de93b4e3d453e2bb2c3bafe24f805df11e06e347034adef7d81749fd74198d2b76a90bcb983401381bf7bac902ea64578e296f60f06a151518c9
7
- data.tar.gz: 87079c1602dca343cea8498a1a215bdb512e6beb9f30f989bc30061bcfbc39f079c78038a65c0785672bcdeea228c8c825ad8e082d84a389a728e62ba97a0167
6
+ metadata.gz: 0e3c4f0fad5cd484c234fc15a7bd26a542b75c1b891b8a9b22418b9d2d7cd84421ea0b436a9a98a8a1abbf66656c91173f5629f1fc0c0e32e5f265b4a785738c
7
+ data.tar.gz: 93ec77e2238c9cd3fa3fbefdc48cd7b814c2dd4bafadc4d1e1d1d655e51f1ad9f94d837437093a1ceb6feaeedbfd5aef1449800000f4dcc9b2e96965db515e10
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.20.0 (2021-11-03)
4
+
5
+ * Regenerated from discovery document revision 20211028
6
+
3
7
  ### v0.19.0 (2021-10-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20211021
@@ -647,6 +647,35 @@ module Google
647
647
  end
648
648
  end
649
649
 
650
+ # Metadata related to the progress of the AddLocalInventories operation.
651
+ # Currently empty because there is no meaningful metadata populated from the
652
+ # AddLocalInventories method.
653
+ class GoogleCloudRetailV2alphaAddLocalInventoriesMetadata
654
+ include Google::Apis::Core::Hashable
655
+
656
+ def initialize(**args)
657
+ update!(**args)
658
+ end
659
+
660
+ # Update properties of this object
661
+ def update!(**args)
662
+ end
663
+ end
664
+
665
+ # Response of the AddLocalInventories API. Currently empty because there is no
666
+ # meaningful response populated from the AddLocalInventories method.
667
+ class GoogleCloudRetailV2alphaAddLocalInventoriesResponse
668
+ include Google::Apis::Core::Hashable
669
+
670
+ def initialize(**args)
671
+ update!(**args)
672
+ end
673
+
674
+ # Update properties of this object
675
+ def update!(**args)
676
+ end
677
+ end
678
+
650
679
  # Configuration of destination for Export related errors.
651
680
  class GoogleCloudRetailV2alphaExportErrorsConfig
652
681
  include Google::Apis::Core::Hashable
@@ -1003,6 +1032,35 @@ module Google
1003
1032
  end
1004
1033
  end
1005
1034
 
1035
+ # Metadata related to the progress of the RemoveLocalInventories operation.
1036
+ # Currently empty because there is no meaningful metadata populated from the
1037
+ # RemoveLocalInventories method.
1038
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesMetadata
1039
+ include Google::Apis::Core::Hashable
1040
+
1041
+ def initialize(**args)
1042
+ update!(**args)
1043
+ end
1044
+
1045
+ # Update properties of this object
1046
+ def update!(**args)
1047
+ end
1048
+ end
1049
+
1050
+ # Response of the RemoveLocalInventories API. Currently empty because there is
1051
+ # no meaningful response populated from the RemoveLocalInventories method.
1052
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesResponse
1053
+ include Google::Apis::Core::Hashable
1054
+
1055
+ def initialize(**args)
1056
+ update!(**args)
1057
+ end
1058
+
1059
+ # Update properties of this object
1060
+ def update!(**args)
1061
+ end
1062
+ end
1063
+
1006
1064
  # Metadata related to the progress of the SetInventory operation. Currently
1007
1065
  # empty because there is no meaningful metadata populated from the SetInventory
1008
1066
  # method.
@@ -1098,7 +1156,7 @@ module Google
1098
1156
  # or the region IDs for "same-day-delivery" to be added for this type. Duplicate
1099
1157
  # IDs will be automatically ignored. At least 1 value is required, and a maximum
1100
1158
  # of 2000 values are allowed. Each value must be a string with a length limit of
1101
- # 10 characters, matching the pattern [a-zA-Z0-9_-]+, such as "store1" or "
1159
+ # 10 characters, matching the pattern `[a-zA-Z0-9_-]+`, such as "store1" or "
1102
1160
  # REGION-2". Otherwise, an INVALID_ARGUMENT error is returned. If the total
1103
1161
  # number of place IDs exceeds 2000 for this type after adding, then the update
1104
1162
  # will be rejected.
@@ -1624,7 +1682,7 @@ module Google
1624
1682
  # The IDs for this type, such as the store IDs for FulfillmentInfo.type.pickup-
1625
1683
  # in-store or the region IDs for FulfillmentInfo.type.same-day-delivery. A
1626
1684
  # maximum of 3000 values are allowed. Each value must be a string with a length
1627
- # limit of 30 characters, matching the pattern [a-zA-Z0-9_-]+, such as "store1"
1685
+ # limit of 30 characters, matching the pattern `[a-zA-Z0-9_-]+`, such as "store1"
1628
1686
  # or "REGION-2". Otherwise, an INVALID_ARGUMENT error is returned.
1629
1687
  # Corresponds to the JSON property `placeIds`
1630
1688
  # @return [Array<String>]
@@ -1914,8 +1972,8 @@ module Google
1914
1972
 
1915
1973
  # Unique identifier provided by client, within the ancestor dataset scope.
1916
1974
  # Ensures idempotency and used for request deduplication. Server-generated if
1917
- # unspecified. Up to 128 characters long and must match the pattern: "[a-zA-Z0-
1918
- # 9_]+". This is returned as Operation.name in ImportMetadata. Only supported
1975
+ # unspecified. Up to 128 characters long and must match the pattern: `[a-zA-Z0-
1976
+ # 9_]+`. This is returned as Operation.name in ImportMetadata. Only supported
1919
1977
  # when ImportProductsRequest.reconciliation_mode is set to `FULL`.
1920
1978
  # Corresponds to the JSON property `requestId`
1921
1979
  # @return [String]
@@ -2404,7 +2462,7 @@ module Google
2404
2462
  # :[8.1, 6.4]` ``. This field needs to pass all below criteria, otherwise an
2405
2463
  # INVALID_ARGUMENT error is returned: * Max entries count: 200. * The key must
2406
2464
  # be a UTF-8 encoded string with a length limit of 128 characters. * For
2407
- # indexable attribute, the key must match the pattern: a-zA-Z0-9*. For example,
2465
+ # indexable attribute, the key must match the pattern: `a-zA-Z0-9*`. For example,
2408
2466
  # key0LikeThis or KEY_1_LIKE_THIS.
2409
2467
  # Corresponds to the JSON property `attributes`
2410
2468
  # @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCustomAttribute>]
@@ -2877,8 +2935,8 @@ module Google
2877
2935
  include Google::Apis::Core::Hashable
2878
2936
 
2879
2937
  # ID of the promotion. For example, "free gift". The value value must be a UTF-8
2880
- # encoded string with a length limit of 128 characters, and match the pattern: a-
2881
- # zA-Z*. For example, id0LikeThis or ID_1_LIKE_THIS. Otherwise, an
2938
+ # encoded string with a length limit of 128 characters, and match the pattern: `
2939
+ # a-zA-Z*`. For example, id0LikeThis or ID_1_LIKE_THIS. Otherwise, an
2882
2940
  # INVALID_ARGUMENT error is returned. Google Merchant Center property [promotion]
2883
2941
  # (https://support.google.com/merchants/answer/7050148).
2884
2942
  # Corresponds to the JSON property `promotionId`
@@ -3139,7 +3197,7 @@ module Google
3139
3197
  # or the region IDs for "same-day-delivery", to be removed for this type. At
3140
3198
  # least 1 value is required, and a maximum of 2000 values are allowed. Each
3141
3199
  # value must be a string with a length limit of 10 characters, matching the
3142
- # pattern [a-zA-Z0-9_-]+, such as "store1" or "REGION-2". Otherwise, an
3200
+ # pattern `[a-zA-Z0-9_-]+`, such as "store1" or "REGION-2". Otherwise, an
3143
3201
  # INVALID_ARGUMENT error is returned.
3144
3202
  # Corresponds to the JSON property `placeIds`
3145
3203
  # @return [Array<String>]
@@ -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.19.0"
19
+ GEM_VERSION = "0.20.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 = "20211021"
25
+ REVISION = "20211028"
26
26
  end
27
27
  end
28
28
  end
@@ -172,6 +172,18 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
+ class GoogleCloudRetailV2alphaAddLocalInventoriesMetadata
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleCloudRetailV2alphaAddLocalInventoriesResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
175
187
  class GoogleCloudRetailV2alphaExportErrorsConfig
176
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
189
 
@@ -262,6 +274,18 @@ module Google
262
274
  include Google::Apis::Core::JsonObjectSupport
263
275
  end
264
276
 
277
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesMetadata
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesResponse
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
265
289
  class GoogleCloudRetailV2alphaSetInventoryMetadata
266
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
291
 
@@ -960,6 +984,18 @@ module Google
960
984
  end
961
985
  end
962
986
 
987
+ class GoogleCloudRetailV2alphaAddLocalInventoriesMetadata
988
+ # @private
989
+ class Representation < Google::Apis::Core::JsonRepresentation
990
+ end
991
+ end
992
+
993
+ class GoogleCloudRetailV2alphaAddLocalInventoriesResponse
994
+ # @private
995
+ class Representation < Google::Apis::Core::JsonRepresentation
996
+ end
997
+ end
998
+
963
999
  class GoogleCloudRetailV2alphaExportErrorsConfig
964
1000
  # @private
965
1001
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1082,6 +1118,18 @@ module Google
1082
1118
  end
1083
1119
  end
1084
1120
 
1121
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesMetadata
1122
+ # @private
1123
+ class Representation < Google::Apis::Core::JsonRepresentation
1124
+ end
1125
+ end
1126
+
1127
+ class GoogleCloudRetailV2alphaRemoveLocalInventoriesResponse
1128
+ # @private
1129
+ class Representation < Google::Apis::Core::JsonRepresentation
1130
+ end
1131
+ end
1132
+
1085
1133
  class GoogleCloudRetailV2alphaSetInventoryMetadata
1086
1134
  # @private
1087
1135
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -67,10 +67,10 @@ module Google
67
67
  # cloud-retail, contact Cloud Retail support team first.
68
68
  # @param [String] device_type
69
69
  # The device type context for completion suggestions. It is useful to apply
70
- # different suggestions on different device types, e.g. DESKTOP, MOBILE. If it
71
- # is empty, the suggestions are across all device types. Supported formats: *
72
- # UNKNOWN_DEVICE_TYPE * DESKTOP * MOBILE * A customized string starts with
73
- # OTHER_, e.g. OTHER_IPHONE.
70
+ # different suggestions on different device types, e.g. `DESKTOP`, `MOBILE`. If
71
+ # it is empty, the suggestions are across all device types. Supported formats: *
72
+ # `UNKNOWN_DEVICE_TYPE` * `DESKTOP` * `MOBILE` * A customized string starts with
73
+ # `OTHER_`, e.g. `OTHER_IPHONE`.
74
74
  # @param [Array<String>, String] language_codes
75
75
  # The list of languages of the query. This is the BCP-47 language code, such as "
76
76
  # en-US" or "sr-Latn". For more information, see [Tags for Identifying Languages]
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.19.0
4
+ version: 0.20.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-27 00:00:00.000000000 Z
11
+ date: 2021-11-08 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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []