Class PublicDelegatedPrefixPublicDelegatedSubPrefix (1.24.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.24.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  PublicDelegatedPrefixPublicDelegatedSubPrefix   extends   GeneratedMessageV3   implements   PublicDelegatedPrefixPublicDelegatedSubPrefixOrBuilder  
   Represents a sub PublicDelegatedPrefix.
 Protobuf type google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
Static Fields
   
  DELEGATEE_PROJECT_FIELD_NUMBER 
  
    
public   static   final   int   DELEGATEE_PROJECT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  DESCRIPTION_FIELD_NUMBER 
  
    
public   static   final   int   DESCRIPTION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  IP_CIDR_RANGE_FIELD_NUMBER 
  
    
public   static   final   int   IP_CIDR_RANGE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  IS_ADDRESS_FIELD_NUMBER 
  
    
public   static   final   int   IS_ADDRESS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NAME_FIELD_NUMBER 
  
    
public   static   final   int   NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  REGION_FIELD_NUMBER 
  
    
public   static   final   int   REGION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  STATUS_FIELD_NUMBER 
  
    
public   static   final   int   STATUS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix . Builder   newBuilder ()  
  
  newBuilder(PublicDelegatedPrefixPublicDelegatedSubPrefix prototype) 
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix . Builder   newBuilder ( PublicDelegatedPrefixPublicDelegatedSubPrefix   prototype )  
  
  
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   PublicDelegatedPrefixPublicDelegatedSubPrefix   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<PublicDelegatedPrefixPublicDelegatedSubPrefix>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   PublicDelegatedPrefixPublicDelegatedSubPrefix   getDefaultInstanceForType ()  
  
  getDelegateeProject() 
  
    
public   String   getDelegateeProject ()  
   Name of the project scoping this PublicDelegatedSubPrefix.
 optional string delegatee_project = 414860634;
    
      
        Returns  
      
        Type Description  
      
        String The delegateeProject.
 
     
  
  getDelegateeProjectBytes() 
  
    
public   ByteString   getDelegateeProjectBytes ()  
   Name of the project scoping this PublicDelegatedSubPrefix.
 optional string delegatee_project = 414860634;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for delegateeProject.
 
     
  
  getDescription() 
  
    
public   String   getDescription ()  
   An optional description of this resource. Provide this property when you create the resource.
 optional string description = 422937596;
    
      
        Returns  
      
        Type Description  
      
        String The description.
 
     
  
  getDescriptionBytes() 
  
    
public   ByteString   getDescriptionBytes ()  
   An optional description of this resource. Provide this property when you create the resource.
 optional string description = 422937596;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for description.
 
     
  
  getIpCidrRange() 
  
    
public   String   getIpCidrRange ()  
   The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
 optional string ip_cidr_range = 98117322;
    
      
        Returns  
      
        Type Description  
      
        String The ipCidrRange.
 
     
  
  getIpCidrRangeBytes() 
  
    
public   ByteString   getIpCidrRangeBytes ()  
   The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
 optional string ip_cidr_range = 98117322;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for ipCidrRange.
 
     
  
  getIsAddress() 
  
    
public   boolean   getIsAddress ()  
   Whether the sub prefix is delegated to create Address resources in the delegatee project.
 optional bool is_address = 352617951;
    
      
        Returns  
      
        Type Description  
      
        boolean The isAddress.
 
     
  
  getName() 
  
   The name of the sub public delegated prefix.
 optional string name = 3373707;
    
      
        Returns  
      
        Type Description  
      
        String The name.
 
     
  
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   The name of the sub public delegated prefix.
 optional string name = 3373707;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for name.
 
     
  
  getParserForType() 
  
    
public   Parser<PublicDelegatedPrefixPublicDelegatedSubPrefix>   getParserForType ()  
  
  Overrides 
  
  getRegion() 
  
    
public   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;
    
      
        Returns  
      
        Type Description  
      
        String The region.
 
     
  
  getRegionBytes() 
  
    
public   ByteString   getRegionBytes ()  
   [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;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for region.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getStatus() 
  
    
public   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;
    
      
        Returns  
      
        Type Description  
      
        String The status.
 
     
  
  getStatusBytes() 
  
    
public   ByteString   getStatusBytes ()  
   [Output Only] The status of the sub public delegated prefix.
 Check the Status enum for the list of possible values.
 optional string status = 181260274;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for status.
 
     
  
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  
  Overrides 
  
  hasDelegateeProject() 
  
    
public   boolean   hasDelegateeProject ()  
   Name of the project scoping this PublicDelegatedSubPrefix.
 optional string delegatee_project = 414860634;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the delegateeProject field is set.
 
     
  
  hasDescription() 
  
    
public   boolean   hasDescription ()  
   An optional description of this resource. Provide this property when you create the resource.
 optional string description = 422937596;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the description field is set.
 
     
  
  hasIpCidrRange() 
  
    
public   boolean   hasIpCidrRange ()  
   The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
 optional string ip_cidr_range = 98117322;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the ipCidrRange field is set.
 
     
  
  hasIsAddress() 
  
    
public   boolean   hasIsAddress ()  
   Whether the sub prefix is delegated to create Address resources in the delegatee project.
 optional bool is_address = 352617951;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the isAddress field is set.
 
     
  
  hasName() 
  
   The name of the sub public delegated prefix.
 optional string name = 3373707;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the name field is set.
 
     
  
  hasRegion() 
  
    
public   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;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the region field is set.
 
     
  
  hasStatus() 
  
    
public   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;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the status field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   PublicDelegatedPrefixPublicDelegatedSubPrefix . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   PublicDelegatedPrefixPublicDelegatedSubPrefix . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   PublicDelegatedPrefixPublicDelegatedSubPrefix . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-11 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]