Package io.zeebe.exporter.proto
Interface Schema.DeploymentRecord.ProcessMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.DeploymentRecord.ProcessMetadata,Schema.DeploymentRecord.ProcessMetadata.Builder
- Enclosing class:
- Schema.DeploymentRecord
public static interface Schema.DeploymentRecord.ProcessMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBpmnProcessId()string bpmnProcessId = 1;com.google.protobuf.ByteStringgetBpmnProcessIdBytes()string bpmnProcessId = 1;com.google.protobuf.ByteStringgetChecksum()bytes checksum = 6;booleangetIsDuplicate()bool isDuplicate = 7;longgetProcessDefinitionKey()int64 processDefinitionKey = 3;StringgetResourceName()string resourceName = 5;com.google.protobuf.ByteStringgetResourceNameBytes()string resourceName = 5;intgetVersion()int32 version = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBpmnProcessId
String getBpmnProcessId()
string bpmnProcessId = 1;
-
getBpmnProcessIdBytes
com.google.protobuf.ByteString getBpmnProcessIdBytes()
string bpmnProcessId = 1;
-
getVersion
int getVersion()
int32 version = 2;
-
getProcessDefinitionKey
long getProcessDefinitionKey()
int64 processDefinitionKey = 3;
-
getResourceName
String getResourceName()
string resourceName = 5;
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
string resourceName = 5;
-
getChecksum
com.google.protobuf.ByteString getChecksum()
bytes checksum = 6;
-
getIsDuplicate
boolean getIsDuplicate()
bool isDuplicate = 7;
-
-