public interface LookupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIds(int index)
Required.
|
com.google.protobuf.ByteString |
getIdsBytes(int index)
Required.
|
int |
getIdsCount()
Required.
|
List<String> |
getIdsList()
Required.
|
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.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
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) = { ... }
List<String> getIdsList()
Required. The list of entity ids to be used for lookup.
repeated string ids = 2 [(.google.api.field_behavior) = REQUIRED];int getIdsCount()
Required. The list of entity ids to be used for lookup.
repeated string ids = 2 [(.google.api.field_behavior) = REQUIRED];String getIds(int index)
Required. The list of entity ids to be used for lookup.
repeated string ids = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getIdsBytes(int index)
Required. The list of entity ids to be used for lookup.
repeated string ids = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.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.Copyright © 2024 Google LLC. All rights reserved.