public interface ExchangedPeeringRouteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestRange()
The destination range of the route.
|
com.google.protobuf.ByteString |
getDestRangeBytes()
The destination range of the route.
|
boolean |
getImported()
True if the peering route has been imported from a peer.
|
String |
getNextHopRegion()
The region of peering route next hop, only applies to dynamic routes.
|
com.google.protobuf.ByteString |
getNextHopRegionBytes()
The region of peering route next hop, only applies to dynamic routes.
|
int |
getPriority()
The priority of the peering route.
|
String |
getType()
The type of the peering route.
|
com.google.protobuf.ByteString |
getTypeBytes()
The type of the peering route.
|
boolean |
hasDestRange()
The destination range of the route.
|
boolean |
hasImported()
True if the peering route has been imported from a peer.
|
boolean |
hasNextHopRegion()
The region of peering route next hop, only applies to dynamic routes.
|
boolean |
hasPriority()
The priority of the peering route.
|
boolean |
hasType()
The type of the peering route.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDestRange()
The destination range of the route.
optional string dest_range = 381327712;String getDestRange()
The destination range of the route.
optional string dest_range = 381327712;com.google.protobuf.ByteString getDestRangeBytes()
The destination range of the route.
optional string dest_range = 381327712;boolean hasImported()
True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.
optional bool imported = 114502404;boolean getImported()
True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.
optional bool imported = 114502404;boolean hasNextHopRegion()
The region of peering route next hop, only applies to dynamic routes.
optional string next_hop_region = 122577014;String getNextHopRegion()
The region of peering route next hop, only applies to dynamic routes.
optional string next_hop_region = 122577014;com.google.protobuf.ByteString getNextHopRegionBytes()
The region of peering route next hop, only applies to dynamic routes.
optional string next_hop_region = 122577014;boolean hasPriority()
The priority of the peering route.
optional uint32 priority = 445151652;int getPriority()
The priority of the peering route.
optional uint32 priority = 445151652;boolean hasType()
The type of the peering route. Check the Type enum for the list of possible values.
optional string type = 3575610;String getType()
The type of the peering route. Check the Type enum for the list of possible values.
optional string type = 3575610;com.google.protobuf.ByteString getTypeBytes()
The type of the peering route. Check the Type enum for the list of possible values.
optional string type = 3575610;Copyright © 2023 Google LLC. All rights reserved.