Skip to content

Commit

Permalink
docs: fix minor docstring formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 491340500
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 28, 2022
1 parent 96ed22a commit 5686f7b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -169,7 +169,7 @@ message ListCatalogItemsResponse {
// Request message for UpdateCatalogItem method.
message UpdateCatalogItemRequest {
// Required. Full resource name of catalog item, such as
// "projects/*/locations/global/catalogs/default_catalog/catalogItems/some_catalog_item_id".
// `projects/*/locations/global/catalogs/default_catalog/catalogItems/some_catalog_item_id`.
string name = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
Expand Down

0 comments on commit 5686f7b

Please sign in to comment.