Skip to content
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(alloydb): add metadata exchange support for AlloyDB connectors #8255

Merged
merged 18 commits into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
e48cde6
feat: add data_item_count to Dataset
gcf-owl-bot[bot] Jul 12, 2023
c5b95a2
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 12, 2023
a27243b
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 12, 2023
eb0fbdd
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 12, 2023
b337d3f
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 12, 2023
8c9a6c6
feat: add advanced_datapath_observability_config to monitoring_config
gcf-owl-bot[bot] Jul 12, 2023
5b7d45a
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 12, 2023
7a27a9e
Merge branch 'owl-bot-copy' of https://github.com/googleapis/google-c…
gcf-owl-bot[bot] Jul 12, 2023
d046ab9
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 12, 2023
376ace3
Merge branch 'owl-bot-copy' of https://github.com/googleapis/google-c…
gcf-owl-bot[bot] Jul 12, 2023
9dcaf37
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 12, 2023
7eaea56
Merge branch 'owl-bot-copy' of https://github.com/googleapis/google-c…
gcf-owl-bot[bot] Jul 12, 2023
d46322e
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 12, 2023
df55ab9
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 12, 2023
3590637
feat: add metadata exchange support for AlloyDB connectors
gcf-owl-bot[bot] Jul 13, 2023
0eccf01
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 13, 2023
3231c77
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 13, 2023
28d191d
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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

272 changes: 147 additions & 125 deletions aiplatform/apiv1beta1/aiplatformpb/custom_job.pb.go

Large diffs are not rendered by default.

241 changes: 127 additions & 114 deletions aiplatform/apiv1beta1/aiplatformpb/dataset.pb.go

Large diffs are not rendered by default.

586 changes: 356 additions & 230 deletions aiplatform/apiv1beta1/aiplatformpb/dataset_service.pb.go

Large diffs are not rendered by default.

1,213 changes: 607 additions & 606 deletions aiplatform/apiv1beta1/aiplatformpb/featurestore_service.pb.go

Large diffs are not rendered by default.

62 changes: 34 additions & 28 deletions aiplatform/apiv1beta1/aiplatformpb/job_state.pb.go

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

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

2 changes: 1 addition & 1 deletion aiplatform/apiv1beta1/aiplatformpb/nas_job.pb.go

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

Loading