google-apis-cloudtasks_v2 0.3.0 → 0.8.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: a7b5cc211254879eb020d0a140004e2a674fdc429f0b4f97417bf49917b29dc4
4
+ data.tar.gz: 04cc7598aed52578776d2a73f8b6deb350e13c4c469ed1b9768bc71b3ef2a872
5
5
  SHA512:
6
- metadata.gz: 846876d1be16a434b8494eeea200131eaa16e24e5f9f800189db1a2f801bb09e6426af6f0c38abfcabd26cfa66de6f59d703817365bc82ecbcd731f530664652
7
- data.tar.gz: 89bd43f82ee619e97d02e0500e5e77a29c25cfb86c095d510ac15c99a651c31203dec65a40db482cf40080f11fbbbe46927e98b9c1032984699976be208e9728
6
+ metadata.gz: 1c47b733c3cc5be943868e19c11b8e576af5e712c8049c3b5849451037defadd1144aa0651c7f92c94b90d47cf33c0a2dd9621512ce8379a371f30e1f0509c8a
7
+ data.tar.gz: 18267634921ee43ec926b74b41655bef9ed93a9628d452f9564160b8030736569a812aea371abeeb1f38575866c74d241e07d31c7b61d7e73cefd7d90b2a7432
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-cloudtasks_v2
2
2
 
3
+ ### v0.8.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.7.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.6.0 (2021-06-05)
12
+
13
+ * Regenerated from discovery document revision 20210528
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.5.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.4.0 (2021-05-02)
21
+
22
+ * Regenerated from discovery document revision 20210426
23
+
3
24
  ### v0.3.0 (2021-03-20)
4
25
 
5
26
  * 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
@@ -931,7 +931,7 @@ module Google
931
931
  # @return [Google::Apis::CloudtasksV2::StackdriverLoggingConfig]
932
932
  attr_accessor :stackdriver_logging_config
933
933
 
934
- # Output only. The state of the queue. `state` can only be changed by called
934
+ # Output only. The state of the queue. `state` can only be changed by calling
935
935
  # PauseQueue, ResumeQueue, or uploading [queue.yaml/xml](https://cloud.google.
936
936
  # com/appengine/docs/python/config/queueref). UpdateQueue cannot be used to
937
937
  # change `state`.
@@ -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.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210315"
25
+ REVISION = "20210528"
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,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.3.0
4
+ version: 0.8.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-07-05 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
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtasks_v2
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Tasks API V2