public interface BgpRouteNetworkLayerReachabilityInformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPathId()
If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.
|
String |
getPrefix()
Human readable CIDR notation for a prefix.
|
com.google.protobuf.ByteString |
getPrefixBytes()
Human readable CIDR notation for a prefix.
|
boolean |
hasPathId()
If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.
|
boolean |
hasPrefix()
Human readable CIDR notation for a prefix.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPathId()
If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.
optional uint32 path_id = 282287989;int getPathId()
If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.
optional uint32 path_id = 282287989;boolean hasPrefix()
Human readable CIDR notation for a prefix. E.g. 10.42.0.0/16.
optional string prefix = 93631122;String getPrefix()
Human readable CIDR notation for a prefix. E.g. 10.42.0.0/16.
optional string prefix = 93631122;com.google.protobuf.ByteString getPrefixBytes()
Human readable CIDR notation for a prefix. E.g. 10.42.0.0/16.
optional string prefix = 93631122;Copyright © 2025 Google LLC. All rights reserved.