Skip to content

chore(spanner): executor framework instance admin actions implementation#8093

Open
alkatrivedi wants to merge 1 commit intomainfrom
executor-framework-admin-actions
Open

chore(spanner): executor framework instance admin actions implementation#8093
alkatrivedi wants to merge 1 commit intomainfrom
executor-framework-admin-actions

Conversation

@alkatrivedi
Copy link
Copy Markdown
Contributor

@alkatrivedi alkatrivedi commented Apr 22, 2026

This PR includes the implementation for instance admin actions:

  • createCloudInstance
  • updateCloudInstance
  • deleteCloudInstance
  • listCloudInstances
  • getCloudInstance

@alkatrivedi alkatrivedi requested a review from a team as a code owner April 22, 2026 09:25
@alkatrivedi alkatrivedi marked this pull request as draft April 22, 2026 09:25
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request implements instance management functionality in the CloudClientExecutor, including update, delete, list, and get operations. Review feedback identifies a missing import for status, a logic error in the executeUpdateCloudInstance method where displayName was incorrectly assigned, and the hardcoding of nextPageToken which prevents proper pagination in executeListCloudInstances.

Comment thread handwritten/spanner/google-cloud-spanner-executor/src/cloud-client-executor.ts Outdated
Comment thread handwritten/spanner/google-cloud-spanner-executor/src/cloud-client-executor.ts Outdated
Comment thread handwritten/spanner/google-cloud-spanner-executor/src/cloud-client-executor.ts Outdated
@alkatrivedi alkatrivedi force-pushed the executor-framework-admin-actions branch 2 times, most recently from 9bba437 to 548f8d3 Compare April 24, 2026 07:28
@alkatrivedi
Copy link
Copy Markdown
Contributor Author

/gemini

@alkatrivedi alkatrivedi changed the title chore: executor framework admin actions code chore(spanner): executor framework instance admin actions implementation Apr 24, 2026
@alkatrivedi alkatrivedi force-pushed the executor-framework-admin-actions branch from 548f8d3 to 391ddc3 Compare April 24, 2026 09:06
@alkatrivedi alkatrivedi marked this pull request as ready for review April 24, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant