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(channel): mark ChannelPartnerGranularity as deprecated and offer alternatives #8522

Merged
merged 24 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
63b2913
feat: Adding GenerateTcpProxyScript API
gcf-owl-bot[bot] Sep 3, 2023
937e728
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 3, 2023
abdff12
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 3, 2023
5eb2ece
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 3, 2023
063bf27
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 3, 2023
ce9507d
fix: fixed resource_reference for name in GetProjectBillingInfo
gcf-owl-bot[bot] Sep 6, 2023
622b0bb
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 6, 2023
f1bd7f5
feat: added support for walking mode and cost_per_kilometer_below_sof…
gcf-owl-bot[bot] Sep 6, 2023
cb69be6
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 6, 2023
eb87028
feat: add encryption_spec to index.proto and index_endpoint.proto
gcf-owl-bot[bot] Sep 7, 2023
2ec0a80
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 7, 2023
68acfee
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 7, 2023
a764771
Merge branch 'owl-bot-copy' of https://github.com/googleapis/google-c…
gcf-owl-bot[bot] Sep 7, 2023
ec03bd8
feat: add encryption_spec to index.proto and index_endpoint.proto
gcf-owl-bot[bot] Sep 7, 2023
576196d
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 7, 2023
04e8d51
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 7, 2023
a09eba3
docs: Add clarification for the `additional_apks` field of `TestSetup`
gcf-owl-bot[bot] Sep 7, 2023
3be80bc
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 7, 2023
b12c87f
feat: mark ChannelPartnerGranularity as deprecated and offer alternat…
gcf-owl-bot[bot] Sep 7, 2023
a4ab5ac
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 7, 2023
18fbadd
Merge branch 'main' into owl-bot-copy
codyoss Sep 8, 2023
892f595
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 8, 2023
14f350c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 8, 2023
eb1b2cf
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Sep 8, 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
2 changes: 2 additions & 0 deletions aiplatform/apiv1/aiplatformpb/endpoint_service.pb.go

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

271 changes: 146 additions & 125 deletions aiplatform/apiv1/aiplatformpb/index.pb.go

Large diffs are not rendered by default.

359 changes: 191 additions & 168 deletions aiplatform/apiv1/aiplatformpb/index_endpoint.pb.go

Large diffs are not rendered by default.

955 changes: 522 additions & 433 deletions aiplatform/apiv1/aiplatformpb/study.pb.go

Large diffs are not rendered by default.

772 changes: 411 additions & 361 deletions aiplatform/apiv1/aiplatformpb/vizier_service.pb.go

Large diffs are not rendered by default.

282 changes: 152 additions & 130 deletions aiplatform/apiv1beta1/aiplatformpb/index.pb.go

Large diffs are not rendered by default.

374 changes: 199 additions & 175 deletions aiplatform/apiv1beta1/aiplatformpb/index_endpoint.pb.go

Large diffs are not rendered by default.

1,079 changes: 584 additions & 495 deletions aiplatform/apiv1beta1/aiplatformpb/study.pb.go

Large diffs are not rendered by default.

161 changes: 106 additions & 55 deletions aiplatform/apiv1beta1/aiplatformpb/vizier_service.pb.go

Large diffs are not rendered by default.

285 changes: 142 additions & 143 deletions billing/apiv1/billingpb/cloud_billing.pb.go

Large diffs are not rendered by default.

233 changes: 233 additions & 0 deletions channel/apiv1/channelpb/billing_accounts.pb.go

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

6 changes: 3 additions & 3 deletions channel/apiv1/channelpb/customers.pb.go

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

49 changes: 28 additions & 21 deletions channel/apiv1/channelpb/entitlements.pb.go

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

Loading