google-apis-webfonts_v1 0.17.0 → 0.18.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: 930bddc5e72999a6dc1395da286b84e0a44362c3e17f296a04d53460d319c86c
4
- data.tar.gz: 318a3e020e4e7c3d33d63a1332d7f1a14e16837670f8ad5a32ec311117cd11e7
3
+ metadata.gz: 1ddb273d7089b7013be1c0c012a238dc7f7f84cc23190eb54d0837b6034ab3cc
4
+ data.tar.gz: eec01454fb4c2998678e793679564ae77c25ebfdddaa5af7b6791daffeb322f9
5
5
  SHA512:
6
- metadata.gz: 80c3adb148f7a7dc95ba6f756bc67efd345dea90aa83a714f1de5e645cb2152d733fdf08f23ef61654f093e3a2915216ff452c61a71a1caf94368ca4e96aa441
7
- data.tar.gz: c06c2dd0ecca0cb3288c884936d861049a09a57726d97717e26b95c89fee9b594f154fb933069d51f145bece1815c895e3c808afa4c11a182e72177a1b9430e3
6
+ metadata.gz: f2c271ac79cbde35543183ce2a657ed7a828f17795b5cb32e2e1aac806a2e9835e414d023f4ba2eef0e9613de64b922c49de12bbab176c1c078601ec479f51bf
7
+ data.tar.gz: c87b1884b85d8ad8097a94ade9c7166c046f48ea294e2729205d07f33e329a879c3948ddf254c668f3a22185add2d85c7a5b0ad6631a251cfb30dc81cb9a0e64
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-webfonts_v1
2
2
 
3
+ ### v0.18.0 (2025-01-26)
4
+
5
+ * Regenerated from discovery document revision 20250121
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.17.0 (2024-05-19)
4
9
 
5
10
  * Regenerated from discovery document revision 20240508
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WebfontsV1
18
18
  # Version of the google-apis-webfonts_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240508"
25
+ REVISION = "20250121"
26
26
  end
27
27
  end
28
28
  end
@@ -56,6 +56,9 @@ module Google
56
56
  # @param [Array<String>, String] capability
57
57
  # Controls the font urls in `Webfont.files`, by default, static ttf fonts are
58
58
  # sent.
59
+ # @param [String] category
60
+ # Filters by Webfont.category, if category is found in Webfont.categories. If
61
+ # not set, returns all families.
59
62
  # @param [Array<String>, String] family
60
63
  # Filters by Webfont.family, using literal match. If not set, returns all
61
64
  # families
@@ -81,11 +84,12 @@ module Google
81
84
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
82
85
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
83
86
  # @raise [Google::Apis::AuthorizationError] Authorization is required
84
- def list_webfonts(capability: nil, family: nil, sort: nil, subset: nil, fields: nil, quota_user: nil, options: nil, &block)
87
+ def list_webfonts(capability: nil, category: nil, family: nil, sort: nil, subset: nil, fields: nil, quota_user: nil, options: nil, &block)
85
88
  command = make_simple_command(:get, 'v1/webfonts', options)
86
89
  command.response_representation = Google::Apis::WebfontsV1::WebfontList::Representation
87
90
  command.response_class = Google::Apis::WebfontsV1::WebfontList
88
91
  command.query['capability'] = capability unless capability.nil?
92
+ command.query['category'] = category unless category.nil?
89
93
  command.query['family'] = family unless family.nil?
90
94
  command.query['sort'] = sort unless sort.nil?
91
95
  command.query['subset'] = subset unless subset.nil?
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-webfonts_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-webfonts_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-webfonts_v1/v0.17.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-webfonts_v1/v0.18.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-webfonts_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Web Fonts Developer API V1
82
79
  test_files: []