google-apis-cloudscheduler_v1 0.14.0 → 0.15.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fe9909b82b0334a0f6ca6f42a65caa040d3d4881c8efb9e72d6f7888b828a3d
|
4
|
+
data.tar.gz: 6a1c1b862c2c71796d9f982d5fe5df72bbe467a4a41421efe9d10f40b5be5ea1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b6cd0575e7ebc3f42ea25484e8b481043d678ff009bb74f6781fe81dcb9bbdf07aca761b71d999a6c7988498eae38ee49b0107c29c86cbb7f99ee5eff1f3206
|
7
|
+
data.tar.gz: 8802722f497bd8f5c6118d1dbfcafb009d97eb72437d16efc4aba8a8827801fc5c513db3beb282036d19c8e3f18ce3af3ef598d73c500bdbb18a5766c8f343ce
|
data/CHANGELOG.md
CHANGED
@@ -635,7 +635,8 @@ module Google
|
|
635
635
|
# messages published with the same non-empty `ordering_key` value will be
|
636
636
|
# delivered to subscribers in the order in which they are received by the Pub/
|
637
637
|
# Sub system. All `PubsubMessage`s published in a given `PublishRequest` must
|
638
|
-
# specify the same `ordering_key` value.
|
638
|
+
# specify the same `ordering_key` value. For more information, see [ordering
|
639
|
+
# messages](https://cloud.google.com/pubsub/docs/ordering).
|
639
640
|
# Corresponds to the JSON property `orderingKey`
|
640
641
|
# @return [String]
|
641
642
|
attr_accessor :ordering_key
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudschedulerV1
|
18
18
|
# Version of the google-apis-cloudscheduler_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220503"
|
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-cloudscheduler_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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: 2022-
|
11
|
+
date: 2022-05-16 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-cloudscheduler_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudscheduler_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|