google-apis-cloudfunctions_v2 0.24.0 → 0.25.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: 4e4eb96663f6c99d9f55a4ed80cfbd83c480e9088b384407a5be4313e9740c9f
4
- data.tar.gz: 3fb8b40c53c1c69509883bac2e2c4a06da27a570f1d8223e09edc838498e6e01
3
+ metadata.gz: a344d8ea82b7bf1cb9dfffe1d0fd262115fc1912894548d8cebef135cfcf5197
4
+ data.tar.gz: f54a5d96b3fab5cfc517c01e2abbdbeca29eb826b48e09f2a356c37b3193ae58
5
5
  SHA512:
6
- metadata.gz: 42e8d4c6e4d6720119adcb78739d89d7e4cfc3de6eea19cecad6a09c9da5a1d152225f61de12e956c71694b27f8797ea5602587a81eba978a45aea7133c33d93
7
- data.tar.gz: e1f7ddcee630bb4668a2d64535401a845c35401dde038929d719263924670b59e10c282e113442ab175af6d2c7c749d79fd27aa256bd72c1897024ccf779069e
6
+ metadata.gz: 63d94184fe578e40b4335ace3172e9c69b578a24040d3e41950dcceb96a2547f4846ce7f8e48d8fa4059fed74e95178528755a7f7c43767453ed1495c48a67ee
7
+ data.tar.gz: 9c35193c912c01cf51ee21a211fc56e960d7f23f3dc6c5c064aa12bcf8ff81ad80107c8ef48571caed5f03a5fadd240b60cc9ad92c352013d46acbf124b6675c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2
2
2
 
3
+ ### v0.25.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230608
6
+
3
7
  ### v0.24.0 (2023-06-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20230601
@@ -638,8 +638,9 @@ module Google
638
638
  attr_accessor :api_version
639
639
 
640
640
  # Identifies whether the user has requested cancellation of the operation.
641
- # Operations that have successfully been cancelled have Operation.error value
642
- # with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
641
+ # Operations that have successfully been cancelled have google.longrunning.
642
+ # Operation.error value with a google.rpc.Status.code of 1, corresponding to `
643
+ # Code.CANCELLED`.
643
644
  # Corresponds to the JSON property `cancelRequested`
644
645
  # @return [Boolean]
645
646
  attr_accessor :cancel_requested
@@ -807,8 +808,9 @@ module Google
807
808
  attr_accessor :api_version
808
809
 
809
810
  # Identifies whether the user has requested cancellation of the operation.
810
- # Operations that have successfully been cancelled have Operation.error value
811
- # with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
811
+ # Operations that have successfully been cancelled have google.longrunning.
812
+ # Operation.error value with a google.rpc.Status.code of 1, corresponding to `
813
+ # Code.CANCELLED`.
812
814
  # Corresponds to the JSON property `cancelRequested`
813
815
  # @return [Boolean]
814
816
  attr_accessor :cancel_requested
@@ -976,8 +978,9 @@ module Google
976
978
  attr_accessor :api_version
977
979
 
978
980
  # Identifies whether the user has requested cancellation of the operation.
979
- # Operations that have successfully been cancelled have Operation.error value
980
- # with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
981
+ # Operations that have successfully been cancelled have google.longrunning.
982
+ # Operation.error value with a google.rpc.Status.code of 1, corresponding to `
983
+ # Code.CANCELLED`.
981
984
  # Corresponds to the JSON property `cancelRequested`
982
985
  # @return [Boolean]
983
986
  attr_accessor :cancel_requested
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.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 = "20230601"
25
+ REVISION = "20230608"
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.24.0
4
+ version: 0.25.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 00:00:00.000000000 Z
11
+ date: 2023-06-18 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.25.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: []