google-apis-cloudfunctions_v2 0.45.0 → 0.46.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: d7ea25076c452b6f7475af2bc4ceec55f4cb0ec0564e55dfb087301c915f1e49
4
- data.tar.gz: bff74cf907531df9a9c10f9b6e9c8bbab05742bbbf100e63687a748f01019d32
3
+ metadata.gz: de43eeb6841241a1f2cc0b34b358928b6cd86d02ef4aad9421067a11e1824c5e
4
+ data.tar.gz: 13ea949d376c66f5b5f6c3c414782e02817ba3231b3f05c150f9c43316d8af2e
5
5
  SHA512:
6
- metadata.gz: ab2d40915fd01abbc00bf7e66e0367deb1ccb153513060e27c91ebd61695a49b87c0fd0cb095c61d510745239500b89755ae6c33edda5fe840c520685ac0296c
7
- data.tar.gz: 18b60238f3cac96fe1aac531def75eaf5acd591a6c84c5e47e51b25bf161b35f965e8b50bc799c9d1c87573fb791ca1b452615e27cee24fcc3cbce5d87445c4d
6
+ metadata.gz: dc19864ad2eaf048101f41172cc964e0ecd78b4c7ce2bc5230926700e73cd3bee99af3f4f2e1254e757005b69c7f75f605458d028cda495cc21da3048458dc9f
7
+ data.tar.gz: 8c7df046a5a5b0b7b8a0735b3f54d7d012af3d51753157a0d14abafa1999240e406012ac91a365d38c01fc1c2c4a23018397bc2d6d4bc68a44d954a38f9554fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2
2
2
 
3
+ ### v0.46.0 (2024-11-03)
4
+
5
+ * Regenerated from discovery document revision 20241024
6
+
3
7
  ### v0.45.0 (2024-09-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20240905
@@ -649,7 +649,8 @@ module Google
649
649
  attr_accessor :update_time
650
650
 
651
651
  # Information related to: * A function's eligibility for 1st Gen to 2nd Gen
652
- # migration * Current state of migration for function undergoing migration.
652
+ # migration and 2nd Gen to CRf detach. * Current state of migration for function
653
+ # undergoing migration/detach.
653
654
  # Corresponds to the JSON property `upgradeInfo`
654
655
  # @return [Google::Apis::CloudfunctionsV2::UpgradeInfo]
655
656
  attr_accessor :upgrade_info
@@ -2046,7 +2047,8 @@ module Google
2046
2047
  end
2047
2048
 
2048
2049
  # Information related to: * A function's eligibility for 1st Gen to 2nd Gen
2049
- # migration * Current state of migration for function undergoing migration.
2050
+ # migration and 2nd Gen to CRf detach. * Current state of migration for function
2051
+ # undergoing migration/detach.
2050
2052
  class UpgradeInfo
2051
2053
  include Google::Apis::Core::Hashable
2052
2054
 
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240905"
25
+ REVISION = "20241024"
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.46.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: 2024-09-15 00:00:00.000000000 Z
11
+ date: 2024-11-03 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.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.46.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Functions API V2