public static interface SequenceInfo.SequenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getClosed()
Only true when the emitter is closed and emits its final sign-off
event.
|
Range |
getRanges(int index)
repeated .auditlog.v2.Range ranges = 1 [(.confluent.protobuf.field_meta) = { ... |
int |
getRangesCount()
repeated .auditlog.v2.Range ranges = 1 [(.confluent.protobuf.field_meta) = { ... |
List<Range> |
getRangesList()
repeated .auditlog.v2.Range ranges = 1 [(.confluent.protobuf.field_meta) = { ... |
RangeOrBuilder |
getRangesOrBuilder(int index)
repeated .auditlog.v2.Range ranges = 1 [(.confluent.protobuf.field_meta) = { ... |
List<? extends RangeOrBuilder> |
getRangesOrBuilderList()
repeated .auditlog.v2.Range ranges = 1 [(.confluent.protobuf.field_meta) = { ... |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Range> getRangesList()
repeated .auditlog.v2.Range ranges = 1 [(.confluent.protobuf.field_meta) = { ... }
Range getRanges(int index)
repeated .auditlog.v2.Range ranges = 1 [(.confluent.protobuf.field_meta) = { ... }
int getRangesCount()
repeated .auditlog.v2.Range ranges = 1 [(.confluent.protobuf.field_meta) = { ... }
List<? extends RangeOrBuilder> getRangesOrBuilderList()
repeated .auditlog.v2.Range ranges = 1 [(.confluent.protobuf.field_meta) = { ... }
RangeOrBuilder getRangesOrBuilder(int index)
repeated .auditlog.v2.Range ranges = 1 [(.confluent.protobuf.field_meta) = { ... }
boolean getClosed()
Only true when the emitter is closed and emits its final sign-off event.
bool closed = 2 [(.confluent.protobuf.field_meta) = { ... }