google-apis-cloudfunctions_v2 0.26.0 → 0.27.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: 61d06f8dbea55df051d66ed2f7fde636d6d55ddb050f953ebe3e4cb9a9cf0fca
4
- data.tar.gz: a91462d14b46248ea9f188be3920ad2e50d86fb2fea853d73e9017bfe9a8ac92
3
+ metadata.gz: fd1fc8ed9de62075d545ede08f5e43d3a8e6d40c5eab92a839e0575f2dfc6b70
4
+ data.tar.gz: 19f2cb9fcea47f97908d4272c1751981d9639136a366552cbe35d4ca68f130f4
5
5
  SHA512:
6
- metadata.gz: 638a67ee968c478c31a9af2e28516f6c5c75c3636055c6d3b95c3480dff01fb7568e6062ae24d40ba119708aebec173c19eee8995475dc487fa0cdb5b73156f5
7
- data.tar.gz: b0d6f9d84191d734c617db92e9ddd82473d303667d403f3d3fcd303efeb9e8199d81c4e52fbb07e1eac9f4d5bc835d23f119a33fd5757e0ea3bdb2112cffd177
6
+ metadata.gz: c6dd38bfef4edd2d914cace385b55ea587f7059fa586f7919f4d0cf56a8f0d4cc5e7051610a4b45b2e1df37059601b338750064b1e5091aa02cbdd86970d4351
7
+ data.tar.gz: 67889680f2b4b584146ae2337880807c303577060a230109f151cb5d551a2a38b8bb05df639cb330f1b4a52715fd1a902288a5db0af8f7fb6159b56bafa44f3e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2
2
2
 
3
+ ### v0.27.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230622
6
+
3
7
  ### v0.26.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230619
@@ -1522,12 +1522,6 @@ module Google
1522
1522
  # @return [String]
1523
1523
  attr_accessor :dir
1524
1524
 
1525
- # Only trigger a build if the revision regex does NOT match the revision regex.
1526
- # Corresponds to the JSON property `invertRegex`
1527
- # @return [Boolean]
1528
- attr_accessor :invert_regex
1529
- alias_method :invert_regex?, :invert_regex
1530
-
1531
1525
  # ID of the project that owns the Cloud Source Repository. If omitted, the
1532
1526
  # project ID requesting the build is assumed.
1533
1527
  # Corresponds to the JSON property `projectId`
@@ -1555,7 +1549,6 @@ module Google
1555
1549
  @branch_name = args[:branch_name] if args.key?(:branch_name)
1556
1550
  @commit_sha = args[:commit_sha] if args.key?(:commit_sha)
1557
1551
  @dir = args[:dir] if args.key?(:dir)
1558
- @invert_regex = args[:invert_regex] if args.key?(:invert_regex)
1559
1552
  @project_id = args[:project_id] if args.key?(:project_id)
1560
1553
  @repo_name = args[:repo_name] if args.key?(:repo_name)
1561
1554
  @tag_name = args[:tag_name] if args.key?(:tag_name)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV2
18
18
  # Version of the google-apis-cloudfunctions_v2 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.27.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 = "20230619"
25
+ REVISION = "20230622"
26
26
  end
27
27
  end
28
28
  end
@@ -648,7 +648,6 @@ module Google
648
648
  property :branch_name, as: 'branchName'
649
649
  property :commit_sha, as: 'commitSha'
650
650
  property :dir, as: 'dir'
651
- property :invert_regex, as: 'invertRegex'
652
651
  property :project_id, as: 'projectId'
653
652
  property :repo_name, as: 'repoName'
654
653
  property :tag_name, as: 'tagName'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.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-25 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2
63
63
  post_install_message:
64
64
  rdoc_options: []