Skip to content

Commit 3e64234

Browse files
chore: [google-cloud-deploy] Add missing field-behavior annotations (#13513)
BEGIN_COMMIT_OVERRIDE chore: Add missing field-behavior annotations docs: Minor documentation improvements END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. docs: Minor documentation improvements PiperOrigin-RevId: 725406271 Source-Link: googleapis/googleapis@04132de Source-Link: googleapis/googleapis-gen@5586840 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRlcGxveS8uT3dsQm90LnlhbWwiLCJoIjoiNTU4Njg0MDA1MDMyMjE3NGZkYzlhNmViMGQzNjgwOTIwNDk4OWU4YiJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 559dea7 commit 3e64234

File tree

3 files changed

+119
-106
lines changed

3 files changed

+119
-106
lines changed

packages/google-cloud-deploy/google/cloud/deploy_v1/services/cloud_deploy/transports/rest_base.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,6 +2509,10 @@ def _get_http_options():
25092509
"method": "get",
25102510
"uri": "/v1/{resource=projects/*/locations/*/customTargetTypes/*}:getIamPolicy",
25112511
},
2512+
{
2513+
"method": "get",
2514+
"uri": "/v1/{resource=projects/*/locations/*/deployPolicies/*}:getIamPolicy",
2515+
},
25122516
]
25132517
return http_options
25142518

@@ -2545,6 +2549,11 @@ def _get_http_options():
25452549
"uri": "/v1/{resource=projects/*/locations/*/customTargetTypes/*}:setIamPolicy",
25462550
"body": "*",
25472551
},
2552+
{
2553+
"method": "post",
2554+
"uri": "/v1/{resource=projects/*/locations/*/deployPolicies/*}:setIamPolicy",
2555+
"body": "*",
2556+
},
25482557
]
25492558
return http_options
25502559

0 commit comments

Comments
 (0)