public static interface SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.StringConstraintOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
Name of the string field as defined in the schema.
|
com.google.protobuf.ByteString |
getFieldNameBytes()
Name of the string field as defined in the schema.
|
String |
getValues(int index)
Values of the string field.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
Values of the string field.
|
int |
getValuesCount()
Values of the string field.
|
List<String> |
getValuesList()
Values of the string field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFieldName()
Name of the string field as defined in the schema.
string field_name = 1;com.google.protobuf.ByteString getFieldNameBytes()
Name of the string field as defined in the schema.
string field_name = 1;List<String> getValuesList()
Values of the string field. The record will only be returned if the field value matches one of the values specified here.
repeated string values = 2;int getValuesCount()
Values of the string field. The record will only be returned if the field value matches one of the values specified here.
repeated string values = 2;String getValues(int index)
Values of the string field. The record will only be returned if the field value matches one of the values specified here.
repeated string values = 2;index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
Values of the string field. The record will only be returned if the field value matches one of the values specified here.
repeated string values = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.