public final class RouterStatus extends com.google.protobuf.GeneratedMessageV3 implements RouterStatusOrBuilder
Describing the current status of a router.Protobuf type
google.cloud.edgenetwork.v1.RouterStatus| Modifier and Type | Class and Description |
|---|---|
static class |
RouterStatus.BgpPeerStatus
Status of a BGP peer.
|
static interface |
RouterStatus.BgpPeerStatusOrBuilder |
static class |
RouterStatus.Builder
Describing the current status of a router.
|
static class |
RouterStatus.PrefixCounter
PrefixCounter contains a collection of prefixes related counts.
|
static interface |
RouterStatus.PrefixCounterOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BGP_PEER_STATUS_FIELD_NUMBER |
static int |
NETWORK_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
RouterStatus.BgpPeerStatus |
getBgpPeerStatus(int index)
A list of BgpPeerStatus objects, describing all BGP peers related to this
router.
|
int |
getBgpPeerStatusCount()
A list of BgpPeerStatus objects, describing all BGP peers related to this
router.
|
List<RouterStatus.BgpPeerStatus> |
getBgpPeerStatusList()
A list of BgpPeerStatus objects, describing all BGP peers related to this
router.
|
RouterStatus.BgpPeerStatusOrBuilder |
getBgpPeerStatusOrBuilder(int index)
A list of BgpPeerStatus objects, describing all BGP peers related to this
router.
|
List<? extends RouterStatus.BgpPeerStatusOrBuilder> |
getBgpPeerStatusOrBuilderList()
A list of BgpPeerStatus objects, describing all BGP peers related to this
router.
|
static RouterStatus |
getDefaultInstance() |
RouterStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getNetwork()
The canonical name of the network to which this router belongs.
|
com.google.protobuf.ByteString |
getNetworkBytes()
The canonical name of the network to which this router belongs.
|
com.google.protobuf.Parser<RouterStatus> |
getParserForType() |
int |
getSerializedSize() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RouterStatus.Builder |
newBuilder() |
static RouterStatus.Builder |
newBuilder(RouterStatus prototype) |
RouterStatus.Builder |
newBuilderForType() |
protected RouterStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RouterStatus |
parseDelimitedFrom(InputStream input) |
static RouterStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterStatus |
parseFrom(byte[] data) |
static RouterStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterStatus |
parseFrom(ByteBuffer data) |
static RouterStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterStatus |
parseFrom(com.google.protobuf.ByteString data) |
static RouterStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RouterStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterStatus |
parseFrom(InputStream input) |
static RouterStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RouterStatus> |
parser() |
RouterStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NETWORK_FIELD_NUMBER
public static final int BGP_PEER_STATUS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getNetwork()
The canonical name of the network to which this router belongs.
string network = 1 [(.google.api.resource_reference) = { ... }getNetwork in interface RouterStatusOrBuilderpublic com.google.protobuf.ByteString getNetworkBytes()
The canonical name of the network to which this router belongs.
string network = 1 [(.google.api.resource_reference) = { ... }getNetworkBytes in interface RouterStatusOrBuilderpublic List<RouterStatus.BgpPeerStatus> getBgpPeerStatusList()
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
repeated .google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus bgp_peer_status = 2;
getBgpPeerStatusList in interface RouterStatusOrBuilderpublic List<? extends RouterStatus.BgpPeerStatusOrBuilder> getBgpPeerStatusOrBuilderList()
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
repeated .google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus bgp_peer_status = 2;
getBgpPeerStatusOrBuilderList in interface RouterStatusOrBuilderpublic int getBgpPeerStatusCount()
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
repeated .google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus bgp_peer_status = 2;
getBgpPeerStatusCount in interface RouterStatusOrBuilderpublic RouterStatus.BgpPeerStatus getBgpPeerStatus(int index)
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
repeated .google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus bgp_peer_status = 2;
getBgpPeerStatus in interface RouterStatusOrBuilderpublic RouterStatus.BgpPeerStatusOrBuilder getBgpPeerStatusOrBuilder(int index)
A list of BgpPeerStatus objects, describing all BGP peers related to this router.
repeated .google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus bgp_peer_status = 2;
getBgpPeerStatusOrBuilder in interface RouterStatusOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RouterStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterStatus parseFrom(InputStream input) throws IOException
IOExceptionpublic static RouterStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RouterStatus parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RouterStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RouterStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RouterStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RouterStatus.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RouterStatus.Builder newBuilder()
public static RouterStatus.Builder newBuilder(RouterStatus prototype)
public RouterStatus.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RouterStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RouterStatus getDefaultInstance()
public static com.google.protobuf.Parser<RouterStatus> parser()
public com.google.protobuf.Parser<RouterStatus> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RouterStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.