public static interface Seg.SegmentInformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getSegmentId()
The 16-bit segment ID integer used for MAC computation.
|
long |
getTimestamp()
Segment creation time set by the originating AS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTimestamp()
Segment creation time set by the originating AS. Segment expiration time is computed relative to this timestamp. The timestamp is encoded as number of seconds elapsed since January 1, 1970 UTC.
int64 timestamp = 1;int getSegmentId()
The 16-bit segment ID integer used for MAC computation.
uint32 segment_id = 2;Copyright © 2024. All rights reserved.