Skip to content

Commit

Permalink
feat(aiplatform): add Persistent Resource reboot api call to v1beta1 (#…
Browse files Browse the repository at this point in the history
…9680)

- [ ] Regenerate this pull request now.

docs: A comment for field `service_account` in message `.google.cloud.aiplatform.v1beta1.ServiceAccountSpec` is changed

PiperOrigin-RevId: 620918445

Source-Link: https://togithub.com/googleapis/googleapis/commit/ca6f88460e505bd451d98454656644be06b39ab3

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/0dcaa72c1b428c60d47e957a011904a2dcd996d8
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGRjYWE3MmMxYjQyOGM2MGQ0N2U5NTdhMDExOTA0YTJkY2Q5OTZkOCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Apr 1, 2024
1 parent a2575a9 commit e7342a3
Show file tree
Hide file tree
Showing 8 changed files with 891 additions and 340 deletions.
292 changes: 151 additions & 141 deletions aiplatform/apiv1beta1/aiplatformpb/persistent_resource.pb.go

Large diffs are not rendered by default.

612 changes: 413 additions & 199 deletions aiplatform/apiv1beta1/aiplatformpb/persistent_resource_service.pb.go

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions aiplatform/apiv1beta1/auxiliary.go

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

10 changes: 10 additions & 0 deletions aiplatform/apiv1beta1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4519,6 +4519,11 @@
"ListPersistentResources"
]
},
"RebootPersistentResource": {
"methods": [
"RebootPersistentResource"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
Expand Down Expand Up @@ -4599,6 +4604,11 @@
"ListPersistentResources"
]
},
"RebootPersistentResource": {
"methods": [
"RebootPersistentResource"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
Expand Down
119 changes: 119 additions & 0 deletions aiplatform/apiv1beta1/persistent_resource_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/apiv1beta1/persistent_resource_client_example_test.go

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

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

Loading

0 comments on commit e7342a3

Please sign in to comment.