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

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

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

  /**
   *
   *
   * 
   * The allocatable prefix length supported by this PublicDelegatedSubPrefix.
   * 
* * optional int32 allocatable_prefix_length = 38427446; * * @return Whether the allocatablePrefixLength field is set. */ boolean hasAllocatablePrefixLength(); /** * * *
   * The allocatable prefix length supported by this PublicDelegatedSubPrefix.
   * 
* * optional int32 allocatable_prefix_length = 38427446; * * @return The allocatablePrefixLength. */ int getAllocatablePrefixLength(); /** * * *
   * Name of the project scoping this PublicDelegatedSubPrefix.
   * 
* * optional string delegatee_project = 414860634; * * @return Whether the delegateeProject field is set. */ boolean hasDelegateeProject(); /** * * *
   * Name of the project scoping this PublicDelegatedSubPrefix.
   * 
* * optional string delegatee_project = 414860634; * * @return The delegateeProject. */ java.lang.String getDelegateeProject(); /** * * *
   * Name of the project scoping this PublicDelegatedSubPrefix.
   * 
* * optional string delegatee_project = 414860634; * * @return The bytes for delegateeProject. */ com.google.protobuf.ByteString getDelegateeProjectBytes(); /** * * *
   * An optional description of this resource. Provide this property when you create the resource.
   * 
* * optional string description = 422937596; * * @return Whether the description field is set. */ boolean hasDescription(); /** * * *
   * An optional description of this resource. Provide this property when you create the resource.
   * 
* * optional string description = 422937596; * * @return The description. */ java.lang.String getDescription(); /** * * *
   * An optional description of this resource. Provide this property when you create the resource.
   * 
* * optional string description = 422937596; * * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** * * *
   * The IP address range, in CIDR format, represented by this sub public delegated prefix.
   * 
* * optional string ip_cidr_range = 98117322; * * @return Whether the ipCidrRange field is set. */ boolean hasIpCidrRange(); /** * * *
   * The IP address range, in CIDR format, represented by this sub public delegated prefix.
   * 
* * optional string ip_cidr_range = 98117322; * * @return The ipCidrRange. */ java.lang.String getIpCidrRange(); /** * * *
   * The IP address range, in CIDR format, represented by this sub public delegated prefix.
   * 
* * optional string ip_cidr_range = 98117322; * * @return The bytes for ipCidrRange. */ com.google.protobuf.ByteString getIpCidrRangeBytes(); /** * * *
   * Whether the sub prefix is delegated to create Address resources in the delegatee project.
   * 
* * optional bool is_address = 352617951; * * @return Whether the isAddress field is set. */ boolean hasIsAddress(); /** * * *
   * Whether the sub prefix is delegated to create Address resources in the delegatee project.
   * 
* * optional bool is_address = 352617951; * * @return The isAddress. */ boolean getIsAddress(); /** * * *
   * The PublicDelegatedSubPrefix mode for IPv6 only.
   * Check the Mode enum for the list of possible values.
   * 
* * optional string mode = 3357091; * * @return Whether the mode field is set. */ boolean hasMode(); /** * * *
   * The PublicDelegatedSubPrefix mode for IPv6 only.
   * Check the Mode enum for the list of possible values.
   * 
* * optional string mode = 3357091; * * @return The mode. */ java.lang.String getMode(); /** * * *
   * The PublicDelegatedSubPrefix mode for IPv6 only.
   * Check the Mode enum for the list of possible values.
   * 
* * optional string mode = 3357091; * * @return The bytes for mode. */ com.google.protobuf.ByteString getModeBytes(); /** * * *
   * The name of the sub public delegated prefix.
   * 
* * optional string name = 3373707; * * @return Whether the name field is set. */ boolean hasName(); /** * * *
   * The name of the sub public delegated prefix.
   * 
* * optional string name = 3373707; * * @return The name. */ java.lang.String getName(); /** * * *
   * The name of the sub public delegated prefix.
   * 
* * optional string name = 3373707; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
   * 
* * optional string region = 138946292; * * @return Whether the region field is set. */ boolean hasRegion(); /** * * *
   * [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
   * 
* * optional string region = 138946292; * * @return The region. */ java.lang.String getRegion(); /** * * *
   * [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
   * 
* * optional string region = 138946292; * * @return The bytes for region. */ com.google.protobuf.ByteString getRegionBytes(); /** * * *
   * [Output Only] The status of the sub public delegated prefix.
   * Check the Status enum for the list of possible values.
   * 
* * optional string status = 181260274; * * @return Whether the status field is set. */ boolean hasStatus(); /** * * *
   * [Output Only] The status of the sub public delegated prefix.
   * Check the Status enum for the list of possible values.
   * 
* * optional string status = 181260274; * * @return The status. */ java.lang.String getStatus(); /** * * *
   * [Output Only] The status of the sub public delegated prefix.
   * Check the Status enum for the list of possible values.
   * 
* * optional string status = 181260274; * * @return The bytes for status. */ com.google.protobuf.ByteString getStatusBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy