Skip to content
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
80e6dbc
feat: Add additional Probe options to v1 model.proto
gcf-owl-bot[bot] Feb 7, 2025
ac7cd72
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 7, 2025
64b9a07
feat: add PhoneNumbers API
gcf-owl-bot[bot] Feb 7, 2025
c6249ed
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 7, 2025
973564a
feat: add Notebooks Runtime Software Configuration
gcf-owl-bot[bot] Feb 7, 2025
22f702a
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 7, 2025
62962b6
feat: A new field `response_id` is added to message `.google.cloud.ai…
gcf-owl-bot[bot] Feb 10, 2025
db7382c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 10, 2025
b4b731b
feat: add Instance.Mode.CLUSTER_DISABLED value, and deprecate STANDALONE
gcf-owl-bot[bot] Feb 10, 2025
631a74c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 10, 2025
75b5da3
feat: add Instance.Mode.CLUSTER_DISABLED value, and deprecate STANDALONE
gcf-owl-bot[bot] Feb 10, 2025
28d2d98
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 10, 2025
966c289
fix: Upgrade Go gRPC Protobuf generation
gcf-owl-bot[bot] Feb 10, 2025
8b23159
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 10, 2025
504589e
build(php): remove generation for google/cloud/dialogflow/v2beta1 whi…
gcf-owl-bot[bot] Feb 10, 2025
d2f64ed
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 10, 2025
82ddcdf
feat: promote cancel job API to GA
gcf-owl-bot[bot] Feb 10, 2025
dc3ae50
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 10, 2025
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
573 changes: 495 additions & 78 deletions aiplatform/apiv1/aiplatformpb/model.pb.go

Large diffs are not rendered by default.

423 changes: 231 additions & 192 deletions aiplatform/apiv1beta1/aiplatformpb/notebook_runtime.pb.go

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions aiplatform/apiv1beta1/aiplatformpb/notebook_service.pb.go

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

349 changes: 349 additions & 0 deletions aiplatform/apiv1beta1/aiplatformpb/notebook_software_config.pb.go

Large diffs are not rendered by default.

1,516 changes: 773 additions & 743 deletions aiplatform/apiv1beta1/aiplatformpb/prediction_service.pb.go

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions batch/apiv1/auxiliary.go

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

117 changes: 117 additions & 0 deletions batch/apiv1/batch_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 batch/apiv1/batch_client_example_test.go

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

Loading
Loading