Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit befda25

Browse files
feat: add RPC Priority request options
PiperOrigin-RevId: 364449524 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Mar 22 17:39:37 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 6598bb829c9e9a534be674649ffd1b4671a821f9 Source-Link: googleapis/googleapis@6598bb8
1 parent 79f9cc1 commit befda25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/pubsub_v1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
"ModifyPushConfigRequest",
111111
"PublishRequest",
112112
"PublishResponse",
113-
"PublisherClient",
114113
"PubsubMessage",
115114
"PullRequest",
116115
"PullResponse",
@@ -126,6 +125,7 @@
126125
"Snapshot",
127126
"StreamingPullRequest",
128127
"StreamingPullResponse",
128+
"SubscriberClient",
129129
"Subscription",
130130
"Topic",
131131
"UpdateSnapshotRequest",
@@ -135,5 +135,5 @@
135135
"ValidateMessageResponse",
136136
"ValidateSchemaRequest",
137137
"ValidateSchemaResponse",
138-
"SubscriberClient",
138+
"PublisherClient",
139139
)

0 commit comments

Comments
 (0)