Skip to content

Commit

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

PiperOrigin-RevId: 649181421

Source-Link: googleapis/googleapis@95b8ded

Source-Link: https://github.com/googleapis/googleapis-gen/commit/3ca77d975f0d5150140424986c67d52c3e90f0b1
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNxbC8uT3dsQm90LnlhbWwiLCJoIjoiM2NhNzdkOTc1ZjBkNTE1MDE0MDQyNDk4NmM2N2Q1MmMzZTkwZjBiMSJ9

* 🦉 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>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 9, 2024
1 parent b0dc1b2 commit 347ea87
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 @@ -2329,6 +2329,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 347ea87

Please sign in to comment.