-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support customer managed instance configurations (#1742)
* feat: implementation changes to add support for customer managed instance configurations. * test: add more unit tests to Instance admin client Unit tests each for create, update and delete instance config operations have been added. * feat: add samples for create, update and deleting user managed instance configs. * chore: add test instance config to samples pom * test: add CUD instance config integration tests * feat: add proto file as reference. * feat: lint the code changes, add documentation * feat: minor alignment changes * feat: fix checkstyle violations. * feat: change read-only fields setters to protected. * feat: change setConfigType to protected. * feat: change some more method access modifiers * feat: add optional fields, some design changes. * feat: some documentation changes * feat: change BASE_CONFIG project name in tests. * feat: pom.xml changes * feat: add support for adding readonly replicas while creating instance config. * feat: clirr changes * feat: some refactoring * feat: some method doc changes. * feat: incorporate review comments. * feat: remove samples * Update pom.xml * Update SampleIdGenerator.java * Update SampleRunner.java * Update SampleTestBase.java * feat: changes to InstanceConfigTest * feat: changes to pom.xml * Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/InstanceAdminClient.java doc Co-authored-by: Knut Olav Løite <koloite@gmail.com> * Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/InstanceAdminClient.java Co-authored-by: Knut Olav Løite <koloite@gmail.com> * Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/InstanceAdminClient.java Co-authored-by: Knut Olav Løite <koloite@gmail.com> * Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/InstanceAdminClient.java Co-authored-by: Knut Olav Løite <koloite@gmail.com> * Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/InstanceConfigInfo.java Co-authored-by: Knut Olav Løite <koloite@gmail.com> * Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/InstanceConfigInfo.java Co-authored-by: Knut Olav Løite <koloite@gmail.com> * feat: make setBaseConfig protected. * feat: add method doc for addReadOnlyReplicas * feat: incorporate review comments. * feat: deprecate few constructors * feat: make some methods private * feat: move initialization to property declaration. * feat: make InstanceConfig.Builder setters return InstanceConfig.Builder * feat: some doc changes * feat: add support for ListInstanceConfigOperations * fix: linting * feat: few changes * Update spanner_instance_admin.proto * Update SpannerRpc.java * feat: remove unnecessary parameter from GapicSpannerRpc * feat: clirr fix * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: revert unintended sample changes Co-authored-by: Knut Olav Løite <koloite@gmail.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
98c2303
commit c1c805c
Showing
10 changed files
with
1,280 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.