google-apis-retail_v2alpha 0.31.0 → 0.32.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: b8f924967f8b766a58754b7d1ccc3595971b65f718056048c78c38dc9fbe6a5e
|
4
|
+
data.tar.gz: 791e94ff6a65503f21d744b484177ab537f5244340a94e651409e36a0a9e4577
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2bbf179ac2a176dabde0c4f8a56f2a76775bd92423286ab1bc6cdbf58572164cceeada2dd67b06d479e3eb16e450ad3e3f7297845f682bf92b1790121951763e
|
7
|
+
data.tar.gz: 6a68d68ef8ca196bedb13a310df75e08d1684302235e74cebb58e10e0ccc075abcc19481dff48f4abe6c626cbbf002227602d020923a56436888913c8aa2520e
|
data/CHANGELOG.md
CHANGED
@@ -932,11 +932,11 @@ module Google
|
|
932
932
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
933
933
|
# day and time zone are either specified elsewhere or are insignificant. The
|
934
934
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
935
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
936
|
-
# and day, with a zero year (
|
937
|
-
# zero month and a zero day * A year and month, with a zero day (
|
938
|
-
# card expiration date) Related types: * google.type.
|
939
|
-
# DateTime * google.protobuf.Timestamp
|
935
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
936
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
937
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
938
|
+
# example, a credit card expiration date). Related types: * google.type.
|
939
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
940
940
|
# Corresponds to the JSON property `partitionDate`
|
941
941
|
# @return [Google::Apis::RetailV2alpha::GoogleTypeDate]
|
942
942
|
attr_accessor :partition_date
|
@@ -5742,11 +5742,11 @@ module Google
|
|
5742
5742
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
5743
5743
|
# day and time zone are either specified elsewhere or are insignificant. The
|
5744
5744
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
5745
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
5746
|
-
# and day, with a zero year (
|
5747
|
-
# zero month and a zero day * A year and month, with a zero day (
|
5748
|
-
# card expiration date) Related types: * google.type.
|
5749
|
-
# DateTime * google.protobuf.Timestamp
|
5745
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
5746
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
5747
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
5748
|
+
# example, a credit card expiration date). Related types: * google.type.
|
5749
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
5750
5750
|
class GoogleTypeDate
|
5751
5751
|
include Google::Apis::Core::Hashable
|
5752
5752
|
|
@@ -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.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220303"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -72,10 +72,12 @@ module Google
|
|
72
72
|
# `UNKNOWN_DEVICE_TYPE` * `DESKTOP` * `MOBILE` * A customized string starts with
|
73
73
|
# `OTHER_`, e.g. `OTHER_IPHONE`.
|
74
74
|
# @param [Array<String>, String] language_codes
|
75
|
-
# The
|
76
|
-
#
|
77
|
-
#
|
78
|
-
#
|
75
|
+
# The language filters applied to the output suggestions. If set, it should
|
76
|
+
# contain the language of the query. If not set, suggestions are returned
|
77
|
+
# without considering language restrictions. This is the BCP-47 language code,
|
78
|
+
# such as "en-US" or "sr-Latn". For more information, see [Tags for Identifying
|
79
|
+
# Languages](https://tools.ietf.org/html/bcp47). The maximum number of language
|
80
|
+
# codes is 3.
|
79
81
|
# @param [Fixnum] max_suggestions
|
80
82
|
# Completion max suggestions. If left unset or set to 0, then will fallback to
|
81
83
|
# the configured value CompletionConfig.max_suggestions. The maximum allowed max
|
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.32.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: 2022-03-
|
11
|
+
date: 2022-03-14 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_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.32.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|