google-apis-cloudtasks_v2beta3 0.48.0 → 0.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3eed5ecef5555aa437edcf9edf3e3a2358b43ac8e5b961444639b30380d6a6d8
|
|
4
|
+
data.tar.gz: 6b805ac66403ae0aac973921a8a50b27a19c2935b7bf9bc87ebe1ee452b06388
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 811540051f77ced16460629cfd50edfed0966c64afbff19ae979de49b7d83cce928fe5f813539e85d51ae448c575b968858a226e350b571ef9a5d957bc675f7e
|
|
7
|
+
data.tar.gz: 4023d2e350af39e59bf591c89431859b502cc2e6605fd05346e4093ad682639e62316826831907c88e39891e1d2f74243d6f35c054a5bcd07ca101eb38a90839
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudtasksV2beta3
|
|
18
18
|
# Version of the google-apis-cloudtasks_v2beta3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.49.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260306"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -113,7 +113,11 @@ module Google
|
|
|
113
113
|
execute_or_queue_command(command, &block)
|
|
114
114
|
end
|
|
115
115
|
|
|
116
|
-
# Lists information about the supported locations for this service.
|
|
116
|
+
# Lists information about the supported locations for this service. This method
|
|
117
|
+
# can be called in two ways: * **List all public locations:** Use the path `GET /
|
|
118
|
+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
|
|
119
|
+
# projects/`project_id`/locations`. This may include public locations as well as
|
|
120
|
+
# private or other locations specifically visible to the project.
|
|
117
121
|
# @param [String] name
|
|
118
122
|
# The resource that owns the locations collection, if applicable.
|
|
119
123
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -161,7 +165,7 @@ module Google
|
|
|
161
165
|
end
|
|
162
166
|
|
|
163
167
|
# Creates or Updates a CMEK config. Updates the Customer Managed Encryption Key
|
|
164
|
-
#
|
|
168
|
+
# associated with the Cloud Tasks location (Creates if the key does not already
|
|
165
169
|
# exist). All new tasks created in the location will be encrypted at-rest with
|
|
166
170
|
# the KMS-key provided in the config.
|
|
167
171
|
# @param [String] name
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudtasks_v2beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.49.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.49.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|