public interface SerializedObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getData()
optional bytes data = 3; |
String |
getRevision()
optional string revision = 2; |
com.google.protobuf.ByteString |
getRevisionBytes()
optional string revision = 2; |
String |
getType()
optional string type = 1; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getType()
optional string type = 1;
com.google.protobuf.ByteString getTypeBytes()
optional string type = 1;
String getRevision()
optional string revision = 2;
com.google.protobuf.ByteString getRevisionBytes()
optional string revision = 2;
com.google.protobuf.ByteString getData()
optional bytes data = 3;
Copyright © 2010–2018. All rights reserved.