Package com.google.cloud.compute.v1
Interface PublicAdvertisedPrefixPublicDelegatedPrefixOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublicAdvertisedPrefixPublicDelegatedPrefix,PublicAdvertisedPrefixPublicDelegatedPrefix.Builder
public interface PublicAdvertisedPrefixPublicDelegatedPrefixOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIpRange()The IP address range of the public delegated prefixcom.google.protobuf.ByteStringgetIpRangeBytes()The IP address range of the public delegated prefixStringgetName()The name of the public delegated prefixcom.google.protobuf.ByteStringgetNameBytes()The name of the public delegated prefixStringgetProject()The project number of the public delegated prefixcom.google.protobuf.ByteStringgetProjectBytes()The project number of the public delegated prefixStringgetRegion()The region of the public delegated prefix if it is regional.com.google.protobuf.ByteStringgetRegionBytes()The region of the public delegated prefix if it is regional.StringgetStatus()The status of the public delegated prefix.com.google.protobuf.ByteStringgetStatusBytes()The status of the public delegated prefix.booleanhasIpRange()The IP address range of the public delegated prefixbooleanhasName()The name of the public delegated prefixbooleanhasProject()The project number of the public delegated prefixbooleanhasRegion()The region of the public delegated prefix if it is regional.booleanhasStatus()The status of the 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
-
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.
-
-