public interface SearchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguages(int index)
The list of language codes (defined in ISO 693) to run the query with,
e.g.
|
com.google.protobuf.ByteString |
getLanguagesBytes(int index)
The list of language codes (defined in ISO 693) to run the query with,
e.g.
|
int |
getLanguagesCount()
The list of language codes (defined in ISO 693) to run the query with,
e.g.
|
List<String> |
getLanguagesList()
The list of language codes (defined in ISO 693) to run the query with,
e.g.
|
com.google.protobuf.Int32Value |
getLimit()
Limits the number of entities to be returned.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
Limits the number of entities to be returned.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getQuery()
Required.
|
com.google.protobuf.ByteString |
getQueryBytes()
Required.
|
String |
getTypes(int index)
Restricts returned entities with these types, e.g.
|
com.google.protobuf.ByteString |
getTypesBytes(int index)
Restricts returned entities with these types, e.g.
|
int |
getTypesCount()
Restricts returned entities with these types, e.g.
|
List<String> |
getTypesList()
Restricts returned entities with these types, e.g.
|
boolean |
hasLimit()
Limits the number of entities to be returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the Entity's parent resource.
Format:
`projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The name of the Entity's parent resource.
Format:
`projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getQuery()
Required. The literal query string for search.
string query = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getQueryBytes()
Required. The literal query string for search.
string query = 2 [(.google.api.field_behavior) = REQUIRED];List<String> getLanguagesList()
The list of language codes (defined in ISO 693) to run the query with, e.g. 'en'.
repeated string languages = 3;int getLanguagesCount()
The list of language codes (defined in ISO 693) to run the query with, e.g. 'en'.
repeated string languages = 3;String getLanguages(int index)
The list of language codes (defined in ISO 693) to run the query with, e.g. 'en'.
repeated string languages = 3;index - The index of the element to return.com.google.protobuf.ByteString getLanguagesBytes(int index)
The list of language codes (defined in ISO 693) to run the query with, e.g. 'en'.
repeated string languages = 3;index - The index of the value to return.List<String> getTypesList()
Restricts returned entities with these types, e.g. Person (as defined in http://schema.org/Person). If multiple types are specified, returned entities will contain one or more of these types.
repeated string types = 4;int getTypesCount()
Restricts returned entities with these types, e.g. Person (as defined in http://schema.org/Person). If multiple types are specified, returned entities will contain one or more of these types.
repeated string types = 4;String getTypes(int index)
Restricts returned entities with these types, e.g. Person (as defined in http://schema.org/Person). If multiple types are specified, returned entities will contain one or more of these types.
repeated string types = 4;index - The index of the element to return.com.google.protobuf.ByteString getTypesBytes(int index)
Restricts returned entities with these types, e.g. Person (as defined in http://schema.org/Person). If multiple types are specified, returned entities will contain one or more of these types.
repeated string types = 4;index - The index of the value to return.boolean hasLimit()
Limits the number of entities to be returned.
.google.protobuf.Int32Value limit = 6;com.google.protobuf.Int32Value getLimit()
Limits the number of entities to be returned.
.google.protobuf.Int32Value limit = 6;com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Limits the number of entities to be returned.
.google.protobuf.Int32Value limit = 6;Copyright © 2023 Google LLC. All rights reserved.