Skip to content

Commit 29bff4c

Browse files
Google APIscopybara-github
authored andcommitted
chore(dlp): fix ordering of Connection resource patterns
PiperOrigin-RevId: 657674261
1 parent aa6fe3b commit 29bff4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/privacy/dlp/v2/dlp.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7788,8 +7788,8 @@ message DeleteConnectionRequest {
77887788
message Connection {
77897789
option (google.api.resource) = {
77907790
type: "dlp.googleapis.com/Connection"
7791-
pattern: "organizations/{organization}/locations/{location}/connections/{connection}"
77927791
pattern: "projects/{project}/locations/{location}/connections/{connection}"
7792+
pattern: "organizations/{organization}/locations/{location}/connections/{connection}"
77937793
};
77947794

77957795
// Output only. Name of the connection:

0 commit comments

Comments
 (0)