Skip to content

Commit

Permalink
chore(dlp): fix ordering of Connection resource patterns
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 657674261

Source-Link: googleapis/googleapis@29bff4c

Source-Link: googleapis/googleapis-gen@5c2e886
Copy-Tag: eyJwIjoidGVzdHMvZml4dHVyZXMvbm9kZWpzX21vbm9fcmVwb193aXRoX3N0YWdpbmcvcGFja2FnZXMvZGxwLy5Pd2xCb3QueWFtbCIsImgiOiI1YzJlODg2NWU0M2Q0YzY4MmZhZDExYjhlNTg0OGU0NDUzODQyNGEyIn0=
  • Loading branch information
gcf-owl-bot[bot] committed Jul 30, 2024
1 parent fbe0bd6 commit 0068f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion owl-bot-staging/dlp/v2/protos/protos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0068f9d

Please sign in to comment.