Skip to content

Commit bd446e2

Browse files
chore: update java microgenerator to 1.0.2 Adds request initialization to sample code
Committer: @miraleung PiperOrigin-RevId: 362856902 Source-Author: Google APIs <noreply@google.com> Source-Date: Sun Mar 14 20:47:20 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 1305ca41d554eb0725237561e34129373bb8cbc1 Source-Link: googleapis/googleapis@1305ca4
1 parent 00f0243 commit bd446e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

google/pubsub_v1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@
118118
"ReceivedMessage",
119119
"RetryPolicy",
120120
"Schema",
121+
"SchemaServiceClient",
121122
"SchemaSettings",
122123
"SchemaView",
123124
"SeekRequest",
124125
"SeekResponse",
125126
"Snapshot",
126127
"StreamingPullRequest",
127128
"StreamingPullResponse",
128-
"SubscriberClient",
129129
"Subscription",
130130
"Topic",
131131
"UpdateSnapshotRequest",
@@ -135,5 +135,5 @@
135135
"ValidateMessageResponse",
136136
"ValidateSchemaRequest",
137137
"ValidateSchemaResponse",
138-
"SchemaServiceClient",
138+
"SubscriberClient",
139139
)

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "28a591963253d52ce3a25a918cafbdd9928de8cf",
15-
"internalRef": "361662015"
14+
"sha": "1305ca41d554eb0725237561e34129373bb8cbc1",
15+
"internalRef": "362856902"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)