Send feedback
Class RouterStatus (1.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.29.0 keyboard_arrow_down
public final class RouterStatus extends GeneratedMessageV3 implements RouterStatusOrBuilder
Protobuf type google.cloud.compute.v1.RouterStatus
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
BEST_ROUTES_FIELD_NUMBER
public static final int BEST_ROUTES_FIELD_NUMBER
Field Value Type Description int
BEST_ROUTES_FOR_ROUTER_FIELD_NUMBER
public static final int BEST_ROUTES_FOR_ROUTER_FIELD_NUMBER
Field Value Type Description int
BGP_PEER_STATUS_FIELD_NUMBER
public static final int BGP_PEER_STATUS_FIELD_NUMBER
Field Value Type Description int
NAT_STATUS_FIELD_NUMBER
public static final int NAT_STATUS_FIELD_NUMBER
Field Value Type Description int
NETWORK_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static RouterStatus getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static RouterStatus . Builder newBuilder ()
newBuilder(RouterStatus prototype)
public static RouterStatus . Builder newBuilder ( RouterStatus prototype )
public static RouterStatus parseDelimitedFrom ( InputStream input )
public static RouterStatus parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static RouterStatus parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RouterStatus parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static RouterStatus parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RouterStatus parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static RouterStatus parseFrom ( CodedInputStream input )
public static RouterStatus parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static RouterStatus parseFrom ( InputStream input )
public static RouterStatus parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static RouterStatus parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RouterStatus parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<RouterStatus> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getBestRoutes(int index)
public Route getBestRoutes ( int index )
Best routes for this router's network.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;
Parameter Name Description index
int
Returns Type Description Route
getBestRoutesCount()
public int getBestRoutesCount ()
Best routes for this router's network.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;
Returns Type Description int
getBestRoutesForRouter(int index)
public Route getBestRoutesForRouter ( int index )
Best routes learned by this router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;
Parameter Name Description index
int
Returns Type Description Route
getBestRoutesForRouterCount()
public int getBestRoutesForRouterCount ()
Best routes learned by this router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;
Returns Type Description int
getBestRoutesForRouterList()
public List<Route> getBestRoutesForRouterList ()
Best routes learned by this router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;
getBestRoutesForRouterOrBuilder(int index)
public RouteOrBuilder getBestRoutesForRouterOrBuilder ( int index )
Best routes learned by this router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;
Parameter Name Description index
int
getBestRoutesForRouterOrBuilderList()
public List <? extends RouteOrBuilder > getBestRoutesForRouterOrBuilderList ()
Best routes learned by this router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;
Returns Type Description List <? extends com.google.cloud.compute.v1.RouteOrBuilder >
getBestRoutesList()
public List<Route> getBestRoutesList ()
Best routes for this router's network.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;
getBestRoutesOrBuilder(int index)
public RouteOrBuilder getBestRoutesOrBuilder ( int index )
Best routes for this router's network.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;
Parameter Name Description index
int
getBestRoutesOrBuilderList()
public List <? extends RouteOrBuilder > getBestRoutesOrBuilderList ()
Best routes for this router's network.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;
Returns Type Description List <? extends com.google.cloud.compute.v1.RouteOrBuilder >
getBgpPeerStatus(int index)
public RouterStatusBgpPeerStatus getBgpPeerStatus ( int index )
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Parameter Name Description index
int
getBgpPeerStatusCount()
public int getBgpPeerStatusCount ()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Returns Type Description int
getBgpPeerStatusList()
public List<RouterStatusBgpPeerStatus> getBgpPeerStatusList ()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
getBgpPeerStatusOrBuilder(int index)
public RouterStatusBgpPeerStatusOrBuilder getBgpPeerStatusOrBuilder ( int index )
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Parameter Name Description index
int
getBgpPeerStatusOrBuilderList()
public List <? extends RouterStatusBgpPeerStatusOrBuilder > getBgpPeerStatusOrBuilderList ()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Returns Type Description List <? extends com.google.cloud.compute.v1.RouterStatusBgpPeerStatusOrBuilder >
getDefaultInstanceForType()
public RouterStatus getDefaultInstanceForType ()
getNatStatus(int index)
public RouterStatusNatStatus getNatStatus ( int index )
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Parameter Name Description index
int
getNatStatusCount()
public int getNatStatusCount ()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Returns Type Description int
getNatStatusList()
public List<RouterStatusNatStatus> getNatStatusList ()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
getNatStatusOrBuilder(int index)
public RouterStatusNatStatusOrBuilder getNatStatusOrBuilder ( int index )
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Parameter Name Description index
int
getNatStatusOrBuilderList()
public List <? extends RouterStatusNatStatusOrBuilder > getNatStatusOrBuilderList ()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Returns Type Description List <? extends com.google.cloud.compute.v1.RouterStatusNatStatusOrBuilder >
getNetwork()
public String getNetwork ()
URI of the network to which this router belongs.
optional string network = 232872494;
Returns Type Description String
The network.
getNetworkBytes()
public ByteString getNetworkBytes ()
URI of the network to which this router belongs.
optional string network = 232872494;
Returns Type Description ByteString
The bytes for network.
getParserForType()
public Parser<RouterStatus> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hasNetwork()
public boolean hasNetwork ()
URI of the network to which this router belongs.
optional string network = 232872494;
Returns Type Description boolean
Whether the network field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public RouterStatus . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RouterStatus . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public RouterStatus . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]