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(aiplatform): add Tool.GoogleSearch #11266

Merged
merged 9 commits into from
Dec 11, 2024
1,659 changes: 1,017 additions & 642 deletions aiplatform/apiv1beta1/aiplatformpb/content.pb.go

Large diffs are not rendered by default.

254 changes: 180 additions & 74 deletions aiplatform/apiv1beta1/aiplatformpb/feature_group.pb.go

Large diffs are not rendered by default.

743 changes: 401 additions & 342 deletions aiplatform/apiv1beta1/aiplatformpb/tool.pb.go

Large diffs are not rendered by default.

46 changes: 26 additions & 20 deletions spanner/apiv1/spannerpb/type.pb.go

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

5 changes: 5 additions & 0 deletions storage/internal/apiv2/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
"LockBucketRetentionPolicy"
]
},
"MoveObject": {
"methods": [
"MoveObject"
]
},
"QueryWriteStatus": {
"methods": [
"QueryWriteStatus"
Expand Down
47 changes: 47 additions & 0 deletions storage/internal/apiv2/storage_client.go

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

25 changes: 25 additions & 0 deletions storage/internal/apiv2/storage_client_example_test.go

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

Loading
Loading