@@ -1655,7 +1655,7 @@ message SetFindingStateRequest {
16551655 // Required. The relative resource name of the finding. See:
16561656 // https://cloud.google.com/apis/design/resource_names#relative_resource_name
16571657 // Example:
1658- // "organizations/{organization_id}/sources/{source_id}/finding /{finding_id}".
1658+ // "organizations/{organization_id}/sources/{source_id}/findings /{finding_id}".
16591659 string name = 1 [
16601660 (google.api.field_behavior ) = REQUIRED ,
16611661 (google.api.resource_reference ) = {
@@ -1676,9 +1676,9 @@ message SetMuteRequest {
16761676 // Required. The relative resource name of the finding. See:
16771677 // https://cloud.google.com/apis/design/resource_names#relative_resource_name
16781678 // Example:
1679- // "organizations/{organization_id}/sources/{source_id}/finding /{finding_id}",
1680- // "folders/{folder_id}/sources/{source_id}/finding /{finding_id}",
1681- // "projects/{project_id}/sources/{source_id}/finding /{finding_id}".
1679+ // "organizations/{organization_id}/sources/{source_id}/findings /{finding_id}",
1680+ // "folders/{folder_id}/sources/{source_id}/findings /{finding_id}",
1681+ // "projects/{project_id}/sources/{source_id}/findings /{finding_id}".
16821682 string name = 1 [
16831683 (google.api.field_behavior ) = REQUIRED ,
16841684 (google.api.resource_reference ) = {
@@ -1829,7 +1829,7 @@ message UpdateBigQueryExportRequest {
18291829 google.protobuf.FieldMask update_mask = 2 ;
18301830}
18311831
1832- // Request message for listing BigQuery exports at a given scope e.g.
1832+ // Request message for listing BigQuery exports at a given scope e.g.
18331833// organization, folder or project.
18341834message ListBigQueryExportsRequest {
18351835 // Required. The parent, which owns the collection of BigQuery exports. Its
0 commit comments