google-apis-cloudfunctions_v1 0.35.0 → 0.36.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: cdee9fd4b9f5ef98d0912c4c2b84c401ca17d5b938eccec98a3b7ded3b5739a1
4
- data.tar.gz: 93e933d20069c7d2b507d40a48561e7a5aec501ff2538fc45f2a96504ed6221c
3
+ metadata.gz: 98869b018f5278870f2c0d879dd1dc209d8cbd838d8989184530fe585f779ab6
4
+ data.tar.gz: 69f75f552880945a4be4ac454e71690c663300d1d6570fd5fd618946d97fa3e4
5
5
  SHA512:
6
- metadata.gz: d7dd50b9d1883523705f209ee3fa061610c2fe8477f8126d59a633036a8d3833dc0e642372abde66b08e2ea0e8608dfdc22f819fef4f7c5ad395213e1176422a
7
- data.tar.gz: 0111de4e77a713c86301e92c837bfd756bc1c2ec64bb667d1c07c5b67562466e97520297c0f39029fdd87c2605e9ad9ead4d78ac8a2f6f92b0e9b75d16b6244d
6
+ metadata.gz: db8ea19eea0adb642339b097037b41ffa53d63d00be33281a7c68981c1b143efb850fb502d9ee1c27de6b7163d5fa33e4f146d9497221241d0231c3d985e227b
7
+ data.tar.gz: 53a593a72e5b10e68082f345824472804103d4d4cfd5ec48f7859b77e48d08989857e4b08eb0616c568b4fa0b462ecc8f8f94b6e9378b7c2b297be86cb00a586
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v1
2
2
 
3
+ ### v0.36.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230307
6
+
3
7
  ### v0.35.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV1
18
18
  # Version of the google-apis-cloudfunctions_v1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.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 = "20230126"
25
+ REVISION = "20230307"
26
26
  end
27
27
  end
28
28
  end
@@ -81,13 +81,7 @@ module Google
81
81
  end
82
82
 
83
83
  # Lists operations that match the specified filter in the request. If the server
84
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
85
- # binding allows API services to override the binding to use different resource
86
- # name schemes, such as `users/*/operations`. To override the binding, API
87
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
88
- # service configuration. For backwards compatibility, the default name includes
89
- # the operations collection id, however overriding users must ensure the name
90
- # binding is the parent resource, without the operations collection id.
84
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
91
85
  # @param [String] filter
92
86
  # Required. A filter for matching the requested operations. The supported
93
87
  # formats of *filter* are: To query for a specific function: project:*,location:*
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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-19 00:00:00.000000000 Z
11
+ date: 2023-03-26 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v1
63
63
  post_install_message:
64
64
  rdoc_options: []