Skip to content

Commit 9dc6856

Browse files
feat: Add IAM support for Explore content APIs (#74)
- [ ] Regenerate this pull request now. feat: Add support for custom container for Task feat: Add support for cross project for Task feat: Add support for custom encryption key to be used for encrypt data on the PDs associated with the VMs in your Dataproc cluster for Task feat: Add support for Latest job in Task resource feat: User mode filter in Explore list sessions API feat: Support logging sampled file paths per partition to Cloud logging for Discovery event PiperOrigin-RevId: 461116673 Source-Link: googleapis/googleapis@9af1b9b Source-Link: googleapis/googleapis-gen@5671350 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTY3MTM1MDQ1Yjg0MDA4ODA2ODFmMmVkZWYxNzdiMzZkNTVkYzU3YyJ9 fix(deps): require google-api-core>=1.32.0,>=2.8.0 PiperOrigin-RevId: 459095142 Source-Link: googleapis/googleapis@4f1be99 Source-Link: googleapis/googleapis-gen@ae686d9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWU2ODZkOWNkZTRmYzNlMzZkMGFjMDJlZmI4NjQzYjE1ODkwYzFlZCJ9 feat: add audience parameter PiperOrigin-RevId: 456827138 Source-Link: googleapis/googleapis@23f1a15 Source-Link: googleapis/googleapis-gen@4075a85 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDA3NWE4NTE0ZjY3NjY5MWVjMTU2Njg4YTViYmYxODNhYTk4OTNjZSJ9 fix(deps): require grpc-google-iam-v1 >=0.12.4
1 parent 7c4f0ec commit 9dc6856

38 files changed

+9134
-919
lines changed

packages/google-cloud-dataplex/.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
- name: Report coverage results
5555
run: |
5656
coverage combine .coverage-results/.coverage*
57-
coverage report --show-missing --fail-under=100
57+
coverage report --show-missing --fail-under=99

packages/google-cloud-dataplex/google/cloud/dataplex_v1/gapic_metadata.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,26 @@
2525
"get_content"
2626
]
2727
},
28+
"GetIamPolicy": {
29+
"methods": [
30+
"get_iam_policy"
31+
]
32+
},
2833
"ListContent": {
2934
"methods": [
3035
"list_content"
3136
]
3237
},
38+
"SetIamPolicy": {
39+
"methods": [
40+
"set_iam_policy"
41+
]
42+
},
43+
"TestIamPermissions": {
44+
"methods": [
45+
"test_iam_permissions"
46+
]
47+
},
3348
"UpdateContent": {
3449
"methods": [
3550
"update_content"
@@ -55,11 +70,26 @@
5570
"get_content"
5671
]
5772
},
73+
"GetIamPolicy": {
74+
"methods": [
75+
"get_iam_policy"
76+
]
77+
},
5878
"ListContent": {
5979
"methods": [
6080
"list_content"
6181
]
6282
},
83+
"SetIamPolicy": {
84+
"methods": [
85+
"set_iam_policy"
86+
]
87+
},
88+
"TestIamPermissions": {
89+
"methods": [
90+
"test_iam_permissions"
91+
]
92+
},
6393
"UpdateContent": {
6494
"methods": [
6595
"update_content"

0 commit comments

Comments
 (0)