google-apis-cloudscheduler_v1beta1 0.23.0 → 0.25.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: 402dcf4550a0ba7905a019e737eeb802e5cf34c1a7ad96247c981e7333b022ea
4
- data.tar.gz: 9a175295618d812f9b7a2f2e9e20f7431caca5465a353af11d80acf22e889bda
3
+ metadata.gz: ec720bc0e1b1ea301355f10e1115d4c95dab50c70b44494726b0bcf80f3ce1eb
4
+ data.tar.gz: e32253b047f4650c1b0970dd81678930ef014e269c14b0a6bbecc297d69046e8
5
5
  SHA512:
6
- metadata.gz: b86b2f66bacae0e82c952ab3327c5bb7ba76b417b27238d3c366690eaf6b41fc58a26a76fa64767c34c9bbb321228ee74a433e05e79e2da8f494f7c930151f1b
7
- data.tar.gz: bb7b4d9b9e0b46453d7a7c1b4fa4a4183287a14d690809ff38c001599c3bfa16d750f51457b5272b043e2d70920abb72ea53f098f430a0418b79b3aabec71bea
6
+ metadata.gz: 03353d6165f98b0771429af83e824345fa6c4e79ff5284d338743dd07b12699df073e9dfaa6ab65a9b24b0d46ca89ff5b88e420411cf6b585436157896bdfe7a
7
+ data.tar.gz: 25f8f8d2997ff853987b7f3741639a24980f899d82480fafe1e8e00dc10187740a28db0f4b4bbf5c01935be0558a07582af2b384d2a33d207cabcb5becb5c3f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudscheduler_v1beta1
2
2
 
3
+ ### v0.25.0 (2023-07-09)
4
+
5
+ * Regenerated from discovery document revision 20230630
6
+
7
+ ### v0.24.0 (2023-05-07)
8
+
9
+ * Regenerated from discovery document revision 20230421
10
+
3
11
  ### v0.23.0 (2023-04-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20230414
@@ -491,7 +491,7 @@ module Google
491
491
  end
492
492
  end
493
493
 
494
- # A resource that represents Google Cloud Platform location.
494
+ # A resource that represents a Google Cloud location.
495
495
  class Location
496
496
  include Google::Apis::Core::Hashable
497
497
 
@@ -624,30 +624,31 @@ module Google
624
624
  class PubsubMessage
625
625
  include Google::Apis::Core::Hashable
626
626
 
627
- # Attributes for this message. If this field is empty, the message must contain
628
- # non-empty data. This can be used to filter messages on the subscription.
627
+ # Optional. Attributes for this message. If this field is empty, the message
628
+ # must contain non-empty data. This can be used to filter messages on the
629
+ # subscription.
629
630
  # Corresponds to the JSON property `attributes`
630
631
  # @return [Hash<String,String>]
631
632
  attr_accessor :attributes
632
633
 
633
- # The message data field. If this field is empty, the message must contain at
634
- # least one attribute.
634
+ # Optional. The message data field. If this field is empty, the message must
635
+ # contain at least one attribute.
635
636
  # Corresponds to the JSON property `data`
636
637
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
637
638
  # @return [String]
638
639
  attr_accessor :data
639
640
 
640
- # ID of this message, assigned by the server when the message is published.
641
- # Guaranteed to be unique within the topic. This value may be read by a
642
- # subscriber that receives a `PubsubMessage` via a `Pull` call or a push
641
+ # Optional. ID of this message, assigned by the server when the message is
642
+ # published. Guaranteed to be unique within the topic. This value may be read by
643
+ # a subscriber that receives a `PubsubMessage` via a `Pull` call or a push
643
644
  # delivery. It must not be populated by the publisher in a `Publish` call.
644
645
  # Corresponds to the JSON property `messageId`
645
646
  # @return [String]
646
647
  attr_accessor :message_id
647
648
 
648
- # If non-empty, identifies related messages for which publish order should be
649
- # respected. If a `Subscription` has `enable_message_ordering` set to `true`,
650
- # messages published with the same non-empty `ordering_key` value will be
649
+ # Optional. If non-empty, identifies related messages for which publish order
650
+ # should be respected. If a `Subscription` has `enable_message_ordering` set to `
651
+ # true`, messages published with the same non-empty `ordering_key` value will be
651
652
  # delivered to subscribers in the order in which they are received by the Pub/
652
653
  # Sub system. All `PubsubMessage`s published in a given `PublishRequest` must
653
654
  # specify the same `ordering_key` value. For more information, see [ordering
@@ -656,9 +657,9 @@ module Google
656
657
  # @return [String]
657
658
  attr_accessor :ordering_key
658
659
 
659
- # The time at which the message was published, populated by the server when it
660
- # receives the `Publish` call. It must not be populated by the publisher in a `
661
- # Publish` call.
660
+ # Optional. The time at which the message was published, populated by the server
661
+ # when it receives the `Publish` call. It must not be populated by the publisher
662
+ # in a `Publish` call.
662
663
  # Corresponds to the JSON property `publishTime`
663
664
  # @return [String]
664
665
  attr_accessor :publish_time
@@ -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.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230414"
25
+ REVISION = "20230630"
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.23.0
4
+ version: 0.25.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: 2023-04-23 00:00:00.000000000 Z
11
+ date: 2023-07-09 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.25.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: []