Package com.google.protobuf
Interface AnyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Any,Any.Builder
@Generated public interface AnyOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTypeUrl()string type_url = 1 [json_name = "typeUrl"];com.google.protobuf.ByteStringgetTypeUrlBytes()string type_url = 1 [json_name = "typeUrl"];com.google.protobuf.ByteStringgetValue()bytes value = 2 [json_name = "value"];
-
-
-
Method Detail
-
getTypeUrl
java.lang.String getTypeUrl()
string type_url = 1 [json_name = "typeUrl"];- Returns:
- The typeUrl.
-
getTypeUrlBytes
com.google.protobuf.ByteString getTypeUrlBytes()
string type_url = 1 [json_name = "typeUrl"];- Returns:
- The bytes for typeUrl.
-
getValue
com.google.protobuf.ByteString getValue()
bytes value = 2 [json_name = "value"];- Returns:
- The value.
-
-