Skip to content

Commit 0571b33

Browse files
feat: Automated regeneration of serviceconsumermanagement v1beta1 client (googleapis#23810)
Auto-created at 2025-07-27 10:44:55 +0000 using the toys pull request generator.
1 parent 4201702 commit 0571b33

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
@@ -337026,6 +337026,7 @@
337026337026
"/serviceconsumermanagement:v1beta1/Page/subpages/subpage": subpage
337027337027
"/serviceconsumermanagement:v1beta1/PhpSettings": php_settings
337028337028
"/serviceconsumermanagement:v1beta1/PhpSettings/common": common
337029+
"/serviceconsumermanagement:v1beta1/PhpSettings/libraryPackage": library_package
337029337030
"/serviceconsumermanagement:v1beta1/Publishing": publishing
337030337031
"/serviceconsumermanagement:v1beta1/Publishing/apiShortName": api_short_name
337031337032
"/serviceconsumermanagement:v1beta1/Publishing/codeownerGithubTeams": codeowner_github_teams

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

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

510
* Regenerated from discovery document revision 20250515

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,13 +2786,24 @@ class PhpSettings
27862786
# @return [Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings]
27872787
attr_accessor :common
27882788

2789+
# The package name to use in Php. Clobbers the php_namespace option set in the
2790+
# protobuf. This should be used **only** by APIs who have already set the
2791+
# language_settings.php.package_name" field in gapic.yaml. API teams should use
2792+
# the protobuf php_namespace option where possible. Example of a YAML
2793+
# configuration:: publishing: library_settings: php_settings: library_package:
2794+
# Google\Cloud\PubSub\V1
2795+
# Corresponds to the JSON property `libraryPackage`
2796+
# @return [String]
2797+
attr_accessor :library_package
2798+
27892799
def initialize(**args)
27902800
update!(**args)
27912801
end
27922802

27932803
# Update properties of this object
27942804
def update!(**args)
27952805
@common = args[:common] if args.key?(:common)
2806+
@library_package = args[:library_package] if args.key?(:library_package)
27962807
end
27972808
end
27982809

generated/google-apis-serviceconsumermanagement_v1beta1/lib/google/apis/serviceconsumermanagement_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 ServiceconsumermanagementV1beta1
1818
# Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19-
GEM_VERSION = "0.60.0"
19+
GEM_VERSION = "0.61.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-serviceconsumermanagement_v1beta1/lib/google/apis/serviceconsumermanagement_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,7 @@ class PhpSettings
12661266
class Representation < Google::Apis::Core::JsonRepresentation
12671267
property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings::Representation
12681268

1269+
property :library_package, as: 'libraryPackage'
12691270
end
12701271
end
12711272

0 commit comments

Comments
 (0)