grafeas: Add containeranalysis default_host to Grafeas service

PiperOrigin-RevId: 290965849
This commit is contained in:
Google APIs 2020-01-22 09:10:31 -08:00 committed by Copybara-Service
parent be2663fa95
commit 3af1dabd93
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ option objc_class_prefix = "GRA";
// there would be one note for the vulnerability and an occurrence for each
// image with the vulnerability referring to that note.
service Grafeas {
option (google.api.default_host) = "containeranalysis.googleapis.com";
// Gets the specified occurrence.
rpc GetOccurrence(GetOccurrenceRequest) returns (Occurrence) {
option (google.api.http) = {