google-apis-cloudfunctions_v2beta 0.28.0 → 0.30.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: 9c703f055d48c79b59b90c1059230b33a2a6d7d23de1c209c54c85491e25ea23
4
- data.tar.gz: c017665b583cbd95bbb5940c03ab29fb77fce7b77f4620f1e0973f822d1b9307
3
+ metadata.gz: 89422ece090c9b518d0441065311bba98f3d1be4340b5896c6d67ec40128eb2b
4
+ data.tar.gz: 4909c2e7b53fac84e41369b973095308a9e8a72ed987b3684803cdeab9e4463a
5
5
  SHA512:
6
- metadata.gz: 2f2a9bc461abc7cb89c84bf3dc832e2a67b71a06b2a853e4ed66f2342a3e1de68904ad0eaf3d90cc35c29c8ea1b477adb6bf6a79e5427803668c172c6d51374a
7
- data.tar.gz: 6d3559926962b130eb77c49bcc3609ba2809c122ff58795813a642528b1c67c751348b35402c136fde6b3bdfae37f916e8ae7acc9ca56cf68f2acd0216e5b89f
6
+ metadata.gz: 48ed34ef4ed7683df711402e4d9e14e5fd27e17dc2bdb372257c70171231399d7f9426cb86df62a37f7ca988c7a12b2119f5174300616291cdab01b730b4fcb0
7
+ data.tar.gz: f1ba9ec278f56a963d5b66f0e2a56c0a8f8964bca238f8768dc31bcbfe5458ae9553a873050a3cd2d7bfe9a0c1e357189a98196503df5aaa2e3c41a26e6f2d5a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudfunctions_v2beta
2
2
 
3
+ ### v0.30.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230622
6
+
7
+ ### v0.29.0 (2023-06-25)
8
+
9
+ * Regenerated from discovery document revision 20230619
10
+
3
11
  ### v0.28.0 (2023-06-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20230608
@@ -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)
@@ -1515,12 +1522,6 @@ module Google
1515
1522
  # @return [String]
1516
1523
  attr_accessor :dir
1517
1524
 
1518
- # Only trigger a build if the revision regex does NOT match the revision regex.
1519
- # Corresponds to the JSON property `invertRegex`
1520
- # @return [Boolean]
1521
- attr_accessor :invert_regex
1522
- alias_method :invert_regex?, :invert_regex
1523
-
1524
1525
  # ID of the project that owns the Cloud Source Repository. If omitted, the
1525
1526
  # project ID requesting the build is assumed.
1526
1527
  # Corresponds to the JSON property `projectId`
@@ -1548,7 +1549,6 @@ module Google
1548
1549
  @branch_name = args[:branch_name] if args.key?(:branch_name)
1549
1550
  @commit_sha = args[:commit_sha] if args.key?(:commit_sha)
1550
1551
  @dir = args[:dir] if args.key?(:dir)
1551
- @invert_regex = args[:invert_regex] if args.key?(:invert_regex)
1552
1552
  @project_id = args[:project_id] if args.key?(:project_id)
1553
1553
  @repo_name = args[:repo_name] if args.key?(:repo_name)
1554
1554
  @tag_name = args[:tag_name] if args.key?(:tag_name)
@@ -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.28.0"
19
+ GEM_VERSION = "0.30.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 = "20230608"
25
+ REVISION = "20230622"
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'
@@ -647,7 +648,6 @@ module Google
647
648
  property :branch_name, as: 'branchName'
648
649
  property :commit_sha, as: 'commitSha'
649
650
  property :dir, as: 'dir'
650
- property :invert_regex, as: 'invertRegex'
651
651
  property :project_id, as: 'projectId'
652
652
  property :repo_name, as: 'repoName'
653
653
  property :tag_name, as: 'tagName'
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.28.0
4
+ version: 0.30.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-18 00:00:00.000000000 Z
11
+ date: 2023-07-02 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.30.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: []