public static interface Seg.SegmentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSegments(int key)
Mapping from path segment type to path segments.
|
com.google.protobuf.ByteString |
getDeprecatedSignedRevocations(int index)
Deprecated list of signed revocations.
|
int |
getDeprecatedSignedRevocationsCount()
Deprecated list of signed revocations.
|
List<com.google.protobuf.ByteString> |
getDeprecatedSignedRevocationsList()
Deprecated list of signed revocations.
|
Map<Integer,Seg.SegmentsResponse.Segments> |
getSegments()
Deprecated.
|
int |
getSegmentsCount()
Mapping from path segment type to path segments.
|
Map<Integer,Seg.SegmentsResponse.Segments> |
getSegmentsMap()
Mapping from path segment type to path segments.
|
Seg.SegmentsResponse.Segments |
getSegmentsOrDefault(int key,
Seg.SegmentsResponse.Segments defaultValue)
Mapping from path segment type to path segments.
|
Seg.SegmentsResponse.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.SegmentsResponse.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.SegmentsResponse.Segments> segments = 1;@Deprecated Map<Integer,Seg.SegmentsResponse.Segments> getSegments()
getSegmentsMap() instead.Map<Integer,Seg.SegmentsResponse.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.SegmentsResponse.Segments> segments = 1;Seg.SegmentsResponse.Segments getSegmentsOrDefault(int key, Seg.SegmentsResponse.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.SegmentsResponse.Segments> segments = 1;Seg.SegmentsResponse.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.SegmentsResponse.Segments> segments = 1;List<com.google.protobuf.ByteString> getDeprecatedSignedRevocationsList()
Deprecated list of signed revocations. Will be removed with header v1.
repeated bytes deprecated_signed_revocations = 1000;int getDeprecatedSignedRevocationsCount()
Deprecated list of signed revocations. Will be removed with header v1.
repeated bytes deprecated_signed_revocations = 1000;com.google.protobuf.ByteString getDeprecatedSignedRevocations(int index)
Deprecated list of signed revocations. Will be removed with header v1.
repeated bytes deprecated_signed_revocations = 1000;index - The index of the element to return.Copyright © 2024. All rights reserved.