Skip to content

Commit

Permalink
Merge branch 'main' into auth-idtoken-universe-domain
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Oct 30, 2024
2 parents 260aaaa + 16a1f95 commit 2b32c34
Show file tree
Hide file tree
Showing 84 changed files with 17,490 additions and 6,316 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"ai": "0.8.2",
"aiplatform": "1.68.0",
"auth": "0.9.9",
"auth/oauth2adapt": "0.2.4",
"auth": "0.10.0",
"auth/oauth2adapt": "0.2.5",
"bigquery": "1.63.1",
"bigtable": "1.33.0",
"datastore": "1.20.0",
Expand Down
1,102 changes: 679 additions & 423 deletions aiplatform/apiv1/aiplatformpb/notebook_service.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.

5 changes: 5 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2211,6 +2211,11 @@
"StartNotebookRuntime"
]
},
"StopNotebookRuntime": {
"methods": [
"StopNotebookRuntime"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
Expand Down
43 changes: 43 additions & 0 deletions aiplatform/apiv1/notebook_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/notebook_client_example_test.go

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

Loading

0 comments on commit 2b32c34

Please sign in to comment.