Skip to content

Commit

Permalink
Merge branch 'main' into write-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
tritone committed May 3, 2023
2 parents 01c0197 + 6de8eda commit cbf8397
Show file tree
Hide file tree
Showing 11 changed files with 3,341 additions and 12 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 cbf8397

Please sign in to comment.