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

chore(servicedirectory): remove cc_enable_arenas which has no effect as of protoc 3.14.0 #11130

Merged
merged 19 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e61773f
chore: update gapic-generator-go to 0.48.1
gcf-owl-bot[bot] Nov 15, 2024
17cb857
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 15, 2024
fced1ef
feat: A new resource_definition `servicedirectory.googleapis.com/Serv…
gcf-owl-bot[bot] Nov 18, 2024
ef4b290
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 18, 2024
d330fc7
feat: add CustomEnvironmentSpec to NotebookExecutionJob
gcf-owl-bot[bot] Nov 18, 2024
872497a
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 18, 2024
dc328fc
feat: add CustomEnvironmentSpec to NotebookExecutionJob
gcf-owl-bot[bot] Nov 18, 2024
277cf83
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 18, 2024
6488e3f
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 18, 2024
9b9d2a5
Merge branch 'owl-bot-copy' of https://github.com/googleapis/google-c…
gcf-owl-bot[bot] Nov 18, 2024
5869481
feat: Trajectory eval metrics added to evaluation service proto
gcf-owl-bot[bot] Nov 18, 2024
eb1e36d
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 18, 2024
2912abe
feat: add a v1 UpdateEndpointLongRunning API
gcf-owl-bot[bot] Nov 18, 2024
8364bfc
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 18, 2024
062122a
feat:support manual instance count in Cloud Run for manual scaling fe…
gcf-owl-bot[bot] Nov 18, 2024
a8f01fb
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 18, 2024
eda10bb
chore: remove `cc_enable_arenas` which has no effect as of protoc 3.14.0
gcf-owl-bot[bot] Nov 19, 2024
eaf7f40
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 19, 2024
542759c
Merge branch 'main' into owl-bot-copy
quartzmo Nov 19, 2024
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
414 changes: 252 additions & 162 deletions aiplatform/apiv1/aiplatformpb/endpoint.pb.go

Large diffs are not rendered by default.

563 changes: 382 additions & 181 deletions aiplatform/apiv1/aiplatformpb/endpoint_service.pb.go

Large diffs are not rendered by default.

448 changes: 292 additions & 156 deletions aiplatform/apiv1/aiplatformpb/notebook_execution_job.pb.go

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions aiplatform/apiv1/auxiliary.go

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

115 changes: 79 additions & 36 deletions aiplatform/apiv1/endpoint_client.go

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

30 changes: 30 additions & 0 deletions aiplatform/apiv1/endpoint_client_example_test.go

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

5 changes: 5 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,11 @@
"UpdateEndpoint"
]
},
"UpdateEndpointLongRunning": {
"methods": [
"UpdateEndpointLongRunning"
]
},
"WaitOperation": {
"methods": [
"WaitOperation"
Expand Down
Loading
Loading