Package io.zeebe.exporter.proto
Interface Schema.JobRecordOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.JobRecord,Schema.JobRecord.Builder
- Enclosing class:
- Schema
public static interface Schema.JobRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBpmnProcessId()string bpmnProcessId = 11;com.google.protobuf.ByteStringgetBpmnProcessIdBytes()string bpmnProcessId = 11;com.google.protobuf.StructgetCustomHeaders().google.protobuf.Struct customHeaders = 7;com.google.protobuf.StructOrBuildergetCustomHeadersOrBuilder().google.protobuf.Struct customHeaders = 7;longgetDeadline()int64 deadline = 5;StringgetElementId()string elementId = 9;com.google.protobuf.ByteStringgetElementIdBytes()string elementId = 9;longgetElementInstanceKey()int64 elementInstanceKey = 10;StringgetErrorMessage()string errorMessage = 6;com.google.protobuf.ByteStringgetErrorMessageBytes()string errorMessage = 6;Schema.RecordMetadatagetMetadata().exporter_protocol.RecordMetadata metadata = 1;Schema.RecordMetadataOrBuildergetMetadataOrBuilder().exporter_protocol.RecordMetadata metadata = 1;longgetProcessDefinitionKey()int64 processDefinitionKey = 14;longgetProcessInstanceKey()int64 processInstanceKey = 13;intgetRetries()int32 retries = 4;StringgetType()string type = 2;com.google.protobuf.ByteStringgetTypeBytes()string type = 2;com.google.protobuf.StructgetVariables().google.protobuf.Struct variables = 8;com.google.protobuf.StructOrBuildergetVariablesOrBuilder().google.protobuf.Struct variables = 8;StringgetWorker()string worker = 3;com.google.protobuf.ByteStringgetWorkerBytes()string worker = 3;intgetWorkflowDefinitionVersion()int32 workflowDefinitionVersion = 12;booleanhasCustomHeaders().google.protobuf.Struct customHeaders = 7;booleanhasMetadata().exporter_protocol.RecordMetadata metadata = 1;booleanhasVariables().google.protobuf.Struct variables = 8;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMetadata
boolean hasMetadata()
.exporter_protocol.RecordMetadata metadata = 1;
-
getMetadata
Schema.RecordMetadata getMetadata()
.exporter_protocol.RecordMetadata metadata = 1;
-
getMetadataOrBuilder
Schema.RecordMetadataOrBuilder getMetadataOrBuilder()
.exporter_protocol.RecordMetadata metadata = 1;
-
getType
String getType()
string type = 2;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2;
-
getWorker
String getWorker()
string worker = 3;
-
getWorkerBytes
com.google.protobuf.ByteString getWorkerBytes()
string worker = 3;
-
getRetries
int getRetries()
int32 retries = 4;
-
getDeadline
long getDeadline()
int64 deadline = 5;
-
getErrorMessage
String getErrorMessage()
string errorMessage = 6;
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()
string errorMessage = 6;
-
hasCustomHeaders
boolean hasCustomHeaders()
.google.protobuf.Struct customHeaders = 7;
-
getCustomHeaders
com.google.protobuf.Struct getCustomHeaders()
.google.protobuf.Struct customHeaders = 7;
-
getCustomHeadersOrBuilder
com.google.protobuf.StructOrBuilder getCustomHeadersOrBuilder()
.google.protobuf.Struct customHeaders = 7;
-
hasVariables
boolean hasVariables()
.google.protobuf.Struct variables = 8;
-
getVariables
com.google.protobuf.Struct getVariables()
.google.protobuf.Struct variables = 8;
-
getVariablesOrBuilder
com.google.protobuf.StructOrBuilder getVariablesOrBuilder()
.google.protobuf.Struct variables = 8;
-
getElementId
String getElementId()
string elementId = 9;
-
getElementIdBytes
com.google.protobuf.ByteString getElementIdBytes()
string elementId = 9;
-
getElementInstanceKey
long getElementInstanceKey()
int64 elementInstanceKey = 10;
-
getBpmnProcessId
String getBpmnProcessId()
string bpmnProcessId = 11;
-
getBpmnProcessIdBytes
com.google.protobuf.ByteString getBpmnProcessIdBytes()
string bpmnProcessId = 11;
-
getWorkflowDefinitionVersion
int getWorkflowDefinitionVersion()
int32 workflowDefinitionVersion = 12;
-
getProcessInstanceKey
long getProcessInstanceKey()
int64 processInstanceKey = 13;
-
getProcessDefinitionKey
long getProcessDefinitionKey()
int64 processDefinitionKey = 14;
-
-