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

  /**
   *
   *
   * <pre>
   * Name of the project scoping this PublicDelegatedSubPrefix.
   * </pre>
   *
   * <code>optional string delegatee_project = 414860634;</code>
   *
   * @return Whether the delegateeProject field is set.
   */
  boolean hasDelegateeProject();
  /**
   *
   *
   * <pre>
   * Name of the project scoping this PublicDelegatedSubPrefix.
   * </pre>
   *
   * <code>optional string delegatee_project = 414860634;</code>
   *
   * @return The delegateeProject.
   */
  java.lang.String getDelegateeProject();
  /**
   *
   *
   * <pre>
   * Name of the project scoping this PublicDelegatedSubPrefix.
   * </pre>
   *
   * <code>optional string delegatee_project = 414860634;</code>
   *
   * @return The bytes for delegateeProject.
   */
  com.google.protobuf.ByteString getDelegateeProjectBytes();

  /**
   *
   *
   * <pre>
   * An optional description of this resource. Provide this property when you create the resource.
   * </pre>
   *
   * <code>optional string description = 422937596;</code>
   *
   * @return Whether the description field is set.
   */
  boolean hasDescription();
  /**
   *
   *
   * <pre>
   * An optional description of this resource. Provide this property when you create the resource.
   * </pre>
   *
   * <code>optional string description = 422937596;</code>
   *
   * @return The description.
   */
  java.lang.String getDescription();
  /**
   *
   *
   * <pre>
   * An optional description of this resource. Provide this property when you create the resource.
   * </pre>
   *
   * <code>optional string description = 422937596;</code>
   *
   * @return The bytes for description.
   */
  com.google.protobuf.ByteString getDescriptionBytes();

  /**
   *
   *
   * <pre>
   * The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
   * </pre>
   *
   * <code>optional string ip_cidr_range = 98117322;</code>
   *
   * @return Whether the ipCidrRange field is set.
   */
  boolean hasIpCidrRange();
  /**
   *
   *
   * <pre>
   * The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
   * </pre>
   *
   * <code>optional string ip_cidr_range = 98117322;</code>
   *
   * @return The ipCidrRange.
   */
  java.lang.String getIpCidrRange();
  /**
   *
   *
   * <pre>
   * The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
   * </pre>
   *
   * <code>optional string ip_cidr_range = 98117322;</code>
   *
   * @return The bytes for ipCidrRange.
   */
  com.google.protobuf.ByteString getIpCidrRangeBytes();

  /**
   *
   *
   * <pre>
   * Whether the sub prefix is delegated to create Address resources in the delegatee project.
   * </pre>
   *
   * <code>optional bool is_address = 352617951;</code>
   *
   * @return Whether the isAddress field is set.
   */
  boolean hasIsAddress();
  /**
   *
   *
   * <pre>
   * Whether the sub prefix is delegated to create Address resources in the delegatee project.
   * </pre>
   *
   * <code>optional bool is_address = 352617951;</code>
   *
   * @return The isAddress.
   */
  boolean getIsAddress();

  /**
   *
   *
   * <pre>
   * The name of the sub public delegated prefix.
   * </pre>
   *
   * <code>optional string name = 3373707;</code>
   *
   * @return Whether the name field is set.
   */
  boolean hasName();
  /**
   *
   *
   * <pre>
   * The name of the sub public delegated prefix.
   * </pre>
   *
   * <code>optional string name = 3373707;</code>
   *
   * @return The name.
   */
  java.lang.String getName();
  /**
   *
   *
   * <pre>
   * The name of the sub public delegated prefix.
   * </pre>
   *
   * <code>optional string name = 3373707;</code>
   *
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString getNameBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
   * </pre>
   *
   * <code>optional string region = 138946292;</code>
   *
   * @return Whether the region field is set.
   */
  boolean hasRegion();
  /**
   *
   *
   * <pre>
   * [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
   * </pre>
   *
   * <code>optional string region = 138946292;</code>
   *
   * @return The region.
   */
  java.lang.String getRegion();
  /**
   *
   *
   * <pre>
   * [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
   * </pre>
   *
   * <code>optional string region = 138946292;</code>
   *
   * @return The bytes for region.
   */
  com.google.protobuf.ByteString getRegionBytes();

  /**
   *
   *
   * <pre>
   * [Output Only] The status of the sub public delegated prefix.
   * 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 the sub public delegated prefix.
   * 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 the sub public delegated prefix.
   * 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();
}
