ValuesDefOrBuilder

パブリック インターフェイスValuesDefOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
containsExternalValues (文字列キー)
 Value names referenced by but external to this context.
抽象マップ<String, String>
get外部値()
代わりにgetExternalValuesMap()を使用してください。
抽象整数
get外部値カウント()
 Value names referenced by but external to this context.
抽象マップ<String, String>
get外部値マップ()
 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.
抽象整数
getValuesCount ()
 Value names that have been seen in this context.
抽象リスト<String>
getValuesList ()
 Value names that have been seen in this context.

パブリックメソッド

public abstract boolean containsExternalValues (文字列キー)

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

public abstract Map<String, String> getExternalValues ()

代わりに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 (文字列キー、文字列defaultValue)

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

public abstract String getExternalValuesOrThrow (文字列キー)

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

public abstract String getValues (int インデックス)

 Value names that have been seen in this context.
 
repeated string values = 1;

public abstract com.google.protobuf.ByteString getValuesBytes (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;

パブリック抽象 List<String> getValuesList ()

 Value names that have been seen in this context.
 
repeated string values = 1;