-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [SqlAdmin] Support for the AcquireSsrsLease and ReleaseSsrsLease RPCs #7273
Merged
Conversation
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
feat: add `migration_type` to `SqlInstancesVerifyExternalSyncSettingsRequest` feat: add `sync_parallel_level` to `SqlInstancesVerifyExternalSyncSettingsRequest` feat: add `migration_type` to `SqlInstancesStartExternalSyncRequest` feat: add `transactional_log_storage_state` to `BackupConfiguration` feat: add `replication_cluster` to `DatabaseInstance` feat: add `gemini_config` to `DatabaseInstance` feat: add `sql_import_options` to `ImportContext` feat: add `acquire_ssrs_lease_context` to `Operation` feat: add `enable_google_ml_integration` to `Settings` feat: ssl_mode supports SQL Server now chore: update go_package and Go importpath docs: update ssl_mode instructions PiperOrigin-RevId: 629467712 Source-Link: googleapis/googleapis@84c8f36 Source-Link: googleapis/googleapis-gen@e8b4cae Copy-Tag: eyJwIjoiU3FsQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6ImU4YjRjYWVjNmMzYWQ5NjJkNDJlNjkxOGRhYmUxYTg0YzY0MDkyYmEifQ==
trusted-contributions-gcf
bot
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Apr 30, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Apr 30, 2024
Here is the summary of changes. You are about to add 4 region tags.
This comment is generated by snippet-bot.
|
trusted-contributions-gcf
bot
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Apr 30, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Apr 30, 2024
feat: Support for migration type and PostgreSQL parallel level in the VerifyExternalSyncSettings call feat: Support for setting the migration type when starting an external sync feat: Support for additional error types in external sync settings feat: DatabaseInstance resource now includes disaster recovery replica information and Gemini configuration feat: BackupConfiguration resource now includes transactional log storage location feat: ImportContext now includes options for importing data from SQL statements feat: Operation resource now includes context for acquire SSRS lease operations feat: Support for additional SQL operations related to SSRS leases and old primary reconfiguration feat: Databsae instance settings now includes a flag to enable Vertex AI integration feat: Support for several newer releases of MySQL 8.0 docs: Note that `ssl_mode` is now used by all databases including SQL Server PiperOrigin-RevId: 629471589 Source-Link: googleapis/googleapis@b63fdfa Source-Link: googleapis/googleapis-gen@8f51198 Copy-Tag: eyJwIjoiU3FsQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6IjhmNTExOThjYWRhODdmZGFlZjgwOGRlZDgwMzViMzA3ODQyMTEzOGMifQ==
gcf-owl-bot
bot
changed the title
feat: [SqlAdmin] add
feat: [SqlAdmin] Support for the AcquireSsrsLease and ReleaseSsrsLease RPCs
Apr 30, 2024
AcquireSsrsLease
and ReleaseSsrsLease
RPCs
trusted-contributions-gcf
bot
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Apr 30, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Apr 30, 2024
trusted-contributions-gcf
bot
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Apr 30, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Apr 30, 2024
yash30201
approved these changes
May 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: Support for migration type and PostgreSQL parallel level in the VerifyExternalSyncSettings call
feat: Support for setting the migration type when starting an external sync
feat: Support for additional error types in external sync settings
feat: DatabaseInstance resource now includes disaster recovery replica information and Gemini configuration
feat: BackupConfiguration resource now includes transactional log storage location
feat: ImportContext now includes options for importing data from SQL statements
feat: Operation resource now includes context for acquire SSRS lease operations
feat: Support for additional SQL operations related to SSRS leases and old primary reconfiguration
feat: Databsae instance settings now includes a flag to enable Vertex AI integration
feat: Support for several newer releases of MySQL 8.0
docs: Note that
ssl_mode
is now used by all databases including SQL ServerPiperOrigin-RevId: 629471589
Source-Link: googleapis/googleapis@b63fdfa
Source-Link: https://github.com/googleapis/googleapis-gen/commit/8f51198cada87fdaef808ded8035b3078421138c
Copy-Tag: eyJwIjoiU3FsQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6IjhmNTExOThjYWRhODdmZGFlZjgwOGRlZDgwMzViMzA3ODQyMTEzOGMifQ==
BEGIN_NESTED_COMMIT
feat: [SqlAdmin] add
AcquireSsrsLease
andReleaseSsrsLease
RPCsfeat: add
migration_type
toSqlInstancesVerifyExternalSyncSettingsRequest
feat: add
sync_parallel_level
toSqlInstancesVerifyExternalSyncSettingsRequest
feat: add
migration_type
toSqlInstancesStartExternalSyncRequest
feat: add
transactional_log_storage_state
toBackupConfiguration
feat: add
replication_cluster
toDatabaseInstance
feat: add
gemini_config
toDatabaseInstance
feat: add
sql_import_options
toImportContext
feat: add
acquire_ssrs_lease_context
toOperation
feat: add
enable_google_ml_integration
toSettings
feat: ssl_mode supports SQL Server now
chore: update go_package and Go importpath
docs: update ssl_mode instructions
PiperOrigin-RevId: 629467712
Source-Link: googleapis/googleapis@84c8f36
Source-Link: https://github.com/googleapis/googleapis-gen/commit/e8b4caec6c3ad962d42e6918dabe1a84c64092ba
Copy-Tag: eyJwIjoiU3FsQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6ImU4YjRjYWVjNmMzYWQ5NjJkNDJlNjkxOGRhYmUxYTg0YzY0MDkyYmEifQ==
END_NESTED_COMMIT