Uses of Class
com.google.cloud.compute.v1.RouterBgp
-
Packages that use RouterBgp Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of RouterBgp in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RouterBgp Modifier and Type Method Description RouterBgp
RouterBgp.Builder. build()
RouterBgp
RouterBgp.Builder. buildPartial()
RouterBgp
Router.Builder. getBgp()
BGP information specific to this router.RouterBgp
Router. getBgp()
BGP information specific to this router.RouterBgp
RouterOrBuilder. getBgp()
BGP information specific to this router.static RouterBgp
RouterBgp. getDefaultInstance()
RouterBgp
RouterBgp.Builder. getDefaultInstanceForType()
RouterBgp
RouterBgp. getDefaultInstanceForType()
static RouterBgp
RouterBgp. parseDelimitedFrom(InputStream input)
static RouterBgp
RouterBgp. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgp
RouterBgp. parseFrom(byte[] data)
static RouterBgp
RouterBgp. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgp
RouterBgp. parseFrom(com.google.protobuf.ByteString data)
static RouterBgp
RouterBgp. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgp
RouterBgp. parseFrom(com.google.protobuf.CodedInputStream input)
static RouterBgp
RouterBgp. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgp
RouterBgp. parseFrom(InputStream input)
static RouterBgp
RouterBgp. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterBgp
RouterBgp. parseFrom(ByteBuffer data)
static RouterBgp
RouterBgp. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type RouterBgp Modifier and Type Method Description com.google.protobuf.Parser<RouterBgp>
RouterBgp. getParserForType()
static com.google.protobuf.Parser<RouterBgp>
RouterBgp. parser()
Methods in com.google.cloud.compute.v1 with parameters of type RouterBgp Modifier and Type Method Description Router.Builder
Router.Builder. mergeBgp(RouterBgp value)
BGP information specific to this router.RouterBgp.Builder
RouterBgp.Builder. mergeFrom(RouterBgp other)
static RouterBgp.Builder
RouterBgp. newBuilder(RouterBgp prototype)
Router.Builder
Router.Builder. setBgp(RouterBgp value)
BGP information specific to this router.
-