google-apis-retail_v2alpha 0.97.0 → 0.98.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd6fde70f91b773243d9d4ee719d08750dd8717366c7815f40d927d28dea46dd
|
|
4
|
+
data.tar.gz: f4a54c70165a2ded85ca631594c3e40dcae0793742ed4133e7ba35d6bfd5eb97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a02fd80efb324701d5c3a652ac0d220e28d15249f09874918937c4324e31e20a97f01d527dba90b692d3cbff78de5580feeab40189ae0f91a5f1b662e5483d7
|
|
7
|
+
data.tar.gz: a196804548af5800e0d9a80f92efcaeebcff003becad42acfbd5ce08e367887c21fee6a778f11ffde7309de1a0bf7fc8e6fc2739a7e98f124933d890ce695af9
|
data/CHANGELOG.md
CHANGED
|
@@ -2714,7 +2714,7 @@ module Google
|
|
|
2714
2714
|
class GoogleCloudRetailV2alphaExperimentInfoServingConfigExperiment
|
|
2715
2715
|
include Google::Apis::Core::Hashable
|
|
2716
2716
|
|
|
2717
|
-
# The fully qualified resource name of the serving config VariantArm.
|
|
2717
|
+
# The fully qualified resource name of the serving config Experiment.VariantArm.
|
|
2718
2718
|
# serving_config_id responsible for generating the search response. For example:
|
|
2719
2719
|
# `projects/*/locations/*/catalogs/*/servingConfigs/*`.
|
|
2720
2720
|
# Corresponds to the JSON property `experimentServingConfig`
|
|
@@ -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.98.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240315"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -261,8 +261,9 @@ module Google
|
|
|
261
261
|
# @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaLoggingConfig] google_cloud_retail_v2alpha_logging_config_object
|
|
262
262
|
# @param [String] update_mask
|
|
263
263
|
# Indicates which fields in the provided LoggingConfig to update. The following
|
|
264
|
-
# are the only supported fields: * default_log_generation_rule *
|
|
265
|
-
# per_service_log_generation_rules If not set, all supported
|
|
264
|
+
# are the only supported fields: * LoggingConfig.default_log_generation_rule *
|
|
265
|
+
# LoggingConfig.per_service_log_generation_rules If not set, all supported
|
|
266
|
+
# fields are updated.
|
|
266
267
|
# @param [String] fields
|
|
267
268
|
# Selector specifying which fields to include in a partial response.
|
|
268
269
|
# @param [String] quota_user
|
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.98.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: 2024-03-
|
|
11
|
+
date: 2024-03-24 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.98.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: []
|