public interface TypedMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getType()
The name of the message type, retrieved from protobuf API.
|
com.google.protobuf.ByteString |
getTypeBytes()
The name of the message type, retrieved from protobuf API.
|
com.google.protobuf.ByteString |
getValue()
Serialized proto message.
|
String getType()
The name of the message type, retrieved from protobuf API.
string type = 1;com.google.protobuf.ByteString getTypeBytes()
The name of the message type, retrieved from protobuf API.
string type = 1;com.google.protobuf.ByteString getValue()
Serialized proto message.
bytes value = 2;Copyright © 2019. All rights reserved.