ValuesDefOrBuilder

общедоступный интерфейс ValuesDefOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактное логическое значение
содержитExternalValues ​​(строковый ключ)
 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 (строковый ключ, строковое значение по умолчанию)
 Value names referenced by but external to this context.
абстрактная строка
getExternalValuesOrThrow (строковый ключ)
 Value names referenced by but external to this context.
абстрактная строка
getValues ​​(целочисленный индекс)
 Value names that have been seen in this context.
абстрактный com.google.protobuf.ByteString
getValuesBytes (индекс целого числа)
 Value names that have been seen in this context.
абстрактный int
getValuesCount ()
 Value names that have been seen in this context.
абстрактный список<String>
получитьСписокЗначений ()
 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;

публичная абстрактная Map<String, String> getExternalValues ​​()

Вместо этого используйте getExternalValuesMap() .

публичный абстрактный int getExternalValuesCount ()

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

публичная абстрактная Map<String, String> getExternalValuesMap ()

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

общедоступная абстрактная строка getExternalValuesOrDefault (строковый ключ, строковое значение по умолчанию)

 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;