google-cloud-pubsub-v1 0.7.0 → 0.7.1
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: 2233afdcd4fe4c34f387fbfd93371cbdb70a62d3e5a444ee1c4961efb21c8cb5
|
4
|
+
data.tar.gz: 22f735a4ed18efc9fb5da808cb83be2982dcd33a967e5bd1c8f037675ab134dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f34e28248729cc29e28b8ad3b4419125fe189e133782aa40e8713abb57764cd0cafe1e71c511a0235c1c4201a84d96790a48f8f55915b14d518eca97f65f145c
|
7
|
+
data.tar.gz: 9e8c6589813541a1167b426f8195acb1922d87be4ebbba066905b6dd2c03f10e3b0fbd0b706422af0664bba9ad7de0ad2d6f4e92fdc501e3b177f89c52cc58a4
|
@@ -182,7 +182,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
182
182
|
end
|
183
183
|
add_message "google.pubsub.v1.StreamingPullResponse" do
|
184
184
|
repeated :received_messages, :message, 1, "google.pubsub.v1.ReceivedMessage"
|
185
|
-
optional :
|
185
|
+
optional :acknowledge_confirmation, :message, 5, "google.pubsub.v1.StreamingPullResponse.AcknowledgeConfirmation"
|
186
186
|
optional :modify_ack_deadline_confirmation, :message, 3, "google.pubsub.v1.StreamingPullResponse.ModifyAckDeadlineConfirmation"
|
187
187
|
optional :subscription_properties, :message, 4, "google.pubsub.v1.StreamingPullResponse.SubscriptionProperties"
|
188
188
|
end
|
@@ -882,7 +882,7 @@ module Google
|
|
882
882
|
# @!attribute [rw] received_messages
|
883
883
|
# @return [::Array<::Google::Cloud::PubSub::V1::ReceivedMessage>]
|
884
884
|
# Received Pub/Sub messages. This will not be empty.
|
885
|
-
# @!attribute [rw]
|
885
|
+
# @!attribute [rw] acknowledge_confirmation
|
886
886
|
# @return [::Google::Cloud::PubSub::V1::StreamingPullResponse::AcknowledgeConfirmation]
|
887
887
|
# This field will only be set if `enable_exactly_once_delivery` is set to
|
888
888
|
# `true`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-pubsub-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
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-
|
11
|
+
date: 2022-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|