Uses of Class
com.google.cloud.compute.v1.RouterBgpPeerBfd
-
Packages that use RouterBgpPeerBfd Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of RouterBgpPeerBfd in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RouterBgpPeerBfd Modifier and Type Method Description RouterBgpPeerBfd
RouterBgpPeerBfd.Builder. build()
RouterBgpPeerBfd
RouterBgpPeerBfd.Builder. buildPartial()
RouterBgpPeerBfd
RouterBgpPeer.Builder. getBfd()
BFD configuration for the BGP peering.RouterBgpPeerBfd
RouterBgpPeer. getBfd()
BFD configuration for the BGP peering.RouterBgpPeerBfd
RouterBgpPeerOrBuilder. getBfd()
BFD configuration for the BGP peering.static RouterBgpPeerBfd
RouterBgpPeerBfd. getDefaultInstance()
RouterBgpPeerBfd
RouterBgpPeerBfd.Builder. getDefaultInstanceForType()
RouterBgpPeerBfd
RouterBgpPeerBfd. getDefaultInstanceForType()
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseDelimitedFrom(InputStream input)
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseFrom(byte[] data)
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseFrom(com.google.protobuf.ByteString data)
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseFrom(com.google.protobuf.CodedInputStream input)
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseFrom(InputStream input)
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseFrom(ByteBuffer data)
static RouterBgpPeerBfd
RouterBgpPeerBfd. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type RouterBgpPeerBfd Modifier and Type Method Description com.google.protobuf.Parser<RouterBgpPeerBfd>
RouterBgpPeerBfd. getParserForType()
static com.google.protobuf.Parser<RouterBgpPeerBfd>
RouterBgpPeerBfd. parser()
Methods in com.google.cloud.compute.v1 with parameters of type RouterBgpPeerBfd Modifier and Type Method Description RouterBgpPeer.Builder
RouterBgpPeer.Builder. mergeBfd(RouterBgpPeerBfd value)
BFD configuration for the BGP peering.RouterBgpPeerBfd.Builder
RouterBgpPeerBfd.Builder. mergeFrom(RouterBgpPeerBfd other)
static RouterBgpPeerBfd.Builder
RouterBgpPeerBfd. newBuilder(RouterBgpPeerBfd prototype)
RouterBgpPeer.Builder
RouterBgpPeer.Builder. setBfd(RouterBgpPeerBfd value)
BFD configuration for the BGP peering.
-