google-apis-cloudscheduler_v1beta1 0.12.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: 4ebaf06564eba36af98ba53a080594de47c5f443bbdbfdfe57cec6871752bfb4
4
- data.tar.gz: aec85ba83687e719a4bcd7f3ed775e6bb3557b149e9badb40059933c4fa9a465
3
+ metadata.gz: e769c77940388595d5b137ff81b92441f6311d8b646b9317a3cf6edbb1f8d876
4
+ data.tar.gz: 7884c66cdd41cd9792b2f2f7d31feb6af81998207e58926e7a0db083a2607aeb
5
5
  SHA512:
6
- metadata.gz: ee4bed31303eacef3bb0acda2f759a9141f1f918c53018180ab477250de220261f4033738a0fc3707ea493599f4a80dabd32e084c7f1f5143eccfbfdbd9d243e
7
- data.tar.gz: 4f96dd1f20ad01b83d23b9d4162b8ffe9840a469564ecc1d711ae6c04e303e09258d4d77502210ac6e6622ccf60047d103c73d4d77a108d755f77fb2580cb3ce
6
+ metadata.gz: 30e605003e731a903be0751b2a7648ada4fec03a83446118adf62967d77a647e0e05b84083ca874c3f80035345305efd52bf8692c2dd4842f2854410828e0c5b
7
+ data.tar.gz: 71402b84b79253836aa2d7b107455e5edf17459e30064aeccbbd1fb03a8aca3baf93e2b43b952435c2f758eca6f8675696dcd648581ff54783db68c1cfbb2520
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudscheduler_v1beta1
2
2
 
3
+ ### v0.15.0 (2022-05-10)
4
+
5
+ * Regenerated from discovery document revision 20220503
6
+
7
+ ### v0.14.0 (2022-04-22)
8
+
9
+ * Regenerated from discovery document revision 20220408
10
+
11
+ ### v0.13.0 (2022-03-29)
12
+
13
+ * Regenerated from discovery document revision 20220321
14
+
3
15
  ### v0.12.0 (2022-02-19)
4
16
 
5
17
  * Regenerated from discovery document revision 20220212
@@ -181,8 +181,7 @@ module Google
181
181
  # A generic empty message that you can re-use to avoid defining duplicated empty
182
182
  # messages in your APIs. A typical example is to use it as the request or the
183
183
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
184
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
185
- # `Empty` is empty JSON object ````.
184
+ # protobuf.Empty) returns (google.protobuf.Empty); `
186
185
  class Empty
187
186
  include Google::Apis::Core::Hashable
188
187
 
@@ -646,7 +645,8 @@ module Google
646
645
  # messages published with the same non-empty `ordering_key` value will be
647
646
  # delivered to subscribers in the order in which they are received by the Pub/
648
647
  # Sub system. All `PubsubMessage`s published in a given `PublishRequest` must
649
- # 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).
650
650
  # Corresponds to the JSON property `orderingKey`
651
651
  # @return [String]
652
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.12.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 = "20220212"
25
+ REVISION = "20220503"
26
26
  end
27
27
  end
28
28
  end
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
90
  # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
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.12.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-02-21 00:00:00.000000000 Z
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.12.0
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: []