public interface
ValuesDefOrBuilder
Known Indirect Subclasses |
Public Methods
abstract boolean |
containsExternalValues(String key)
Value names referenced by but external to this context. |
abstract Map<String, String> |
getExternalValues()
Use
getExternalValuesMap() instead. |
abstract int |
getExternalValuesCount()
Value names referenced by but external to this context. |
abstract Map<String, String> |
getExternalValuesMap()
Value names referenced by but external to this context. |
abstract String |
getExternalValuesOrDefault(String key, String defaultValue)
Value names referenced by but external to this context. |
abstract String |
getExternalValuesOrThrow(String key)
Value names referenced by but external to this context. |
abstract String |
getValues(int index)
Value names that have been seen in this context. |
abstract com.google.protobuf.ByteString |
getValuesBytes(int index)
Value names that have been seen in this context. |
abstract int |
getValuesCount()
Value names that have been seen in this context. |
abstract List<String> |
getValuesList()
Value names that have been seen in this context. |
Public Methods
public abstract boolean containsExternalValues (String key)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public abstract int getExternalValuesCount ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public abstract Map<String, String> getExternalValuesMap ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public abstract String getExternalValuesOrDefault (String key, String defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public abstract String getExternalValuesOrThrow (String key)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public abstract String getValues (int index)
Value names that have been seen in this context.
repeated string values = 1;
public abstract com.google.protobuf.ByteString getValuesBytes (int index)
Value names that have been seen in this context.
repeated string values = 1;
public abstract int getValuesCount ()
Value names that have been seen in this context.
repeated string values = 1;
public abstract List<String> getValuesList ()
Value names that have been seen in this context.
repeated string values = 1;