mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-17 13:06:47 +02:00
fix!: fix the location type annotation
PiperOrigin-RevId: 684535402
This commit is contained in:
parent
10b8dc3b54
commit
d544df712e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue