google-apis-cloudscheduler_v1beta1 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: e769c77940388595d5b137ff81b92441f6311d8b646b9317a3cf6edbb1f8d876
|
4
|
+
data.tar.gz: 7884c66cdd41cd9792b2f2f7d31feb6af81998207e58926e7a0db083a2607aeb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30e605003e731a903be0751b2a7648ada4fec03a83446118adf62967d77a647e0e05b84083ca874c3f80035345305efd52bf8692c2dd4842f2854410828e0c5b
|
7
|
+
data.tar.gz: 71402b84b79253836aa2d7b107455e5edf17459e30064aeccbbd1fb03a8aca3baf93e2b43b952435c2f758eca6f8675696dcd648581ff54783db68c1cfbb2520
|
data/CHANGELOG.md
CHANGED
@@ -645,7 +645,8 @@ module Google
|
|
645
645
|
# messages published with the same non-empty `ordering_key` value will be
|
646
646
|
# delivered to subscribers in the order in which they are received by the Pub/
|
647
647
|
# Sub system. All `PubsubMessage`s published in a given `PublishRequest` must
|
648
|
-
# specify the same `ordering_key` value.
|
648
|
+
# specify the same `ordering_key` value. For more information, see [ordering
|
649
|
+
# messages](https://cloud.google.com/pubsub/docs/ordering).
|
649
650
|
# Corresponds to the JSON property `orderingKey`
|
650
651
|
# @return [String]
|
651
652
|
attr_accessor :ordering_key
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudschedulerV1beta1
|
18
18
|
# Version of the google-apis-cloudscheduler_v1beta1 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_v1beta1
|
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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudscheduler_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|