public interface SerializedObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getData()
The actual data representing the object in serialized form.
|
String |
getRevision()
The revision of the serialized form of the given type.
|
com.google.protobuf.ByteString |
getRevisionBytes()
The revision of the serialized form of the given type.
|
String |
getType()
The type identifier of the serialized object.
|
com.google.protobuf.ByteString |
getTypeBytes()
The type identifier of the serialized object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getType()
The type identifier of the serialized object.
string type = 1;com.google.protobuf.ByteString getTypeBytes()
The type identifier of the serialized object.
string type = 1;String getRevision()
The revision of the serialized form of the given type.
string revision = 2;com.google.protobuf.ByteString getRevisionBytes()
The revision of the serialized form of the given type.
string revision = 2;com.google.protobuf.ByteString getData()
The actual data representing the object in serialized form.
bytes data = 3;Copyright © 2010–2020. All rights reserved.