Skip to content

Commit d544df7

Browse files
Google APIscopybara-github
authored andcommitted
fix!: fix the location type annotation
PiperOrigin-RevId: 684535402
1 parent 10b8dc3 commit d544df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/discoveryengine/v1/grounded_generation_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ message GenerateGroundedContentRequest {
213213
string location = 1 [
214214
(google.api.field_behavior) = REQUIRED,
215215
(google.api.resource_reference) = {
216-
type: "locations.googleapis.com/Location"
216+
type: "discoveryengine.googleapis.com/Location"
217217
}
218218
];
219219

0 commit comments

Comments
 (0)