google-apis-cloudfunctions_v2beta 0.49.0 → 0.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf282de9cd77a9b15d57aa1bf4395aeb12165f415a5069ad07924b8501f51d57
4
- data.tar.gz: 03c92ea4558adb4b5365442e0c2293307a42c626fc29007138a46eff4109d1a5
3
+ metadata.gz: 8a08a8819225367112eb65ba193da8f22cf3fc3b75a49f7c0c6872cdaad1e0e9
4
+ data.tar.gz: 48bcd310dc36cf57ac25fc85a9767fb2d98e042a0cc4cc02f65b4b92f1860c80
5
5
  SHA512:
6
- metadata.gz: 420478f53252905d4bcdea3989b02817b387878c31ea7f7a29f0fa28a75bfb6096ccde09d12ed2a16b27069c2df893c77b9897aa21b7ec058140ae3b97b3a6f5
7
- data.tar.gz: 7aca17b95096a2603fe38b5d4b7fdcac093a4bc1aad319c0886a85f6eddafd033538be13a89539ee0dc7583017f07e6ee73376ce87009fc627a9cb0055a42590
6
+ metadata.gz: bd97677c0a649b88e16e5a75673153a9ccdcd09ebd059dfc3f499a8f04056e8fb418b77eebaa2db0707d5fcf0049cec1d71703e130f8cc75c6e99fb54963243c
7
+ data.tar.gz: 17ae7fc3022842517e8d674c204f94b1f22716baae8cc4dc5f10aa96edf0f4508571648b0f5018f69b76f5f0c92adf4471b20c8317fe6b320ff4b1a312584f8b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2beta
2
2
 
3
+ ### v0.50.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250410
6
+
3
7
  ### v0.49.0 (2025-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20250320
@@ -1879,12 +1879,21 @@ module Google
1879
1879
  class SetupFunctionUpgradeConfigRequest
1880
1880
  include Google::Apis::Core::Hashable
1881
1881
 
1882
+ # Optional. The trigger's service account. The service account must have
1883
+ # permission to invoke Cloud Run services, the permission is `run.routes.invoke`.
1884
+ # If empty, defaults to the Compute Engine default service account: ``
1885
+ # project_number`-compute@developer.gserviceaccount.com`.
1886
+ # Corresponds to the JSON property `triggerServiceAccount`
1887
+ # @return [String]
1888
+ attr_accessor :trigger_service_account
1889
+
1882
1890
  def initialize(**args)
1883
1891
  update!(**args)
1884
1892
  end
1885
1893
 
1886
1894
  # Update properties of this object
1887
1895
  def update!(**args)
1896
+ @trigger_service_account = args[:trigger_service_account] if args.key?(:trigger_service_account)
1888
1897
  end
1889
1898
  end
1890
1899
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV2beta
18
18
  # Version of the google-apis-cloudfunctions_v2beta gem
19
- GEM_VERSION = "0.49.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250320"
25
+ REVISION = "20250410"
26
26
  end
27
27
  end
28
28
  end
@@ -727,6 +727,7 @@ module Google
727
727
  class SetupFunctionUpgradeConfigRequest
728
728
  # @private
729
729
  class Representation < Google::Apis::Core::JsonRepresentation
730
+ property :trigger_service_account, as: 'triggerServiceAccount'
730
731
  end
731
732
  end
732
733
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.0
4
+ version: 0.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-16 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.49.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.50.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2beta
62
62
  rdoc_options: []
63
63
  require_paths: