Skip to content

Commit

Permalink
feat: [sql] add Dataplex integration opt-in field (#5518)
Browse files Browse the repository at this point in the history
* feat: add Dataplex integration opt-in field

PiperOrigin-RevId: 648786150

Source-Link: googleapis/googleapis@62b4196

Source-Link: googleapis/googleapis-gen@ed8eef4
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNxbC8uT3dsQm90LnlhbWwiLCJoIjoiZWQ4ZWVmNDdkZjE4Zjc2MGQ5YTIxZDk2NTNhMDExMTRhNDEwODA2OSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jul 2, 2024
1 parent 2c3f4c8 commit 6d8a33d
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,12 @@ message Settings {
// SQL for PostgreSQL instances.
google.protobuf.BoolValue enable_google_ml_integration = 40
[(google.api.field_behavior) = OPTIONAL];

// Optional. By default, Cloud SQL instances have schema extraction disabled
// for Dataplex. When this parameter is set to true, schema extraction for
// Dataplex on Cloud SQL instances is activated.
google.protobuf.BoolValue enable_dataplex_integration = 41
[(google.api.field_behavior) = OPTIONAL];
}

// Specifies options for controlling advanced machine features.
Expand Down
6 changes: 6 additions & 0 deletions packages/google-cloud-sql/protos/protos.d.ts

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

28 changes: 28 additions & 0 deletions packages/google-cloud-sql/protos/protos.js

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

7 changes: 7 additions & 0 deletions packages/google-cloud-sql/protos/protos.json

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

0 comments on commit 6d8a33d

Please sign in to comment.