google-apis-retail_v2beta 0.15.0 → 0.16.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: 3e62830267222de84e317ab95efbf6b3740c540c35a1ca6cc303930e2862ae09
|
4
|
+
data.tar.gz: 6334038932019214d5267a9ebed113797c345c9f86267539f28b8bf3850da9ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a123b1bed4508b4aacff8d5a0a02c6b3247705fc8598de9c3ee14c885f0b5f13e5222a9cd0a9d15e6095fb66a064b8839002295a980fe48296fb48b57e34711
|
7
|
+
data.tar.gz: 1b6c63b0d5157146db19153b6afcfed60a564e7a09a5ac71742b668e63e38080e356e9b34c54fcd7b60dec1fcc0956fa9bc26d04825059eb9424779755acae43
|
data/CHANGELOG.md
CHANGED
@@ -647,6 +647,20 @@ 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
|
+
|
650
664
|
# Configuration of destination for Export related errors.
|
651
665
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
652
666
|
include Google::Apis::Core::Hashable
|
@@ -1304,8 +1318,8 @@ module Google
|
|
1304
1318
|
# The color display names, which may be different from standard color family
|
1305
1319
|
# names, such as the color aliases used in the website frontend. Normally it is
|
1306
1320
|
# expected to have only 1 color. May consider using single "Mixed" instead of
|
1307
|
-
# multiple values. A maximum of
|
1308
|
-
# encoded string with a length limit of 128 characters. Otherwise, an
|
1321
|
+
# multiple values. A maximum of 25 colors are allowed. Each value must be a UTF-
|
1322
|
+
# 8 encoded string with a length limit of 128 characters. Otherwise, an
|
1309
1323
|
# INVALID_ARGUMENT error is returned. Google Merchant Center property [color](
|
1310
1324
|
# https://support.google.com/merchants/answer/6324487). Schema.org property [
|
1311
1325
|
# Product.color](https://schema.org/color).
|
@@ -2564,7 +2578,6 @@ module Google
|
|
2564
2578
|
|
2565
2579
|
# Immutable. Full resource name of the product, such as `projects/*/locations/
|
2566
2580
|
# global/catalogs/default_catalog/branches/default_branch/products/product_id`.
|
2567
|
-
# The branch ID must be "default_branch".
|
2568
2581
|
# Corresponds to the JSON property `name`
|
2569
2582
|
# @return [String]
|
2570
2583
|
attr_accessor :name
|
@@ -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
|
+
GEM_VERSION = "0.16.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 = "20210924"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -172,6 +172,12 @@ 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
|
+
|
175
181
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
176
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
183
|
|
@@ -960,6 +966,12 @@ module Google
|
|
960
966
|
end
|
961
967
|
end
|
962
968
|
|
969
|
+
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
970
|
+
# @private
|
971
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
972
|
+
end
|
973
|
+
end
|
974
|
+
|
963
975
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
964
976
|
# @private
|
965
977
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -589,7 +589,6 @@ module Google
|
|
589
589
|
# @param [String] name
|
590
590
|
# Immutable. Full resource name of the product, such as `projects/*/locations/
|
591
591
|
# global/catalogs/default_catalog/branches/default_branch/products/product_id`.
|
592
|
-
# The branch ID must be "default_branch".
|
593
592
|
# @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProduct] google_cloud_retail_v2beta_product_object
|
594
593
|
# @param [Boolean] allow_missing
|
595
594
|
# If set to true, and the Product is not found, a new Product will be created.
|
@@ -697,7 +696,6 @@ module Google
|
|
697
696
|
# @param [String] name
|
698
697
|
# Immutable. Full resource name of the product, such as `projects/*/locations/
|
699
698
|
# global/catalogs/default_catalog/branches/default_branch/products/product_id`.
|
700
|
-
# The branch ID must be "default_branch".
|
701
699
|
# @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSetInventoryRequest] google_cloud_retail_v2beta_set_inventory_request_object
|
702
700
|
# @param [String] fields
|
703
701
|
# 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.
|
4
|
+
version: 0.16.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-09-
|
11
|
+
date: 2021-09-27 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.16.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: []
|