Skip to content

Commit 4201702

Browse files
feat: Automated regeneration of serviceusage v1beta1 client (googleapis#23811)
Auto-created at 2025-07-27 10:45:36 +0000 using the toys pull request generator.
1 parent b1ed3db commit 4201702

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
@@ -341995,6 +341995,7 @@
341995341995
"/serviceusage:v1beta1/Page/subpages/subpage": subpage
341996341996
"/serviceusage:v1beta1/PhpSettings": php_settings
341997341997
"/serviceusage:v1beta1/PhpSettings/common": common
341998+
"/serviceusage:v1beta1/PhpSettings/libraryPackage": library_package
341998341999
"/serviceusage:v1beta1/ProducerQuotaPolicy": producer_quota_policy
341999342000
"/serviceusage:v1beta1/ProducerQuotaPolicy/container": container
342000342001
"/serviceusage:v1beta1/ProducerQuotaPolicy/dimensions": dimensions

generated/google-apis-serviceusage_v1beta1/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_v1beta1
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_v1beta1/lib/google/apis/serviceusage_v1beta1/classes.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4758,13 +4758,24 @@ class PhpSettings
47584758
# @return [Google::Apis::ServiceusageV1beta1::CommonLanguageSettings]
47594759
attr_accessor :common
47604760

4761+
# The package name to use in Php. Clobbers the php_namespace option set in the
4762+
# protobuf. This should be used **only** by APIs who have already set the
4763+
# language_settings.php.package_name" field in gapic.yaml. API teams should use
4764+
# the protobuf php_namespace option where possible. Example of a YAML
4765+
# configuration:: publishing: library_settings: php_settings: library_package:
4766+
# Google\Cloud\PubSub\V1
4767+
# Corresponds to the JSON property `libraryPackage`
4768+
# @return [String]
4769+
attr_accessor :library_package
4770+
47614771
def initialize(**args)
47624772
update!(**args)
47634773
end
47644774

47654775
# Update properties of this object
47664776
def update!(**args)
47674777
@common = args[:common] if args.key?(:common)
4778+
@library_package = args[:library_package] if args.key?(:library_package)
47684779
end
47694780
end
47704781

generated/google-apis-serviceusage_v1beta1/lib/google/apis/serviceusage_v1beta1/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 ServiceusageV1beta1
1818
# Version of the google-apis-serviceusage_v1beta1 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_v1beta1/lib/google/apis/serviceusage_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,6 +2039,7 @@ class PhpSettings
20392039
class Representation < Google::Apis::Core::JsonRepresentation
20402040
property :common, as: 'common', class: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings::Representation
20412041

2042+
property :library_package, as: 'libraryPackage'
20422043
end
20432044
end
20442045

0 commit comments

Comments
 (0)