grafeas: Add containeranalysis default_host to Grafeas service
PiperOrigin-RevId: 290965849
This commit is contained in:
parent
be2663fa95
commit
3af1dabd93
|
|
@ -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) = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue