Uses of Class
org.drools.serialization.protobuf.ProtobufMessages.ProcessData
-
Packages that use ProtobufMessages.ProcessData Package Description org.drools.serialization.protobuf -
-
Uses of ProtobufMessages.ProcessData in org.drools.serialization.protobuf
Fields in org.drools.serialization.protobuf with type parameters of type ProtobufMessages.ProcessData Modifier and Type Field Description static com.google.protobuf.Parser<ProtobufMessages.ProcessData>ProtobufMessages.ProcessData. PARSERDeprecated.Methods in org.drools.serialization.protobuf that return ProtobufMessages.ProcessData Modifier and Type Method Description ProtobufMessages.ProcessDataProtobufMessages.ProcessData.Builder. build()ProtobufMessages.ProcessDataProtobufMessages.ProcessData.Builder. buildPartial()static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. getDefaultInstance()ProtobufMessages.ProcessDataProtobufMessages.ProcessData.Builder. getDefaultInstanceForType()ProtobufMessages.ProcessDataProtobufMessages.ProcessData. getDefaultInstanceForType()ProtobufMessages.ProcessDataProtobufMessages.KnowledgeSession.Builder. getProcessData()optional .org.drools.serialization.protobuf.ProcessData process_data = 4;ProtobufMessages.ProcessDataProtobufMessages.KnowledgeSession. getProcessData()optional .org.drools.serialization.protobuf.ProcessData process_data = 4;ProtobufMessages.ProcessDataProtobufMessages.KnowledgeSessionOrBuilder. getProcessData()optional .org.drools.serialization.protobuf.ProcessData process_data = 4;static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseDelimitedFrom(InputStream input)static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseFrom(byte[] data)static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseFrom(com.google.protobuf.ByteString data)static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseFrom(com.google.protobuf.CodedInputStream input)static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseFrom(InputStream input)static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseFrom(ByteBuffer data)static ProtobufMessages.ProcessDataProtobufMessages.ProcessData. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.drools.serialization.protobuf that return types with arguments of type ProtobufMessages.ProcessData Modifier and Type Method Description com.google.protobuf.Parser<ProtobufMessages.ProcessData>ProtobufMessages.ProcessData. getParserForType()static com.google.protobuf.Parser<ProtobufMessages.ProcessData>ProtobufMessages.ProcessData. parser()Methods in org.drools.serialization.protobuf with parameters of type ProtobufMessages.ProcessData Modifier and Type Method Description ProtobufMessages.ProcessData.BuilderProtobufMessages.ProcessData.Builder. mergeFrom(ProtobufMessages.ProcessData other)ProtobufMessages.KnowledgeSession.BuilderProtobufMessages.KnowledgeSession.Builder. mergeProcessData(ProtobufMessages.ProcessData value)optional .org.drools.serialization.protobuf.ProcessData process_data = 4;static ProtobufMessages.ProcessData.BuilderProtobufMessages.ProcessData. newBuilder(ProtobufMessages.ProcessData prototype)ProtobufMessages.KnowledgeSession.BuilderProtobufMessages.KnowledgeSession.Builder. setProcessData(ProtobufMessages.ProcessData value)optional .org.drools.serialization.protobuf.ProcessData process_data = 4;Method parameters in org.drools.serialization.protobuf with type arguments of type ProtobufMessages.ProcessData Modifier and Type Method Description <Type> ProtobufMessages.ProcessData.BuilderProtobufMessages.ProcessData.Builder. addExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<ProtobufMessages.ProcessData,List<Type>> extension, Type value)<Type> ProtobufMessages.ProcessData.BuilderProtobufMessages.ProcessData.Builder. clearExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<ProtobufMessages.ProcessData,?> extension)<Type> ProtobufMessages.ProcessData.BuilderProtobufMessages.ProcessData.Builder. setExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<ProtobufMessages.ProcessData,List<Type>> extension, int index, Type value)<Type> ProtobufMessages.ProcessData.BuilderProtobufMessages.ProcessData.Builder. setExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<ProtobufMessages.ProcessData,Type> extension, Type value)
-