Interface ValuesDefOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
ValuesDef, ValuesDef.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanValue names referenced by but external to this context.Deprecated.intValue names referenced by but external to this context.Value names referenced by but external to this context.getExternalValuesOrDefault(String key, String defaultValue) Value names referenced by but external to this context.Value names referenced by but external to this context.getValues(int index) Value names that have been seen in this context.getValuesBytes(int index) Value names that have been seen in this context.intValue names that have been seen in this context.Value names that have been seen in this context.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getValuesList
-
getValuesCount
int getValuesCount()Value names that have been seen in this context.
repeated string values = 1;- Returns:
- The count of values.
-
getValues
Value names that have been seen in this context.
repeated string values = 1;- Parameters:
index- The index of the element to return.- Returns:
- The values at the given index.
-
getValuesBytes
Value names that have been seen in this context.
repeated string values = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the values at the given index.
-
getExternalValuesCount
int getExternalValuesCount()Value names referenced by but external to this context.
map<string, string> external_values = 2; -
containsExternalValues
Value names referenced by but external to this context.
map<string, string> external_values = 2; -
getExternalValues
-
getExternalValuesMap
-
getExternalValuesOrDefault
-
getExternalValuesOrThrow
-