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 RouterBgpPeer
RouterBgpPeer.Builder. build()
RouterBgpPeer
RouterBgpPeer.Builder. buildPartial()
RouterBgpPeer
Router.Builder. getBgpPeers(int index)
BGP information that must be configured into the routing stack to establish BGP peering.RouterBgpPeer
Router. getBgpPeers(int index)
BGP information that must be configured into the routing stack to establish BGP peering.RouterBgpPeer
RouterOrBuilder. getBgpPeers(int index)
BGP information that must be configured into the routing stack to establish BGP peering.static RouterBgpPeer
RouterBgpPeer. getDefaultInstance()
RouterBgpPeer
RouterBgpPeer.Builder. getDefaultInstanceForType()
RouterBgpPeer
RouterBgpPeer. getDefaultInstanceForType()
static RouterBgpPeer
RouterBgpPeer. parseDelimitedFrom(InputStream input)
static RouterBgpPeer
RouterBgpPeer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgpPeer
RouterBgpPeer. parseFrom(byte[] data)
static RouterBgpPeer
RouterBgpPeer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgpPeer
RouterBgpPeer. parseFrom(com.google.protobuf.ByteString data)
static RouterBgpPeer
RouterBgpPeer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgpPeer
RouterBgpPeer. parseFrom(com.google.protobuf.CodedInputStream input)
static RouterBgpPeer
RouterBgpPeer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgpPeer
RouterBgpPeer. parseFrom(InputStream input)
static RouterBgpPeer
RouterBgpPeer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgpPeer
RouterBgpPeer. parseFrom(ByteBuffer data)
static RouterBgpPeer
RouterBgpPeer. 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.Builder
Router.Builder. addBgpPeers(int index, RouterBgpPeer value)
BGP information that must be configured into the routing stack to establish BGP peering.Router.Builder
Router.Builder. addBgpPeers(RouterBgpPeer value)
BGP information that must be configured into the routing stack to establish BGP peering.RouterBgpPeer.Builder
RouterBgpPeer.Builder. mergeFrom(RouterBgpPeer other)
static RouterBgpPeer.Builder
RouterBgpPeer. newBuilder(RouterBgpPeer prototype)
Router.Builder
Router.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.Builder
Router.Builder. addAllBgpPeers(Iterable<? extends RouterBgpPeer> values)
BGP information that must be configured into the routing stack to establish BGP peering.
-