public interface BgpRouteAsPathOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAsns(int index)
[Output only] ASNs in the path segment.
|
int |
getAsnsCount()
[Output only] ASNs in the path segment.
|
List<Integer> |
getAsnsList()
[Output only] ASNs in the path segment.
|
String |
getType()
[Output only] Type of AS-PATH segment (SEQUENCE or SET)
Check the Type enum for the list of possible values.
|
com.google.protobuf.ByteString |
getTypeBytes()
[Output only] Type of AS-PATH segment (SEQUENCE or SET)
Check the Type enum for the list of possible values.
|
boolean |
hasType()
[Output only] Type of AS-PATH segment (SEQUENCE or SET)
Check the Type enum for the list of possible values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Integer> getAsnsList()
[Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
repeated int32 asns = 3003767;int getAsnsCount()
[Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
repeated int32 asns = 3003767;int getAsns(int index)
[Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
repeated int32 asns = 3003767;index - The index of the element to return.boolean hasType()
[Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.
optional string type = 3575610;String getType()
[Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.
optional string type = 3575610;com.google.protobuf.ByteString getTypeBytes()
[Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.
optional string type = 3575610;Copyright © 2025 Google LLC. All rights reserved.