interfaccia pubblica ValuesDefOrBuilder
| Sottoclassi indirette conosciute |
Metodi pubblici
| booleano astratto | contieneExternalValues (chiave String) Value names referenced by but external to this context. |
| mappa astratta<String, String> | getValoriEsterni () Utilizzare invece getExternalValuesMap() . |
| astratto int | getExternalValuesCount () Value names referenced by but external to this context. |
| mappa astratta<String, String> | getMappaValoriEsterni () Value names referenced by but external to this context. |
| stringa astratta | getExternalValuesOrDefault (chiave String, String defaultValue) Value names referenced by but external to this context. |
| stringa astratta | getExternalValuesOrThrow (chiave String) Value names referenced by but external to this context. |
| stringa astratta | getValues (indice int) Value names that have been seen in this context. |
| astratto com.google.protobuf.ByteString | getValuesBytes (indice int) Value names that have been seen in this context. |
| astratto int | getValuesCount () Value names that have been seen in this context. |
| Elenco astratto<String> | getValuesList () Value names that have been seen in this context. |
Metodi pubblici
booleano astratto pubblico contieneExternalValues (chiave String)
Value names referenced by but external to this context.
map<string, string> external_values = 2; public abstract Map<String, String> getExternalValues ()
Utilizzare invece getExternalValuesMap() .
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 (chiave String, String defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2; public abstract String getExternalValuesOrThrow (chiave String)
Value names referenced by but external to this context.
map<string, string> external_values = 2; public abstract String getValues (indice int)
Value names that have been seen in this context.
repeated string values = 1; abstract pubblico com.google.protobuf.ByteString getValuesBytes (indice int)
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;