Skip to content

Commit

Permalink
feat: move AlloyDB Omni APIs to separate module (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski authored Nov 27, 2024
1 parent 178d8ad commit 9fff05f
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 80 deletions.
4 changes: 4 additions & 0 deletions client_generated.go

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

7 changes: 4 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ AccountTeamMember:
- AccountTeamMembersDelete
- AccountTeamMembersInvite
- AccountTeamMembersList
AlloyDBOmni:
- AlloyDbOmniGoogleCloudPrivateKeyIdentify
- AlloyDbOmniGoogleCloudPrivateKeyRemove
- AlloyDbOmniGoogleCloudPrivateKeySet
ApplicationUser:
- ApplicationUserAccessTokenCreate
- ApplicationUserAccessTokenDelete
Expand Down Expand Up @@ -250,9 +254,6 @@ ProjectBilling:
- ProjectInvoiceGet
- ProjectInvoiceList
Service:
- AlloyDbOmniGoogleCloudPrivateKeyIdentify
- AlloyDbOmniGoogleCloudPrivateKeyRemove
- AlloyDbOmniGoogleCloudPrivateKeySet
- ListProjectServiceTypes
- ListPublicServiceTypes
- ListServiceVersions
Expand Down
103 changes: 103 additions & 0 deletions handler/alloydbomni/alloydbomni.go

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

77 changes: 0 additions & 77 deletions handler/service/service.go

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

0 comments on commit 9fff05f

Please sign in to comment.