Skip to content

Commit 53bbe95

Browse files
feat: Automated regeneration of servicemanagement v1 client (googleapis#25724)
Auto-created at 2026-02-15 10:26:32 +0000 using the toys pull request generator.
1 parent f4d8f7d commit 53bbe95

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

generated/google-apis-servicemanagement_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-servicemanagement_v1
22

3+
### v0.74.0 (2026-02-15)
4+
5+
* Regenerated from discovery document revision 20260129
6+
37
### v0.73.0 (2025-12-14)
48

59
* Regenerated from discovery document revision 20251208

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4306,7 +4306,13 @@ class Service
43064306

43074307
# Configuration for network endpoints. If this is empty, then an endpoint with
43084308
# the same name as the service is automatically generated to service all defined
4309-
# APIs.
4309+
# APIs. WARNING: Defining any entries in the `endpoints` list disables the
4310+
# automatic generation of default endpoint variations (e.g., ``service`.clients6.
4311+
# google.com`, `content-`service`.googleapis.com`, and mTLS variants like ``
4312+
# service`.mtls.googleapis.com`). To retain these default variations, you are
4313+
# required to explicitly include your main service endpoint (e.g., `myservice.
4314+
# googleapis.com`) in this list alongside any other custom endpoints (like REP,
4315+
# GFE, etc.).
43104316
# Corresponds to the JSON property `endpoints`
43114317
# @return [Array<Google::Apis::ServicemanagementV1::Endpoint>]
43124318
attr_accessor :endpoints
@@ -4359,8 +4365,8 @@ class Service
43594365
# @return [Array<Google::Apis::ServicemanagementV1::MetricDescriptor>]
43604366
attr_accessor :metrics
43614367

4362-
# Defines the monitored resources used by this service. This is required by the
4363-
# Service.monitoring and Service.logging configurations.
4368+
# Defines the monitored resources used by this service. This is required by the `
4369+
# Service.monitoring` and `Service.logging` configurations.
43644370
# Corresponds to the JSON property `monitoredResources`
43654371
# @return [Array<Google::Apis::ServicemanagementV1::MonitoredResourceDescriptor>]
43664372
attr_accessor :monitored_resources

generated/google-apis-servicemanagement_v1/lib/google/apis/servicemanagement_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 ServicemanagementV1
1818
# Version of the google-apis-servicemanagement_v1 gem
19-
GEM_VERSION = "0.73.0"
19+
GEM_VERSION = "0.74.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 = "20251208"
25+
REVISION = "20260129"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)