Package io.zeebe.exporter.proto
Interface Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstructionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction,Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction.Builder
- Enclosing class:
- Schema.ProcessInstanceModificationRecord
public static interface Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstructionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetElementId()string elementId = 2;com.google.protobuf.ByteStringgetElementIdBytes()string elementId = 2;com.google.protobuf.StructgetVariables().google.protobuf.Struct variables = 1;com.google.protobuf.StructOrBuildergetVariablesOrBuilder().google.protobuf.Struct variables = 1;booleanhasVariables().google.protobuf.Struct variables = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVariables
boolean hasVariables()
.google.protobuf.Struct variables = 1;
-
getVariables
com.google.protobuf.Struct getVariables()
.google.protobuf.Struct variables = 1;
-
getVariablesOrBuilder
com.google.protobuf.StructOrBuilder getVariablesOrBuilder()
.google.protobuf.Struct variables = 1;
-
getElementId
String getElementId()
string elementId = 2;
-
getElementIdBytes
com.google.protobuf.ByteString getElementIdBytes()
string elementId = 2;
-
-