@@ -180,7 +180,8 @@ def SearchCatalog(self, request, context):
180180 across repeated search queries.
181181
182182 See [Data Catalog Search
183- Syntax](/data-catalog/docs/how-to/search-reference) for more information.
183+ Syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference)
184+ for more information.
184185 """
185186 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
186187 context .set_details ("Method not implemented!" )
@@ -204,7 +205,8 @@ def CreateEntryGroup(self, request, context):
204205
205206 Users should enable the Data Catalog API in the project identified by
206207 the `parent` parameter (see [Data Catalog Resource Project]
207- (/data-catalog/docs/concepts/resource-project) for more information).
208+ (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
209+ more information).
208210 """
209211 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
210212 context .set_details ("Method not implemented!" )
@@ -220,8 +222,9 @@ def GetEntryGroup(self, request, context):
220222 def UpdateEntryGroup (self , request , context ):
221223 """Updates an EntryGroup. The user should enable the Data Catalog API in the
222224 project identified by the `entry_group.name` parameter (see [Data Catalog
223- Resource Project] (/data-catalog/docs/concepts/resource-project) for more
224- information).
225+ Resource Project]
226+ (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
227+ more information).
225228 """
226229 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
227230 context .set_details ("Method not implemented!" )
@@ -231,7 +234,8 @@ def DeleteEntryGroup(self, request, context):
231234 """Deletes an EntryGroup. Only entry groups that do not contain entries can be
232235 deleted. Users should enable the Data Catalog API in the project
233236 identified by the `name` parameter (see [Data Catalog Resource Project]
234- (/data-catalog/docs/concepts/resource-project) for more information).
237+ (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
238+ more information).
235239 """
236240 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
237241 context .set_details ("Method not implemented!" )
@@ -250,7 +254,8 @@ def CreateEntry(self, request, context):
250254
251255 Users should enable the Data Catalog API in the project identified by
252256 the `parent` parameter (see [Data Catalog Resource Project]
253- (/data-catalog/docs/concepts/resource-project) for more information).
257+ (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
258+ more information).
254259
255260 A maximum of 100,000 entries may be created per entry group.
256261 """
@@ -262,7 +267,8 @@ def UpdateEntry(self, request, context):
262267 """Updates an existing entry.
263268 Users should enable the Data Catalog API in the project identified by
264269 the `entry.name` parameter (see [Data Catalog Resource Project]
265- (/data-catalog/docs/concepts/resource-project) for more information).
270+ (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
271+ more information).
266272 """
267273 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
268274 context .set_details ("Method not implemented!" )
@@ -274,7 +280,8 @@ def DeleteEntry(self, request, context):
274280 method can be deleted.
275281 Users should enable the Data Catalog API in the project identified by
276282 the `name` parameter (see [Data Catalog Resource Project]
277- (/data-catalog/docs/concepts/resource-project) for more information).
283+ (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
284+ more information).
278285 """
279286 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
280287 context .set_details ("Method not implemented!" )
@@ -306,8 +313,9 @@ def ListEntries(self, request, context):
306313 def CreateTagTemplate (self , request , context ):
307314 """Creates a tag template. The user should enable the Data Catalog API in
308315 the project identified by the `parent` parameter (see [Data Catalog
309- Resource Project](/data-catalog/docs/concepts/resource-project) for more
310- information).
316+ Resource
317+ Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project)
318+ for more information).
311319 """
312320 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
313321 context .set_details ("Method not implemented!" )
@@ -326,7 +334,8 @@ def UpdateTagTemplate(self, request, context):
326334 and should be updated using their own create/update/delete methods.
327335 Users should enable the Data Catalog API in the project identified by
328336 the `tag_template.name` parameter (see [Data Catalog Resource Project]
329- (/data-catalog/docs/concepts/resource-project) for more information).
337+ (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
338+ more information).
330339 """
331340 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
332341 context .set_details ("Method not implemented!" )
@@ -336,7 +345,8 @@ def DeleteTagTemplate(self, request, context):
336345 """Deletes a tag template and all tags using the template.
337346 Users should enable the Data Catalog API in the project identified by
338347 the `name` parameter (see [Data Catalog Resource Project]
339- (/data-catalog/docs/concepts/resource-project) for more information).
348+ (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
349+ more information).
340350 """
341351 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
342352 context .set_details ("Method not implemented!" )
@@ -346,8 +356,8 @@ def CreateTagTemplateField(self, request, context):
346356 """Creates a field in a tag template. The user should enable the Data Catalog
347357 API in the project identified by the `parent` parameter (see
348358 [Data Catalog Resource
349- Project](/ data-catalog/docs/concepts/resource-project) for more
350- information).
359+ Project](https://cloud.google.com/ data-catalog/docs/concepts/resource-project)
360+ for more information).
351361 """
352362 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
353363 context .set_details ("Method not implemented!" )
@@ -357,7 +367,8 @@ def UpdateTagTemplateField(self, request, context):
357367 """Updates a field in a tag template. This method cannot be used to update the
358368 field type. Users should enable the Data Catalog API in the project
359369 identified by the `name` parameter (see [Data Catalog Resource Project]
360- (/data-catalog/docs/concepts/resource-project) for more information).
370+ (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
371+ more information).
361372 """
362373 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
363374 context .set_details ("Method not implemented!" )
@@ -366,8 +377,9 @@ def UpdateTagTemplateField(self, request, context):
366377 def RenameTagTemplateField (self , request , context ):
367378 """Renames a field in a tag template. The user should enable the Data Catalog
368379 API in the project identified by the `name` parameter (see [Data Catalog
369- Resource Project](/data-catalog/docs/concepts/resource-project) for more
370- information).
380+ Resource
381+ Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project)
382+ for more information).
371383 """
372384 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
373385 context .set_details ("Method not implemented!" )
@@ -377,7 +389,8 @@ def DeleteTagTemplateField(self, request, context):
377389 """Deletes a field in a tag template and all uses of that field.
378390 Users should enable the Data Catalog API in the project identified by
379391 the `name` parameter (see [Data Catalog Resource Project]
380- (/data-catalog/docs/concepts/resource-project) for more information).
392+ (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
393+ more information).
381394 """
382395 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
383396 context .set_details ("Method not implemented!" )
@@ -386,10 +399,10 @@ def DeleteTagTemplateField(self, request, context):
386399 def CreateTag (self , request , context ):
387400 """Creates a tag on an [Entry][google.cloud.datacatalog.v1.Entry].
388401 Note: The project identified by the `parent` parameter for the
389- [tag](/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries.tags/create#path-parameters)
402+ [tag](https://cloud.google.com /data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries.tags/create#path-parameters)
390403 and the
391404 [tag
392- template](/data-catalog/docs/reference/rest/v1/projects.locations.tagTemplates/create#path-parameters)
405+ template](https://cloud.google.com /data-catalog/docs/reference/rest/v1/projects.locations.tagTemplates/create#path-parameters)
393406 used to create the tag must be from the same organization.
394407 """
395408 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
0 commit comments