Package com.google.cloud.compute.v1
Class InterconnectDiagnostics
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.compute.v1.InterconnectDiagnostics
-
- All Implemented Interfaces:
InterconnectDiagnosticsOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class InterconnectDiagnostics extends com.google.protobuf.GeneratedMessageV3 implements InterconnectDiagnosticsOrBuilder
Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.
Protobuf typegoogle.cloud.compute.v1.InterconnectDiagnostics
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InterconnectDiagnostics.Builder
Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.static class
InterconnectDiagnostics.BundleAggregationType
The aggregation type of the bundle interface.static class
InterconnectDiagnostics.BundleOperationalStatus
The operational status of the bundle interface.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARP_CACHES_FIELD_NUMBER
static int
BUNDLE_AGGREGATION_TYPE_FIELD_NUMBER
static int
BUNDLE_OPERATIONAL_STATUS_FIELD_NUMBER
static int
LINKS_FIELD_NUMBER
static int
MAC_ADDRESS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
InterconnectDiagnosticsARPEntry
getArpCaches(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect.int
getArpCachesCount()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect.List<InterconnectDiagnosticsARPEntry>
getArpCachesList()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect.InterconnectDiagnosticsARPEntryOrBuilder
getArpCachesOrBuilder(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect.List<? extends InterconnectDiagnosticsARPEntryOrBuilder>
getArpCachesOrBuilderList()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect.String
getBundleAggregationType()
The aggregation type of the bundle interface.com.google.protobuf.ByteString
getBundleAggregationTypeBytes()
The aggregation type of the bundle interface.String
getBundleOperationalStatus()
The operational status of the bundle interface.com.google.protobuf.ByteString
getBundleOperationalStatusBytes()
The operational status of the bundle interface.static InterconnectDiagnostics
getDefaultInstance()
InterconnectDiagnostics
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
InterconnectDiagnosticsLinkStatus
getLinks(int index)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.int
getLinksCount()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.List<InterconnectDiagnosticsLinkStatus>
getLinksList()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.InterconnectDiagnosticsLinkStatusOrBuilder
getLinksOrBuilder(int index)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.List<? extends InterconnectDiagnosticsLinkStatusOrBuilder>
getLinksOrBuilderList()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.String
getMacAddress()
The MAC address of the Interconnect's bundle interface.com.google.protobuf.ByteString
getMacAddressBytes()
The MAC address of the Interconnect's bundle interface.com.google.protobuf.Parser<InterconnectDiagnostics>
getParserForType()
int
getSerializedSize()
boolean
hasBundleAggregationType()
The aggregation type of the bundle interface.boolean
hasBundleOperationalStatus()
The operational status of the bundle interface.int
hashCode()
boolean
hasMacAddress()
The MAC address of the Interconnect's bundle interface.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static InterconnectDiagnostics.Builder
newBuilder()
static InterconnectDiagnostics.Builder
newBuilder(InterconnectDiagnostics prototype)
InterconnectDiagnostics.Builder
newBuilderForType()
protected InterconnectDiagnostics.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static InterconnectDiagnostics
parseDelimitedFrom(InputStream input)
static InterconnectDiagnostics
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectDiagnostics
parseFrom(byte[] data)
static InterconnectDiagnostics
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectDiagnostics
parseFrom(com.google.protobuf.ByteString data)
static InterconnectDiagnostics
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectDiagnostics
parseFrom(com.google.protobuf.CodedInputStream input)
static InterconnectDiagnostics
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectDiagnostics
parseFrom(InputStream input)
static InterconnectDiagnostics
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectDiagnostics
parseFrom(ByteBuffer data)
static InterconnectDiagnostics
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<InterconnectDiagnostics>
parser()
InterconnectDiagnostics.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ARP_CACHES_FIELD_NUMBER
public static final int ARP_CACHES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BUNDLE_AGGREGATION_TYPE_FIELD_NUMBER
public static final int BUNDLE_AGGREGATION_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BUNDLE_OPERATIONAL_STATUS_FIELD_NUMBER
public static final int BUNDLE_OPERATIONAL_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LINKS_FIELD_NUMBER
public static final int LINKS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAC_ADDRESS_FIELD_NUMBER
public static final int MAC_ADDRESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getArpCachesList
public List<InterconnectDiagnosticsARPEntry> getArpCachesList()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
- Specified by:
getArpCachesList
in interfaceInterconnectDiagnosticsOrBuilder
-
getArpCachesOrBuilderList
public List<? extends InterconnectDiagnosticsARPEntryOrBuilder> getArpCachesOrBuilderList()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
- Specified by:
getArpCachesOrBuilderList
in interfaceInterconnectDiagnosticsOrBuilder
-
getArpCachesCount
public int getArpCachesCount()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
- Specified by:
getArpCachesCount
in interfaceInterconnectDiagnosticsOrBuilder
-
getArpCaches
public InterconnectDiagnosticsARPEntry getArpCaches(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
- Specified by:
getArpCaches
in interfaceInterconnectDiagnosticsOrBuilder
-
getArpCachesOrBuilder
public InterconnectDiagnosticsARPEntryOrBuilder getArpCachesOrBuilder(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
- Specified by:
getArpCachesOrBuilder
in interfaceInterconnectDiagnosticsOrBuilder
-
hasBundleAggregationType
public boolean hasBundleAggregationType()
The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.
optional string bundle_aggregation_type = 434939028;
- Specified by:
hasBundleAggregationType
in interfaceInterconnectDiagnosticsOrBuilder
- Returns:
- Whether the bundleAggregationType field is set.
-
getBundleAggregationType
public String getBundleAggregationType()
The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.
optional string bundle_aggregation_type = 434939028;
- Specified by:
getBundleAggregationType
in interfaceInterconnectDiagnosticsOrBuilder
- Returns:
- The bundleAggregationType.
-
getBundleAggregationTypeBytes
public com.google.protobuf.ByteString getBundleAggregationTypeBytes()
The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.
optional string bundle_aggregation_type = 434939028;
- Specified by:
getBundleAggregationTypeBytes
in interfaceInterconnectDiagnosticsOrBuilder
- Returns:
- The bytes for bundleAggregationType.
-
hasBundleOperationalStatus
public boolean hasBundleOperationalStatus()
The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.
optional string bundle_operational_status = 106433500;
- Specified by:
hasBundleOperationalStatus
in interfaceInterconnectDiagnosticsOrBuilder
- Returns:
- Whether the bundleOperationalStatus field is set.
-
getBundleOperationalStatus
public String getBundleOperationalStatus()
The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.
optional string bundle_operational_status = 106433500;
- Specified by:
getBundleOperationalStatus
in interfaceInterconnectDiagnosticsOrBuilder
- Returns:
- The bundleOperationalStatus.
-
getBundleOperationalStatusBytes
public com.google.protobuf.ByteString getBundleOperationalStatusBytes()
The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.
optional string bundle_operational_status = 106433500;
- Specified by:
getBundleOperationalStatusBytes
in interfaceInterconnectDiagnosticsOrBuilder
- Returns:
- The bytes for bundleOperationalStatus.
-
getLinksList
public List<InterconnectDiagnosticsLinkStatus> getLinksList()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
- Specified by:
getLinksList
in interfaceInterconnectDiagnosticsOrBuilder
-
getLinksOrBuilderList
public List<? extends InterconnectDiagnosticsLinkStatusOrBuilder> getLinksOrBuilderList()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
- Specified by:
getLinksOrBuilderList
in interfaceInterconnectDiagnosticsOrBuilder
-
getLinksCount
public int getLinksCount()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
- Specified by:
getLinksCount
in interfaceInterconnectDiagnosticsOrBuilder
-
getLinks
public InterconnectDiagnosticsLinkStatus getLinks(int index)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
- Specified by:
getLinks
in interfaceInterconnectDiagnosticsOrBuilder
-
getLinksOrBuilder
public InterconnectDiagnosticsLinkStatusOrBuilder getLinksOrBuilder(int index)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
- Specified by:
getLinksOrBuilder
in interfaceInterconnectDiagnosticsOrBuilder
-
hasMacAddress
public boolean hasMacAddress()
The MAC address of the Interconnect's bundle interface.
optional string mac_address = 332540164;
- Specified by:
hasMacAddress
in interfaceInterconnectDiagnosticsOrBuilder
- Returns:
- Whether the macAddress field is set.
-
getMacAddress
public String getMacAddress()
The MAC address of the Interconnect's bundle interface.
optional string mac_address = 332540164;
- Specified by:
getMacAddress
in interfaceInterconnectDiagnosticsOrBuilder
- Returns:
- The macAddress.
-
getMacAddressBytes
public com.google.protobuf.ByteString getMacAddressBytes()
The MAC address of the Interconnect's bundle interface.
optional string mac_address = 332540164;
- Specified by:
getMacAddressBytes
in interfaceInterconnectDiagnosticsOrBuilder
- Returns:
- The bytes for macAddress.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static InterconnectDiagnostics parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InterconnectDiagnostics parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InterconnectDiagnostics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InterconnectDiagnostics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InterconnectDiagnostics parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InterconnectDiagnostics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InterconnectDiagnostics parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static InterconnectDiagnostics parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static InterconnectDiagnostics parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static InterconnectDiagnostics parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static InterconnectDiagnostics parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static InterconnectDiagnostics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public InterconnectDiagnostics.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static InterconnectDiagnostics.Builder newBuilder()
-
newBuilder
public static InterconnectDiagnostics.Builder newBuilder(InterconnectDiagnostics prototype)
-
toBuilder
public InterconnectDiagnostics.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected InterconnectDiagnostics.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static InterconnectDiagnostics getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<InterconnectDiagnostics> parser()
-
getParserForType
public com.google.protobuf.Parser<InterconnectDiagnostics> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public InterconnectDiagnostics getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-