Skip to content

Commit fe3cc5e

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add method signature for Subscriber.Pull without the deprecated return_immediately field.
PiperOrigin-RevId: 383459959
1 parent b755d25 commit fe3cc5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/pubsub/v1/pubsub.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ service Subscriber {
505505
};
506506
option (google.api.method_signature) =
507507
"subscription,return_immediately,max_messages";
508+
option (google.api.method_signature) = "subscription,max_messages";
508509
}
509510

510511
// Establishes a stream with the server, which sends messages down to the

0 commit comments

Comments
 (0)