public interface PublicAdvertisedPrefixPublicDelegatedPrefixOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIpRange()
The IP address range of the public delegated prefix
optional string ip_range = 145092645;String getIpRange()
The IP address range of the public delegated prefix
optional string ip_range = 145092645;com.google.protobuf.ByteString getIpRangeBytes()
The IP address range of the public delegated prefix
optional string ip_range = 145092645;boolean hasName()
The name of the public delegated prefix
optional string name = 3373707;String getName()
The name of the public delegated prefix
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
The name of the public delegated prefix
optional string name = 3373707;boolean hasProject()
The project number of the public delegated prefix
optional string project = 227560217;String getProject()
The project number of the public delegated prefix
optional string project = 227560217;com.google.protobuf.ByteString getProjectBytes()
The project number of the public delegated prefix
optional string project = 227560217;boolean hasRegion()
The region of the public delegated prefix if it is regional. If absent, the prefix is global.
optional string region = 138946292;String getRegion()
The region of the public delegated prefix if it is regional. If absent, the prefix is global.
optional string region = 138946292;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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.