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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a08a8819225367112eb65ba193da8f22cf3fc3b75a49f7c0c6872cdaad1e0e9
|
4
|
+
data.tar.gz: 48bcd310dc36cf57ac25fc85a9767fb2d98e042a0cc4cc02f65b4b92f1860c80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd97677c0a649b88e16e5a75673153a9ccdcd09ebd059dfc3f499a8f04056e8fb418b77eebaa2db0707d5fcf0049cec1d71703e130f8cc75c6e99fb54963243c
|
7
|
+
data.tar.gz: 17ae7fc3022842517e8d674c204f94b1f22716baae8cc4dc5f10aa96edf0f4508571648b0f5018f69b76f5f0c92adf4471b20c8317fe6b320ff4b1a312584f8b
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20250410"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
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-
|
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.
|
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:
|