Skip to content

Commit 9213607

Browse files
feat: Automated regeneration of cloudfunctions v2 client (googleapis#21874)
Auto-created at 2025-02-26 21:25:06 +0000 using the toys pull request generator.
1 parent 821483e commit 9213607

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67699,6 +67699,7 @@
6769967699
"/cloudfunctions:v2/Function/labels": labels
6770067700
"/cloudfunctions:v2/Function/labels/label": label
6770167701
"/cloudfunctions:v2/Function/name": name
67702+
"/cloudfunctions:v2/Function/satisfiesPzi": satisfies_pzi
6770267703
"/cloudfunctions:v2/Function/satisfiesPzs": satisfies_pzs
6770367704
"/cloudfunctions:v2/Function/serviceConfig": service_config
6770467705
"/cloudfunctions:v2/Function/state": state

generated/google-apis-cloudfunctions_v2/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-cloudfunctions_v2
22

3-
### v0.48.0 (2025-01-26)
3+
### v0.48.0 (2025-02-26)
44

5-
* Regenerated from discovery document revision 20250116
5+
* Regenerated from discovery document revision 20250130
66
* Regenerated using generator version 0.16.0
77

88
### v0.47.0 (2024-11-24)

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,12 @@ class Function
635635
# @return [String]
636636
attr_accessor :name
637637

638+
# Output only. Reserved for future use.
639+
# Corresponds to the JSON property `satisfiesPzi`
640+
# @return [Boolean]
641+
attr_accessor :satisfies_pzi
642+
alias_method :satisfies_pzi?, :satisfies_pzi
643+
638644
# Output only. Reserved for future use.
639645
# Corresponds to the JSON property `satisfiesPzs`
640646
# @return [Boolean]
@@ -663,8 +669,7 @@ class Function
663669
attr_accessor :update_time
664670

665671
# Information related to: * A function's eligibility for 1st Gen to 2nd Gen
666-
# migration and 2nd Gen to CRf detach. * Current state of migration for function
667-
# undergoing migration/detach.
672+
# migration. * Current state of migration for function undergoing migration.
668673
# Corresponds to the JSON property `upgradeInfo`
669674
# @return [Google::Apis::CloudfunctionsV2::UpgradeInfo]
670675
attr_accessor :upgrade_info
@@ -688,6 +693,7 @@ def update!(**args)
688693
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
689694
@labels = args[:labels] if args.key?(:labels)
690695
@name = args[:name] if args.key?(:name)
696+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
691697
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
692698
@service_config = args[:service_config] if args.key?(:service_config)
693699
@state = args[:state] if args.key?(:state)
@@ -2061,8 +2067,7 @@ def update!(**args)
20612067
end
20622068

20632069
# Information related to: * A function's eligibility for 1st Gen to 2nd Gen
2064-
# migration and 2nd Gen to CRf detach. * Current state of migration for function
2065-
# undergoing migration/detach.
2070+
# migration. * Current state of migration for function undergoing migration.
20662071
class UpgradeInfo
20672072
include Google::Apis::Core::Hashable
20682073

generated/google-apis-cloudfunctions_v2/lib/google/apis/cloudfunctions_v2/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module CloudfunctionsV2
2222
GENERATOR_VERSION = "0.16.0"
2323

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
435435
property :kms_key_name, as: 'kmsKeyName'
436436
hash :labels, as: 'labels'
437437
property :name, as: 'name'
438+
property :satisfies_pzi, as: 'satisfiesPzi'
438439
property :satisfies_pzs, as: 'satisfiesPzs'
439440
property :service_config, as: 'serviceConfig', class: Google::Apis::CloudfunctionsV2::ServiceConfig, decorator: Google::Apis::CloudfunctionsV2::ServiceConfig::Representation
440441

generated/google-apis-cloudfunctions_v2/lib/google/apis/cloudfunctions_v2/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def get_project_location_function_iam_policy(resource, options_requested_policy_
448448
# syntax outlined in https://google.aip.dev/160.
449449
# @param [String] order_by
450450
# The sorting order of the resources returned. Value should be a comma separated
451-
# list of fields. The default sorting oder is ascending. See https://google.aip.
451+
# list of fields. The default sorting order is ascending. See https://google.aip.
452452
# dev/132#ordering.
453453
# @param [Fixnum] page_size
454454
# Maximum number of functions to return per call. The largest allowed page_size

0 commit comments

Comments
 (0)