Skip to content

Commit

Permalink
feat(datacatalog): start generating REST transport for apiv1 (#7246)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo committed Jan 13, 2023
1 parent d7a53c3 commit 1b90131
Show file tree
Hide file tree
Showing 9 changed files with 4,041 additions and 2 deletions.
2,459 changes: 2,459 additions & 0 deletions datacatalog/apiv1/data_catalog_client.go

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions datacatalog/apiv1/data_catalog_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions datacatalog/apiv1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

255 changes: 255 additions & 0 deletions datacatalog/apiv1/gapic_metadata.json
Expand Up @@ -171,6 +171,171 @@
]
}
}
},
"rest": {
"libraryClient": "Client",
"rpcs": {
"CreateEntry": {
"methods": [
"CreateEntry"
]
},
"CreateEntryGroup": {
"methods": [
"CreateEntryGroup"
]
},
"CreateTag": {
"methods": [
"CreateTag"
]
},
"CreateTagTemplate": {
"methods": [
"CreateTagTemplate"
]
},
"CreateTagTemplateField": {
"methods": [
"CreateTagTemplateField"
]
},
"DeleteEntry": {
"methods": [
"DeleteEntry"
]
},
"DeleteEntryGroup": {
"methods": [
"DeleteEntryGroup"
]
},
"DeleteTag": {
"methods": [
"DeleteTag"
]
},
"DeleteTagTemplate": {
"methods": [
"DeleteTagTemplate"
]
},
"DeleteTagTemplateField": {
"methods": [
"DeleteTagTemplateField"
]
},
"GetEntry": {
"methods": [
"GetEntry"
]
},
"GetEntryGroup": {
"methods": [
"GetEntryGroup"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
]
},
"GetTagTemplate": {
"methods": [
"GetTagTemplate"
]
},
"ListEntries": {
"methods": [
"ListEntries"
]
},
"ListEntryGroups": {
"methods": [
"ListEntryGroups"
]
},
"ListTags": {
"methods": [
"ListTags"
]
},
"LookupEntry": {
"methods": [
"LookupEntry"
]
},
"ModifyEntryContacts": {
"methods": [
"ModifyEntryContacts"
]
},
"ModifyEntryOverview": {
"methods": [
"ModifyEntryOverview"
]
},
"RenameTagTemplateField": {
"methods": [
"RenameTagTemplateField"
]
},
"RenameTagTemplateFieldEnumValue": {
"methods": [
"RenameTagTemplateFieldEnumValue"
]
},
"SearchCatalog": {
"methods": [
"SearchCatalog"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
]
},
"StarEntry": {
"methods": [
"StarEntry"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
]
},
"UnstarEntry": {
"methods": [
"UnstarEntry"
]
},
"UpdateEntry": {
"methods": [
"UpdateEntry"
]
},
"UpdateEntryGroup": {
"methods": [
"UpdateEntryGroup"
]
},
"UpdateTag": {
"methods": [
"UpdateTag"
]
},
"UpdateTagTemplate": {
"methods": [
"UpdateTagTemplate"
]
},
"UpdateTagTemplateField": {
"methods": [
"UpdateTagTemplateField"
]
}
}
}
}
},
Expand Down Expand Up @@ -245,6 +410,76 @@
]
}
}
},
"rest": {
"libraryClient": "PolicyTagManagerClient",
"rpcs": {
"CreatePolicyTag": {
"methods": [
"CreatePolicyTag"
]
},
"CreateTaxonomy": {
"methods": [
"CreateTaxonomy"
]
},
"DeletePolicyTag": {
"methods": [
"DeletePolicyTag"
]
},
"DeleteTaxonomy": {
"methods": [
"DeleteTaxonomy"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
]
},
"GetPolicyTag": {
"methods": [
"GetPolicyTag"
]
},
"GetTaxonomy": {
"methods": [
"GetTaxonomy"
]
},
"ListPolicyTags": {
"methods": [
"ListPolicyTags"
]
},
"ListTaxonomies": {
"methods": [
"ListTaxonomies"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
]
},
"UpdatePolicyTag": {
"methods": [
"UpdatePolicyTag"
]
},
"UpdateTaxonomy": {
"methods": [
"UpdateTaxonomy"
]
}
}
}
}
},
Expand All @@ -269,6 +504,26 @@
]
}
}
},
"rest": {
"libraryClient": "PolicyTagManagerSerializationClient",
"rpcs": {
"ExportTaxonomies": {
"methods": [
"ExportTaxonomies"
]
},
"ImportTaxonomies": {
"methods": [
"ImportTaxonomies"
]
},
"ReplaceTaxonomy": {
"methods": [
"ReplaceTaxonomy"
]
}
}
}
}
}
Expand Down

0 comments on commit 1b90131

Please sign in to comment.