public interface BgpRouteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BgpRouteAsPath |
getAsPaths(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
int |
getAsPathsCount()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
List<BgpRouteAsPath> |
getAsPathsList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRouteAsPathOrBuilder |
getAsPathsOrBuilder(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
List<? extends BgpRouteAsPathOrBuilder> |
getAsPathsOrBuilderList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
String |
getCommunities(int index)
[Output only] BGP communities in human-readable A:B format.
|
com.google.protobuf.ByteString |
getCommunitiesBytes(int index)
[Output only] BGP communities in human-readable A:B format.
|
int |
getCommunitiesCount()
[Output only] BGP communities in human-readable A:B format.
|
List<String> |
getCommunitiesList()
[Output only] BGP communities in human-readable A:B format.
|
BgpRouteNetworkLayerReachabilityInformation |
getDestination()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
|
BgpRouteNetworkLayerReachabilityInformationOrBuilder |
getDestinationOrBuilder()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
|
int |
getMed()
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980; |
String |
getOrigin()
[Output only] BGP origin (EGP, IGP or INCOMPLETE)
Check the Origin enum for the list of possible values.
|
com.google.protobuf.ByteString |
getOriginBytes()
[Output only] BGP origin (EGP, IGP or INCOMPLETE)
Check the Origin enum for the list of possible values.
|
boolean |
hasDestination()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
|
boolean |
hasMed()
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980; |
boolean |
hasOrigin()
[Output only] BGP origin (EGP, IGP or INCOMPLETE)
Check the Origin enum for the list of possible values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<BgpRouteAsPath> getAsPathsList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;BgpRouteAsPath getAsPaths(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;int getAsPathsCount()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;List<? extends BgpRouteAsPathOrBuilder> getAsPathsOrBuilderList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;BgpRouteAsPathOrBuilder getAsPathsOrBuilder(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;List<String> getCommunitiesList()
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;int getCommunitiesCount()
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;String getCommunities(int index)
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;index - The index of the element to return.com.google.protobuf.ByteString getCommunitiesBytes(int index)
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;index - The index of the value to return.boolean hasDestination()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
BgpRouteNetworkLayerReachabilityInformation getDestination()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
BgpRouteNetworkLayerReachabilityInformationOrBuilder getDestinationOrBuilder()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
boolean hasMed()
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980;int getMed()
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980;boolean hasOrigin()
[Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
optional string origin = 65122086;String getOrigin()
[Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
optional string origin = 65122086;com.google.protobuf.ByteString getOriginBytes()
[Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
optional string origin = 65122086;Copyright © 2025 Google LLC. All rights reserved.