ValuesDefOrBuilder

공용 인터페이스 ValuesDefOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 부울
containExternalValues (문자열 키)
 Value names referenced by but external to this context.
추상 맵<문자열, 문자열>
getExternalValues ()
대신 getExternalValuesMap() 사용하세요.
추상 정수
getExternalValuesCount ()
 Value names referenced by but external to this context.
추상 맵<문자열, 문자열>
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 (정수 인덱스)
 Value names that have been seen in this context.
추상 com.google.protobuf.ByteString
getValuesBytes (정수 인덱스)
 Value names that have been seen in this context.
추상 정수
getValuesCount ()
 Value names that have been seen in this context.
추상 목록<문자열>
getValuesList ()
 Value names that have been seen in this context.

공개 방법

공개 추상 부울 containExternalValues (문자열 키)

 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 (문자열 키, 문자열 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;

공개 추상 List<String> getValuesList ()

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