- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder extends GeneratedMessageV3.Builder<PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder> implements PublicDelegatedPrefixPublicDelegatedSubPrefixOrBuilder
Represents a sub PublicDelegatedPrefix.
Protobuf type google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PublicDelegatedPrefixPublicDelegatedSubPrefix.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |
build()
public PublicDelegatedPrefixPublicDelegatedSubPrefix build()
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix |
buildPartial()
public PublicDelegatedPrefixPublicDelegatedSubPrefix buildPartial()
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix |
clear()
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder clear()
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |
clearDelegateeProject()
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder clearDelegateeProject()
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
clearDescription()
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder clearDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |
clearIpCidrRange()
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder clearIpCidrRange()
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
clearIsAddress()
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder clearIsAddress()
Whether the sub prefix is delegated to create Address resources in the delegatee project.
optional bool is_address = 352617951;
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
clearName()
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder clearName()
The name of the sub public delegated prefix.
optional string name = 3373707;
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |
clearRegion()
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder clearRegion()
[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;
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
clearStatus()
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder clearStatus()
[Output Only] The status of the sub public delegated prefix. Check the Status enum for the list of possible values.
optional string status = 181260274;
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
clone()
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder clone()
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |
getDefaultInstanceForType()
public PublicDelegatedPrefixPublicDelegatedSubPrefix getDefaultInstanceForType()
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix |
getDelegateeProject()
public String getDelegateeProject()
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;
Type | Description |
String | The delegateeProject. |
getDelegateeProjectBytes()
public ByteString getDelegateeProjectBytes()
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;
Type | Description |
ByteString | The bytes for delegateeProject. |
getDescription()
public String getDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getIpCidrRange()
public String getIpCidrRange()
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;
Type | Description |
String | The ipCidrRange. |
getIpCidrRangeBytes()
public ByteString getIpCidrRangeBytes()
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;
Type | Description |
ByteString | The bytes for ipCidrRange. |
getIsAddress()
public boolean getIsAddress()
Whether the sub prefix is delegated to create Address resources in the delegatee project.
optional bool is_address = 352617951;
Type | Description |
boolean | The isAddress. |
getName()
public String getName()
The name of the sub public delegated prefix.
optional string name = 3373707;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The name of the sub public delegated prefix.
optional string name = 3373707;
Type | Description |
ByteString | The bytes for name. |
getRegion()
public 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;
Type | Description |
String | The region. |
getRegionBytes()
public 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;
Type | Description |
ByteString | The bytes for region. |
getStatus()
public 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;
Type | Description |
String | The status. |
getStatusBytes()
public 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;
Type | Description |
ByteString | The bytes for status. |
hasDelegateeProject()
public boolean hasDelegateeProject()
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;
Type | Description |
boolean | Whether the delegateeProject field is set. |
hasDescription()
public boolean hasDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Type | Description |
boolean | Whether the description field is set. |
hasIpCidrRange()
public boolean hasIpCidrRange()
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;
Type | Description |
boolean | Whether the ipCidrRange field is set. |
hasIsAddress()
public boolean hasIsAddress()
Whether the sub prefix is delegated to create Address resources in the delegatee project.
optional bool is_address = 352617951;
Type | Description |
boolean | Whether the isAddress field is set. |
hasName()
public boolean hasName()
The name of the sub public delegated prefix.
optional string name = 3373707;
Type | Description |
boolean | Whether the name field is set. |
hasRegion()
public 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;
Type | Description |
boolean | Whether the region field is set. |
hasStatus()
public 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;
Type | Description |
boolean | Whether the status field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(PublicDelegatedPrefixPublicDelegatedSubPrefix other)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder mergeFrom(PublicDelegatedPrefixPublicDelegatedSubPrefix other)
Name | Description |
other | PublicDelegatedPrefixPublicDelegatedSubPrefix |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |
setDelegateeProject(String value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setDelegateeProject(String value)
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;
Name | Description |
value | String The delegateeProject to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setDelegateeProjectBytes(ByteString value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setDelegateeProjectBytes(ByteString value)
Name of the project scoping this PublicDelegatedSubPrefix.
optional string delegatee_project = 414860634;
Name | Description |
value | ByteString The bytes for delegateeProject to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setDescription(String value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setDescription(String value)
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Name | Description |
value | String The description to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setDescriptionBytes(ByteString value)
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |
setIpCidrRange(String value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setIpCidrRange(String value)
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;
Name | Description |
value | String The ipCidrRange to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setIpCidrRangeBytes(ByteString value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setIpCidrRangeBytes(ByteString value)
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
optional string ip_cidr_range = 98117322;
Name | Description |
value | ByteString The bytes for ipCidrRange to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setIsAddress(boolean value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setIsAddress(boolean value)
Whether the sub prefix is delegated to create Address resources in the delegatee project.
optional bool is_address = 352617951;
Name | Description |
value | boolean The isAddress to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setName(String value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setName(String value)
The name of the sub public delegated prefix.
optional string name = 3373707;
Name | Description |
value | String The name to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setNameBytes(ByteString value)
The name of the sub public delegated prefix.
optional string name = 3373707;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setRegion(String value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setRegion(String value)
[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;
Name | Description |
value | String The region to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setRegionBytes(ByteString value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setRegionBytes(ByteString value)
[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;
Name | Description |
value | ByteString The bytes for region to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |
setStatus(String value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setStatus(String value)
[Output Only] The status of the sub public delegated prefix. Check the Status enum for the list of possible values.
optional string status = 181260274;
Name | Description |
value | String The status to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setStatusBytes(ByteString value)
public PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setStatusBytes(ByteString value)
[Output Only] The status of the sub public delegated prefix. Check the Status enum for the list of possible values.
optional string status = 181260274;
Name | Description |
value | ByteString The bytes for status to set. |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder |