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
pull/804/head
Google APIs 2 years ago committed by Copybara-Service
parent 288aa7fb71
commit 11b9e3940f
  1. 2
      google/cloud/discoveryengine/v1beta/search_service.proto

@ -458,7 +458,7 @@ message SearchRequest {
// See [Google Cloud
// Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
// for more details.
map<string, string> user_label = 22;
map<string, string> user_labels = 22;
}
// Response message for

Loading…
Cancel
Save