Skip to content

Commit 2ba54e6

Browse files
feat: Automated regeneration of servicenetworking v1beta client (googleapis#25475)
Auto-created at 2026-01-25 10:23:47 +0000 using the toys pull request generator.
1 parent f3b65ad commit 2ba54e6

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

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

3+
### v0.69.0 (2026-01-25)
4+
5+
* Regenerated from discovery document revision 20260119
6+
37
### v0.68.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251027

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

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

41844184
# Configuration for network endpoints. If this is empty, then an endpoint with
41854185
# the same name as the service is automatically generated to service all defined
4186-
# APIs.
4186+
# APIs. WARNING: Defining any entries in the `endpoints` list disables the
4187+
# automatic generation of default endpoint variations (e.g., ``service`.clients6.
4188+
# google.com`, `content-`service`.googleapis.com`, and mTLS variants like ``
4189+
# service`.mtls.googleapis.com`). To retain these default variations, you are
4190+
# required to explicitly include your main service endpoint (e.g., `myservice.
4191+
# googleapis.com`) in this list alongside any other custom endpoints (like REP,
4192+
# GFE, etc.).
41874193
# Corresponds to the JSON property `endpoints`
41884194
# @return [Array<Google::Apis::ServicenetworkingV1beta::Endpoint>]
41894195
attr_accessor :endpoints
@@ -4236,8 +4242,8 @@ class Service
42364242
# @return [Array<Google::Apis::ServicenetworkingV1beta::MetricDescriptor>]
42374243
attr_accessor :metrics
42384244

4239-
# Defines the monitored resources used by this service. This is required by the
4240-
# Service.monitoring and Service.logging configurations.
4245+
# Defines the monitored resources used by this service. This is required by the `
4246+
# Service.monitoring` and `Service.logging` configurations.
42414247
# Corresponds to the JSON property `monitoredResources`
42424248
# @return [Array<Google::Apis::ServicenetworkingV1beta::MonitoredResourceDescriptor>]
42434249
attr_accessor :monitored_resources

generated/google-apis-servicenetworking_v1beta/lib/google/apis/servicenetworking_v1beta/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 ServicenetworkingV1beta
1818
# Version of the google-apis-servicenetworking_v1beta gem
19-
GEM_VERSION = "0.68.0"
19+
GEM_VERSION = "0.69.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 = "20251027"
25+
REVISION = "20260119"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)