Skip to content

Commit

Permalink
feat: added RemoveIamPolicy API (#194)
Browse files Browse the repository at this point in the history
* feat: added RemoveIamPolicy API
feat: added QueryMetadata API
feat: added MoveTableToDatabase API
feat: added AlterMetadataResourceLocation API

PiperOrigin-RevId: 496501326

Source-Link: googleapis/googleapis@eb1941a

Source-Link: googleapis/googleapis-gen@a66b195
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTY2YjE5NTZlYWUyMWU4Yzk0MDJhYTNiYWQ5NThjYTVjZTIyN2U0NiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 4, 2023
1 parent 8efba5d commit 9554bda
Show file tree
Hide file tree
Showing 41 changed files with 5,984 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
DataprocMetastoreFederationClient,
)
from .types.metastore import (
AlterMetadataResourceLocationRequest,
AlterMetadataResourceLocationResponse,
AuxiliaryVersionConfig,
Backup,
CreateBackupRequest,
Expand Down Expand Up @@ -57,8 +59,14 @@
MetadataImport,
MetadataIntegration,
MetadataManagementActivity,
MoveTableToDatabaseRequest,
MoveTableToDatabaseResponse,
NetworkConfig,
OperationMetadata,
QueryMetadataRequest,
QueryMetadataResponse,
RemoveIamPolicyRequest,
RemoveIamPolicyResponse,
Restore,
RestoreServiceRequest,
Secret,
Expand All @@ -81,6 +89,8 @@
__all__ = (
"DataprocMetastoreAsyncClient",
"DataprocMetastoreFederationAsyncClient",
"AlterMetadataResourceLocationRequest",
"AlterMetadataResourceLocationResponse",
"AuxiliaryVersionConfig",
"BackendMetastore",
"Backup",
Expand Down Expand Up @@ -120,8 +130,14 @@
"MetadataImport",
"MetadataIntegration",
"MetadataManagementActivity",
"MoveTableToDatabaseRequest",
"MoveTableToDatabaseResponse",
"NetworkConfig",
"OperationMetadata",
"QueryMetadataRequest",
"QueryMetadataResponse",
"RemoveIamPolicyRequest",
"RemoveIamPolicyResponse",
"Restore",
"RestoreServiceRequest",
"Secret",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"grpc": {
"libraryClient": "DataprocMetastoreClient",
"rpcs": {
"AlterMetadataResourceLocation": {
"methods": [
"alter_metadata_resource_location"
]
},
"CreateBackup": {
"methods": [
"create_backup"
Expand Down Expand Up @@ -70,6 +75,21 @@
"list_services"
]
},
"MoveTableToDatabase": {
"methods": [
"move_table_to_database"
]
},
"QueryMetadata": {
"methods": [
"query_metadata"
]
},
"RemoveIamPolicy": {
"methods": [
"remove_iam_policy"
]
},
"RestoreService": {
"methods": [
"restore_service"
Expand All @@ -90,6 +110,11 @@
"grpc-async": {
"libraryClient": "DataprocMetastoreAsyncClient",
"rpcs": {
"AlterMetadataResourceLocation": {
"methods": [
"alter_metadata_resource_location"
]
},
"CreateBackup": {
"methods": [
"create_backup"
Expand Down Expand Up @@ -150,6 +175,21 @@
"list_services"
]
},
"MoveTableToDatabase": {
"methods": [
"move_table_to_database"
]
},
"QueryMetadata": {
"methods": [
"query_metadata"
]
},
"RemoveIamPolicy": {
"methods": [
"remove_iam_policy"
]
},
"RestoreService": {
"methods": [
"restore_service"
Expand Down
Loading

0 comments on commit 9554bda

Please sign in to comment.