Package io.zeebe.exporter.proto
Interface Schema.MessageRecordOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.MessageRecord,Schema.MessageRecord.Builder
- Enclosing class:
- Schema
public static interface Schema.MessageRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCorrelationKey()string correlationKey = 3;com.google.protobuf.ByteStringgetCorrelationKeyBytes()string correlationKey = 3;StringgetMessageId()string messageId = 4;com.google.protobuf.ByteStringgetMessageIdBytes()string messageId = 4;Schema.RecordMetadatagetMetadata().exporter_protocol.RecordMetadata metadata = 1;Schema.RecordMetadataOrBuildergetMetadataOrBuilder().exporter_protocol.RecordMetadata metadata = 1;StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;longgetTimeToLive()int64 timeToLive = 5;com.google.protobuf.StructgetVariables().google.protobuf.Struct variables = 6;com.google.protobuf.StructOrBuildergetVariablesOrBuilder().google.protobuf.Struct variables = 6;booleanhasMetadata().exporter_protocol.RecordMetadata metadata = 1;booleanhasVariables().google.protobuf.Struct variables = 6;-
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;
-
getName
String getName()
string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2;
-
getCorrelationKey
String getCorrelationKey()
string correlationKey = 3;
-
getCorrelationKeyBytes
com.google.protobuf.ByteString getCorrelationKeyBytes()
string correlationKey = 3;
-
getMessageId
String getMessageId()
string messageId = 4;
-
getMessageIdBytes
com.google.protobuf.ByteString getMessageIdBytes()
string messageId = 4;
-
getTimeToLive
long getTimeToLive()
int64 timeToLive = 5;
-
hasVariables
boolean hasVariables()
.google.protobuf.Struct variables = 6;
-
getVariables
com.google.protobuf.Struct getVariables()
.google.protobuf.Struct variables = 6;
-
getVariablesOrBuilder
com.google.protobuf.StructOrBuilder getVariablesOrBuilder()
.google.protobuf.Struct variables = 6;
-
-