public interface KeyValuePairHintOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The key text for the hint.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key text for the hint.
|
String |
getValueTypes(int index)
Type of the value.
|
com.google.protobuf.ByteString |
getValueTypesBytes(int index)
Type of the value.
|
int |
getValueTypesCount()
Type of the value.
|
List<String> |
getValueTypesList()
Type of the value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
The key text for the hint.
string key = 1;com.google.protobuf.ByteString getKeyBytes()
The key text for the hint.
string key = 1;List<String> getValueTypesList()
Type of the value. This is case-insensitive, and could be one of: ADDRESS, LOCATION, ORGANIZATION, PERSON, PHONE_NUMBER, ID, NUMBER, EMAIL, PRICE, TERMS, DATE, NAME. Types not in this list will be ignored.
repeated string value_types = 2;int getValueTypesCount()
Type of the value. This is case-insensitive, and could be one of: ADDRESS, LOCATION, ORGANIZATION, PERSON, PHONE_NUMBER, ID, NUMBER, EMAIL, PRICE, TERMS, DATE, NAME. Types not in this list will be ignored.
repeated string value_types = 2;String getValueTypes(int index)
Type of the value. This is case-insensitive, and could be one of: ADDRESS, LOCATION, ORGANIZATION, PERSON, PHONE_NUMBER, ID, NUMBER, EMAIL, PRICE, TERMS, DATE, NAME. Types not in this list will be ignored.
repeated string value_types = 2;index - The index of the element to return.com.google.protobuf.ByteString getValueTypesBytes(int index)
Type of the value. This is case-insensitive, and could be one of: ADDRESS, LOCATION, ORGANIZATION, PERSON, PHONE_NUMBER, ID, NUMBER, EMAIL, PRICE, TERMS, DATE, NAME. Types not in this list will be ignored.
repeated string value_types = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.