/*
 * 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 InterconnectLocationOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.InterconnectLocation)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * [Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.
   * </pre>
   *
   * <code>optional string address = 462920692;</code>
   *
   * @return Whether the address field is set.
   */
  boolean hasAddress();
  /**
   *
   *
   * <pre>
   * [Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.
   * </pre>
   *
   * <code>optional string address = 462920692;</code>
   *
   * @return The address.
   */
  java.lang.String getAddress();
  /**
   *
   *
   * <pre>
   * [Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.
   * </pre>
   *
   * <code>optional string address = 462920692;</code>
   *
   * @return The bytes for address.
   */
  com.google.protobuf.ByteString getAddressBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or "zone2".
   * </pre>
   *
   * <code>optional string availability_zone = 158459920;</code>
   *
   * @return Whether the availabilityZone field is set.
   */
  boolean hasAvailabilityZone();
  /**
   *
   *
   * <pre>
   * [Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or "zone2".
   * </pre>
   *
   * <code>optional string availability_zone = 158459920;</code>
   *
   * @return The availabilityZone.
   */
  java.lang.String getAvailabilityZone();
  /**
   *
   *
   * <pre>
   * [Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or "zone2".
   * </pre>
   *
   * <code>optional string availability_zone = 158459920;</code>
   *
   * @return The bytes for availabilityZone.
   */
  com.google.protobuf.ByteString getAvailabilityZoneBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".
   * </pre>
   *
   * <code>optional string city = 3053931;</code>
   *
   * @return Whether the city field is set.
   */
  boolean hasCity();
  /**
   *
   *
   * <pre>
   * [Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".
   * </pre>
   *
   * <code>optional string city = 3053931;</code>
   *
   * @return The city.
   */
  java.lang.String getCity();
  /**
   *
   *
   * <pre>
   * [Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".
   * </pre>
   *
   * <code>optional string city = 3053931;</code>
   *
   * @return The bytes for city.
   */
  com.google.protobuf.ByteString getCityBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA
   * Check the Continent enum for the list of possible values.
   * </pre>
   *
   * <code>optional string continent = 133442996;</code>
   *
   * @return Whether the continent field is set.
   */
  boolean hasContinent();
  /**
   *
   *
   * <pre>
   * [Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA
   * Check the Continent enum for the list of possible values.
   * </pre>
   *
   * <code>optional string continent = 133442996;</code>
   *
   * @return The continent.
   */
  java.lang.String getContinent();
  /**
   *
   *
   * <pre>
   * [Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA
   * Check the Continent enum for the list of possible values.
   * </pre>
   *
   * <code>optional string continent = 133442996;</code>
   *
   * @return The bytes for continent.
   */
  com.google.protobuf.ByteString getContinentBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] Creation timestamp in RFC3339 text format.
   * </pre>
   *
   * <code>optional string creation_timestamp = 30525366;</code>
   *
   * @return Whether the creationTimestamp field is set.
   */
  boolean hasCreationTimestamp();
  /**
   *
   *
   * <pre>
   * [Output Only] Creation timestamp in RFC3339 text format.
   * </pre>
   *
   * <code>optional string creation_timestamp = 30525366;</code>
   *
   * @return The creationTimestamp.
   */
  java.lang.String getCreationTimestamp();
  /**
   *
   *
   * <pre>
   * [Output Only] Creation timestamp in RFC3339 text format.
   * </pre>
   *
   * <code>optional string creation_timestamp = 30525366;</code>
   *
   * @return The bytes for creationTimestamp.
   */
  com.google.protobuf.ByteString getCreationTimestampBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] An optional description of the resource.
   * </pre>
   *
   * <code>optional string description = 422937596;</code>
   *
   * @return Whether the description field is set.
   */
  boolean hasDescription();
  /**
   *
   *
   * <pre>
   * [Output Only] An optional description of the resource.
   * </pre>
   *
   * <code>optional string description = 422937596;</code>
   *
   * @return The description.
   */
  java.lang.String getDescription();
  /**
   *
   *
   * <pre>
   * [Output Only] An optional description of the resource.
   * </pre>
   *
   * <code>optional string description = 422937596;</code>
   *
   * @return The bytes for description.
   */
  com.google.protobuf.ByteString getDescriptionBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] The name of the provider for this facility (e.g., EQUINIX).
   * </pre>
   *
   * <code>optional string facility_provider = 533303309;</code>
   *
   * @return Whether the facilityProvider field is set.
   */
  boolean hasFacilityProvider();
  /**
   *
   *
   * <pre>
   * [Output Only] The name of the provider for this facility (e.g., EQUINIX).
   * </pre>
   *
   * <code>optional string facility_provider = 533303309;</code>
   *
   * @return The facilityProvider.
   */
  java.lang.String getFacilityProvider();
  /**
   *
   *
   * <pre>
   * [Output Only] The name of the provider for this facility (e.g., EQUINIX).
   * </pre>
   *
   * <code>optional string facility_provider = 533303309;</code>
   *
   * @return The bytes for facilityProvider.
   */
  com.google.protobuf.ByteString getFacilityProviderBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
   * </pre>
   *
   * <code>optional string facility_provider_facility_id = 87269125;</code>
   *
   * @return Whether the facilityProviderFacilityId field is set.
   */
  boolean hasFacilityProviderFacilityId();
  /**
   *
   *
   * <pre>
   * [Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
   * </pre>
   *
   * <code>optional string facility_provider_facility_id = 87269125;</code>
   *
   * @return The facilityProviderFacilityId.
   */
  java.lang.String getFacilityProviderFacilityId();
  /**
   *
   *
   * <pre>
   * [Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
   * </pre>
   *
   * <code>optional string facility_provider_facility_id = 87269125;</code>
   *
   * @return The bytes for facilityProviderFacilityId.
   */
  com.google.protobuf.ByteString getFacilityProviderFacilityIdBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] The unique identifier for the resource. This identifier is defined by the server.
   * </pre>
   *
   * <code>optional uint64 id = 3355;</code>
   *
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   *
   *
   * <pre>
   * [Output Only] The unique identifier for the resource. This identifier is defined by the server.
   * </pre>
   *
   * <code>optional uint64 id = 3355;</code>
   *
   * @return The id.
   */
  long getId();

  /**
   *
   *
   * <pre>
   * [Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.
   * </pre>
   *
   * <code>optional string kind = 3292052;</code>
   *
   * @return Whether the kind field is set.
   */
  boolean hasKind();
  /**
   *
   *
   * <pre>
   * [Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.
   * </pre>
   *
   * <code>optional string kind = 3292052;</code>
   *
   * @return The kind.
   */
  java.lang.String getKind();
  /**
   *
   *
   * <pre>
   * [Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.
   * </pre>
   *
   * <code>optional string kind = 3292052;</code>
   *
   * @return The bytes for kind.
   */
  com.google.protobuf.ByteString getKindBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] Name of the resource.
   * </pre>
   *
   * <code>optional string name = 3373707;</code>
   *
   * @return Whether the name field is set.
   */
  boolean hasName();
  /**
   *
   *
   * <pre>
   * [Output Only] Name of the resource.
   * </pre>
   *
   * <code>optional string name = 3373707;</code>
   *
   * @return The name.
   */
  java.lang.String getName();
  /**
   *
   *
   * <pre>
   * [Output Only] Name of the resource.
   * </pre>
   *
   * <code>optional string name = 3373707;</code>
   *
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString getNameBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).
   * </pre>
   *
   * <code>optional string peeringdb_facility_id = 536567094;</code>
   *
   * @return Whether the peeringdbFacilityId field is set.
   */
  boolean hasPeeringdbFacilityId();
  /**
   *
   *
   * <pre>
   * [Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).
   * </pre>
   *
   * <code>optional string peeringdb_facility_id = 536567094;</code>
   *
   * @return The peeringdbFacilityId.
   */
  java.lang.String getPeeringdbFacilityId();
  /**
   *
   *
   * <pre>
   * [Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).
   * </pre>
   *
   * <code>optional string peeringdb_facility_id = 536567094;</code>
   *
   * @return The bytes for peeringdbFacilityId.
   */
  com.google.protobuf.ByteString getPeeringdbFacilityIdBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
   * </pre>
   *
   * <code>
   * repeated .google.cloud.compute.v1.InterconnectLocationRegionInfo region_infos = 312194170;
   * </code>
   */
  java.util.List<com.google.cloud.compute.v1.InterconnectLocationRegionInfo> getRegionInfosList();
  /**
   *
   *
   * <pre>
   * [Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
   * </pre>
   *
   * <code>
   * repeated .google.cloud.compute.v1.InterconnectLocationRegionInfo region_infos = 312194170;
   * </code>
   */
  com.google.cloud.compute.v1.InterconnectLocationRegionInfo getRegionInfos(int index);
  /**
   *
   *
   * <pre>
   * [Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
   * </pre>
   *
   * <code>
   * repeated .google.cloud.compute.v1.InterconnectLocationRegionInfo region_infos = 312194170;
   * </code>
   */
  int getRegionInfosCount();
  /**
   *
   *
   * <pre>
   * [Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
   * </pre>
   *
   * <code>
   * repeated .google.cloud.compute.v1.InterconnectLocationRegionInfo region_infos = 312194170;
   * </code>
   */
  java.util.List<? extends com.google.cloud.compute.v1.InterconnectLocationRegionInfoOrBuilder>
      getRegionInfosOrBuilderList();
  /**
   *
   *
   * <pre>
   * [Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
   * </pre>
   *
   * <code>
   * repeated .google.cloud.compute.v1.InterconnectLocationRegionInfo region_infos = 312194170;
   * </code>
   */
  com.google.cloud.compute.v1.InterconnectLocationRegionInfoOrBuilder getRegionInfosOrBuilder(
      int index);

  /**
   *
   *
   * <pre>
   * [Output Only] Server-defined URL for the resource.
   * </pre>
   *
   * <code>optional string self_link = 456214797;</code>
   *
   * @return Whether the selfLink field is set.
   */
  boolean hasSelfLink();
  /**
   *
   *
   * <pre>
   * [Output Only] Server-defined URL for the resource.
   * </pre>
   *
   * <code>optional string self_link = 456214797;</code>
   *
   * @return The selfLink.
   */
  java.lang.String getSelfLink();
  /**
   *
   *
   * <pre>
   * [Output Only] Server-defined URL for the resource.
   * </pre>
   *
   * <code>optional string self_link = 456214797;</code>
   *
   * @return The bytes for selfLink.
   */
  com.google.protobuf.ByteString getSelfLinkBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.
   * Check the Status enum for the list of possible values.
   * </pre>
   *
   * <code>optional string status = 181260274;</code>
   *
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   *
   *
   * <pre>
   * [Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.
   * Check the Status enum for the list of possible values.
   * </pre>
   *
   * <code>optional string status = 181260274;</code>
   *
   * @return The status.
   */
  java.lang.String getStatus();
  /**
   *
   *
   * <pre>
   * [Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.
   * Check the Status enum for the list of possible values.
   * </pre>
   *
   * <code>optional string status = 181260274;</code>
   *
   * @return The bytes for status.
   */
  com.google.protobuf.ByteString getStatusBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] Reserved for future use.
   * </pre>
   *
   * <code>optional bool supports_pzs = 83983214;</code>
   *
   * @return Whether the supportsPzs field is set.
   */
  boolean hasSupportsPzs();
  /**
   *
   *
   * <pre>
   * [Output Only] Reserved for future use.
   * </pre>
   *
   * <code>optional bool supports_pzs = 83983214;</code>
   *
   * @return The supportsPzs.
   */
  boolean getSupportsPzs();
}
