Skip to content

Commit 26f5716

Browse files
feat: Automated regeneration of serviceusage v1 client (googleapis#23775)
Auto-created at 2025-07-27 10:00:53 +0000 using the toys pull request generator.
1 parent d164982 commit 26f5716

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340769,6 +340769,7 @@
340769340769
"/serviceusage:v1/Page/subpages/subpage": subpage
340770340770
"/serviceusage:v1/PhpSettings": php_settings
340771340771
"/serviceusage:v1/PhpSettings/common": common
340772+
"/serviceusage:v1/PhpSettings/libraryPackage": library_package
340772340773
"/serviceusage:v1/PublishedService": published_service
340773340774
"/serviceusage:v1/PublishedService/name": name
340774340775
"/serviceusage:v1/PublishedService/service": service

generated/google-apis-serviceusage_v1/CHANGELOG.md

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

3+
### v0.69.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250619
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.68.0 (2025-05-21)
49

510
* Regenerated from discovery document revision 20250515

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4502,13 +4502,24 @@ class PhpSettings
45024502
# @return [Google::Apis::ServiceusageV1::CommonLanguageSettings]
45034503
attr_accessor :common
45044504

4505+
# The package name to use in Php. Clobbers the php_namespace option set in the
4506+
# protobuf. This should be used **only** by APIs who have already set the
4507+
# language_settings.php.package_name" field in gapic.yaml. API teams should use
4508+
# the protobuf php_namespace option where possible. Example of a YAML
4509+
# configuration:: publishing: library_settings: php_settings: library_package:
4510+
# Google\Cloud\PubSub\V1
4511+
# Corresponds to the JSON property `libraryPackage`
4512+
# @return [String]
4513+
attr_accessor :library_package
4514+
45054515
def initialize(**args)
45064516
update!(**args)
45074517
end
45084518

45094519
# Update properties of this object
45104520
def update!(**args)
45114521
@common = args[:common] if args.key?(:common)
4522+
@library_package = args[:library_package] if args.key?(:library_package)
45124523
end
45134524
end
45144525

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

Lines changed: 3 additions & 3 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.68.0"
19+
GEM_VERSION = "0.69.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,7 @@ class PhpSettings
19061906
class Representation < Google::Apis::Core::JsonRepresentation
19071907
property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
19081908

1909+
property :library_package, as: 'libraryPackage'
19091910
end
19101911
end
19111912

0 commit comments

Comments
 (0)