We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efefaed commit c4c5db2Copy full SHA for c4c5db2
1 file changed
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/Publisher.java
@@ -169,8 +169,6 @@ public TopicName getTopicName() {
169
* Schedules the publishing of a message. The publishing of the message may occur immediately or
170
* be delayed based on the publisher batching options.
171
*
172
- * <p>{@code publish} does not attempt to limit the number of pending messages.
173
- *
174
* <p>Example of publishing a message.
175
176
* <pre>{@code
0 commit comments