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

fix(talent): change timeout settings for SearchJobsForAlert #7863

Merged
merged 6 commits into from May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
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