diff --git a/owl-bot-staging/dlp/v2/protos/google/privacy/dlp/v2/dlp.proto b/owl-bot-staging/dlp/v2/protos/google/privacy/dlp/v2/dlp.proto index 6f10bbfab..148f5ca09 100644 --- a/owl-bot-staging/dlp/v2/protos/google/privacy/dlp/v2/dlp.proto +++ b/owl-bot-staging/dlp/v2/protos/google/privacy/dlp/v2/dlp.proto @@ -7788,8 +7788,8 @@ message DeleteConnectionRequest { message Connection { option (google.api.resource) = { type: "dlp.googleapis.com/Connection" - pattern: "organizations/{organization}/locations/{location}/connections/{connection}" pattern: "projects/{project}/locations/{location}/connections/{connection}" + pattern: "organizations/{organization}/locations/{location}/connections/{connection}" }; // Output only. Name of the connection: diff --git a/owl-bot-staging/dlp/v2/protos/protos.json b/owl-bot-staging/dlp/v2/protos/protos.json index f795b4cbb..6f019aaee 100644 --- a/owl-bot-staging/dlp/v2/protos/protos.json +++ b/owl-bot-staging/dlp/v2/protos/protos.json @@ -7620,7 +7620,7 @@ "Connection": { "options": { "(google.api.resource).type": "dlp.googleapis.com/Connection", - "(google.api.resource).pattern": "projects/{project}/locations/{location}/connections/{connection}" + "(google.api.resource).pattern": "organizations/{organization}/locations/{location}/connections/{connection}" }, "oneofs": { "properties": {