Interface PublicAdvertisedPrefixPublicDelegatedPrefixOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getIpRange()
      The IP address range of the public delegated prefix
      com.google.protobuf.ByteString getIpRangeBytes()
      The IP address range of the public delegated prefix
      String getName()
      The name of the public delegated prefix
      com.google.protobuf.ByteString getNameBytes()
      The name of the public delegated prefix
      String getProject()
      The project number of the public delegated prefix
      com.google.protobuf.ByteString getProjectBytes()
      The project number of the public delegated prefix
      String getRegion()
      The region of the public delegated prefix if it is regional.
      com.google.protobuf.ByteString getRegionBytes()
      The region of the public delegated prefix if it is regional.
      String getStatus()
      The status of the public delegated prefix.
      com.google.protobuf.ByteString getStatusBytes()
      The status of the public delegated prefix.
      boolean hasIpRange()
      The IP address range of the public delegated prefix
      boolean hasName()
      The name of the public delegated prefix
      boolean hasProject()
      The project number of the public delegated prefix
      boolean hasRegion()
      The region of the public delegated prefix if it is regional.
      boolean hasStatus()
      The status of the public delegated prefix.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasIpRange

        boolean hasIpRange()
         The IP address range of the public delegated prefix
         
        optional string ip_range = 145092645;
        Returns:
        Whether the ipRange field is set.
      • getIpRange

        String getIpRange()
         The IP address range of the public delegated prefix
         
        optional string ip_range = 145092645;
        Returns:
        The ipRange.
      • getIpRangeBytes

        com.google.protobuf.ByteString getIpRangeBytes()
         The IP address range of the public delegated prefix
         
        optional string ip_range = 145092645;
        Returns:
        The bytes for ipRange.
      • hasName

        boolean hasName()
         The name of the public delegated prefix
         
        optional string name = 3373707;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         The name of the public delegated prefix
         
        optional string name = 3373707;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name of the public delegated prefix
         
        optional string name = 3373707;
        Returns:
        The bytes for name.
      • hasProject

        boolean hasProject()
         The project number of the public delegated prefix
         
        optional string project = 227560217;
        Returns:
        Whether the project field is set.
      • getProject

        String getProject()
         The project number of the public delegated prefix
         
        optional string project = 227560217;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         The project number of the public delegated prefix
         
        optional string project = 227560217;
        Returns:
        The bytes for project.
      • hasRegion

        boolean hasRegion()
         The region of the public delegated prefix if it is regional. If absent, the prefix is global.
         
        optional string region = 138946292;
        Returns:
        Whether the region field is set.
      • getRegion

        String getRegion()
         The region of the public delegated prefix if it is regional. If absent, the prefix is global.
         
        optional string region = 138946292;
        Returns:
        The region.
      • getRegionBytes

        com.google.protobuf.ByteString getRegionBytes()
         The region of the public delegated prefix if it is regional. If absent, the prefix is global.
         
        optional string region = 138946292;
        Returns:
        The bytes for region.
      • hasStatus

        boolean hasStatus()
         The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
         
        optional string status = 181260274;
        Returns:
        Whether the status field is set.
      • getStatus

        String getStatus()
         The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
         
        optional string status = 181260274;
        Returns:
        The status.
      • getStatusBytes

        com.google.protobuf.ByteString getStatusBytes()
         The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
         
        optional string status = 181260274;
        Returns:
        The bytes for status.