Class UsableSubnetworkSecondaryRange.Builder (1.32.0)

public static final class UsableSubnetworkSecondaryRange.Builder extends GeneratedMessageV3.Builder<UsableSubnetworkSecondaryRange.Builder> implements UsableSubnetworkSecondaryRangeOrBuilder

Secondary IP range of a usable subnetwork.

Protobuf type google.cloud.compute.v1.UsableSubnetworkSecondaryRange

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UsableSubnetworkSecondaryRange.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder
Overrides

build()

public UsableSubnetworkSecondaryRange build()
Returns
TypeDescription
UsableSubnetworkSecondaryRange

buildPartial()

public UsableSubnetworkSecondaryRange buildPartial()
Returns
TypeDescription
UsableSubnetworkSecondaryRange

clear()

public UsableSubnetworkSecondaryRange.Builder clear()
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public UsableSubnetworkSecondaryRange.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder
Overrides

clearIpCidrRange()

public UsableSubnetworkSecondaryRange.Builder clearIpCidrRange()

The range of IP addresses belonging to this subnetwork secondary range.

optional string ip_cidr_range = 98117322;

Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public UsableSubnetworkSecondaryRange.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder
Overrides

clearRangeName()

public UsableSubnetworkSecondaryRange.Builder clearRangeName()

The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.

optional string range_name = 332216397;

Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder

This builder for chaining.

clone()

public UsableSubnetworkSecondaryRange.Builder clone()
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder
Overrides

getDefaultInstanceForType()

public UsableSubnetworkSecondaryRange getDefaultInstanceForType()
Returns
TypeDescription
UsableSubnetworkSecondaryRange

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getIpCidrRange()

public String getIpCidrRange()

The range of IP addresses belonging to this subnetwork secondary range.

optional string ip_cidr_range = 98117322;

Returns
TypeDescription
String

The ipCidrRange.

getIpCidrRangeBytes()

public ByteString getIpCidrRangeBytes()

The range of IP addresses belonging to this subnetwork secondary range.

optional string ip_cidr_range = 98117322;

Returns
TypeDescription
ByteString

The bytes for ipCidrRange.

getRangeName()

public String getRangeName()

The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.

optional string range_name = 332216397;

Returns
TypeDescription
String

The rangeName.

getRangeNameBytes()

public ByteString getRangeNameBytes()

The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.

optional string range_name = 332216397;

Returns
TypeDescription
ByteString

The bytes for rangeName.

hasIpCidrRange()

public boolean hasIpCidrRange()

The range of IP addresses belonging to this subnetwork secondary range.

optional string ip_cidr_range = 98117322;

Returns
TypeDescription
boolean

Whether the ipCidrRange field is set.

hasRangeName()

public boolean hasRangeName()

The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.

optional string range_name = 332216397;

Returns
TypeDescription
boolean

Whether the rangeName field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UsableSubnetworkSecondaryRange other)

public UsableSubnetworkSecondaryRange.Builder mergeFrom(UsableSubnetworkSecondaryRange other)
Parameter
NameDescription
otherUsableSubnetworkSecondaryRange
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UsableSubnetworkSecondaryRange.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UsableSubnetworkSecondaryRange.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UsableSubnetworkSecondaryRange.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public UsableSubnetworkSecondaryRange.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder
Overrides

setIpCidrRange(String value)

public UsableSubnetworkSecondaryRange.Builder setIpCidrRange(String value)

The range of IP addresses belonging to this subnetwork secondary range.

optional string ip_cidr_range = 98117322;

Parameter
NameDescription
valueString

The ipCidrRange to set.

Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder

This builder for chaining.

setIpCidrRangeBytes(ByteString value)

public UsableSubnetworkSecondaryRange.Builder setIpCidrRangeBytes(ByteString value)

The range of IP addresses belonging to this subnetwork secondary range.

optional string ip_cidr_range = 98117322;

Parameter
NameDescription
valueByteString

The bytes for ipCidrRange to set.

Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder

This builder for chaining.

setRangeName(String value)

public UsableSubnetworkSecondaryRange.Builder setRangeName(String value)

The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.

optional string range_name = 332216397;

Parameter
NameDescription
valueString

The rangeName to set.

Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder

This builder for chaining.

setRangeNameBytes(ByteString value)

public UsableSubnetworkSecondaryRange.Builder setRangeNameBytes(ByteString value)

The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.

optional string range_name = 332216397;

Parameter
NameDescription
valueByteString

The bytes for rangeName to set.

Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UsableSubnetworkSecondaryRange.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UsableSubnetworkSecondaryRange.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UsableSubnetworkSecondaryRange.Builder
Overrides