fix!: fix the location type annotation

PiperOrigin-RevId: 684535402
This commit is contained in:
Google APIs 2024-10-10 12:24:05 -07:00 committed by Copybara-Service
parent 10b8dc3b54
commit d544df712e

View file

@ -213,7 +213,7 @@ message GenerateGroundedContentRequest {
string location = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
type: "locations.googleapis.com/Location"
type: "discoveryengine.googleapis.com/Location"
}
];