public static final class RouterStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder> implements RouterStatusOrBuilder
Protobuf type
google.cloud.compute.v1.RouterStatus| Modifier and Type | Method and Description |
|---|---|
RouterStatus.Builder |
addAllBestRoutes(Iterable<? extends Route> values)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouterStatus.Builder |
addAllBestRoutesForRouter(Iterable<? extends Route> values)
A list of the best BGP routes learned by this Cloud Router.
|
RouterStatus.Builder |
addAllBgpPeerStatus(Iterable<? extends RouterStatusBgpPeerStatus> values)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatus.Builder |
addAllNatStatus(Iterable<? extends RouterStatusNatStatus> values)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatus.Builder |
addBestRoutes(int index,
Route.Builder builderForValue)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouterStatus.Builder |
addBestRoutes(int index,
Route value)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouterStatus.Builder |
addBestRoutes(Route.Builder builderForValue)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouterStatus.Builder |
addBestRoutes(Route value)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
Route.Builder |
addBestRoutesBuilder()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
Route.Builder |
addBestRoutesBuilder(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouterStatus.Builder |
addBestRoutesForRouter(int index,
Route.Builder builderForValue)
A list of the best BGP routes learned by this Cloud Router.
|
RouterStatus.Builder |
addBestRoutesForRouter(int index,
Route value)
A list of the best BGP routes learned by this Cloud Router.
|
RouterStatus.Builder |
addBestRoutesForRouter(Route.Builder builderForValue)
A list of the best BGP routes learned by this Cloud Router.
|
RouterStatus.Builder |
addBestRoutesForRouter(Route value)
A list of the best BGP routes learned by this Cloud Router.
|
Route.Builder |
addBestRoutesForRouterBuilder()
A list of the best BGP routes learned by this Cloud Router.
|
Route.Builder |
addBestRoutesForRouterBuilder(int index)
A list of the best BGP routes learned by this Cloud Router.
|
RouterStatus.Builder |
addBgpPeerStatus(int index,
RouterStatusBgpPeerStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatus.Builder |
addBgpPeerStatus(int index,
RouterStatusBgpPeerStatus value)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatus.Builder |
addBgpPeerStatus(RouterStatusBgpPeerStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatus.Builder |
addBgpPeerStatus(RouterStatusBgpPeerStatus value)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatusBgpPeerStatus.Builder |
addBgpPeerStatusBuilder()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatusBgpPeerStatus.Builder |
addBgpPeerStatusBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatus.Builder |
addNatStatus(int index,
RouterStatusNatStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatus.Builder |
addNatStatus(int index,
RouterStatusNatStatus value)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatus.Builder |
addNatStatus(RouterStatusNatStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatus.Builder |
addNatStatus(RouterStatusNatStatus value)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatusNatStatus.Builder |
addNatStatusBuilder()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatusNatStatus.Builder |
addNatStatusBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RouterStatus |
build() |
RouterStatus |
buildPartial() |
RouterStatus.Builder |
clear() |
RouterStatus.Builder |
clearBestRoutes()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouterStatus.Builder |
clearBestRoutesForRouter()
A list of the best BGP routes learned by this Cloud Router.
|
RouterStatus.Builder |
clearBgpPeerStatus()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RouterStatus.Builder |
clearNatStatus()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatus.Builder |
clearNetwork()
URI of the network to which this router belongs.
|
RouterStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RouterStatus.Builder |
clone() |
Route |
getBestRoutes(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
Route.Builder |
getBestRoutesBuilder(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
List<Route.Builder> |
getBestRoutesBuilderList()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
int |
getBestRoutesCount()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
Route |
getBestRoutesForRouter(int index)
A list of the best BGP routes learned by this Cloud Router.
|
Route.Builder |
getBestRoutesForRouterBuilder(int index)
A list of the best BGP routes learned by this Cloud Router.
|
List<Route.Builder> |
getBestRoutesForRouterBuilderList()
A list of the best BGP routes learned by this Cloud Router.
|
int |
getBestRoutesForRouterCount()
A list of the best BGP routes learned by this Cloud Router.
|
List<Route> |
getBestRoutesForRouterList()
A list of the best BGP routes learned by this Cloud Router.
|
RouteOrBuilder |
getBestRoutesForRouterOrBuilder(int index)
A list of the best BGP routes learned by this Cloud Router.
|
List<? extends RouteOrBuilder> |
getBestRoutesForRouterOrBuilderList()
A list of the best BGP routes learned by this Cloud Router.
|
List<Route> |
getBestRoutesList()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouteOrBuilder |
getBestRoutesOrBuilder(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
List<? extends RouteOrBuilder> |
getBestRoutesOrBuilderList()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouterStatusBgpPeerStatus |
getBgpPeerStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatusBgpPeerStatus.Builder |
getBgpPeerStatusBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
List<RouterStatusBgpPeerStatus.Builder> |
getBgpPeerStatusBuilderList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
int |
getBgpPeerStatusCount()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
List<RouterStatusBgpPeerStatus> |
getBgpPeerStatusList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatusBgpPeerStatusOrBuilder |
getBgpPeerStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
List<? extends RouterStatusBgpPeerStatusOrBuilder> |
getBgpPeerStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RouterStatusNatStatus |
getNatStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatusNatStatus.Builder |
getNatStatusBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
List<RouterStatusNatStatus.Builder> |
getNatStatusBuilderList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
int |
getNatStatusCount()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
List<RouterStatusNatStatus> |
getNatStatusList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatusNatStatusOrBuilder |
getNatStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
List<? extends RouterStatusNatStatusOrBuilder> |
getNatStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
String |
getNetwork()
URI of the network to which this router belongs.
|
com.google.protobuf.ByteString |
getNetworkBytes()
URI of the network to which this router belongs.
|
boolean |
hasNetwork()
URI of the network to which this router belongs.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RouterStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RouterStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
RouterStatus.Builder |
mergeFrom(RouterStatus other) |
RouterStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RouterStatus.Builder |
removeBestRoutes(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouterStatus.Builder |
removeBestRoutesForRouter(int index)
A list of the best BGP routes learned by this Cloud Router.
|
RouterStatus.Builder |
removeBgpPeerStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatus.Builder |
removeNatStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatus.Builder |
setBestRoutes(int index,
Route.Builder builderForValue)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouterStatus.Builder |
setBestRoutes(int index,
Route value)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouterStatus.Builder |
setBestRoutesForRouter(int index,
Route.Builder builderForValue)
A list of the best BGP routes learned by this Cloud Router.
|
RouterStatus.Builder |
setBestRoutesForRouter(int index,
Route value)
A list of the best BGP routes learned by this Cloud Router.
|
RouterStatus.Builder |
setBgpPeerStatus(int index,
RouterStatusBgpPeerStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatus.Builder |
setBgpPeerStatus(int index,
RouterStatusBgpPeerStatus value)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RouterStatus.Builder |
setNatStatus(int index,
RouterStatusNatStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatus.Builder |
setNatStatus(int index,
RouterStatusNatStatus value)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatus.Builder |
setNetwork(String value)
URI of the network to which this router belongs.
|
RouterStatus.Builder |
setNetworkBytes(com.google.protobuf.ByteString value)
URI of the network to which this router belongs.
|
RouterStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RouterStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>public RouterStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>public RouterStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RouterStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RouterStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RouterStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>public RouterStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>public RouterStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>public RouterStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>public RouterStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>public RouterStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>public RouterStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RouterStatus.Builder>public RouterStatus.Builder mergeFrom(RouterStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>public RouterStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RouterStatus.Builder>IOExceptionpublic List<Route> getBestRoutesList()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;getBestRoutesList in interface RouterStatusOrBuilderpublic int getBestRoutesCount()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;getBestRoutesCount in interface RouterStatusOrBuilderpublic Route getBestRoutes(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;getBestRoutes in interface RouterStatusOrBuilderpublic RouterStatus.Builder setBestRoutes(int index, Route value)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public RouterStatus.Builder setBestRoutes(int index, Route.Builder builderForValue)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public RouterStatus.Builder addBestRoutes(Route value)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public RouterStatus.Builder addBestRoutes(int index, Route value)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public RouterStatus.Builder addBestRoutes(Route.Builder builderForValue)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public RouterStatus.Builder addBestRoutes(int index, Route.Builder builderForValue)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public RouterStatus.Builder addAllBestRoutes(Iterable<? extends Route> values)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public RouterStatus.Builder clearBestRoutes()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public RouterStatus.Builder removeBestRoutes(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public Route.Builder getBestRoutesBuilder(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public RouteOrBuilder getBestRoutesOrBuilder(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;getBestRoutesOrBuilder in interface RouterStatusOrBuilderpublic List<? extends RouteOrBuilder> getBestRoutesOrBuilderList()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;getBestRoutesOrBuilderList in interface RouterStatusOrBuilderpublic Route.Builder addBestRoutesBuilder()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public Route.Builder addBestRoutesBuilder(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public List<Route.Builder> getBestRoutesBuilderList()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;public List<Route> getBestRoutesForRouterList()
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;getBestRoutesForRouterList in interface RouterStatusOrBuilderpublic int getBestRoutesForRouterCount()
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;getBestRoutesForRouterCount in interface RouterStatusOrBuilderpublic Route getBestRoutesForRouter(int index)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;getBestRoutesForRouter in interface RouterStatusOrBuilderpublic RouterStatus.Builder setBestRoutesForRouter(int index, Route value)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public RouterStatus.Builder setBestRoutesForRouter(int index, Route.Builder builderForValue)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public RouterStatus.Builder addBestRoutesForRouter(Route value)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public RouterStatus.Builder addBestRoutesForRouter(int index, Route value)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public RouterStatus.Builder addBestRoutesForRouter(Route.Builder builderForValue)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public RouterStatus.Builder addBestRoutesForRouter(int index, Route.Builder builderForValue)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public RouterStatus.Builder addAllBestRoutesForRouter(Iterable<? extends Route> values)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public RouterStatus.Builder clearBestRoutesForRouter()
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public RouterStatus.Builder removeBestRoutesForRouter(int index)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public Route.Builder getBestRoutesForRouterBuilder(int index)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public RouteOrBuilder getBestRoutesForRouterOrBuilder(int index)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;getBestRoutesForRouterOrBuilder in interface RouterStatusOrBuilderpublic List<? extends RouteOrBuilder> getBestRoutesForRouterOrBuilderList()
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;getBestRoutesForRouterOrBuilderList in interface RouterStatusOrBuilderpublic Route.Builder addBestRoutesForRouterBuilder()
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public Route.Builder addBestRoutesForRouterBuilder(int index)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public List<Route.Builder> getBestRoutesForRouterBuilderList()
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;public List<RouterStatusBgpPeerStatus> getBgpPeerStatusList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
getBgpPeerStatusList in interface RouterStatusOrBuilderpublic int getBgpPeerStatusCount()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
getBgpPeerStatusCount in interface RouterStatusOrBuilderpublic RouterStatusBgpPeerStatus getBgpPeerStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
getBgpPeerStatus in interface RouterStatusOrBuilderpublic RouterStatus.Builder setBgpPeerStatus(int index, RouterStatusBgpPeerStatus value)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public RouterStatus.Builder setBgpPeerStatus(int index, RouterStatusBgpPeerStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public RouterStatus.Builder addBgpPeerStatus(RouterStatusBgpPeerStatus value)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public RouterStatus.Builder addBgpPeerStatus(int index, RouterStatusBgpPeerStatus value)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public RouterStatus.Builder addBgpPeerStatus(RouterStatusBgpPeerStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public RouterStatus.Builder addBgpPeerStatus(int index, RouterStatusBgpPeerStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public RouterStatus.Builder addAllBgpPeerStatus(Iterable<? extends RouterStatusBgpPeerStatus> values)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public RouterStatus.Builder clearBgpPeerStatus()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public RouterStatus.Builder removeBgpPeerStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public RouterStatusBgpPeerStatus.Builder getBgpPeerStatusBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public RouterStatusBgpPeerStatusOrBuilder getBgpPeerStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
getBgpPeerStatusOrBuilder in interface RouterStatusOrBuilderpublic List<? extends RouterStatusBgpPeerStatusOrBuilder> getBgpPeerStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
getBgpPeerStatusOrBuilderList in interface RouterStatusOrBuilderpublic RouterStatusBgpPeerStatus.Builder addBgpPeerStatusBuilder()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public RouterStatusBgpPeerStatus.Builder addBgpPeerStatusBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public List<RouterStatusBgpPeerStatus.Builder> getBgpPeerStatusBuilderList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
public List<RouterStatusNatStatus> getNatStatusList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;getNatStatusList in interface RouterStatusOrBuilderpublic int getNatStatusCount()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;getNatStatusCount in interface RouterStatusOrBuilderpublic RouterStatusNatStatus getNatStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;getNatStatus in interface RouterStatusOrBuilderpublic RouterStatus.Builder setNatStatus(int index, RouterStatusNatStatus value)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public RouterStatus.Builder setNatStatus(int index, RouterStatusNatStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public RouterStatus.Builder addNatStatus(RouterStatusNatStatus value)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public RouterStatus.Builder addNatStatus(int index, RouterStatusNatStatus value)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public RouterStatus.Builder addNatStatus(RouterStatusNatStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public RouterStatus.Builder addNatStatus(int index, RouterStatusNatStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public RouterStatus.Builder addAllNatStatus(Iterable<? extends RouterStatusNatStatus> values)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public RouterStatus.Builder clearNatStatus()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public RouterStatus.Builder removeNatStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public RouterStatusNatStatus.Builder getNatStatusBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public RouterStatusNatStatusOrBuilder getNatStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;getNatStatusOrBuilder in interface RouterStatusOrBuilderpublic List<? extends RouterStatusNatStatusOrBuilder> getNatStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;getNatStatusOrBuilderList in interface RouterStatusOrBuilderpublic RouterStatusNatStatus.Builder addNatStatusBuilder()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public RouterStatusNatStatus.Builder addNatStatusBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public List<RouterStatusNatStatus.Builder> getNatStatusBuilderList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;public boolean hasNetwork()
URI of the network to which this router belongs.
optional string network = 232872494;hasNetwork in interface RouterStatusOrBuilderpublic String getNetwork()
URI of the network to which this router belongs.
optional string network = 232872494;getNetwork in interface RouterStatusOrBuilderpublic com.google.protobuf.ByteString getNetworkBytes()
URI of the network to which this router belongs.
optional string network = 232872494;getNetworkBytes in interface RouterStatusOrBuilderpublic RouterStatus.Builder setNetwork(String value)
URI of the network to which this router belongs.
optional string network = 232872494;value - The network to set.public RouterStatus.Builder clearNetwork()
URI of the network to which this router belongs.
optional string network = 232872494;public RouterStatus.Builder setNetworkBytes(com.google.protobuf.ByteString value)
URI of the network to which this router belongs.
optional string network = 232872494;value - The bytes for network to set.public final RouterStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>public final RouterStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RouterStatus.Builder>Copyright © 2025 Google LLC. All rights reserved.