Skip to content

Commit 0aac3e4

Browse files
fix(deps): Update the Java code generator (gapic-generator-java) to 2.32.0 (#1875)
* chore: Run latest owlbot locally * chore: Add owl-bot-staging * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent fe6034c commit 0aac3e4

File tree

142 files changed

+10068
-4963
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+10068
-4963
lines changed

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/SchemaServiceClient.java

+62-62
Original file line numberDiff line numberDiff line change
@@ -80,240 +80,240 @@
8080
* as threads. In the example above, try-with-resources is used, which automatically calls close().
8181
*
8282
* <table>
83-
* <caption>Methods</caption>
83+
* <caption>Methods</caption>
8484
* <tr>
8585
* <th>Method</th>
8686
* <th>Description</th>
8787
* <th>Method Variants</th>
8888
* </tr>
8989
* <tr>
90-
* <td>CreateSchema</td>
90+
* <td><p> CreateSchema</td>
9191
* <td><p> Creates a schema.</td>
9292
* <td>
9393
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
9494
* <ul>
95-
* <li>createSchema(CreateSchemaRequest request)
95+
* <li><p> createSchema(CreateSchemaRequest request)
9696
* </ul>
9797
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
9898
* <ul>
99-
* <li>createSchema(ProjectName parent, Schema schema, String schemaId)
100-
* <li>createSchema(String parent, Schema schema, String schemaId)
99+
* <li><p> createSchema(ProjectName parent, Schema schema, String schemaId)
100+
* <li><p> createSchema(String parent, Schema schema, String schemaId)
101101
* </ul>
102102
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
103103
* <ul>
104-
* <li>createSchemaCallable()
104+
* <li><p> createSchemaCallable()
105105
* </ul>
106106
* </td>
107107
* </tr>
108108
* <tr>
109-
* <td>GetSchema</td>
109+
* <td><p> GetSchema</td>
110110
* <td><p> Gets a schema.</td>
111111
* <td>
112112
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
113113
* <ul>
114-
* <li>getSchema(GetSchemaRequest request)
114+
* <li><p> getSchema(GetSchemaRequest request)
115115
* </ul>
116116
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
117117
* <ul>
118-
* <li>getSchema(SchemaName name)
119-
* <li>getSchema(String name)
118+
* <li><p> getSchema(SchemaName name)
119+
* <li><p> getSchema(String name)
120120
* </ul>
121121
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
122122
* <ul>
123-
* <li>getSchemaCallable()
123+
* <li><p> getSchemaCallable()
124124
* </ul>
125125
* </td>
126126
* </tr>
127127
* <tr>
128-
* <td>ListSchemas</td>
128+
* <td><p> ListSchemas</td>
129129
* <td><p> Lists schemas in a project.</td>
130130
* <td>
131131
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
132132
* <ul>
133-
* <li>listSchemas(ListSchemasRequest request)
133+
* <li><p> listSchemas(ListSchemasRequest request)
134134
* </ul>
135135
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
136136
* <ul>
137-
* <li>listSchemas(ProjectName parent)
138-
* <li>listSchemas(String parent)
137+
* <li><p> listSchemas(ProjectName parent)
138+
* <li><p> listSchemas(String parent)
139139
* </ul>
140140
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
141141
* <ul>
142-
* <li>listSchemasPagedCallable()
143-
* <li>listSchemasCallable()
142+
* <li><p> listSchemasPagedCallable()
143+
* <li><p> listSchemasCallable()
144144
* </ul>
145145
* </td>
146146
* </tr>
147147
* <tr>
148-
* <td>ListSchemaRevisions</td>
148+
* <td><p> ListSchemaRevisions</td>
149149
* <td><p> Lists all schema revisions for the named schema.</td>
150150
* <td>
151151
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
152152
* <ul>
153-
* <li>listSchemaRevisions(ListSchemaRevisionsRequest request)
153+
* <li><p> listSchemaRevisions(ListSchemaRevisionsRequest request)
154154
* </ul>
155155
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
156156
* <ul>
157-
* <li>listSchemaRevisions(SchemaName name)
158-
* <li>listSchemaRevisions(String name)
157+
* <li><p> listSchemaRevisions(SchemaName name)
158+
* <li><p> listSchemaRevisions(String name)
159159
* </ul>
160160
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
161161
* <ul>
162-
* <li>listSchemaRevisionsPagedCallable()
163-
* <li>listSchemaRevisionsCallable()
162+
* <li><p> listSchemaRevisionsPagedCallable()
163+
* <li><p> listSchemaRevisionsCallable()
164164
* </ul>
165165
* </td>
166166
* </tr>
167167
* <tr>
168-
* <td>CommitSchema</td>
168+
* <td><p> CommitSchema</td>
169169
* <td><p> Commits a new schema revision to an existing schema.</td>
170170
* <td>
171171
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
172172
* <ul>
173-
* <li>commitSchema(CommitSchemaRequest request)
173+
* <li><p> commitSchema(CommitSchemaRequest request)
174174
* </ul>
175175
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
176176
* <ul>
177-
* <li>commitSchema(SchemaName name, Schema schema)
178-
* <li>commitSchema(String name, Schema schema)
177+
* <li><p> commitSchema(SchemaName name, Schema schema)
178+
* <li><p> commitSchema(String name, Schema schema)
179179
* </ul>
180180
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
181181
* <ul>
182-
* <li>commitSchemaCallable()
182+
* <li><p> commitSchemaCallable()
183183
* </ul>
184184
* </td>
185185
* </tr>
186186
* <tr>
187-
* <td>RollbackSchema</td>
187+
* <td><p> RollbackSchema</td>
188188
* <td><p> Creates a new schema revision that is a copy of the provided revision_id.</td>
189189
* <td>
190190
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
191191
* <ul>
192-
* <li>rollbackSchema(RollbackSchemaRequest request)
192+
* <li><p> rollbackSchema(RollbackSchemaRequest request)
193193
* </ul>
194194
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
195195
* <ul>
196-
* <li>rollbackSchema(SchemaName name, String revisionId)
197-
* <li>rollbackSchema(String name, String revisionId)
196+
* <li><p> rollbackSchema(SchemaName name, String revisionId)
197+
* <li><p> rollbackSchema(String name, String revisionId)
198198
* </ul>
199199
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
200200
* <ul>
201-
* <li>rollbackSchemaCallable()
201+
* <li><p> rollbackSchemaCallable()
202202
* </ul>
203203
* </td>
204204
* </tr>
205205
* <tr>
206-
* <td>DeleteSchemaRevision</td>
206+
* <td><p> DeleteSchemaRevision</td>
207207
* <td><p> Deletes a specific schema revision.</td>
208208
* <td>
209209
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
210210
* <ul>
211-
* <li>deleteSchemaRevision(DeleteSchemaRevisionRequest request)
211+
* <li><p> deleteSchemaRevision(DeleteSchemaRevisionRequest request)
212212
* </ul>
213213
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
214214
* <ul>
215-
* <li>deleteSchemaRevision(SchemaName name, String revisionId)
216-
* <li>deleteSchemaRevision(String name, String revisionId)
215+
* <li><p> deleteSchemaRevision(SchemaName name, String revisionId)
216+
* <li><p> deleteSchemaRevision(String name, String revisionId)
217217
* </ul>
218218
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
219219
* <ul>
220-
* <li>deleteSchemaRevisionCallable()
220+
* <li><p> deleteSchemaRevisionCallable()
221221
* </ul>
222222
* </td>
223223
* </tr>
224224
* <tr>
225-
* <td>DeleteSchema</td>
225+
* <td><p> DeleteSchema</td>
226226
* <td><p> Deletes a schema.</td>
227227
* <td>
228228
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
229229
* <ul>
230-
* <li>deleteSchema(DeleteSchemaRequest request)
230+
* <li><p> deleteSchema(DeleteSchemaRequest request)
231231
* </ul>
232232
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
233233
* <ul>
234-
* <li>deleteSchema(SchemaName name)
235-
* <li>deleteSchema(String name)
234+
* <li><p> deleteSchema(SchemaName name)
235+
* <li><p> deleteSchema(String name)
236236
* </ul>
237237
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
238238
* <ul>
239-
* <li>deleteSchemaCallable()
239+
* <li><p> deleteSchemaCallable()
240240
* </ul>
241241
* </td>
242242
* </tr>
243243
* <tr>
244-
* <td>ValidateSchema</td>
244+
* <td><p> ValidateSchema</td>
245245
* <td><p> Validates a schema.</td>
246246
* <td>
247247
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
248248
* <ul>
249-
* <li>validateSchema(ValidateSchemaRequest request)
249+
* <li><p> validateSchema(ValidateSchemaRequest request)
250250
* </ul>
251251
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
252252
* <ul>
253-
* <li>validateSchema(ProjectName parent, Schema schema)
254-
* <li>validateSchema(String parent, Schema schema)
253+
* <li><p> validateSchema(ProjectName parent, Schema schema)
254+
* <li><p> validateSchema(String parent, Schema schema)
255255
* </ul>
256256
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
257257
* <ul>
258-
* <li>validateSchemaCallable()
258+
* <li><p> validateSchemaCallable()
259259
* </ul>
260260
* </td>
261261
* </tr>
262262
* <tr>
263-
* <td>ValidateMessage</td>
263+
* <td><p> ValidateMessage</td>
264264
* <td><p> Validates a message against a schema.</td>
265265
* <td>
266266
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
267267
* <ul>
268-
* <li>validateMessage(ValidateMessageRequest request)
268+
* <li><p> validateMessage(ValidateMessageRequest request)
269269
* </ul>
270270
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
271271
* <ul>
272-
* <li>validateMessageCallable()
272+
* <li><p> validateMessageCallable()
273273
* </ul>
274274
* </td>
275275
* </tr>
276276
* <tr>
277-
* <td>SetIamPolicy</td>
277+
* <td><p> SetIamPolicy</td>
278278
* <td><p> Sets the access control policy on the specified resource. Replacesany existing policy.
279279
* <p> Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors.</td>
280280
* <td>
281281
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
282282
* <ul>
283-
* <li>setIamPolicy(SetIamPolicyRequest request)
283+
* <li><p> setIamPolicy(SetIamPolicyRequest request)
284284
* </ul>
285285
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
286286
* <ul>
287-
* <li>setIamPolicyCallable()
287+
* <li><p> setIamPolicyCallable()
288288
* </ul>
289289
* </td>
290290
* </tr>
291291
* <tr>
292-
* <td>GetIamPolicy</td>
292+
* <td><p> GetIamPolicy</td>
293293
* <td><p> Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.</td>
294294
* <td>
295295
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
296296
* <ul>
297-
* <li>getIamPolicy(GetIamPolicyRequest request)
297+
* <li><p> getIamPolicy(GetIamPolicyRequest request)
298298
* </ul>
299299
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
300300
* <ul>
301-
* <li>getIamPolicyCallable()
301+
* <li><p> getIamPolicyCallable()
302302
* </ul>
303303
* </td>
304304
* </tr>
305305
* <tr>
306-
* <td>TestIamPermissions</td>
306+
* <td><p> TestIamPermissions</td>
307307
* <td><p> Returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a `NOT_FOUND` error.
308308
* <p> Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.</td>
309309
* <td>
310310
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
311311
* <ul>
312-
* <li>testIamPermissions(TestIamPermissionsRequest request)
312+
* <li><p> testIamPermissions(TestIamPermissionsRequest request)
313313
* </ul>
314314
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
315315
* <ul>
316-
* <li>testIamPermissionsCallable()
316+
* <li><p> testIamPermissionsCallable()
317317
* </ul>
318318
* </td>
319319
* </tr>
@@ -449,7 +449,7 @@ public SchemaServiceStub getStub() {
449449
* will have a `name` made using the given `parent` and `schema_id`.
450450
* @param schemaId The ID to use for the schema, which will become the final component of the
451451
* schema's resource name.
452-
* <p>See https://cloud.google.com/pubsub/docs/admin#resource_names for resource name
452+
* <p>See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for resource name
453453
* constraints.
454454
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
455455
*/
@@ -490,7 +490,7 @@ public final Schema createSchema(ProjectName parent, Schema schema, String schem
490490
* will have a `name` made using the given `parent` and `schema_id`.
491491
* @param schemaId The ID to use for the schema, which will become the final component of the
492492
* schema's resource name.
493-
* <p>See https://cloud.google.com/pubsub/docs/admin#resource_names for resource name
493+
* <p>See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for resource name
494494
* constraints.
495495
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
496496
*/

0 commit comments

Comments
 (0)