proto_docs/google/pubsub/v1/pubsub.rb in google-cloud-pubsub-v1-0.14.0 vs proto_docs/google/pubsub/v1/pubsub.rb in google-cloud-pubsub-v1-0.15.0

- old
+ new

@@ -1013,9 +1013,12 @@ # Successfully processed acknowledgement IDs. # @!attribute [rw] invalid_ack_ids # @return [::Array<::String>] # List of acknowledgement IDs that were malformed or whose acknowledgement # deadline has expired. + # @!attribute [rw] temporary_failed_ack_ids + # @return [::Array<::String>] + # List of acknowledgement IDs that failed processing with temporary issues. class ModifyAckDeadlineConfirmation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end