Skip to content

Commit e1e2fce

Browse files
feat: Automated regeneration of cloudfunctions v2alpha client (googleapis#22034)
Auto-created at 2025-03-09 10:36:18 +0000 using the toys pull request generator.
1 parent 93241ba commit e1e2fce

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68379,6 +68379,7 @@
6837968379
"/cloudfunctions:v2alpha/GoogleCloudFunctionsV2alphaOperationMetadata/buildName": build_name
6838068380
"/cloudfunctions:v2alpha/GoogleCloudFunctionsV2alphaOperationMetadata/cancelRequested": cancel_requested
6838168381
"/cloudfunctions:v2alpha/GoogleCloudFunctionsV2alphaOperationMetadata/createTime": create_time
68382+
"/cloudfunctions:v2alpha/GoogleCloudFunctionsV2alphaOperationMetadata/customIamRoleDetected": custom_iam_role_detected
6838268383
"/cloudfunctions:v2alpha/GoogleCloudFunctionsV2alphaOperationMetadata/endTime": end_time
6838368384
"/cloudfunctions:v2alpha/GoogleCloudFunctionsV2alphaOperationMetadata/operationType": operation_type
6838468385
"/cloudfunctions:v2alpha/GoogleCloudFunctionsV2alphaOperationMetadata/requestResource": request_resource

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

3+
### v0.50.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250228
6+
37
### v0.49.0 (2025-02-26)
48

59
* Regenerated from discovery document revision 20250130

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,12 @@ class GoogleCloudFunctionsV2alphaOperationMetadata
848848
# @return [String]
849849
attr_accessor :create_time
850850

851+
# Output only. Whether a custom IAM role binding was detected during the upgrade.
852+
# Corresponds to the JSON property `customIamRoleDetected`
853+
# @return [Boolean]
854+
attr_accessor :custom_iam_role_detected
855+
alias_method :custom_iam_role_detected?, :custom_iam_role_detected
856+
851857
# The time the operation finished running.
852858
# Corresponds to the JSON property `endTime`
853859
# @return [String]
@@ -899,6 +905,7 @@ def update!(**args)
899905
@build_name = args[:build_name] if args.key?(:build_name)
900906
@cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
901907
@create_time = args[:create_time] if args.key?(:create_time)
908+
@custom_iam_role_detected = args[:custom_iam_role_detected] if args.key?(:custom_iam_role_detected)
902909
@end_time = args[:end_time] if args.key?(:end_time)
903910
@operation_type = args[:operation_type] if args.key?(:operation_type)
904911
@request_resource = args[:request_resource] if args.key?(:request_resource)

generated/google-apis-cloudfunctions_v2alpha/lib/google/apis/cloudfunctions_v2alpha/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 CloudfunctionsV2alpha
1818
# Version of the google-apis-cloudfunctions_v2alpha gem
19-
GEM_VERSION = "0.49.0"
19+
GEM_VERSION = "0.50.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
493493
property :build_name, as: 'buildName'
494494
property :cancel_requested, as: 'cancelRequested'
495495
property :create_time, as: 'createTime'
496+
property :custom_iam_role_detected, as: 'customIamRoleDetected'
496497
property :end_time, as: 'endTime'
497498
property :operation_type, as: 'operationType'
498499
hash :request_resource, as: 'requestResource'

0 commit comments

Comments
 (0)