Skip to content

Commit

Permalink
fix(talent): change timeout settings for SearchJobsForAlert (#7863)
Browse files Browse the repository at this point in the history
* feat: add model_garden_service.proto and publisher_model.proto to BUILD.bazel

PiperOrigin-RevId: 528571215

Source-Link: googleapis/googleapis@11f62e7

Source-Link: googleapis/googleapis-gen@5cc6276
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWNjNjI3NjM5NDc5Y2U4ZDEzNDFkNmMwNGY0ODYxNzk0OTVmZTBmOCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix: change timeout settings for SearchJobsForAlert

PiperOrigin-RevId: 528815611

Source-Link: googleapis/googleapis@b473ccc

Source-Link: googleapis/googleapis-gen@4efc7a2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGVmYzdhMjIyMDhkNzVkMDYzNGNiMDQ2MTQ5MDk1NGRkNjlmYzZkZiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* remove extraneous orpolicy version.go

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
Co-authored-by: Noah Dietz <ndietz@google.com>
  • Loading branch information
4 people committed May 2, 2023
1 parent 2bf6e14 commit 036656b
Show file tree
Hide file tree
Showing 9 changed files with 3,320 additions and 8 deletions.
402 changes: 402 additions & 0 deletions aiplatform/apiv1beta1/aiplatformpb/model_garden_service.pb.go

Large diffs are not rendered by default.

1,159 changes: 1,159 additions & 0 deletions aiplatform/apiv1beta1/aiplatformpb/publisher_model.pb.go

Large diffs are not rendered by default.

124 changes: 124 additions & 0 deletions aiplatform/apiv1beta1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2609,6 +2609,130 @@
}
}
},
"ModelGardenService": {
"clients": {
"grpc": {
"libraryClient": "ModelGardenClient",
"rpcs": {
"CancelOperation": {
"methods": [
"CancelOperation"
]
},
"DeleteOperation": {
"methods": [
"DeleteOperation"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
]
},
"GetLocation": {
"methods": [
"GetLocation"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"GetPublisherModel": {
"methods": [
"GetPublisherModel"
]
},
"ListLocations": {
"methods": [
"ListLocations"
]
},
"ListOperations": {
"methods": [
"ListOperations"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
]
},
"WaitOperation": {
"methods": [
"WaitOperation"
]
}
}
},
"rest": {
"libraryClient": "ModelGardenClient",
"rpcs": {
"CancelOperation": {
"methods": [
"CancelOperation"
]
},
"DeleteOperation": {
"methods": [
"DeleteOperation"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
]
},
"GetLocation": {
"methods": [
"GetLocation"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"GetPublisherModel": {
"methods": [
"GetPublisherModel"
]
},
"ListLocations": {
"methods": [
"ListLocations"
]
},
"ListOperations": {
"methods": [
"ListOperations"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
]
},
"WaitOperation": {
"methods": [
"WaitOperation"
]
}
}
}
}
},
"ModelService": {
"clients": {
"grpc": {
Expand Down

0 comments on commit 036656b

Please sign in to comment.