Class InterconnectDiagnostics (1.16.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.16.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  InterconnectDiagnostics   extends   GeneratedMessageV3   implements   InterconnectDiagnosticsOrBuilder  
   Diagnostics information about interconnect, contains detailed and current technical information about Google's side of the connection.
 Protobuf type google.cloud.compute.v1.InterconnectDiagnostics
Static Fields
   
  ARP_CACHES_FIELD_NUMBER 
  
    
public   static   final   int   ARP_CACHES_FIELD_NUMBER  
  Field Value 
  
  LINKS_FIELD_NUMBER 
  
    
public   static   final   int   LINKS_FIELD_NUMBER  
  Field Value 
  
  MAC_ADDRESS_FIELD_NUMBER 
  
    
public   static   final   int   MAC_ADDRESS_FIELD_NUMBER  
  Field Value 
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   InterconnectDiagnostics   getDefaultInstance ()  
  Returns 
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
  newBuilder() 
  
    
public   static   InterconnectDiagnostics . Builder   newBuilder ()  
  Returns 
  
  newBuilder(InterconnectDiagnostics prototype) 
  
    
public   static   InterconnectDiagnostics . Builder   newBuilder ( InterconnectDiagnostics   prototype )  
  Parameter 
  
  Returns 
  
  
    
public   static   InterconnectDiagnostics   parseDelimitedFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   InterconnectDiagnostics   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(byte[] data) 
  
    
public   static   InterconnectDiagnostics   parseFrom ( byte []   data )  
  Parameter 
  
    
      
        Name Description  
      
        data byte [] 
     
  
  Returns 
  
  Exceptions 
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   InterconnectDiagnostics   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteString data) 
  
    
public   static   InterconnectDiagnostics   parseFrom ( ByteString   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   InterconnectDiagnostics   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   InterconnectDiagnostics   parseFrom ( CodedInputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   InterconnectDiagnostics   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   InterconnectDiagnostics   parseFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   InterconnectDiagnostics   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteBuffer data) 
  
    
public   static   InterconnectDiagnostics   parseFrom ( ByteBuffer   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   InterconnectDiagnostics   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parser() 
  
    
public   static   Parser<InterconnectDiagnostics>   parser ()  
  Returns 
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  getArpCaches(int index) 
  
    
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;
 
Parameter 
  
    
      
        Name Description  
      
        index int  
     
  
  Returns 
  
  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;
 
Returns 
  
  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;
 
Returns 
  
  getArpCachesOrBuilder(int index) 
  
    
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;
 
Parameter 
  
    
      
        Name Description  
      
        index int  
     
  
  Returns 
  
  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;
 
Returns 
  
    
      
        Type Description  
      
        List <? extends com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntryOrBuilder > 
     
  
  getDefaultInstanceForType() 
  
    
public   InterconnectDiagnostics   getDefaultInstanceForType ()  
  Returns 
  
  getLinks(int index) 
  
    
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;
 
Parameter 
  
    
      
        Name Description  
      
        index int  
     
  
  Returns 
  
  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;
 
Returns 
  
  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;
 
Returns 
  
  getLinksOrBuilder(int index) 
  
    
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;
 
Parameter 
  
    
      
        Name Description  
      
        index int  
     
  
  Returns 
  
  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;
 
Returns 
  
    
      
        Type Description  
      
        List <? extends com.google.cloud.compute.v1.InterconnectDiagnosticsLinkStatusOrBuilder > 
     
  
  getMacAddress() 
  
    
public   String   getMacAddress ()  
   The MAC address of the Interconnect's bundle interface.
 optional string mac_address = 332540164;
Returns 
  
    
      
        Type Description  
      
        String The macAddress.
 
     
  
  getMacAddressBytes() 
  
    
public   ByteString   getMacAddressBytes ()  
   The MAC address of the Interconnect's bundle interface.
 optional string mac_address = 332540164;
Returns 
  
    
      
        Type Description  
      
        ByteString The bytes for macAddress.
 
     
  
  getParserForType() 
  
    
public   Parser<InterconnectDiagnostics>   getParserForType ()  
  Returns 
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  Returns 
  
  Overrides 
  
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  Returns 
  
  Overrides 
  
  hasMacAddress() 
  
    
public   boolean   hasMacAddress ()  
   The MAC address of the Interconnect's bundle interface.
 optional string mac_address = 332540164;
Returns 
  
    
      
        Type Description  
      
        boolean Whether the macAddress field is set.
 
     
  
  hashCode() 
  
  Returns 
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  newBuilderForType() 
  
    
public   InterconnectDiagnostics . Builder   newBuilderForType ()  
  Returns 
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   InterconnectDiagnostics . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  toBuilder() 
  
    
public   InterconnectDiagnostics . Builder   toBuilder ()  
  Returns 
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  Parameter 
  
  Overrides 
  
  Exceptions 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-11 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]