google-cloud-pubsub-v1 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f116b2346c2abd053ce718fe01d61ecd08eb4ceeceb9f877bfe1f5e0a9cabbc
4
- data.tar.gz: 00571d24398815cb9c58af6e84c8f039761d4fae331af3eedb3bb33dcf999e17
3
+ metadata.gz: 2233afdcd4fe4c34f387fbfd93371cbdb70a62d3e5a444ee1c4961efb21c8cb5
4
+ data.tar.gz: 22f735a4ed18efc9fb5da808cb83be2982dcd33a967e5bd1c8f037675ab134dd
5
5
  SHA512:
6
- metadata.gz: e562784e1fb6bb9ab903da8abc82b2841950942b8a8516d3c896045e25918946df767ad7ce72c1efb281daebe4bc577c0221cc817d06363948d007f489ec5511
7
- data.tar.gz: f83cec94bba896acb0c12e82fa93672ec1acd03f2d2a67eee30c9011331d57206024383db3aff966a4d5a83ef848e9c61eb92df9e70abee3eaa2d54017298d5f
6
+ metadata.gz: f34e28248729cc29e28b8ad3b4419125fe189e133782aa40e8713abb57764cd0cafe1e71c511a0235c1c4201a84d96790a48f8f55915b14d518eca97f65f145c
7
+ data.tar.gz: 9e8c6589813541a1167b426f8195acb1922d87be4ebbba066905b6dd2c03f10e3b0fbd0b706422af0664bba9ad7de0ad2d6f4e92fdc501e3b177f89c52cc58a4
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PubSub
23
23
  module V1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.7.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 :acknowlege_confirmation, :message, 2, "google.pubsub.v1.StreamingPullResponse.AcknowledgeConfirmation"
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] acknowlege_confirmation
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.0
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-09 00:00:00.000000000 Z
11
+ date: 2022-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common