google-apis-serviceusage_v1 0.75.0 → 0.77.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: 2b525a7677866111e05d6de82fa25b55fe49bf38a9cffe8490f3e63f63f65a17
4
- data.tar.gz: 27e51bc262afd5998ffa727dd0781940e3e29754231cb7fe7440f59ff8c99bf9
3
+ metadata.gz: f982ff09fc8b26e32c26b8ae38e046bf02f24e1ee6f8c2a4a7de719d332fcecf
4
+ data.tar.gz: c4fc38d96a346ad0edd47dced7bf69a983434d6ae131716bc8240d15a5eb27d1
5
5
  SHA512:
6
- metadata.gz: 01cd8829dfb30067503b7dc987bcd6d83a1a04e19f360375e48e0e1173dfb18283825793ba4bba5c691781def36f13aa09bb577d238312a9f54e890d9a3cb1ee
7
- data.tar.gz: a38147df1bef654f1684253d3cd54506dc985b27e5b1df74bcd40cd844d9beae6a3cce52ca987957190dd648e94aba740a496cea634f811d56f7bc5bb5ac6e01
6
+ metadata.gz: 6969de84110f4373770a3ccea81a8129417d913c976f6491ba7a24daea5ae39aa65561fe4e9a44c7ef5fa4997f4ad2e40267dbdc00d0351e547ae23916852619
7
+ data.tar.gz: 13789bb1854e3ee58a972a1195cdffef3cead7fcd9b300fb10827fc797d0c3183edef8a9cba32f7404ad39103245cc82ce81d48981b09a5a78720b03d443171d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.77.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260423
6
+ * Regenerated using generator version 0.19.0
7
+
8
+ ### v0.76.0 (2026-04-19)
9
+
10
+ * Regenerated from discovery document revision 20260403
11
+
3
12
  ### v0.75.0 (2026-03-22)
4
13
 
5
14
  * Regenerated from discovery document revision 20260317
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 3.1+.
86
+ This library is supported on Ruby 3.2+.
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
 
@@ -653,7 +653,9 @@ module Google
653
653
  # @return [Hash<String,Google::Apis::ServiceusageV1::BackendRule>]
654
654
  attr_accessor :overrides_by_request_protocol
655
655
 
656
- # no-lint
656
+ # Path translation specifies how to combine the backend address with the request
657
+ # path in order to produce the appropriate forwarding URL for the request. See
658
+ # PathTranslation for more details.
657
659
  # Corresponds to the JSON property `pathTranslation`
658
660
  # @return [String]
659
661
  attr_accessor :path_translation
@@ -1115,7 +1117,8 @@ module Google
1115
1117
  attr_accessor :reference_docs_uri
1116
1118
 
1117
1119
  # This message is used to configure the generation of a subset of the RPCs in a
1118
- # service for client libraries.
1120
+ # service for client libraries. Note: This feature should not be used in most
1121
+ # cases.
1119
1122
  # Corresponds to the JSON property `selectiveGapicGeneration`
1120
1123
  # @return [Google::Apis::ServiceusageV1::SelectiveGapicGeneration]
1121
1124
  attr_accessor :selective_gapic_generation
@@ -2384,13 +2387,7 @@ module Google
2384
2387
 
2385
2388
  # Configuration for network endpoints. If this is empty, then an endpoint with
2386
2389
  # the same name as the service is automatically generated to service all defined
2387
- # APIs. WARNING: Defining any entries in the `endpoints` list disables the
2388
- # automatic generation of default endpoint variations (e.g., ``service`.clients6.
2389
- # google.com`, `content-`service`.googleapis.com`, and mTLS variants like ``
2390
- # service`.mtls.googleapis.com`). To retain these default variations, you are
2391
- # required to explicitly include your main service endpoint (e.g., `myservice.
2392
- # googleapis.com`) in this list alongside any other custom endpoints (like REP,
2393
- # GFE, etc.).
2390
+ # APIs.
2394
2391
  # Corresponds to the JSON property `endpoints`
2395
2392
  # @return [Array<Google::Apis::ServiceusageV1::Endpoint>]
2396
2393
  attr_accessor :endpoints
@@ -5186,7 +5183,8 @@ module Google
5186
5183
  end
5187
5184
 
5188
5185
  # This message is used to configure the generation of a subset of the RPCs in a
5189
- # service for client libraries.
5186
+ # service for client libraries. Note: This feature should not be used in most
5187
+ # cases.
5190
5188
  class SelectiveGapicGeneration
5191
5189
  include Google::Apis::Core::Hashable
5192
5190
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.75.0"
19
+ GEM_VERSION = "0.77.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260317"
25
+ REVISION = "20260423"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.0
4
+ version: 0.77.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-serviceusage_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.75.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.77.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="