public interface RouterStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RouterStatus.BgpPeerStatus |
getBgpPeerStatus(int index)
A list of BgpPeerStatus objects, describing all BGP peers related to this
router.
|
int |
getBgpPeerStatusCount()
A list of BgpPeerStatus objects, describing all BGP peers related to this
router.
|
List<RouterStatus.BgpPeerStatus> |
getBgpPeerStatusList()
A list of BgpPeerStatus objects, describing all BGP peers related to this
router.
|
RouterStatus.BgpPeerStatusOrBuilder |
getBgpPeerStatusOrBuilder(int index)
A list of BgpPeerStatus objects, describing all BGP peers related to this
router.
|
List<? extends RouterStatus.BgpPeerStatusOrBuilder> |
getBgpPeerStatusOrBuilderList()
A list of BgpPeerStatus objects, describing all BGP peers related to this
router.
|
String |
getNetwork()
The canonical name of the network to which this router belongs.
|
com.google.protobuf.ByteString |
getNetworkBytes()
The canonical name of the network to which this router belongs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNetwork()
The canonical name of the network to which this router belongs.
string network = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getNetworkBytes()
The canonical name of the network to which this router belongs.
string network = 1 [(.google.api.resource_reference) = { ... }List<RouterStatus.BgpPeerStatus> getBgpPeerStatusList()
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
repeated .google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus bgp_peer_status = 2;
RouterStatus.BgpPeerStatus getBgpPeerStatus(int index)
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
repeated .google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus bgp_peer_status = 2;
int getBgpPeerStatusCount()
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
repeated .google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus bgp_peer_status = 2;
List<? extends RouterStatus.BgpPeerStatusOrBuilder> getBgpPeerStatusOrBuilderList()
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
repeated .google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus bgp_peer_status = 2;
RouterStatus.BgpPeerStatusOrBuilder getBgpPeerStatusOrBuilder(int index)
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
repeated .google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus bgp_peer_status = 2;
Copyright © 2025 Google LLC. All rights reserved.