Skip to content

Commit c7b3bd0

Browse files
Google APIscopybara-github
authored andcommitted
docs: Improved formatting
PiperOrigin-RevId: 408569512
1 parent 3020af5 commit c7b3bd0

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

google/cloud/datacatalog/v1/datacatalog.proto

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ service DataCatalog {
359359
// Creates a tag and assigns it to:
360360
//
361361
// * An [Entry][google.cloud.datacatalog.v1.Entry] if the method name is
362-
// ``projects.locations.entryGroups.entries.tags.create``.
362+
// `projects.locations.entryGroups.entries.tags.create`.
363363
// * Or [EntryGroup][google.cloud.datacatalog.v1.EntryGroup]if the method
364-
// name is ``projects.locations.entryGroups.tags.create``.
364+
// name is `projects.locations.entryGroups.tags.create`.
365365
//
366366
// Note: The project identified by the `parent` parameter for the [tag]
367367
// (https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries.tags/create#path-parameters)
@@ -555,7 +555,7 @@ message SearchCatalogRequest {
555555
// explicit permissions on them to view them. For example, if you are the
556556
// owner.
557557
//
558-
// Other scope fields, for example, ``include_org_ids``,
558+
// Other scope fields, for example, `include_org_ids`,
559559
// still restrict the returned public tag templates and at least one of
560560
// them is required.
561561
bool include_public_tag_templates = 19 [(google.api.field_behavior) = OPTIONAL];
@@ -570,7 +570,8 @@ message SearchCatalogRequest {
570570

571571
// Optional. The query string with a minimum of 3 characters and specific syntax.
572572
// For more information, see
573-
// [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
573+
// [Data Catalog search
574+
// syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
574575
//
575576
// An empty query string returns all data assets (in the specified scope)
576577
// that you have access to.
@@ -921,6 +922,7 @@ message Entry {
921922
// and read-only afterwards. Can be used for search and lookup of the entries.
922923
//
923924
//
925+
//
924926
// FQNs take two forms:
925927
//
926928
// * For non-regionalized resources:
@@ -1234,9 +1236,9 @@ message UpdateTagTemplateRequest {
12341236
// are overwritten. If such fields are non-required and omitted in the
12351237
// request body, their values are emptied.
12361238
//
1237-
// Note: Updating the ``is_publicly_readable`` field may require up to 12
1239+
// Note: Updating the `is_publicly_readable` field may require up to 12
12381240
// hours to take effect in search results. Additionally, it also requires
1239-
// the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
1241+
// the `tagTemplates.getIamPolicy` and `tagTemplates.setIamPolicy`
12401242
// permissions.
12411243
google.protobuf.FieldMask update_mask = 2;
12421244
}

0 commit comments

Comments
 (0)