google-apis-retail_v2 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: 6e1d577e0f666557981873e91569fe4048e5123cb67aaed771b9e7383a286d15
|
4
|
+
data.tar.gz: a932340f5021a0cb1c71fc2d607eeaee9ed38f85706a5f27133485b254c6ab3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9a1b00a5d8f0230c7fb8095f9d28407b7d32480be6f977a478934d46ab352a5d66d3c0d582525b2ac58f128e4831067e4e3059ecbf0aa8f98386f19e71af030
|
7
|
+
data.tar.gz: 0e5f7bde1bce534919c0f7b81202f8fd344086dba52b56fc8d326a9ce8ea5be16becc162a97addb1e613e50ce3393c916448892ff527b545477b5528ef57d104
|
data/CHANGELOG.md
CHANGED
@@ -524,8 +524,8 @@ module Google
|
|
524
524
|
# The color display names, which may be different from standard color family
|
525
525
|
# names, such as the color aliases used in the website frontend. Normally it is
|
526
526
|
# expected to have only 1 color. May consider using single "Mixed" instead of
|
527
|
-
# multiple values. A maximum of
|
528
|
-
# encoded string with a length limit of 128 characters. Otherwise, an
|
527
|
+
# multiple values. A maximum of 25 colors are allowed. Each value must be a UTF-
|
528
|
+
# 8 encoded string with a length limit of 128 characters. Otherwise, an
|
529
529
|
# INVALID_ARGUMENT error is returned. Google Merchant Center property [color](
|
530
530
|
# https://support.google.com/merchants/answer/6324487). Schema.org property [
|
531
531
|
# Product.color](https://schema.org/color).
|
@@ -1682,7 +1682,6 @@ module Google
|
|
1682
1682
|
|
1683
1683
|
# Immutable. Full resource name of the product, such as `projects/*/locations/
|
1684
1684
|
# global/catalogs/default_catalog/branches/default_branch/products/product_id`.
|
1685
|
-
# The branch ID must be "default_branch".
|
1686
1685
|
# Corresponds to the JSON property `name`
|
1687
1686
|
# @return [String]
|
1688
1687
|
attr_accessor :name
|
@@ -3445,6 +3444,20 @@ module Google
|
|
3445
3444
|
end
|
3446
3445
|
end
|
3447
3446
|
|
3447
|
+
# Metadata related to the EnrollSolution method. This will be returned by the
|
3448
|
+
# google.longrunning.Operation.metadata field.
|
3449
|
+
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
3450
|
+
include Google::Apis::Core::Hashable
|
3451
|
+
|
3452
|
+
def initialize(**args)
|
3453
|
+
update!(**args)
|
3454
|
+
end
|
3455
|
+
|
3456
|
+
# Update properties of this object
|
3457
|
+
def update!(**args)
|
3458
|
+
end
|
3459
|
+
end
|
3460
|
+
|
3448
3461
|
# Configuration of destination for Export related errors.
|
3449
3462
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
3450
3463
|
include Google::Apis::Core::Hashable
|
@@ -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.
|
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
|
@@ -502,6 +502,12 @@ 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
|
+
|
505
511
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
506
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
513
|
|
@@ -1572,6 +1578,12 @@ module Google
|
|
1572
1578
|
end
|
1573
1579
|
end
|
1574
1580
|
|
1581
|
+
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
1582
|
+
# @private
|
1583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1584
|
+
end
|
1585
|
+
end
|
1586
|
+
|
1575
1587
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
1576
1588
|
# @private
|
1577
1589
|
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::RetailV2::GoogleCloudRetailV2Product] google_cloud_retail_v2_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::RetailV2::GoogleCloudRetailV2SetInventoryRequest] google_cloud_retail_v2_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_v2
|
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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.16.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: []
|