/*
 * 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/datafusion/v1beta1/v1beta1.proto

package com.google.cloud.datafusion.v1beta1;

public interface DnsPeeringOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.datafusion.v1beta1.DnsPeering)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * Required. Name of the zone.
   * </pre>
   *
   * <code>string zone = 1 [(.google.api.field_behavior) = REQUIRED];</code>
   *
   * @return The zone.
   */
  java.lang.String getZone();
  /**
   *
   *
   * <pre>
   * Required. Name of the zone.
   * </pre>
   *
   * <code>string zone = 1 [(.google.api.field_behavior) = REQUIRED];</code>
   *
   * @return The bytes for zone.
   */
  com.google.protobuf.ByteString getZoneBytes();

  /**
   *
   *
   * <pre>
   * Required. Name of the dns.
   * </pre>
   *
   * <code>string domain = 2 [(.google.api.field_behavior) = REQUIRED];</code>
   *
   * @return The domain.
   */
  java.lang.String getDomain();
  /**
   *
   *
   * <pre>
   * Required. Name of the dns.
   * </pre>
   *
   * <code>string domain = 2 [(.google.api.field_behavior) = REQUIRED];</code>
   *
   * @return The bytes for domain.
   */
  com.google.protobuf.ByteString getDomainBytes();

  /**
   *
   *
   * <pre>
   * Optional. Optional description of the dns zone.
   * </pre>
   *
   * <code>string description = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
   *
   * @return The description.
   */
  java.lang.String getDescription();
  /**
   *
   *
   * <pre>
   * Optional. Optional description of the dns zone.
   * </pre>
   *
   * <code>string description = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
   *
   * @return The bytes for description.
   */
  com.google.protobuf.ByteString getDescriptionBytes();

  /**
   *
   *
   * <pre>
   * Optional. Optional target project to which dns peering should happen.
   * </pre>
   *
   * <code>string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];</code>
   *
   * @return The targetProject.
   */
  java.lang.String getTargetProject();
  /**
   *
   *
   * <pre>
   * Optional. Optional target project to which dns peering should happen.
   * </pre>
   *
   * <code>string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];</code>
   *
   * @return The bytes for targetProject.
   */
  com.google.protobuf.ByteString getTargetProjectBytes();

  /**
   *
   *
   * <pre>
   * Optional. Optional target network to which dns peering should happen.
   * </pre>
   *
   * <code>string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];</code>
   *
   * @return The targetNetwork.
   */
  java.lang.String getTargetNetwork();
  /**
   *
   *
   * <pre>
   * Optional. Optional target network to which dns peering should happen.
   * </pre>
   *
   * <code>string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];</code>
   *
   * @return The bytes for targetNetwork.
   */
  com.google.protobuf.ByteString getTargetNetworkBytes();
}
