Package com.google.cloud.compute.v1
Interface PublicDelegatedPrefixPublicDelegatedSubPrefixOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublicDelegatedPrefixPublicDelegatedSubPrefix
,PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder
public interface PublicDelegatedPrefixPublicDelegatedSubPrefixOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 IP address range, in CIDR format, represented by this sub public delegated prefix.com.google.protobuf.ByteString
getIpCidrRangeBytes()
The IP 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 IP 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDelegateeProject
boolean hasDelegateeProject()
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;
- Returns:
- Whether the delegateeProject field is set.
-
getDelegateeProject
String getDelegateeProject()
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;
- Returns:
- The delegateeProject.
-
getDelegateeProjectBytes
com.google.protobuf.ByteString getDelegateeProjectBytes()
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;
- Returns:
- The bytes for delegateeProject.
-
hasDescription
boolean hasDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
- Returns:
- The bytes for description.
-
hasIpCidrRange
boolean hasIpCidrRange()
The IP address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;
- Returns:
- Whether the ipCidrRange field is set.
-
getIpCidrRange
String getIpCidrRange()
The IP address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;
- Returns:
- The ipCidrRange.
-
getIpCidrRangeBytes
com.google.protobuf.ByteString getIpCidrRangeBytes()
The IP address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;
- Returns:
- The bytes for ipCidrRange.
-
hasIsAddress
boolean hasIsAddress()
Whether the sub prefix is delegated to create Address resources in the delegatee project.
optional bool is_address = 352617951;
- Returns:
- Whether the isAddress field is set.
-
getIsAddress
boolean getIsAddress()
Whether the sub prefix is delegated to create Address resources in the delegatee project.
optional bool is_address = 352617951;
- Returns:
- The isAddress.
-
hasName
boolean hasName()
The name of the sub public delegated prefix.
optional string name = 3373707;
- Returns:
- Whether the name field is set.
-
getName
String getName()
The name of the sub public delegated prefix.
optional string name = 3373707;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of the sub public delegated prefix.
optional string name = 3373707;
- Returns:
- The bytes for name.
-
hasRegion
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:
- Whether the region field is set.
-
getRegion
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:
- The region.
-
getRegionBytes
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;
- Returns:
- The bytes for region.
-
hasStatus
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:
- Whether the status field is set.
-
getStatus
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:
- The status.
-
getStatusBytes
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;
- Returns:
- The bytes for status.
-
-