อินเทอร์เฟซสาธารณะ ValuesDefOrBuilder
| คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
| บูลีนนามธรรม | containsExternalValues (คีย์สตริง) Value names referenced by but external to this context. |
| แผนที่นามธรรม <String, String> | รับค่าภายนอก () ใช้ getExternalValuesMap() แทน |
| บทคัดย่อ | 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) Value names that have been seen in this context. |
| นามธรรม com.google.protobuf.ByteString | getValuesBytes (ดัชนี int) 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. |
วิธีการสาธารณะ
บูลีนนามธรรมสาธารณะ containsExternalValues (คีย์สตริง)
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)
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; รายการนามธรรมสาธารณะ getValuesList ()
Value names that have been seen in this context.
repeated string values = 1;