الواجهة العامة ValuesDefOrBuilder
| الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
| منطقية مجردة | يحتوي على القيم الخارجية (مفتاح السلسلة) Value names referenced by but external to this context. |
| خريطة مجردة <سلسلة، سلسلة> | الحصول على القيم الخارجية () استخدم getExternalValuesMap() بدلاً من ذلك. |
| كثافة العمليات مجردة | الحصول علىExternalValuesCount () Value names referenced by but external to this context. |
| خريطة مجردة <سلسلة، سلسلة> | الحصول علىExternalValuesMap () Value names referenced by but external to this context. |
| سلسلة مجردة | getExternalValuesOrDefault (مفتاح السلسلة، قيمة السلسلة الافتراضية) Value names referenced by but external to this context. |
| سلسلة مجردة | getExternalValuesOrThrow (مفتاح السلسلة) Value names referenced by but external to this context. |
| سلسلة مجردة | الحصول على القيم (مؤشر كثافة العمليات) Value names that have been seen in this context. |
| مجردة com.google.protobuf.ByteString | getValuesBytes (فهرس كثافة العمليات) Value names that have been seen in this context. |
| كثافة العمليات مجردة | الحصول على القيم () Value names that have been seen in this context. |
| قائمة مجردة <سلسلة> | قائمة القيم () Value names that have been seen in this context. |
الأساليب العامة
يحتوي الملخص المنطقي العام على القيم الخارجية (مفتاح السلسلة)
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 (مفتاح السلسلة، String 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)
Value names that have been seen in this context.
repeated string values = 1; الملخص العام com.google.protobuf.ByteString getValuesBytes (مؤشر int)
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;