Skip to content

Commit

Permalink
docs: replace <> with {} in api documentation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 583911409
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 20, 2023
1 parent c357f69 commit 0e925c3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions google/cloud/telcoautomation/v1/telcoautomation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1277,10 +1277,10 @@ message SearchBlueprintRevisionsRequest {
// Required. Supported queries:
// 1. "" : Lists all revisions across all blueprints.
// 2. "latest=true" : Lists latest revisions across all blueprints.
// 3. "name=<name>" : Lists all revisions of blueprint with name
// <name>.
// 4. "name=<name> latest=true": Lists latest revision of blueprint with name
// <name>
// 3. "name={name}" : Lists all revisions of blueprint with name
// {name}.
// 4. "name={name} latest=true": Lists latest revision of blueprint with name
// {name}
string query = 2 [(google.api.field_behavior) = REQUIRED];

// Optional. The maximum number of blueprints revisions to return per page.
Expand Down Expand Up @@ -1497,10 +1497,10 @@ message SearchDeploymentRevisionsRequest {
// 1. "" : Lists all revisions across all deployments.
// 2. "latest=true" : Lists latest revisions across all
// deployments.
// 3. "name=<name>" : Lists all revisions of deployment with name
// <name>.
// 4. "name=<name> latest=true": Lists latest revision of deployment with name
// <name>
// 3. "name={name}" : Lists all revisions of deployment with name
// {name}.
// 4. "name={name} latest=true": Lists latest revision of deployment with name
// {name}
string query = 2 [(google.api.field_behavior) = REQUIRED];

// Optional. The maximum number of deployment revisions to return per page.
Expand Down

0 comments on commit 0e925c3

Please sign in to comment.