google-apis-serviceusage_v1beta1 0.65.0 → 0.67.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: 60569f2a1332037f8d940d9db5c7652a989d62a1bd6f0c0a3fef9f880beda8e8
4
- data.tar.gz: 51ef1f99e045da2187ac181dc5a9078b48907e2008f996dc556073290aa3e20f
3
+ metadata.gz: 16e264a4a37c691efb5f22771dd82e450e9097e1e7bc1a6481f2ae009ad25636
4
+ data.tar.gz: bc1c53047c2ff212734d44062782abb035b8ac46dc5b2ac8a76d70472253a719
5
5
  SHA512:
6
- metadata.gz: f532aaa3d369c4a315a4ea4367c603dc5450bb6b1a42d1926e7f60983c6f3b84f1bb4027f8d9036237e48c43ff54b2a269cdd0e85457a9c861512d7993a088a0
7
- data.tar.gz: 1b4c9852f641a201c6bb6d929a844872c63809fdc20ac746c1b366a4930b6b9847f20a31ae5adc14351ba7053c08475f95f699f135711a077193d3b9cff020b9
6
+ metadata.gz: 39907a41758f23b5e92063d09bba650c7dcf2329cf7f6bcdf099f31032521121543a70c4a7e5330f87a4f30e7d8c428f4f71069f966819b61109426bd7eb32d3
7
+ data.tar.gz: 6b874df14698b06d7cca778ba04dff1b50598bdf0c3f55ce0b4556b3651b5fd4a745d3922a083d0356b797c4fd93e530b691c65647304ac174ce58abf70c6c69
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.67.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250511
6
+ * Regenerated using generator version 0.17.0
7
+
8
+ ### v0.66.0 (2025-04-27)
9
+
10
+ * Regenerated from discovery document revision 20250417
11
+
3
12
  ### v0.65.0 (2025-03-23)
4
13
 
5
14
  * Regenerated from discovery document revision 20250313
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/service-usage/) may provide
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -313,7 +313,7 @@ module Google
313
313
  attr_accessor :kind
314
314
 
315
315
  # Content of the configuration. The underlying schema should be defined by
316
- # Aspect owners as protobuf message under `apiserving/configaspects/proto`.
316
+ # Aspect owners as protobuf message under `google/api/configaspects/proto`.
317
317
  # Corresponds to the JSON property `spec`
318
318
  # @return [Hash<String,Object>]
319
319
  attr_accessor :spec
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_v1beta1 gem
19
- GEM_VERSION = "0.65.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250313"
25
+ REVISION = "20250511"
26
26
  end
27
27
  end
28
28
  end
@@ -357,9 +357,9 @@ module Google
357
357
 
358
358
  # Retrieves a summary of quota information for a specific quota metric
359
359
  # @param [String] name
360
- # The resource name of the quota limit. An example name would be: `projects/123/
361
- # services/serviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.
362
- # com%2Fmutate_requests`
360
+ # The resource name of the quota. An example name would be: `projects/123/
361
+ # services/serviceusage.googleapis.com/consumerQuotaMetrics/serviceusage.
362
+ # googleapis.com%2Fmutate_requests`
363
363
  # @param [String] view
364
364
  # Specifies the level of detail for quota information in the response.
365
365
  # @param [String] fields
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-23 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-serviceusage_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.65.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.67.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Service Usage API V1beta1
79
79
  test_files: []