public static interface Seg.PathSegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Seg.ASEntry |
getAsEntries(int index)
Entries of ASes on the path.
|
int |
getAsEntriesCount()
Entries of ASes on the path.
|
List<Seg.ASEntry> |
getAsEntriesList()
Entries of ASes on the path.
|
Seg.ASEntryOrBuilder |
getAsEntriesOrBuilder(int index)
Entries of ASes on the path.
|
List<? extends Seg.ASEntryOrBuilder> |
getAsEntriesOrBuilderList()
Entries of ASes on the path.
|
com.google.protobuf.ByteString |
getSegmentInfo()
The encoded SegmentInformation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getSegmentInfo()
The encoded SegmentInformation. It is used for signature input.
bytes segment_info = 1;List<Seg.ASEntry> getAsEntriesList()
Entries of ASes on the path.
repeated .proto.control_plane.v1.ASEntry as_entries = 2;Seg.ASEntry getAsEntries(int index)
Entries of ASes on the path.
repeated .proto.control_plane.v1.ASEntry as_entries = 2;int getAsEntriesCount()
Entries of ASes on the path.
repeated .proto.control_plane.v1.ASEntry as_entries = 2;List<? extends Seg.ASEntryOrBuilder> getAsEntriesOrBuilderList()
Entries of ASes on the path.
repeated .proto.control_plane.v1.ASEntry as_entries = 2;Seg.ASEntryOrBuilder getAsEntriesOrBuilder(int index)
Entries of ASes on the path.
repeated .proto.control_plane.v1.ASEntry as_entries = 2;Copyright © 2024. All rights reserved.