public static interface Seg.SegmentsRegistrationRequestOrBuilder
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,Seg.SegmentsRegistrationRequest.Segments> |
getSegments()
Deprecated.
|
int |
getSegmentsCount()
Mapping from path segment type to path segments.
|
Map<Integer,Seg.SegmentsRegistrationRequest.Segments> |
getSegmentsMap()
Mapping from path segment type to path segments.
|
Seg.SegmentsRegistrationRequest.Segments |
getSegmentsOrDefault(int key,
Seg.SegmentsRegistrationRequest.Segments defaultValue)
Mapping from path segment type to path segments.
|
Seg.SegmentsRegistrationRequest.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 SegmentType enum.
map<int32, .proto.control_plane.v1.SegmentsRegistrationRequest.Segments> segments = 1;boolean containsSegments(int key)
Mapping from path segment type to path segments. The key is the integer representation of the SegmentType enum.
map<int32, .proto.control_plane.v1.SegmentsRegistrationRequest.Segments> segments = 1;@Deprecated Map<Integer,Seg.SegmentsRegistrationRequest.Segments> getSegments()
getSegmentsMap() instead.Map<Integer,Seg.SegmentsRegistrationRequest.Segments> getSegmentsMap()
Mapping from path segment type to path segments. The key is the integer representation of the SegmentType enum.
map<int32, .proto.control_plane.v1.SegmentsRegistrationRequest.Segments> segments = 1;Seg.SegmentsRegistrationRequest.Segments getSegmentsOrDefault(int key, Seg.SegmentsRegistrationRequest.Segments defaultValue)
Mapping from path segment type to path segments. The key is the integer representation of the SegmentType enum.
map<int32, .proto.control_plane.v1.SegmentsRegistrationRequest.Segments> segments = 1;Seg.SegmentsRegistrationRequest.Segments getSegmentsOrThrow(int key)
Mapping from path segment type to path segments. The key is the integer representation of the SegmentType enum.
map<int32, .proto.control_plane.v1.SegmentsRegistrationRequest.Segments> segments = 1;Copyright © 2024. All rights reserved.