google-apis-cloudfunctions_v2alpha 0.9.0 → 0.10.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: 353a8d6e9ccbcc839cc1cf7cbc460da9cd0902145f463c015ec2720d86bf7fa8
4
- data.tar.gz: 56734f128f1c65bdf984e15aab8aee3d2a11b1689347b8a92c9a0637ae8f76b2
3
+ metadata.gz: 006b2f6058ad50d939ceffbaca92d64bf58fba46f6b280b85444f0eb63182592
4
+ data.tar.gz: 58c1c9a099b6c1ecf8b3d54cff2495ef999a8a68a347af466a11bf40646b5ceb
5
5
  SHA512:
6
- metadata.gz: 0faa2a8c26505b2baf3303d1ef2c57f0b93887b02a53615ddc8e80dcb24ec98e6df17e9fcfab91db89b34bdb32b0fef1bdf0585d4d9d69fa92c1bbf465fe97b1
7
- data.tar.gz: 5e32a5b22fa853d1743223f0f6ade828ed57db3ef145ffb1858b3452a38fee28d7abf3d14cb11d3d5b3c35f2f68b1e4a73c50f9a8e8c87130e17e6b01997279f
6
+ metadata.gz: fa76a5f5562af1ad9bccc0949060a34687c3282c16eb71a9b23e39f1d88b88c48b94e0f0fdd8e9c82c555270926d8bb1a7a7b4ca50a013419bb909bf3e29d010
7
+ data.tar.gz: cf38929d029cab4feeb1d8c9a2425a66fa1f2ed4f6aeb7fda9556b8591b3e29530f6896279ffd1d9f8c4dbc84ce537606f98488c7932e46846cdea40c37665fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudfunctions_v2alpha
2
2
 
3
+ ### v0.10.0 (2022-07-02)
4
+
5
+ * Regenerated from discovery document revision 20220622
6
+ * Regenerated using generator version 0.8.0
7
+
3
8
  ### v0.9.0 (2022-06-17)
4
9
 
5
10
  * Regenerated using generator version 0.6.0
@@ -414,7 +414,7 @@ module Google
414
414
  end
415
415
 
416
416
  # Describes a Cloud Function that contains user computation executed in response
417
- # to an event. It encapsulate function and triggers configurations.
417
+ # to an event. It encapsulates function and trigger configurations.
418
418
  class Function
419
419
  include Google::Apis::Core::Hashable
420
420
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV2alpha
18
18
  # Version of the google-apis-cloudfunctions_v2alpha gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.0"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220511"
25
+ REVISION = "20220622"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []