google-apis-cloudtasks_v2beta2 0.34.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: aaa14ca04d17223f056037289eb8a7658b4fe6f77c0bfdfb9f9d772deff02fc7
4
- data.tar.gz: 4ddf5839b0961d2507dfe3f567446118dc6bc8fa17a7cb1163c9f778ea1541a1
3
+ metadata.gz: 7d901b408a4cd86d6573ea3a5cdd9bf95e9c10c67f98c5a6a1855e0331e88bee
4
+ data.tar.gz: 7636b93b6a3aa32b6ffe3f9787679898a6bf53a5e31a2af7316b388863f306d9
5
5
  SHA512:
6
- metadata.gz: b788eab392722dde52a8e3c64f172bcba24d8bc1c6e455f86294fc9ce3474b7f2ee8348123e95f0b937881c83d862e9d5e0d8b2d4b50214aad18aa8573054a9f
7
- data.tar.gz: 3a1911a96e259e8b4428cb5f7b9ff06a4263274d2f121460baeb7852112faad395998e8743a217a42c48eebc4379349f42904e1966ddc4745d7ca81a9ca97c6d
6
+ metadata.gz: 2d087f979d7ee833bc535a4efb5ffc6afeb8a8dc4de8b3e2d9d69ceb93b5fc852c44a254f1b2abe0e2d72396ac2a064492ab0bb19a826c7b1e328018ee6b4828
7
+ data.tar.gz: dcbd5e1d76c65b0d613eb0711d92f85ed7a5fe2e0f628a52ded4d5ed86dd896ae813b94b6c7787de3f6a8a2c19febca4aab910580dc9c6fef72dc67a81bde728
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta2
2
2
 
3
+ ### v0.36.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230505
6
+
7
+ ### v0.35.0 (2023-03-05)
8
+
9
+ * Regenerated from discovery document revision 20230224
10
+
3
11
  ### v0.34.0 (2023-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230214
@@ -832,7 +832,7 @@ module Google
832
832
  # @return [Array<Google::Apis::CloudtasksV2beta2::HeaderOverride>]
833
833
  attr_accessor :header_overrides
834
834
 
835
- # The HTTP method to use for the request. When specified, it will override
835
+ # The HTTP method to use for the request. When specified, it overrides
836
836
  # HttpRequest for the task. Note that if the value is set to HttpMethod the
837
837
  # HttpRequest of the task will be ignored at execution time.
838
838
  # Corresponds to the JSON property `httpMethod`
@@ -1038,7 +1038,7 @@ module Google
1038
1038
  end
1039
1039
  end
1040
1040
 
1041
- # A resource that represents Google Cloud Platform location.
1041
+ # A resource that represents a Google Cloud location.
1042
1042
  class Location
1043
1043
  include Google::Apis::Core::Hashable
1044
1044
 
@@ -1152,7 +1152,7 @@ module Google
1152
1152
  class PathOverride
1153
1153
  include Google::Apis::Core::Hashable
1154
1154
 
1155
- # The URI path (e.g., a/b/c). Default is Empty string.
1155
+ # The URI path (e.g., /users/1234). Default is an empty string.
1156
1156
  # Corresponds to the JSON property `path`
1157
1157
  # @return [String]
1158
1158
  attr_accessor :path
@@ -1336,7 +1336,8 @@ module Google
1336
1336
  class QueryOverride
1337
1337
  include Google::Apis::Core::Hashable
1338
1338
 
1339
- # The query parameters (e.g., qparam1=123&qparam2=456). Default is Empty string.
1339
+ # The query parameters (e.g., qparam1=123&qparam2=456). Default is an empty
1340
+ # string.
1340
1341
  # Corresponds to the JSON property `queryParams`
1341
1342
  # @return [String]
1342
1343
  attr_accessor :query_params
@@ -2034,10 +2035,10 @@ module Google
2034
2035
  class UriOverride
2035
2036
  include Google::Apis::Core::Hashable
2036
2037
 
2037
- # Host override. When specified, will replace the host part of the task URL. For
2038
- # example, if the task URL is "https://www.google.com", and host value is set to
2039
- # "example.net", the overridden URI will be changed to "https://example.net".
2040
- # Host value cannot be an empty string.
2038
+ # Host override. When specified, replaces the host part of the task URL. For
2039
+ # example, if the task URL is "https://www.google.com," and host value is set to
2040
+ # "example.net", the overridden URI will be changed to "https://example.net."
2041
+ # Host value cannot be an empty string (INVALID_ARGUMENT).
2041
2042
  # Corresponds to the JSON property `host`
2042
2043
  # @return [String]
2043
2044
  attr_accessor :host
@@ -2047,7 +2048,7 @@ module Google
2047
2048
  # @return [Google::Apis::CloudtasksV2beta2::PathOverride]
2048
2049
  attr_accessor :path_override
2049
2050
 
2050
- # Port override. When specified, will replace the port part of the task URI. For
2051
+ # Port override. When specified, replaces the port part of the task URI. For
2051
2052
  # instance, for a URI http://www.google.com/foo and port=123, the overridden URI
2052
2053
  # becomes http://www.google.com:123/foo. Note that the port value must be a
2053
2054
  # positive integer. Setting the port to 0 (Zero) clears the URI port.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2beta2
18
18
  # Version of the google-apis-cloudtasks_v2beta2 gem
19
- GEM_VERSION = "0.34.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 = "20230214"
25
+ REVISION = "20230505"
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-cloudtasks_v2beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.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-26 00:00:00.000000000 Z
11
+ date: 2023-05-21 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-cloudtasks_v2beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta2
63
63
  post_install_message:
64
64
  rdoc_options: []