public static interface HiddenSegment.HiddenSegmentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSegments(int key)
Mapping from path segment type to path segments.
|
Map<Integer,HiddenSegment.Segments> |
getSegments()
Deprecated.
|
int |
getSegmentsCount()
Mapping from path segment type to path segments.
|
Map<Integer,HiddenSegment.Segments> |
getSegmentsMap()
Mapping from path segment type to path segments.
|
HiddenSegment.Segments |
getSegmentsOrDefault(int key,
HiddenSegment.Segments defaultValue)
Mapping from path segment type to path segments.
|
HiddenSegment.Segments |
getSegmentsOrThrow(int key)
Mapping from path segment type to path segments.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSegmentsCount()
Mapping from path segment type to path segments. The key is the integer representation of the control_plane.v1.SegmentType enum.
map<int32, .proto.hidden_segment.v1.Segments> segments = 1;boolean containsSegments(int key)
Mapping from path segment type to path segments. The key is the integer representation of the control_plane.v1.SegmentType enum.
map<int32, .proto.hidden_segment.v1.Segments> segments = 1;@Deprecated Map<Integer,HiddenSegment.Segments> getSegments()
getSegmentsMap() instead.Map<Integer,HiddenSegment.Segments> getSegmentsMap()
Mapping from path segment type to path segments. The key is the integer representation of the control_plane.v1.SegmentType enum.
map<int32, .proto.hidden_segment.v1.Segments> segments = 1;HiddenSegment.Segments getSegmentsOrDefault(int key, HiddenSegment.Segments defaultValue)
Mapping from path segment type to path segments. The key is the integer representation of the control_plane.v1.SegmentType enum.
map<int32, .proto.hidden_segment.v1.Segments> segments = 1;HiddenSegment.Segments getSegmentsOrThrow(int key)
Mapping from path segment type to path segments. The key is the integer representation of the control_plane.v1.SegmentType enum.
map<int32, .proto.hidden_segment.v1.Segments> segments = 1;Copyright © 2024. All rights reserved.