public interface KeyValuePairHintOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKey()
public abstract String getKey()The key text for the hint.
string key = 1;
| Type | Description |
| String | The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()The key text for the hint.
string key = 1;
| Type | Description |
| ByteString | The bytes for key. |
getValueTypes(int index)
public abstract 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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The valueTypes at the given index. |
getValueTypesBytes(int index)
public abstract 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the valueTypes at the given index. |
getValueTypesCount()
public abstract 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;
| Type | Description |
| int | The count of valueTypes. |
getValueTypesList()
public abstract 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;
| Type | Description |
| List<String> | A list containing the valueTypes. |