From 3af1dabd93df9a9f17bf3624d3b875c11235360b Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 22 Jan 2020 09:10:31 -0800 Subject: [PATCH] grafeas: Add containeranalysis default_host to Grafeas service PiperOrigin-RevId: 290965849 --- grafeas/v1/grafeas.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grafeas/v1/grafeas.proto b/grafeas/v1/grafeas.proto index fdb26bcb..9c62913b 100644 --- a/grafeas/v1/grafeas.proto +++ b/grafeas/v1/grafeas.proto @@ -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) = {