Skip to content

Commit 11b9e39

Browse files
Google APIscopybara-github
authored andcommitted
fix: fix the field name typo for search service user_labels
Note: this might be a breaking change for libraries that already released the previous change. Since it's a beta API, we will make it a minor version bump. PiperOrigin-RevId: 532522130
1 parent 288aa7f commit 11b9e39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/discoveryengine/v1beta/search_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ message SearchRequest {
458458
// See [Google Cloud
459459
// Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
460460
// for more details.
461-
map<string, string> user_label = 22;
461+
map<string, string> user_labels = 22;
462462
}
463463

464464
// Response message for

0 commit comments

Comments
 (0)