public interface PublicDelegatedPrefixPublicDelegatedSubPrefixOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDelegateeProject()
Name of the project scoping this PublicDelegatedSubPrefix.
|
com.google.protobuf.ByteString |
getDelegateeProjectBytes()
Name of the project scoping this PublicDelegatedSubPrefix.
|
String |
getDescription()
An optional description of this resource.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
An optional description of this resource.
|
String |
getIpCidrRange()
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
|
com.google.protobuf.ByteString |
getIpCidrRangeBytes()
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
|
boolean |
getIsAddress()
Whether the sub prefix is delegated to create Address resources in the delegatee project.
|
String |
getName()
The name of the sub public delegated prefix.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the sub public delegated prefix.
|
String |
getRegion()
[Output Only] The region of the sub public delegated prefix if it is regional.
|
com.google.protobuf.ByteString |
getRegionBytes()
[Output Only] The region of the sub public delegated prefix if it is regional.
|
String |
getStatus()
[Output Only] The status of the sub public delegated prefix.
|
com.google.protobuf.ByteString |
getStatusBytes()
[Output Only] The status of the sub public delegated prefix.
|
boolean |
hasDelegateeProject()
Name of the project scoping this PublicDelegatedSubPrefix.
|
boolean |
hasDescription()
An optional description of this resource.
|
boolean |
hasIpCidrRange()
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
|
boolean |
hasIsAddress()
Whether the sub prefix is delegated to create Address resources in the delegatee project.
|
boolean |
hasName()
The name of the sub public delegated prefix.
|
boolean |
hasRegion()
[Output Only] The region of the sub public delegated prefix if it is regional.
|
boolean |
hasStatus()
[Output Only] The status of the sub public delegated prefix.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDelegateeProject()
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;String getDelegateeProject()
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;com.google.protobuf.ByteString getDelegateeProjectBytes()
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;boolean hasDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;String getDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;com.google.protobuf.ByteString getDescriptionBytes()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;boolean hasIpCidrRange()
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;String getIpCidrRange()
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;com.google.protobuf.ByteString getIpCidrRangeBytes()
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;boolean hasIsAddress()
Whether the sub prefix is delegated to create Address resources in the delegatee project.
optional bool is_address = 352617951;boolean getIsAddress()
Whether the sub prefix is delegated to create Address resources in the delegatee project.
optional bool is_address = 352617951;boolean hasName()
The name of the sub public delegated prefix.
optional string name = 3373707;String getName()
The name of the sub public delegated prefix.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
The name of the sub public delegated prefix.
optional string name = 3373707;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;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;com.google.protobuf.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;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;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.