public static final class BgpRoute.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BgpRoute.Builder> implements BgpRouteOrBuilder
Protobuf type
google.cloud.compute.v1.BgpRoute| Modifier and Type | Method and Description |
|---|---|
BgpRoute.Builder |
addAllAsPaths(Iterable<? extends BgpRouteAsPath> values)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRoute.Builder |
addAllCommunities(Iterable<String> values)
[Output only] BGP communities in human-readable A:B format.
|
BgpRoute.Builder |
addAsPaths(BgpRouteAsPath.Builder builderForValue)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRoute.Builder |
addAsPaths(BgpRouteAsPath value)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRoute.Builder |
addAsPaths(int index,
BgpRouteAsPath.Builder builderForValue)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRoute.Builder |
addAsPaths(int index,
BgpRouteAsPath value)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRouteAsPath.Builder |
addAsPathsBuilder()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRouteAsPath.Builder |
addAsPathsBuilder(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRoute.Builder |
addCommunities(String value)
[Output only] BGP communities in human-readable A:B format.
|
BgpRoute.Builder |
addCommunitiesBytes(com.google.protobuf.ByteString value)
[Output only] BGP communities in human-readable A:B format.
|
BgpRoute.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BgpRoute |
build() |
BgpRoute |
buildPartial() |
BgpRoute.Builder |
clear() |
BgpRoute.Builder |
clearAsPaths()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRoute.Builder |
clearCommunities()
[Output only] BGP communities in human-readable A:B format.
|
BgpRoute.Builder |
clearDestination()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
|
BgpRoute.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BgpRoute.Builder |
clearMed()
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980; |
BgpRoute.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BgpRoute.Builder |
clearOrigin()
[Output only] BGP origin (EGP, IGP or INCOMPLETE)
Check the Origin enum for the list of possible values.
|
BgpRoute.Builder |
clone() |
BgpRouteAsPath |
getAsPaths(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRouteAsPath.Builder |
getAsPathsBuilder(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
List<BgpRouteAsPath.Builder> |
getAsPathsBuilderList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
int |
getAsPathsCount()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
List<BgpRouteAsPath> |
getAsPathsList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRouteAsPathOrBuilder |
getAsPathsOrBuilder(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
List<? extends BgpRouteAsPathOrBuilder> |
getAsPathsOrBuilderList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
String |
getCommunities(int index)
[Output only] BGP communities in human-readable A:B format.
|
com.google.protobuf.ByteString |
getCommunitiesBytes(int index)
[Output only] BGP communities in human-readable A:B format.
|
int |
getCommunitiesCount()
[Output only] BGP communities in human-readable A:B format.
|
com.google.protobuf.ProtocolStringList |
getCommunitiesList()
[Output only] BGP communities in human-readable A:B format.
|
BgpRoute |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
BgpRouteNetworkLayerReachabilityInformation |
getDestination()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
|
BgpRouteNetworkLayerReachabilityInformation.Builder |
getDestinationBuilder()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
|
BgpRouteNetworkLayerReachabilityInformationOrBuilder |
getDestinationOrBuilder()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
|
int |
getMed()
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980; |
String |
getOrigin()
[Output only] BGP origin (EGP, IGP or INCOMPLETE)
Check the Origin enum for the list of possible values.
|
com.google.protobuf.ByteString |
getOriginBytes()
[Output only] BGP origin (EGP, IGP or INCOMPLETE)
Check the Origin enum for the list of possible values.
|
boolean |
hasDestination()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
|
boolean |
hasMed()
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980; |
boolean |
hasOrigin()
[Output only] BGP origin (EGP, IGP or INCOMPLETE)
Check the Origin enum for the list of possible values.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BgpRoute.Builder |
mergeDestination(BgpRouteNetworkLayerReachabilityInformation value)
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
|
BgpRoute.Builder |
mergeFrom(BgpRoute other) |
BgpRoute.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BgpRoute.Builder |
mergeFrom(com.google.protobuf.Message other) |
BgpRoute.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BgpRoute.Builder |
removeAsPaths(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRoute.Builder |
setAsPaths(int index,
BgpRouteAsPath.Builder builderForValue)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRoute.Builder |
setAsPaths(int index,
BgpRouteAsPath value)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRoute.Builder |
setCommunities(int index,
String value)
[Output only] BGP communities in human-readable A:B format.
|
BgpRoute.Builder |
setDestination(BgpRouteNetworkLayerReachabilityInformation.Builder builderForValue)
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
|
BgpRoute.Builder |
setDestination(BgpRouteNetworkLayerReachabilityInformation value)
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
|
BgpRoute.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BgpRoute.Builder |
setMed(int value)
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980; |
BgpRoute.Builder |
setOrigin(String value)
[Output only] BGP origin (EGP, IGP or INCOMPLETE)
Check the Origin enum for the list of possible values.
|
BgpRoute.Builder |
setOriginBytes(com.google.protobuf.ByteString value)
[Output only] BGP origin (EGP, IGP or INCOMPLETE)
Check the Origin enum for the list of possible values.
|
BgpRoute.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BgpRoute.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<BgpRoute.Builder>public BgpRoute.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BgpRoute.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<BgpRoute.Builder>public BgpRoute getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BgpRoute build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BgpRoute buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BgpRoute.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BgpRoute.Builder>public BgpRoute.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<BgpRoute.Builder>public BgpRoute.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BgpRoute.Builder>public BgpRoute.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BgpRoute.Builder>public BgpRoute.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<BgpRoute.Builder>public BgpRoute.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<BgpRoute.Builder>public BgpRoute.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BgpRoute.Builder>public BgpRoute.Builder mergeFrom(BgpRoute other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BgpRoute.Builder>public BgpRoute.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<BgpRoute.Builder>IOExceptionpublic List<BgpRouteAsPath> getAsPathsList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;getAsPathsList in interface BgpRouteOrBuilderpublic int getAsPathsCount()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;getAsPathsCount in interface BgpRouteOrBuilderpublic BgpRouteAsPath getAsPaths(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;getAsPaths in interface BgpRouteOrBuilderpublic BgpRoute.Builder setAsPaths(int index, BgpRouteAsPath value)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public BgpRoute.Builder setAsPaths(int index, BgpRouteAsPath.Builder builderForValue)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public BgpRoute.Builder addAsPaths(BgpRouteAsPath value)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public BgpRoute.Builder addAsPaths(int index, BgpRouteAsPath value)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public BgpRoute.Builder addAsPaths(BgpRouteAsPath.Builder builderForValue)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public BgpRoute.Builder addAsPaths(int index, BgpRouteAsPath.Builder builderForValue)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public BgpRoute.Builder addAllAsPaths(Iterable<? extends BgpRouteAsPath> values)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public BgpRoute.Builder clearAsPaths()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public BgpRoute.Builder removeAsPaths(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public BgpRouteAsPath.Builder getAsPathsBuilder(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public BgpRouteAsPathOrBuilder getAsPathsOrBuilder(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;getAsPathsOrBuilder in interface BgpRouteOrBuilderpublic List<? extends BgpRouteAsPathOrBuilder> getAsPathsOrBuilderList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;getAsPathsOrBuilderList in interface BgpRouteOrBuilderpublic BgpRouteAsPath.Builder addAsPathsBuilder()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public BgpRouteAsPath.Builder addAsPathsBuilder(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public List<BgpRouteAsPath.Builder> getAsPathsBuilderList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;public com.google.protobuf.ProtocolStringList getCommunitiesList()
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;getCommunitiesList in interface BgpRouteOrBuilderpublic int getCommunitiesCount()
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;getCommunitiesCount in interface BgpRouteOrBuilderpublic String getCommunities(int index)
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;getCommunities in interface BgpRouteOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getCommunitiesBytes(int index)
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;getCommunitiesBytes in interface BgpRouteOrBuilderindex - The index of the value to return.public BgpRoute.Builder setCommunities(int index, String value)
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;index - The index to set the value at.value - The communities to set.public BgpRoute.Builder addCommunities(String value)
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;value - The communities to add.public BgpRoute.Builder addAllCommunities(Iterable<String> values)
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;values - The communities to add.public BgpRoute.Builder clearCommunities()
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;public BgpRoute.Builder addCommunitiesBytes(com.google.protobuf.ByteString value)
[Output only] BGP communities in human-readable A:B format.
repeated string communities = 188262983;value - The bytes of the communities to add.public boolean hasDestination()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
hasDestination in interface BgpRouteOrBuilderpublic BgpRouteNetworkLayerReachabilityInformation getDestination()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
getDestination in interface BgpRouteOrBuilderpublic BgpRoute.Builder setDestination(BgpRouteNetworkLayerReachabilityInformation value)
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
public BgpRoute.Builder setDestination(BgpRouteNetworkLayerReachabilityInformation.Builder builderForValue)
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
public BgpRoute.Builder mergeDestination(BgpRouteNetworkLayerReachabilityInformation value)
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
public BgpRoute.Builder clearDestination()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
public BgpRouteNetworkLayerReachabilityInformation.Builder getDestinationBuilder()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
public BgpRouteNetworkLayerReachabilityInformationOrBuilder getDestinationOrBuilder()
[Output only] Destination IP range for the route, in human-readable CIDR format
optional .google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation destination = 180765710;
getDestinationOrBuilder in interface BgpRouteOrBuilderpublic boolean hasMed()
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980;hasMed in interface BgpRouteOrBuilderpublic int getMed()
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980;getMed in interface BgpRouteOrBuilderpublic BgpRoute.Builder setMed(int value)
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980;value - The med to set.public BgpRoute.Builder clearMed()
[Output only] BGP multi-exit discriminator
optional uint32 med = 107980;public boolean hasOrigin()
[Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
optional string origin = 65122086;hasOrigin in interface BgpRouteOrBuilderpublic String getOrigin()
[Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
optional string origin = 65122086;getOrigin in interface BgpRouteOrBuilderpublic com.google.protobuf.ByteString getOriginBytes()
[Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
optional string origin = 65122086;getOriginBytes in interface BgpRouteOrBuilderpublic BgpRoute.Builder setOrigin(String value)
[Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
optional string origin = 65122086;value - The origin to set.public BgpRoute.Builder clearOrigin()
[Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
optional string origin = 65122086;public BgpRoute.Builder setOriginBytes(com.google.protobuf.ByteString value)
[Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
optional string origin = 65122086;value - The bytes for origin to set.public final BgpRoute.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BgpRoute.Builder>public final BgpRoute.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BgpRoute.Builder>Copyright © 2025 Google LLC. All rights reserved.