public static interface AdvancedCompleteQueryResponse.PersonSuggestionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataStore()
The name of the dataStore that this suggestion belongs to.
|
com.google.protobuf.ByteString |
getDataStoreBytes()
The name of the dataStore that this suggestion belongs to.
|
Document |
getDocument()
The document data snippet in the suggestion.
|
DocumentOrBuilder |
getDocumentOrBuilder()
The document data snippet in the suggestion.
|
AdvancedCompleteQueryResponse.PersonSuggestion.PersonType |
getPersonType()
The type of the person.
|
int |
getPersonTypeValue()
The type of the person.
|
String |
getSuggestion()
The suggestion for the query.
|
com.google.protobuf.ByteString |
getSuggestionBytes()
The suggestion for the query.
|
boolean |
hasDocument()
The document data snippet in the suggestion.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSuggestion()
The suggestion for the query.
string suggestion = 1;com.google.protobuf.ByteString getSuggestionBytes()
The suggestion for the query.
string suggestion = 1;int getPersonTypeValue()
The type of the person.
.google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.PersonSuggestion.PersonType person_type = 2;
AdvancedCompleteQueryResponse.PersonSuggestion.PersonType getPersonType()
The type of the person.
.google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.PersonSuggestion.PersonType person_type = 2;
boolean hasDocument()
The document data snippet in the suggestion. Only a subset of fields is populated.
.google.cloud.discoveryengine.v1beta.Document document = 4;Document getDocument()
The document data snippet in the suggestion. Only a subset of fields is populated.
.google.cloud.discoveryengine.v1beta.Document document = 4;DocumentOrBuilder getDocumentOrBuilder()
The document data snippet in the suggestion. Only a subset of fields is populated.
.google.cloud.discoveryengine.v1beta.Document document = 4;String getDataStore()
The name of the dataStore that this suggestion belongs to.
string data_store = 5 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getDataStoreBytes()
The name of the dataStore that this suggestion belongs to.
string data_store = 5 [(.google.api.resource_reference) = { ... }Copyright © 2025 Google LLC. All rights reserved.