google-apis-retail_v2alpha 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: 2aa584a6fa19acf7e39ea1b98a8c5197e17846986e831fd660c80847503692c4
|
4
|
+
data.tar.gz: 3f09c60132117d38e7dba34aa063fa0c5147a73630142e8b20bec5f989f2b2b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f52928fd061ada3865d425a03ca3a5e5ae99beac3962552b399eae920ab8978a674cba8354b0bac76a21632bb1e8062b1b1dab00a8ae882ea2709eef9ca282fc
|
7
|
+
data.tar.gz: c374748422825f802dea1f052150e57ccbf31bda0b17724c3bece1000176b0b87bf757897c9f7df3dba38fcc40becd3b6478ea827a07a4cf3fcfb8628ed43cea
|
data/CHANGELOG.md
CHANGED
@@ -870,8 +870,8 @@ module Google
|
|
870
870
|
# The color display names, which may be different from standard color family
|
871
871
|
# names, such as the color aliases used in the website frontend. Normally it is
|
872
872
|
# expected to have only 1 color. May consider using single "Mixed" instead of
|
873
|
-
# multiple values. A maximum of
|
874
|
-
# encoded string with a length limit of 128 characters. Otherwise, an
|
873
|
+
# multiple values. A maximum of 25 colors are allowed. Each value must be a UTF-
|
874
|
+
# 8 encoded string with a length limit of 128 characters. Otherwise, an
|
875
875
|
# INVALID_ARGUMENT error is returned. Google Merchant Center property [color](
|
876
876
|
# https://support.google.com/merchants/answer/6324487). Schema.org property [
|
877
877
|
# Product.color](https://schema.org/color).
|
@@ -1080,6 +1080,20 @@ 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
|
+
|
1083
1097
|
# Configuration of destination for Export related errors.
|
1084
1098
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
1085
1099
|
include Google::Apis::Core::Hashable
|
@@ -2202,7 +2216,6 @@ module Google
|
|
2202
2216
|
|
2203
2217
|
# Immutable. Full resource name of the product, such as `projects/*/locations/
|
2204
2218
|
# global/catalogs/default_catalog/branches/default_branch/products/product_id`.
|
2205
|
-
# The branch ID must be "default_branch".
|
2206
2219
|
# Corresponds to the JSON property `name`
|
2207
2220
|
# @return [String]
|
2208
2221
|
attr_accessor :name
|
@@ -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.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
|
@@ -238,6 +238,12 @@ 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
|
+
|
241
247
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
242
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
249
|
|
@@ -1077,6 +1083,12 @@ module Google
|
|
1077
1083
|
end
|
1078
1084
|
end
|
1079
1085
|
|
1086
|
+
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
1087
|
+
# @private
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1089
|
+
end
|
1090
|
+
end
|
1091
|
+
|
1080
1092
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
1081
1093
|
# @private
|
1082
1094
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -594,7 +594,6 @@ module Google
|
|
594
594
|
# @param [String] name
|
595
595
|
# Immutable. Full resource name of the product, such as `projects/*/locations/
|
596
596
|
# global/catalogs/default_catalog/branches/default_branch/products/product_id`.
|
597
|
-
# The branch ID must be "default_branch".
|
598
597
|
# @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaProduct] google_cloud_retail_v2alpha_product_object
|
599
598
|
# @param [Boolean] allow_missing
|
600
599
|
# If set to true, and the Product is not found, a new Product will be created.
|
@@ -702,7 +701,6 @@ module Google
|
|
702
701
|
# @param [String] name
|
703
702
|
# Immutable. Full resource name of the product, such as `projects/*/locations/
|
704
703
|
# global/catalogs/default_catalog/branches/default_branch/products/product_id`.
|
705
|
-
# The branch ID must be "default_branch".
|
706
704
|
# @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSetInventoryRequest] google_cloud_retail_v2alpha_set_inventory_request_object
|
707
705
|
# @param [String] fields
|
708
706
|
# 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.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_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.16.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: []
|