google-apis-cloudtasks_v2 0.3.0 → 0.4.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: ccb2aeefff387d54ae7237eb67d707e80120337329da7f44a99c8a96ad1d14b8
4
- data.tar.gz: cf8d9476a96f4f96d661365d00e15cbc2111c05bec0d69bf13e9d1f10eea878b
3
+ metadata.gz: ecfdb1370f0f997a3785d69b98107e5aa2725e4bbb809737af2ac683c2340043
4
+ data.tar.gz: 3716ecc04af3f39c6554c161bf7f6ccb5cb9eb4aeb2533012f0e6f0a48fb9669
5
5
  SHA512:
6
- metadata.gz: 846876d1be16a434b8494eeea200131eaa16e24e5f9f800189db1a2f801bb09e6426af6f0c38abfcabd26cfa66de6f59d703817365bc82ecbcd731f530664652
7
- data.tar.gz: 89bd43f82ee619e97d02e0500e5e77a29c25cfb86c095d510ac15c99a651c31203dec65a40db482cf40080f11fbbbe46927e98b9c1032984699976be208e9728
6
+ metadata.gz: a08fb9d3ce29a26a3c8bf69c79a995bf27818798492346d9ec927fa083e24fbef737ef53c2473d7105f5a7aec06b0d2d5974de5ae7ef2dcc925df63231c9f562
7
+ data.tar.gz: a175b91f736d6a1ade522a6f5e2963b61df4299570280e34d41999fb7b1f2d85ed2af7de1eecdc358f55e639bf008b4250c4734f7538bd36a47fb6939809bf6a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2
2
2
 
3
+ ### v0.4.0 (2021-05-02)
4
+
5
+ * Regenerated from discovery document revision 20210426
6
+
3
7
  ### v0.3.0 (2021-03-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20210315
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V2'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2
18
18
  # Version of the google-apis-cloudtasks_v2 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210315"
25
+ REVISION = "20210426"
26
26
  end
27
27
  end
28
28
  end
@@ -87,7 +87,7 @@ module Google
87
87
  # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
88
  # AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
- # The maximum number of results to return. If not set, the service will select a
90
+ # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
92
92
  # @param [String] page_token
93
93
  # A page token received from the `next_page_token` field in the response. Send
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudtasks_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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: 2021-03-22 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtasks_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtasks_v2
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Tasks API V2