google-apis-cloudfunctions_v2beta 0.28.0 → 0.29.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc60441a457b18c48080cb3c027e9bf4a25e24d329b2667b01cb0a53aaccba73
|
4
|
+
data.tar.gz: 93ef585d41084f4b146f93ee47b227e3a8e552eff5e2a0790503be5253ac66f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e02347e52ac703925111a344bab25bad45e5016812af0ef81e95235b9511d5bac684965b9356d0d8c4b79ca13d34c3a81f93cfbd406f003ae2f97cd1e9b5676
|
7
|
+
data.tar.gz: 65d93c9165b31608d9cc51fa95d779667e97e42ff99e9de12c3e6ac112ba0cb1b9d4dae8da128005766a8b0539cc779338202c8619de8e3eab5847db79d3016b
|
data/CHANGELOG.md
CHANGED
@@ -473,6 +473,12 @@ module Google
|
|
473
473
|
# @return [String]
|
474
474
|
attr_accessor :name
|
475
475
|
|
476
|
+
# Output only. Reserved for future use.
|
477
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
478
|
+
# @return [Boolean]
|
479
|
+
attr_accessor :satisfies_pzs
|
480
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
481
|
+
|
476
482
|
# Describes the Service being deployed. Currently Supported : Cloud Run (fully
|
477
483
|
# managed).
|
478
484
|
# Corresponds to the JSON property `serviceConfig`
|
@@ -512,6 +518,7 @@ module Google
|
|
512
518
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
513
519
|
@labels = args[:labels] if args.key?(:labels)
|
514
520
|
@name = args[:name] if args.key?(:name)
|
521
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
515
522
|
@service_config = args[:service_config] if args.key?(:service_config)
|
516
523
|
@state = args[:state] if args.key?(:state)
|
517
524
|
@state_messages = args[:state_messages] if args.key?(:state_messages)
|
@@ -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.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230619"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -382,6 +382,7 @@ module Google
|
|
382
382
|
property :kms_key_name, as: 'kmsKeyName'
|
383
383
|
hash :labels, as: 'labels'
|
384
384
|
property :name, as: 'name'
|
385
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
385
386
|
property :service_config, as: 'serviceConfig', class: Google::Apis::CloudfunctionsV2beta::ServiceConfig, decorator: Google::Apis::CloudfunctionsV2beta::ServiceConfig::Representation
|
386
387
|
|
387
388
|
property :state, as: 'state'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.29.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.29.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|