File tree Expand file tree Collapse file tree 5 files changed +15
-2
lines changed
generated/google-apis-cloudfunctions_v2alpha
lib/google/apis/cloudfunctions_v2alpha Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments