google-apis-cloudtasks_v2 0.6.0 → 0.10.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: 626fa2572492d546843ac7661d61d1f950d68180555abcedccbf09ab31cc093c
4
- data.tar.gz: 92f4f23f994b34f547e989d283445807cdc9f0525ef7b0d08878f1dde7b6794a
3
+ metadata.gz: cc309b4f94c8d0506abe1ce70547e78831a417c8c99d283be9d363e86b29af57
4
+ data.tar.gz: 0351e4bd38e9a9174f8adbd8fa3e059814aa57a4680bce20962ed7c5954190d4
5
5
  SHA512:
6
- metadata.gz: 0bf2bd995533514447cab739df99bdf993c0883ac72a30de362589aaed21233af90e63640be4f156432b7a097d6056f557f04c58677f614fd6945687feb146b5
7
- data.tar.gz: 6c709b5c0bae2d0f54e985436b7e09c87336f70c834941b91d0db98ffd6ec369dcc3ca4616f766366b81285379dc56a5b1a45226eab2a0b7a01e06de0e593094
6
+ metadata.gz: 0e3c2ecb15bdfe5e8254c1c3d83178f67ea5943324fe08d2f7dae433b51a210a3b200a8b4049257749b0e13f698c7ce02773c04806eb2ba661cfff181e3bee82
7
+ data.tar.gz: 97a00537eaf5f49d506bf5c839c357eb387da1c987951c623a0971fcaeda56591f3272aadf9c92616debac7dbb0cc941ce1e811b7407893b9863de77df126fd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudtasks_v2
2
2
 
3
+ ### v0.10.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.9.0 (2021-09-08)
8
+
9
+ * Regenerated from discovery document revision 20210830
10
+
11
+ ### v0.8.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.7.0 (2021-06-24)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.6.0 (2021-06-05)
4
20
 
5
21
  * Regenerated from discovery document revision 20210528
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Cloudtasks service in particular.)
67
67
 
@@ -792,7 +792,7 @@ module Google
792
792
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
793
793
  # roles/resourcemanager.organizationViewer condition: title: expirable access
794
794
  # description: Does not grant access after Sep 2020 expression: request.time <
795
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
795
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
796
796
  # description of IAM and its features, see the [IAM documentation](https://cloud.
797
797
  # google.com/iam/docs/).
798
798
  class Policy
@@ -1160,7 +1160,7 @@ module Google
1160
1160
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1161
1161
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1162
1162
  # description: Does not grant access after Sep 2020 expression: request.time <
1163
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1163
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1164
1164
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1165
1165
  # google.com/iam/docs/).
1166
1166
  # Corresponds to the JSON property `policy`
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210528"
25
+ REVISION = "20210830"
26
26
  end
27
27
  end
28
28
  end
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V2'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudtasks_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.10.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-06-07 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Tasks API V2. Simple REST clients
28
34
  are Ruby client libraries that provide access to Google services via their HTTP
29
35
  REST API endpoints. These libraries are generated and updated automatically based
@@ -51,9 +57,9 @@ licenses:
51
57
  - Apache-2.0
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.6.0
56
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtasks_v2
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.10.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2
57
63
  post_install_message:
58
64
  rdoc_options: []
59
65
  require_paths: