google-apis-cloudfunctions_v2 0.16.0 → 0.17.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: d90ac5c708d27e1c5201d42fa8166ddb1614f7a9cab8eeaf740640d9faf72df6
4
- data.tar.gz: 0a3125599c68677173fa306a21ff3dae40fea6c943904bd00ee6cf64b19927e6
3
+ metadata.gz: 87a795b7303157d5af6ef611f09c841c6eac07926a130c7b4b0dfba48093ed4b
4
+ data.tar.gz: d8427e8424498fade30c0448274e740477ca07aa579c67aa5dc4d00737d6516b
5
5
  SHA512:
6
- metadata.gz: 281b91dd0d0c5a60fa18db586b1e0eec45f479301d52e34b9d78028ec5d06dfc7d6106dcc807f20535d6719b1883fb046f8ee44bcc39f657195d12810904615f
7
- data.tar.gz: 5200addea95cdc2087e0134a6c55cf3c349a35c2d4c0873d37921dc104dc83bd5665f51fbf9bb66af9ee1fc4c027ec7ec3445f34ed4b8b231f1dc10de5e54eca
6
+ metadata.gz: 6ce431d31e85f88d463e8c56aac26a84f715441195aab8ab9764fdc418297044d15199dc72256dea2adc0e9e396683a008a21c7621d3922ae43b7aab30b6dcdb
7
+ data.tar.gz: f3490fb7e569f3f55a94ca8a3ba9c0e93b505f7b214bf782674e2ec6aad39fc48a2f54f1f33d203f6f2b91212e1c2526004683fef9b5587b0033460a58255a45
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2
2
2
 
3
+ ### v0.17.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230307
6
+
3
7
  ### v0.16.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230221
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.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 = "20230221"
25
+ REVISION = "20230307"
26
26
  end
27
27
  end
28
28
  end
@@ -524,13 +524,7 @@ module Google
524
524
  end
525
525
 
526
526
  # Lists operations that match the specified filter in the request. If the server
527
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
528
- # binding allows API services to override the binding to use different resource
529
- # name schemes, such as `users/*/operations`. To override the binding, API
530
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
531
- # service configuration. For backwards compatibility, the default name includes
532
- # the operations collection id, however overriding users must ensure the name
533
- # binding is the parent resource, without the operations collection id.
527
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
534
528
  # @param [String] name
535
529
  # Must not be set.
536
530
  # @param [String] filter
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.16.0
4
+ version: 0.17.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-02-26 00:00:00.000000000 Z
11
+ date: 2023-03-12 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.17.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: []