Class RouterAdvertisedIpRange.Builder (1.11.0)

public static final class RouterAdvertisedIpRange.Builder extends GeneratedMessageV3.Builder<RouterAdvertisedIpRange.Builder> implements RouterAdvertisedIpRangeOrBuilder

Description-tagged IP ranges for the router to advertise.

Protobuf type google.cloud.compute.v1.RouterAdvertisedIpRange

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public RouterAdvertisedIpRange build()
Returns

buildPartial()

public RouterAdvertisedIpRange buildPartial()
Returns

clear()

public RouterAdvertisedIpRange.Builder clear()
Returns Overrides

clearDescription()

public RouterAdvertisedIpRange.Builder clearDescription()

User-specified description for the IP range.

optional string description = 422937596;

Returns
TypeDescription
RouterAdvertisedIpRange.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearRange()

public RouterAdvertisedIpRange.Builder clearRange()

The IP range to advertise. The value must be a CIDR-formatted string.

optional string range = 108280125;

Returns
TypeDescription
RouterAdvertisedIpRange.Builder

This builder for chaining.

clone()

public RouterAdvertisedIpRange.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public RouterAdvertisedIpRange getDefaultInstanceForType()
Returns

getDescription()

public String getDescription()

User-specified description for the IP range.

optional string description = 422937596;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

User-specified description for the IP range.

optional string description = 422937596;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getRange()

public String getRange()

The IP range to advertise. The value must be a CIDR-formatted string.

optional string range = 108280125;

Returns
TypeDescription
String

The range.

getRangeBytes()

public ByteString getRangeBytes()

The IP range to advertise. The value must be a CIDR-formatted string.

optional string range = 108280125;

Returns
TypeDescription
ByteString

The bytes for range.

hasDescription()

public boolean hasDescription()

User-specified description for the IP range.

optional string description = 422937596;

Returns
TypeDescription
boolean

Whether the description field is set.

hasRange()

public boolean hasRange()

The IP range to advertise. The value must be a CIDR-formatted string.

optional string range = 108280125;

Returns
TypeDescription
boolean

Whether the range field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(RouterAdvertisedIpRange other)

public RouterAdvertisedIpRange.Builder mergeFrom(RouterAdvertisedIpRange other)
Parameter
NameDescription
otherRouterAdvertisedIpRange
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setDescription(String value)

public RouterAdvertisedIpRange.Builder setDescription(String value)

User-specified description for the IP range.

optional string description = 422937596;

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
RouterAdvertisedIpRange.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public RouterAdvertisedIpRange.Builder setDescriptionBytes(ByteString value)

User-specified description for the IP range.

optional string description = 422937596;

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
RouterAdvertisedIpRange.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setRange(String value)

public RouterAdvertisedIpRange.Builder setRange(String value)

The IP range to advertise. The value must be a CIDR-formatted string.

optional string range = 108280125;

Parameter
NameDescription
valueString

The range to set.

Returns
TypeDescription
RouterAdvertisedIpRange.Builder

This builder for chaining.

setRangeBytes(ByteString value)

public RouterAdvertisedIpRange.Builder setRangeBytes(ByteString value)

The IP range to advertise. The value must be a CIDR-formatted string.

optional string range = 108280125;

Parameter
NameDescription
valueByteString

The bytes for range to set.

Returns
TypeDescription
RouterAdvertisedIpRange.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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