public interface SequenceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsSequences(String key)
Keys uniquely identify the sequence.
|
Map<String,SequenceInfo.Sequence> |
getSequences()
Deprecated.
|
int |
getSequencesCount()
Keys uniquely identify the sequence.
|
Map<String,SequenceInfo.Sequence> |
getSequencesMap()
Keys uniquely identify the sequence.
|
SequenceInfo.Sequence |
getSequencesOrDefault(String key,
SequenceInfo.Sequence defaultValue)
Keys uniquely identify the sequence.
|
SequenceInfo.Sequence |
getSequencesOrThrow(String key)
Keys uniquely identify the sequence.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getSequencesCount()
Keys uniquely identify the sequence. Values are sets of ranges of sequence numbers.
map<string, .auditlog.v2.SequenceInfo.Sequence> sequences = 1 [(.confluent.protobuf.field_meta) = { ... }
boolean containsSequences(String key)
Keys uniquely identify the sequence. Values are sets of ranges of sequence numbers.
map<string, .auditlog.v2.SequenceInfo.Sequence> sequences = 1 [(.confluent.protobuf.field_meta) = { ... }
@Deprecated Map<String,SequenceInfo.Sequence> getSequences()
getSequencesMap()
instead.Map<String,SequenceInfo.Sequence> getSequencesMap()
Keys uniquely identify the sequence. Values are sets of ranges of sequence numbers.
map<string, .auditlog.v2.SequenceInfo.Sequence> sequences = 1 [(.confluent.protobuf.field_meta) = { ... }
SequenceInfo.Sequence getSequencesOrDefault(String key, SequenceInfo.Sequence defaultValue)
Keys uniquely identify the sequence. Values are sets of ranges of sequence numbers.
map<string, .auditlog.v2.SequenceInfo.Sequence> sequences = 1 [(.confluent.protobuf.field_meta) = { ... }
SequenceInfo.Sequence getSequencesOrThrow(String key)
Keys uniquely identify the sequence. Values are sets of ranges of sequence numbers.
map<string, .auditlog.v2.SequenceInfo.Sequence> sequences = 1 [(.confluent.protobuf.field_meta) = { ... }