ממשק ציבורי ValuesDefOrBuilder
| תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
| בוליאני מופשט | containsExternalValues (מפתח מחרוזת) Value names referenced by but external to this context. |
| מפה מופשטת<String, String> | getExternalValues () השתמש ב- getExternalValuesMap() במקום זאת. |
| מופשט int | getExternalValuesCount () Value names referenced by but external to this context. |
| מפה מופשטת<String, String> | getExternalValuesMap () Value names referenced by but external to this context. |
| מחרוזת מופשטת | getExternalValuesOrDefault (מפתח מחרוזת, מחרוזת defaultValue) Value names referenced by but external to this context. |
| מחרוזת מופשטת | getExternalValuesOrThrow (מפתח מחרוזת) Value names referenced by but external to this context. |
| מחרוזת מופשטת | getValues (int index) Value names that have been seen in this context. |
| תקציר com.google.protobuf.ByteString | getValuesBytes (int index) Value names that have been seen in this context. |
| מופשט int | getValuesCount () Value names that have been seen in this context. |
| רשימה מופשטת<String> | getValuesList () Value names that have been seen in this context. |
שיטות ציבוריות
תקציר ציבורי בוליאני מכילExternalValues (מפתח מחרוזת)
Value names referenced by but external to this context.
map<string, string> external_values = 2; תקציר ציבורי int getExternalValuesCount ()
Value names referenced by but external to this context.
map<string, string> external_values = 2; תקציר ציבורי מפה<String, String> getExternalValuesMap ()
Value names referenced by but external to this context.
map<string, string> external_values = 2; תקציר ציבורי מחרוזת getExternalValuesOrDefault (מפתח מחרוזת, מחרוזת defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2; מחרוזת תקציר ציבורי getExternalValuesOrThrow (מפתח מחרוזת)
Value names referenced by but external to this context.
map<string, string> external_values = 2; תקציר ציבורי מחרוזת getValues (int index)
Value names that have been seen in this context.
repeated string values = 1; תקציר ציבורי com.google.protobuf.ByteString getValuesBytes (int index)
Value names that have been seen in this context.
repeated string values = 1; תקציר ציבורי int getValuesCount ()
Value names that have been seen in this context.
repeated string values = 1; רשימת תקציר ציבורית<String> getValuesList ()
Value names that have been seen in this context.
repeated string values = 1;