Skip to content

Commit

Permalink
docs: fixed format string formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 711790227

Source-Link: googleapis/googleapis@e1b13ab

Source-Link: googleapis/googleapis-gen@a7b7080
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuUHJpdmF0ZUNhdGFsb2cuVjFCZXRhMS8uT3dsQm90LnlhbWwiLCJoIjoiYTdiNzA4MDVkMjY4ZGQ3ODAxMTQ5OGU4ZjRlY2ZhZjgxN2RkODUzZiJ9
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Jan 6, 2025
1 parent 09e1093 commit 2050e85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,7 @@ public Catalog Clone() {
private string name_ = "";
/// <summary>
/// Output only. The resource name of the target catalog, in the format of
/// `catalogs/{catalog}'.
/// `catalogs/{catalog}`.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -4562,7 +4562,7 @@ public Version Clone() {
private string name_ = "";
/// <summary>
/// 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.
/// </summary>
Expand Down

0 comments on commit 2050e85

Please sign in to comment.