All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.compute.v1.InterconnectDiagnosticsLinkStatusOrBuilder Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;

public interface InterconnectDiagnosticsLinkStatusOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
   * 
* * repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761; * */ java.util.List getArpCachesList(); /** * * *
   * A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
   * 
* * repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761; * */ com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntry getArpCaches(int index); /** * * *
   * A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
   * 
* * repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761; * */ int getArpCachesCount(); /** * * *
   * A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
   * 
* * repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761; * */ java.util.List getArpCachesOrBuilderList(); /** * * *
   * A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
   * 
* * repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761; * */ com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntryOrBuilder getArpCachesOrBuilder( int index); /** * * *
   * The unique ID for this link assigned during turn up by Google.
   * 
* * optional string circuit_id = 225180977; * * @return Whether the circuitId field is set. */ boolean hasCircuitId(); /** * * *
   * The unique ID for this link assigned during turn up by Google.
   * 
* * optional string circuit_id = 225180977; * * @return The circuitId. */ java.lang.String getCircuitId(); /** * * *
   * The unique ID for this link assigned during turn up by Google.
   * 
* * optional string circuit_id = 225180977; * * @return The bytes for circuitId. */ com.google.protobuf.ByteString getCircuitIdBytes(); /** * * *
   * The Demarc address assigned by Google and provided in the LoA.
   * 
* * optional string google_demarc = 51084; * * @return Whether the googleDemarc field is set. */ boolean hasGoogleDemarc(); /** * * *
   * The Demarc address assigned by Google and provided in the LoA.
   * 
* * optional string google_demarc = 51084; * * @return The googleDemarc. */ java.lang.String getGoogleDemarc(); /** * * *
   * The Demarc address assigned by Google and provided in the LoA.
   * 
* * optional string google_demarc = 51084; * * @return The bytes for googleDemarc. */ com.google.protobuf.ByteString getGoogleDemarcBytes(); /** * * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415; * * * @return Whether the lacpStatus field is set. */ boolean hasLacpStatus(); /** * * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415; * * * @return The lacpStatus. */ com.google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus getLacpStatus(); /** * * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415; * */ com.google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatusOrBuilder getLacpStatusOrBuilder(); /** * * *
   * Describes the status of MACsec encryption on this link.
   * 
* * optional .google.cloud.compute.v1.InterconnectDiagnosticsMacsecStatus macsec = 528867490; * * * @return Whether the macsec field is set. */ boolean hasMacsec(); /** * * *
   * Describes the status of MACsec encryption on this link.
   * 
* * optional .google.cloud.compute.v1.InterconnectDiagnosticsMacsecStatus macsec = 528867490; * * * @return The macsec. */ com.google.cloud.compute.v1.InterconnectDiagnosticsMacsecStatus getMacsec(); /** * * *
   * Describes the status of MACsec encryption on this link.
   * 
* * optional .google.cloud.compute.v1.InterconnectDiagnosticsMacsecStatus macsec = 528867490; * */ com.google.cloud.compute.v1.InterconnectDiagnosticsMacsecStatusOrBuilder getMacsecOrBuilder(); /** * * *
   * The operational status of the link.
   * Check the OperationalStatus enum for the list of possible values.
   * 
* * optional string operational_status = 201070847; * * @return Whether the operationalStatus field is set. */ boolean hasOperationalStatus(); /** * * *
   * The operational status of the link.
   * Check the OperationalStatus enum for the list of possible values.
   * 
* * optional string operational_status = 201070847; * * @return The operationalStatus. */ java.lang.String getOperationalStatus(); /** * * *
   * The operational status of the link.
   * Check the OperationalStatus enum for the list of possible values.
   * 
* * optional string operational_status = 201070847; * * @return The bytes for operationalStatus. */ com.google.protobuf.ByteString getOperationalStatusBytes(); /** * * *
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.
   * 
* * * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower receiving_optical_power = 244717279; * * * @return Whether the receivingOpticalPower field is set. */ boolean hasReceivingOpticalPower(); /** * * *
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.
   * 
* * * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower receiving_optical_power = 244717279; * * * @return The receivingOpticalPower. */ com.google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower getReceivingOpticalPower(); /** * * *
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.
   * 
* * * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower receiving_optical_power = 244717279; * */ com.google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPowerOrBuilder getReceivingOpticalPowerOrBuilder(); /** * * *
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.
   * 
* * * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower transmitting_optical_power = 459431197; * * * @return Whether the transmittingOpticalPower field is set. */ boolean hasTransmittingOpticalPower(); /** * * *
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.
   * 
* * * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower transmitting_optical_power = 459431197; * * * @return The transmittingOpticalPower. */ com.google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower getTransmittingOpticalPower(); /** * * *
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.
   * 
* * * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower transmitting_optical_power = 459431197; * */ com.google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPowerOrBuilder getTransmittingOpticalPowerOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy