Uses of Class
com.google.cloud.compute.v1.RouterBgpPeer
-
Packages that use RouterBgpPeer Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of RouterBgpPeer in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RouterBgpPeer Modifier and Type Method Description RouterBgpPeerRouterBgpPeer.Builder. build()RouterBgpPeerRouterBgpPeer.Builder. buildPartial()RouterBgpPeerRouter.Builder. getBgpPeers(int index)BGP information that must be configured into the routing stack to establish BGP peering.RouterBgpPeerRouter. getBgpPeers(int index)BGP information that must be configured into the routing stack to establish BGP peering.RouterBgpPeerRouterOrBuilder. getBgpPeers(int index)BGP information that must be configured into the routing stack to establish BGP peering.static RouterBgpPeerRouterBgpPeer. getDefaultInstance()RouterBgpPeerRouterBgpPeer.Builder. getDefaultInstanceForType()RouterBgpPeerRouterBgpPeer. getDefaultInstanceForType()static RouterBgpPeerRouterBgpPeer. parseDelimitedFrom(InputStream input)static RouterBgpPeerRouterBgpPeer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouterBgpPeerRouterBgpPeer. parseFrom(byte[] data)static RouterBgpPeerRouterBgpPeer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouterBgpPeerRouterBgpPeer. parseFrom(com.google.protobuf.ByteString data)static RouterBgpPeerRouterBgpPeer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouterBgpPeerRouterBgpPeer. parseFrom(com.google.protobuf.CodedInputStream input)static RouterBgpPeerRouterBgpPeer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouterBgpPeerRouterBgpPeer. parseFrom(InputStream input)static RouterBgpPeerRouterBgpPeer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouterBgpPeerRouterBgpPeer. parseFrom(ByteBuffer data)static RouterBgpPeerRouterBgpPeer. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type RouterBgpPeer Modifier and Type Method Description List<RouterBgpPeer>Router.Builder. getBgpPeersList()BGP information that must be configured into the routing stack to establish BGP peering.List<RouterBgpPeer>Router. getBgpPeersList()BGP information that must be configured into the routing stack to establish BGP peering.List<RouterBgpPeer>RouterOrBuilder. getBgpPeersList()BGP information that must be configured into the routing stack to establish BGP peering.com.google.protobuf.Parser<RouterBgpPeer>RouterBgpPeer. getParserForType()static com.google.protobuf.Parser<RouterBgpPeer>RouterBgpPeer. parser()Methods in com.google.cloud.compute.v1 with parameters of type RouterBgpPeer Modifier and Type Method Description Router.BuilderRouter.Builder. addBgpPeers(int index, RouterBgpPeer value)BGP information that must be configured into the routing stack to establish BGP peering.Router.BuilderRouter.Builder. addBgpPeers(RouterBgpPeer value)BGP information that must be configured into the routing stack to establish BGP peering.RouterBgpPeer.BuilderRouterBgpPeer.Builder. mergeFrom(RouterBgpPeer other)static RouterBgpPeer.BuilderRouterBgpPeer. newBuilder(RouterBgpPeer prototype)Router.BuilderRouter.Builder. setBgpPeers(int index, RouterBgpPeer value)BGP information that must be configured into the routing stack to establish BGP peering.Method parameters in com.google.cloud.compute.v1 with type arguments of type RouterBgpPeer Modifier and Type Method Description Router.BuilderRouter.Builder. addAllBgpPeers(Iterable<? extends RouterBgpPeer> values)BGP information that must be configured into the routing stack to establish BGP peering.
-