Skip to content

Commit 609b5d9

Browse files
feat: Automated regeneration of serviceconsumermanagement v1beta1 client (#24713)
Auto-created at 2025-10-26 09:37:11 +0000 using the toys pull request generator.
1 parent 0a584c8 commit 609b5d9

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351489,6 +351489,7 @@
351489351489
"/serviceconsumermanagement:v1beta1/V1Beta1ServiceIdentity": v1_beta1_service_identity
351490351490
"/serviceconsumermanagement:v1beta1/V1Beta1ServiceIdentity/email": email
351491351491
"/serviceconsumermanagement:v1beta1/V1Beta1ServiceIdentity/name": name
351492+
"/serviceconsumermanagement:v1beta1/V1Beta1ServiceIdentity/projectRole": project_role
351492351493
"/serviceconsumermanagement:v1beta1/V1Beta1ServiceIdentity/tag": tag
351493351494
"/serviceconsumermanagement:v1beta1/V1Beta1ServiceIdentity/uniqueId": unique_id
351494351495
"/serviceconsumermanagement:v1beta1/V1beta1AddVisibilityLabelsResponse": v1beta1_add_visibility_labels_response

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

3+
### v0.63.0 (2025-10-26)
4+
5+
* Regenerated from discovery document revision 20251023
6+
37
### v0.62.0 (2025-09-28)
48

59
* Regenerated from discovery document revision 20250919

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4525,6 +4525,15 @@ class V1Beta1ServiceIdentity
45254525
# @return [String]
45264526
attr_accessor :name
45274527

4528+
# The project-level IAM role defined in the service agent's grant configuration.
4529+
# This is the standard role intended for this service agent. This field is
4530+
# populated regardless of the `skip_role_attach` option in the request. If `
4531+
# skip_role_attach` is true, the caller can use this value to know which role
4532+
# they are responsible for granting.
4533+
# Corresponds to the JSON property `projectRole`
4534+
# @return [String]
4535+
attr_accessor :project_role
4536+
45284537
# The P4 service identity configuration tag. This must be defined in
45294538
# activation_grants. If not specified when creating the account, the tag is set
45304539
# to "default".
@@ -4545,6 +4554,7 @@ def initialize(**args)
45454554
def update!(**args)
45464555
@email = args[:email] if args.key?(:email)
45474556
@name = args[:name] if args.key?(:name)
4557+
@project_role = args[:project_role] if args.key?(:project_role)
45484558
@tag = args[:tag] if args.key?(:tag)
45494559
@unique_id = args[:unique_id] if args.key?(:unique_id)
45504560
end

generated/google-apis-serviceconsumermanagement_v1beta1/lib/google/apis/serviceconsumermanagement_v1beta1/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 ServiceconsumermanagementV1beta1
1818
# Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19-
GEM_VERSION = "0.62.0"
19+
GEM_VERSION = "0.63.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 = "20250919"
25+
REVISION = "20251023"
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
@@ -1684,6 +1684,7 @@ class V1Beta1ServiceIdentity
16841684
class Representation < Google::Apis::Core::JsonRepresentation
16851685
property :email, as: 'email'
16861686
property :name, as: 'name'
1687+
property :project_role, as: 'projectRole'
16871688
property :tag, as: 'tag'
16881689
property :unique_id, as: 'uniqueId'
16891690
end

0 commit comments

Comments
 (0)