/*
 * Copyright 2020 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

package com.google.cloud.compute.v1;

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

  /**
   *
   *
   * <pre>
   * A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
   * </code>
   */
  java.util.List<com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntry> getArpCachesList();
  /**
   *
   *
   * <pre>
   * A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
   * </code>
   */
  com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntry getArpCaches(int index);
  /**
   *
   *
   * <pre>
   * A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
   * </code>
   */
  int getArpCachesCount();
  /**
   *
   *
   * <pre>
   * A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
   * </code>
   */
  java.util.List<? extends com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntryOrBuilder>
      getArpCachesOrBuilderList();
  /**
   *
   *
   * <pre>
   * A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
   * </code>
   */
  com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntryOrBuilder getArpCachesOrBuilder(
      int index);

  /**
   *
   *
   * <pre>
   * The unique ID for this link assigned during turn up by Google.
   * </pre>
   *
   * <code>optional string circuit_id = 225180977;</code>
   *
   * @return Whether the circuitId field is set.
   */
  boolean hasCircuitId();
  /**
   *
   *
   * <pre>
   * The unique ID for this link assigned during turn up by Google.
   * </pre>
   *
   * <code>optional string circuit_id = 225180977;</code>
   *
   * @return The circuitId.
   */
  java.lang.String getCircuitId();
  /**
   *
   *
   * <pre>
   * The unique ID for this link assigned during turn up by Google.
   * </pre>
   *
   * <code>optional string circuit_id = 225180977;</code>
   *
   * @return The bytes for circuitId.
   */
  com.google.protobuf.ByteString getCircuitIdBytes();

  /**
   *
   *
   * <pre>
   * The Demarc address assigned by Google and provided in the LoA.
   * </pre>
   *
   * <code>optional string google_demarc = 51084;</code>
   *
   * @return Whether the googleDemarc field is set.
   */
  boolean hasGoogleDemarc();
  /**
   *
   *
   * <pre>
   * The Demarc address assigned by Google and provided in the LoA.
   * </pre>
   *
   * <code>optional string google_demarc = 51084;</code>
   *
   * @return The googleDemarc.
   */
  java.lang.String getGoogleDemarc();
  /**
   *
   *
   * <pre>
   * The Demarc address assigned by Google and provided in the LoA.
   * </pre>
   *
   * <code>optional string google_demarc = 51084;</code>
   *
   * @return The bytes for googleDemarc.
   */
  com.google.protobuf.ByteString getGoogleDemarcBytes();

  /**
   * <code>
   * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
   * </code>
   *
   * @return Whether the lacpStatus field is set.
   */
  boolean hasLacpStatus();
  /**
   * <code>
   * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
   * </code>
   *
   * @return The lacpStatus.
   */
  com.google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus getLacpStatus();
  /**
   * <code>
   * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
   * </code>
   */
  com.google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatusOrBuilder
      getLacpStatusOrBuilder();

  /**
   *
   *
   * <pre>
   * The operational status of the link.
   * Check the OperationalStatus enum for the list of possible values.
   * </pre>
   *
   * <code>optional string operational_status = 201070847;</code>
   *
   * @return Whether the operationalStatus field is set.
   */
  boolean hasOperationalStatus();
  /**
   *
   *
   * <pre>
   * The operational status of the link.
   * Check the OperationalStatus enum for the list of possible values.
   * </pre>
   *
   * <code>optional string operational_status = 201070847;</code>
   *
   * @return The operationalStatus.
   */
  java.lang.String getOperationalStatus();
  /**
   *
   *
   * <pre>
   * The operational status of the link.
   * Check the OperationalStatus enum for the list of possible values.
   * </pre>
   *
   * <code>optional string operational_status = 201070847;</code>
   *
   * @return The bytes for operationalStatus.
   */
  com.google.protobuf.ByteString getOperationalStatusBytes();

  /**
   *
   *
   * <pre>
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.
   * </pre>
   *
   * <code>
   * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower receiving_optical_power = 244717279;
   * </code>
   *
   * @return Whether the receivingOpticalPower field is set.
   */
  boolean hasReceivingOpticalPower();
  /**
   *
   *
   * <pre>
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.
   * </pre>
   *
   * <code>
   * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower receiving_optical_power = 244717279;
   * </code>
   *
   * @return The receivingOpticalPower.
   */
  com.google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower getReceivingOpticalPower();
  /**
   *
   *
   * <pre>
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.
   * </pre>
   *
   * <code>
   * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower receiving_optical_power = 244717279;
   * </code>
   */
  com.google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPowerOrBuilder
      getReceivingOpticalPowerOrBuilder();

  /**
   *
   *
   * <pre>
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.
   * </pre>
   *
   * <code>
   * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower transmitting_optical_power = 459431197;
   * </code>
   *
   * @return Whether the transmittingOpticalPower field is set.
   */
  boolean hasTransmittingOpticalPower();
  /**
   *
   *
   * <pre>
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.
   * </pre>
   *
   * <code>
   * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower transmitting_optical_power = 459431197;
   * </code>
   *
   * @return The transmittingOpticalPower.
   */
  com.google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower getTransmittingOpticalPower();
  /**
   *
   *
   * <pre>
   * An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.
   * </pre>
   *
   * <code>
   * optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower transmitting_optical_power = 459431197;
   * </code>
   */
  com.google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPowerOrBuilder
      getTransmittingOpticalPowerOrBuilder();
}
