google-apis-recommender_v1beta1 0.44.0 → 0.45.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: 7ea12f8d3ccee65051ba472c10406e840658c5472e252e6a9044085f0a9b76b3
|
4
|
+
data.tar.gz: d381b0331e3678acd9e5e89986270910d5d8631e58a131871dff3f9877bb39e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 797e907e9acb5089a3eb20b5ae9227ed21eed371b49e758505777958182c424c6db69959494ac925daf36913a81592ab6268006e8b98d93c5a5de6b8b6c56066
|
7
|
+
data.tar.gz: 658358b60aaf6eef060f31c06213238d5cb08ad0e6eed44d9c83d39ecbb0a99d686b3b89133398da4cb6a33663b90be0e51e29702d16b4135672c616631fe17c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-recommender_v1beta1
|
2
2
|
|
3
|
+
### v0.45.0 (2025-08-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250817
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.44.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RecommenderV1beta1
|
18
18
|
# Version of the google-apis-recommender_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.45.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250817"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -55,8 +55,8 @@ module Google
|
|
55
55
|
# @param [String] name
|
56
56
|
# The resource that owns the locations collection, if applicable.
|
57
57
|
# @param [Array<String>, String] extra_location_types
|
58
|
-
# Optional.
|
59
|
-
#
|
58
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
59
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
60
60
|
# @param [String] filter
|
61
61
|
# A filter to narrow down results to a preferred subset. The filtering language
|
62
62
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -633,8 +633,8 @@ module Google
|
|
633
633
|
# @param [String] name
|
634
634
|
# The resource that owns the locations collection, if applicable.
|
635
635
|
# @param [Array<String>, String] extra_location_types
|
636
|
-
# Optional.
|
637
|
-
#
|
636
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
637
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
638
638
|
# @param [String] filter
|
639
639
|
# A filter to narrow down results to a preferred subset. The filtering language
|
640
640
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -1091,8 +1091,8 @@ module Google
|
|
1091
1091
|
# @param [String] name
|
1092
1092
|
# The resource that owns the locations collection, if applicable.
|
1093
1093
|
# @param [Array<String>, String] extra_location_types
|
1094
|
-
# Optional.
|
1095
|
-
#
|
1094
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
1095
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
1096
1096
|
# @param [String] filter
|
1097
1097
|
# A filter to narrow down results to a preferred subset. The filtering language
|
1098
1098
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -1669,8 +1669,8 @@ module Google
|
|
1669
1669
|
# @param [String] name
|
1670
1670
|
# The resource that owns the locations collection, if applicable.
|
1671
1671
|
# @param [Array<String>, String] extra_location_types
|
1672
|
-
# Optional.
|
1673
|
-
#
|
1672
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
1673
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
1674
1674
|
# @param [String] filter
|
1675
1675
|
# A filter to narrow down results to a preferred subset. The filtering language
|
1676
1676
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-recommender_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.45.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.45.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Recommender API V1beta1
|
79
79
|
test_files: []
|