Skip to content

Commit 324d116

Browse files
feat: Automated regeneration of serviceusage v1 client (googleapis#25480)
Auto-created at 2026-01-25 10:37:07 +0000 using the toys pull request generator.
1 parent 55ef8e3 commit 324d116

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

generated/google-apis-serviceusage_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-serviceusage_v1
22

3+
### v0.73.0 (2026-01-25)
4+
5+
* Regenerated from discovery document revision 20260120
6+
37
### v0.72.0 (2026-01-18)
48

59
* Regenerated from discovery document revision 20260109

generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/classes.rb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,7 +2351,13 @@ class GoogleApiService
23512351

23522352
# Configuration for network endpoints. If this is empty, then an endpoint with
23532353
# the same name as the service is automatically generated to service all defined
2354-
# APIs.
2354+
# APIs. WARNING: Defining any entries in the `endpoints` list disables the
2355+
# automatic generation of default endpoint variations (e.g., ``service`.clients6.
2356+
# google.com`, `content-`service`.googleapis.com`, and mTLS variants like ``
2357+
# service`.mtls.googleapis.com`). To retain these default variations, you are
2358+
# required to explicitly include your main service endpoint (e.g., `myservice.
2359+
# googleapis.com`) in this list alongside any other custom endpoints (like REP,
2360+
# GFE, etc.).
23552361
# Corresponds to the JSON property `endpoints`
23562362
# @return [Array<Google::Apis::ServiceusageV1::Endpoint>]
23572363
attr_accessor :endpoints
@@ -2404,8 +2410,8 @@ class GoogleApiService
24042410
# @return [Array<Google::Apis::ServiceusageV1::MetricDescriptor>]
24052411
attr_accessor :metrics
24062412

2407-
# Defines the monitored resources used by this service. This is required by the
2408-
# Service.monitoring and Service.logging configurations.
2413+
# Defines the monitored resources used by this service. This is required by the `
2414+
# Service.monitoring` and `Service.logging` configurations.
24092415
# Corresponds to the JSON property `monitoredResources`
24102416
# @return [Array<Google::Apis::ServiceusageV1::MonitoredResourceDescriptor>]
24112417
attr_accessor :monitored_resources

generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ServiceusageV1
1818
# Version of the google-apis-serviceusage_v1 gem
19-
GEM_VERSION = "0.72.0"
19+
GEM_VERSION = "0.73.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260109"
25+
REVISION = "20260120"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)