Skip to content

Commit

Permalink
docs: Fixed backtick and double quotes mismatch in security_marks.proto
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 621678383
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 3, 2024
1 parent 39692d0 commit 3a43ba7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions google/cloud/securitycenter/v2/security_marks.proto
Expand Up @@ -67,20 +67,20 @@ message SecurityMarks {

// The canonical name of the marks. The following list shows some examples:
//
// + `organizations/{organization_id}/assets/{asset_id}/securityMarks"
// + `organizations/{organization_id}/assets/{asset_id}/securityMarks`
// +
// `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks"
// `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks`
// +
// `organizations/{organization_id}/sources/{source_id}/locations/{location}/findings/{finding_id}/securityMarks"
// + `folders/{folder_id}/assets/{asset_id}/securityMarks"
// `organizations/{organization_id}/sources/{source_id}/locations/{location}/findings/{finding_id}/securityMarks`
// + `folders/{folder_id}/assets/{asset_id}/securityMarks`
// +
// `folders/{folder_id}/sources/{source_id}/findings/{finding_id}/securityMarks"
// `folders/{folder_id}/sources/{source_id}/findings/{finding_id}/securityMarks`
// +
// `folders/{folder_id}/sources/{source_id}/locations/{location}/findings/{finding_id}/securityMarks"
// + `projects/{project_number}/assets/{asset_id}/securityMarks"
// `folders/{folder_id}/sources/{source_id}/locations/{location}/findings/{finding_id}/securityMarks`
// + `projects/{project_number}/assets/{asset_id}/securityMarks`
// +
// `projects/{project_number}/sources/{source_id}/findings/{finding_id}/securityMarks"
// `projects/{project_number}/sources/{source_id}/findings/{finding_id}/securityMarks`
// +
// `projects/{project_number}/sources/{source_id}/locations/{location}/findings/{finding_id}/securityMarks"
// `projects/{project_number}/sources/{source_id}/locations/{location}/findings/{finding_id}/securityMarks`
string canonical_name = 3;
}

0 comments on commit 3a43ba7

Please sign in to comment.