public static final class ProtobufMessages.Header extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<ProtobufMessages.Header> implements ProtobufMessages.HeaderOrBuilder
org.drools.core.marshalling.Header
Modifier and Type | Class and Description |
---|---|
static class |
ProtobufMessages.Header.Builder
Protobuf type
org.drools.core.marshalling.Header |
static class |
ProtobufMessages.Header.StrategyIndex
Protobuf type
org.drools.core.marshalling.Header.StrategyIndex |
static interface |
ProtobufMessages.Header.StrategyIndexOrBuilder |
com.google.protobuf.GeneratedMessageV3.ExtendableMessage.ExtensionWriter
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ProtobufMessages.Header> |
PARSER
Deprecated.
|
static int |
PAYLOAD_FIELD_NUMBER |
static int |
RUNTIME_CLASS_DEFINITIONS_FIELD_NUMBER |
static int |
SIGNATURE_FIELD_NUMBER |
static int |
STRATEGY_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ProtobufMessages.Header |
getDefaultInstance() |
ProtobufMessages.Header |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<ProtobufMessages.Header> |
getParserForType() |
com.google.protobuf.ByteString |
getPayload()
byte blobs
optional bytes payload = 10; |
ProtobufMessages.RuntimeClassDef |
getRuntimeClassDefinitions(int index)
classes generated after the KieBase compilation, which may be needed by the session
DROOLS-904
repeated .org.drools.core.marshalling.RuntimeClassDef runtime_class_definitions = 13; |
int |
getRuntimeClassDefinitionsCount()
classes generated after the KieBase compilation, which may be needed by the session
DROOLS-904
repeated .org.drools.core.marshalling.RuntimeClassDef runtime_class_definitions = 13; |
List<ProtobufMessages.RuntimeClassDef> |
getRuntimeClassDefinitionsList()
classes generated after the KieBase compilation, which may be needed by the session
DROOLS-904
repeated .org.drools.core.marshalling.RuntimeClassDef runtime_class_definitions = 13; |
ProtobufMessages.RuntimeClassDefOrBuilder |
getRuntimeClassDefinitionsOrBuilder(int index)
classes generated after the KieBase compilation, which may be needed by the session
DROOLS-904
repeated .org.drools.core.marshalling.RuntimeClassDef runtime_class_definitions = 13; |
List<? extends ProtobufMessages.RuntimeClassDefOrBuilder> |
getRuntimeClassDefinitionsOrBuilderList()
classes generated after the KieBase compilation, which may be needed by the session
DROOLS-904
repeated .org.drools.core.marshalling.RuntimeClassDef runtime_class_definitions = 13; |
int |
getSerializedSize() |
ProtobufMessages.Signature |
getSignature()
Signature to prevent security concerns
optional .org.drools.core.marshalling.Signature signature = 4; |
ProtobufMessages.SignatureOrBuilder |
getSignatureOrBuilder()
Signature to prevent security concerns
optional .org.drools.core.marshalling.Signature signature = 4; |
ProtobufMessages.Header.StrategyIndex |
getStrategy(int index)
The list of strategy classes used for this serialization
repeated .org.drools.core.marshalling.Header.StrategyIndex strategy = 9; |
int |
getStrategyCount()
The list of strategy classes used for this serialization
repeated .org.drools.core.marshalling.Header.StrategyIndex strategy = 9; |
List<ProtobufMessages.Header.StrategyIndex> |
getStrategyList()
The list of strategy classes used for this serialization
repeated .org.drools.core.marshalling.Header.StrategyIndex strategy = 9; |
ProtobufMessages.Header.StrategyIndexOrBuilder |
getStrategyOrBuilder(int index)
The list of strategy classes used for this serialization
repeated .org.drools.core.marshalling.Header.StrategyIndex strategy = 9; |
List<? extends ProtobufMessages.Header.StrategyIndexOrBuilder> |
getStrategyOrBuilderList()
The list of strategy classes used for this serialization
repeated .org.drools.core.marshalling.Header.StrategyIndex strategy = 9; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
ProtobufMessages.Version |
getVersion()
Drools version for which this message was created
optional .org.drools.core.marshalling.Version version = 1; |
ProtobufMessages.VersionOrBuilder |
getVersionOrBuilder()
Drools version for which this message was created
optional .org.drools.core.marshalling.Version version = 1; |
int |
hashCode() |
boolean |
hasPayload()
byte blobs
optional bytes payload = 10; |
boolean |
hasSignature()
Signature to prevent security concerns
optional .org.drools.core.marshalling.Signature signature = 4; |
boolean |
hasVersion()
Drools version for which this message was created
optional .org.drools.core.marshalling.Version version = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProtobufMessages.Header.Builder |
newBuilder() |
static ProtobufMessages.Header.Builder |
newBuilder(ProtobufMessages.Header prototype) |
ProtobufMessages.Header.Builder |
newBuilderForType() |
protected ProtobufMessages.Header.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ProtobufMessages.Header |
parseDelimitedFrom(InputStream input) |
static ProtobufMessages.Header |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Header |
parseFrom(byte[] data) |
static ProtobufMessages.Header |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Header |
parseFrom(ByteBuffer data) |
static ProtobufMessages.Header |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Header |
parseFrom(com.google.protobuf.ByteString data) |
static ProtobufMessages.Header |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Header |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtobufMessages.Header |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Header |
parseFrom(InputStream input) |
static ProtobufMessages.Header |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ProtobufMessages.Header> |
parser() |
ProtobufMessages.Header.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasExtension, hasExtension, hasField, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField, parseUnknownFieldProto3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getDescriptorForType, getOneofFieldDescriptor, hasOneof, internalGetMapField, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
public static final int VERSION_FIELD_NUMBER
public static final int SIGNATURE_FIELD_NUMBER
public static final int STRATEGY_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
public static final int RUNTIME_CLASS_DEFINITIONS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<ProtobufMessages.Header> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasVersion()
Drools version for which this message was created
optional .org.drools.core.marshalling.Version version = 1;
hasVersion
in interface ProtobufMessages.HeaderOrBuilder
public ProtobufMessages.Version getVersion()
Drools version for which this message was created
optional .org.drools.core.marshalling.Version version = 1;
getVersion
in interface ProtobufMessages.HeaderOrBuilder
public ProtobufMessages.VersionOrBuilder getVersionOrBuilder()
Drools version for which this message was created
optional .org.drools.core.marshalling.Version version = 1;
getVersionOrBuilder
in interface ProtobufMessages.HeaderOrBuilder
public boolean hasSignature()
Signature to prevent security concerns
optional .org.drools.core.marshalling.Signature signature = 4;
hasSignature
in interface ProtobufMessages.HeaderOrBuilder
public ProtobufMessages.Signature getSignature()
Signature to prevent security concerns
optional .org.drools.core.marshalling.Signature signature = 4;
getSignature
in interface ProtobufMessages.HeaderOrBuilder
public ProtobufMessages.SignatureOrBuilder getSignatureOrBuilder()
Signature to prevent security concerns
optional .org.drools.core.marshalling.Signature signature = 4;
getSignatureOrBuilder
in interface ProtobufMessages.HeaderOrBuilder
public List<ProtobufMessages.Header.StrategyIndex> getStrategyList()
The list of strategy classes used for this serialization
repeated .org.drools.core.marshalling.Header.StrategyIndex strategy = 9;
getStrategyList
in interface ProtobufMessages.HeaderOrBuilder
public List<? extends ProtobufMessages.Header.StrategyIndexOrBuilder> getStrategyOrBuilderList()
The list of strategy classes used for this serialization
repeated .org.drools.core.marshalling.Header.StrategyIndex strategy = 9;
getStrategyOrBuilderList
in interface ProtobufMessages.HeaderOrBuilder
public int getStrategyCount()
The list of strategy classes used for this serialization
repeated .org.drools.core.marshalling.Header.StrategyIndex strategy = 9;
getStrategyCount
in interface ProtobufMessages.HeaderOrBuilder
public ProtobufMessages.Header.StrategyIndex getStrategy(int index)
The list of strategy classes used for this serialization
repeated .org.drools.core.marshalling.Header.StrategyIndex strategy = 9;
getStrategy
in interface ProtobufMessages.HeaderOrBuilder
public ProtobufMessages.Header.StrategyIndexOrBuilder getStrategyOrBuilder(int index)
The list of strategy classes used for this serialization
repeated .org.drools.core.marshalling.Header.StrategyIndex strategy = 9;
getStrategyOrBuilder
in interface ProtobufMessages.HeaderOrBuilder
public boolean hasPayload()
byte blobs
optional bytes payload = 10;
hasPayload
in interface ProtobufMessages.HeaderOrBuilder
public com.google.protobuf.ByteString getPayload()
byte blobs
optional bytes payload = 10;
getPayload
in interface ProtobufMessages.HeaderOrBuilder
public List<ProtobufMessages.RuntimeClassDef> getRuntimeClassDefinitionsList()
classes generated after the KieBase compilation, which may be needed by the session DROOLS-904
repeated .org.drools.core.marshalling.RuntimeClassDef runtime_class_definitions = 13;
getRuntimeClassDefinitionsList
in interface ProtobufMessages.HeaderOrBuilder
public List<? extends ProtobufMessages.RuntimeClassDefOrBuilder> getRuntimeClassDefinitionsOrBuilderList()
classes generated after the KieBase compilation, which may be needed by the session DROOLS-904
repeated .org.drools.core.marshalling.RuntimeClassDef runtime_class_definitions = 13;
getRuntimeClassDefinitionsOrBuilderList
in interface ProtobufMessages.HeaderOrBuilder
public int getRuntimeClassDefinitionsCount()
classes generated after the KieBase compilation, which may be needed by the session DROOLS-904
repeated .org.drools.core.marshalling.RuntimeClassDef runtime_class_definitions = 13;
getRuntimeClassDefinitionsCount
in interface ProtobufMessages.HeaderOrBuilder
public ProtobufMessages.RuntimeClassDef getRuntimeClassDefinitions(int index)
classes generated after the KieBase compilation, which may be needed by the session DROOLS-904
repeated .org.drools.core.marshalling.RuntimeClassDef runtime_class_definitions = 13;
getRuntimeClassDefinitions
in interface ProtobufMessages.HeaderOrBuilder
public ProtobufMessages.RuntimeClassDefOrBuilder getRuntimeClassDefinitionsOrBuilder(int index)
classes generated after the KieBase compilation, which may be needed by the session DROOLS-904
repeated .org.drools.core.marshalling.RuntimeClassDef runtime_class_definitions = 13;
getRuntimeClassDefinitionsOrBuilder
in interface ProtobufMessages.HeaderOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage<ProtobufMessages.Header>
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ProtobufMessages.Header parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Header parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Header parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Header parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Header parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Header parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Header parseFrom(InputStream input) throws IOException
IOException
public static ProtobufMessages.Header parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.Header parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ProtobufMessages.Header parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.Header parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ProtobufMessages.Header parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ProtobufMessages.Header.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProtobufMessages.Header.Builder newBuilder()
public static ProtobufMessages.Header.Builder newBuilder(ProtobufMessages.Header prototype)
public ProtobufMessages.Header.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ProtobufMessages.Header.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static ProtobufMessages.Header getDefaultInstance()
public static com.google.protobuf.Parser<ProtobufMessages.Header> parser()
public com.google.protobuf.Parser<ProtobufMessages.Header> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ProtobufMessages.Header getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<ProtobufMessages.Header>
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.