diff --git a/generated/google-apis-networkconnectivity_v1/CHANGELOG.md b/generated/google-apis-networkconnectivity_v1/CHANGELOG.md index 7a831112c3a..801e9ebe429 100644 --- a/generated/google-apis-networkconnectivity_v1/CHANGELOG.md +++ b/generated/google-apis-networkconnectivity_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-networkconnectivity_v1 +### v0.78.0 (2026-07-12) + +* Regenerated from discovery document revision 20260618 + ### v0.77.0 (2026-06-14) * Regenerated using generator version 0.19.0 diff --git a/generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/classes.rb b/generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/classes.rb index 52b42afb9b3..5044f16911e 100644 --- a/generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/classes.rb +++ b/generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/classes.rb @@ -424,7 +424,7 @@ class AutomatedDnsRecord # Required. Immutable. The service class identifier which authorizes this # AutomatedDnsRecord. Any API calls targeting this AutomatedDnsRecord must have ` - # networkconnectivity.serviceclasses.use` IAM permission for the provided + # networkconnectivity.serviceClasses.use` IAM permission for the provided # service class. # Corresponds to the JSON property `serviceClass` # @return [String] diff --git a/generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/gem_version.rb b/generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/gem_version.rb index 69d8962f29b..87f57ca76f3 100644 --- a/generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/gem_version.rb +++ b/generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module NetworkconnectivityV1 # Version of the google-apis-networkconnectivity_v1 gem - GEM_VERSION = "0.77.0" + GEM_VERSION = "0.78.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.19.0" # Revision of the discovery document this client was generated from - REVISION = "20260514" + REVISION = "20260618" end end end