Interface PublicAdvertisedPrefixPublicDelegatedPrefixOrBuilder (1.51.0)

public interface PublicAdvertisedPrefixPublicDelegatedPrefixOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpRange()

public abstract String getIpRange()

The IP address range of the public delegated prefix

optional string ip_range = 145092645;

Returns
TypeDescription
String

The ipRange.

getIpRangeBytes()

public abstract ByteString getIpRangeBytes()

The IP address range of the public delegated prefix

optional string ip_range = 145092645;

Returns
TypeDescription
ByteString

The bytes for ipRange.

getName()

public abstract String getName()

The name of the public delegated prefix

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the public delegated prefix

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

getProject()

public abstract String getProject()

The project number of the public delegated prefix

optional string project = 227560217;

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

The project number of the public delegated prefix

optional string project = 227560217;

Returns
TypeDescription
ByteString

The bytes for project.

getRegion()

public abstract String getRegion()

The region of the public delegated prefix if it is regional. If absent, the prefix is global.

optional string region = 138946292;

Returns
TypeDescription
String

The region.

getRegionBytes()

public abstract ByteString getRegionBytes()

The region of the public delegated prefix if it is regional. If absent, the prefix is global.

optional string region = 138946292;

Returns
TypeDescription
ByteString

The bytes for region.

getStatus()

public abstract 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
TypeDescription
String

The status.

getStatusBytes()

public abstract 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
TypeDescription
ByteString

The bytes for status.

hasIpRange()

public abstract boolean hasIpRange()

The IP address range of the public delegated prefix

optional string ip_range = 145092645;

Returns
TypeDescription
boolean

Whether the ipRange field is set.

hasName()

public abstract boolean hasName()

The name of the public delegated prefix

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.

hasProject()

public abstract boolean hasProject()

The project number of the public delegated prefix

optional string project = 227560217;

Returns
TypeDescription
boolean

Whether the project field is set.

hasRegion()

public abstract boolean hasRegion()

The region of the public delegated prefix if it is regional. If absent, the prefix is global.

optional string region = 138946292;

Returns
TypeDescription
boolean

Whether the region field is set.

hasStatus()

public abstract 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
TypeDescription
boolean

Whether the status field is set.