Skip to content

Commit

Permalink
docs: fixed format string formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 711790227
  • Loading branch information
Google APIs authored and copybara-github committed Jan 3, 2025
1 parent c72d738 commit e1b13ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/cloud/privatecatalog/v1beta1/private_catalog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 207,7 @@ message Catalog {
};

// Output only. The resource name of the target catalog, in the format of
// `catalogs/{catalog}'.
// `catalogs/{catalog}`.
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];

// Output only. The descriptive name of the catalog as it appears in UIs.
Expand Down Expand Up @@ -534,7 534,7 @@ message Version {
};

// Output only. The resource name of the version, in the format
// `catalogs/{catalog}/products/{product}/versions/[a-z][-a-z0-9]*[a-z0-9]'.
// `catalogs/{catalog}/products/{product}/versions/[a-z][-a-z0-9]*[a-z0-9]`.
//
// A unique identifier for the version under a product.
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
Expand Down

0 comments on commit e1b13ab

Please sign in to comment.