google-apis-workflowexecutions_v1 0.24.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d79f44fefc117ab0411e25a926c77b89db273192e8ebe274adeee3d59ea8f62e
|
4
|
+
data.tar.gz: bdefd0742be3bb5280d52d042c79fd6a2964fb887efdbed36f961ea55963e79c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd661a06f574aa5160a991a9f48eb3e976d2f7d006c490f1996254c72b80dc3327211aa9841009a452934b7dcc2e72d4653de2a9a041a295667b3fb13be32773
|
7
|
+
data.tar.gz: 5eda431713ea0d929acc3a67b3bc03bc0855f6f985034519dde2d2bcbc540ef1f5f28c2ab81f4803ee1ef3119bb82201d00d9415b509f638cddf2a802c21a2a1
|
data/CHANGELOG.md
CHANGED
@@ -425,6 +425,13 @@ module Google
|
|
425
425
|
# @return [String]
|
426
426
|
attr_accessor :gcp_cloud_events_mode
|
427
427
|
|
428
|
+
# The number of attempts that have been made to deliver this message. This is
|
429
|
+
# set by Pub/Sub for subscriptions that have the "dead letter" feature enabled,
|
430
|
+
# and hence provided here for compatibility, but is ignored by Workflows.
|
431
|
+
# Corresponds to the JSON property `deliveryAttempt`
|
432
|
+
# @return [Fixnum]
|
433
|
+
attr_accessor :delivery_attempt
|
434
|
+
|
428
435
|
# A message that is published by publishers and consumed by subscribers. The
|
429
436
|
# message must contain either a non-empty data field or at least one attribute.
|
430
437
|
# Note that client libraries represent this object differently depending on the
|
@@ -449,6 +456,7 @@ module Google
|
|
449
456
|
# Update properties of this object
|
450
457
|
def update!(**args)
|
451
458
|
@gcp_cloud_events_mode = args[:gcp_cloud_events_mode] if args.key?(:gcp_cloud_events_mode)
|
459
|
+
@delivery_attempt = args[:delivery_attempt] if args.key?(:delivery_attempt)
|
452
460
|
@message = args[:message] if args.key?(:message)
|
453
461
|
@subscription = args[:subscription] if args.key?(:subscription)
|
454
462
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module WorkflowexecutionsV1
|
18
18
|
# Version of the google-apis-workflowexecutions_v1 gem
|
19
|
-
GEM_VERSION = "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 = "
|
25
|
+
REVISION = "20230607"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -207,6 +207,7 @@ module Google
|
|
207
207
|
# @private
|
208
208
|
class Representation < Google::Apis::Core::JsonRepresentation
|
209
209
|
property :gcp_cloud_events_mode, as: 'GCPCloudEventsMode'
|
210
|
+
property :delivery_attempt, as: 'deliveryAttempt'
|
210
211
|
property :message, as: 'message', class: Google::Apis::WorkflowexecutionsV1::PubsubMessage, decorator: Google::Apis::WorkflowexecutionsV1::PubsubMessage::Representation
|
211
212
|
|
212
213
|
property :subscription, as: 'subscription'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-workflowexecutions_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
11
|
+
date: 2023-06-18 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-workflowexecutions_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.25.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflowexecutions_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|