Class WireProperties.Builder (1.92.0)

public static final class WireProperties.Builder extends GeneratedMessageV3.Builder<WireProperties.Builder> implements WirePropertiesOrBuilder

The properties of a wire.

Protobuf type google.cloud.compute.v1.WireProperties

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public WireProperties.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
WireProperties.Builder
Overrides

build()

public WireProperties build()
Returns
Type Description
WireProperties

buildPartial()

public WireProperties buildPartial()
Returns
Type Description
WireProperties

clear()

public WireProperties.Builder clear()
Returns
Type Description
WireProperties.Builder
Overrides

clearBandwidthAllocation()

public WireProperties.Builder clearBandwidthAllocation()

The configuration of the bandwidth allocation, one of the following:

- ALLOCATE_PER_WIRE: configures a separate unmetered bandwidth allocation
(and associated charges) for each wire in the group.
- SHARED_WITH_WIRE_GROUP: this is the default behavior, which configures
one unmetered bandwidth allocation for the wire group. The unmetered
bandwidth is divided equally across each wire in the group, but dynamic
throttling reallocates unused unmetered bandwidth from unused or underused
wires to other wires in the group.

Check the BandwidthAllocation enum for the list of possible values.

optional string bandwidth_allocation = 90651950;

Returns
Type Description
WireProperties.Builder

This builder for chaining.

clearBandwidthUnmetered()

public WireProperties.Builder clearBandwidthUnmetered()

The unmetered bandwidth in Gigabits per second, using decimal units. 10 is 10 Gbps, 100 is 100 Gbps. The bandwidth must be greater than 0.

optional int64 bandwidth_unmetered = 272650017;

Returns
Type Description
WireProperties.Builder

This builder for chaining.

clearFaultResponse()

public WireProperties.Builder clearFaultResponse()

Response when a fault is detected in a pseudowire:

- NONE: default.
- DISABLE_PORT: set the port line protocol down when inline probes
detect a fault. This setting is only permitted on port mode
pseudowires.

Check the FaultResponse enum for the list of possible values.

optional string fault_response = 353587646;

Returns
Type Description
WireProperties.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public WireProperties.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
WireProperties.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public WireProperties.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
WireProperties.Builder
Overrides

clone()

public WireProperties.Builder clone()
Returns
Type Description
WireProperties.Builder
Overrides

getBandwidthAllocation()

public String getBandwidthAllocation()

The configuration of the bandwidth allocation, one of the following:

- ALLOCATE_PER_WIRE: configures a separate unmetered bandwidth allocation
(and associated charges) for each wire in the group.
- SHARED_WITH_WIRE_GROUP: this is the default behavior, which configures
one unmetered bandwidth allocation for the wire group. The unmetered
bandwidth is divided equally across each wire in the group, but dynamic
throttling reallocates unused unmetered bandwidth from unused or underused
wires to other wires in the group.

Check the BandwidthAllocation enum for the list of possible values.

optional string bandwidth_allocation = 90651950;

Returns
Type Description
String

The bandwidthAllocation.

getBandwidthAllocationBytes()

public ByteString getBandwidthAllocationBytes()

The configuration of the bandwidth allocation, one of the following:

- ALLOCATE_PER_WIRE: configures a separate unmetered bandwidth allocation
(and associated charges) for each wire in the group.
- SHARED_WITH_WIRE_GROUP: this is the default behavior, which configures
one unmetered bandwidth allocation for the wire group. The unmetered
bandwidth is divided equally across each wire in the group, but dynamic
throttling reallocates unused unmetered bandwidth from unused or underused
wires to other wires in the group.

Check the BandwidthAllocation enum for the list of possible values.

optional string bandwidth_allocation = 90651950;

Returns
Type Description
ByteString

The bytes for bandwidthAllocation.

getBandwidthUnmetered()

public long getBandwidthUnmetered()

The unmetered bandwidth in Gigabits per second, using decimal units. 10 is 10 Gbps, 100 is 100 Gbps. The bandwidth must be greater than 0.

optional int64 bandwidth_unmetered = 272650017;

Returns
Type Description
long

The bandwidthUnmetered.

getDefaultInstanceForType()

public WireProperties getDefaultInstanceForType()
Returns
Type Description
WireProperties

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFaultResponse()

public String getFaultResponse()

Response when a fault is detected in a pseudowire:

- NONE: default.
- DISABLE_PORT: set the port line protocol down when inline probes
detect a fault. This setting is only permitted on port mode
pseudowires.

Check the FaultResponse enum for the list of possible values.

optional string fault_response = 353587646;

Returns
Type Description
String

The faultResponse.

getFaultResponseBytes()

public ByteString getFaultResponseBytes()

Response when a fault is detected in a pseudowire:

- NONE: default.
- DISABLE_PORT: set the port line protocol down when inline probes
detect a fault. This setting is only permitted on port mode
pseudowires.

Check the FaultResponse enum for the list of possible values.

optional string fault_response = 353587646;

Returns
Type Description
ByteString

The bytes for faultResponse.

hasBandwidthAllocation()

public boolean hasBandwidthAllocation()

The configuration of the bandwidth allocation, one of the following:

- ALLOCATE_PER_WIRE: configures a separate unmetered bandwidth allocation
(and associated charges) for each wire in the group.
- SHARED_WITH_WIRE_GROUP: this is the default behavior, which configures
one unmetered bandwidth allocation for the wire group. The unmetered
bandwidth is divided equally across each wire in the group, but dynamic
throttling reallocates unused unmetered bandwidth from unused or underused
wires to other wires in the group.

Check the BandwidthAllocation enum for the list of possible values.

optional string bandwidth_allocation = 90651950;

Returns
Type Description
boolean

Whether the bandwidthAllocation field is set.

hasBandwidthUnmetered()

public boolean hasBandwidthUnmetered()

The unmetered bandwidth in Gigabits per second, using decimal units. 10 is 10 Gbps, 100 is 100 Gbps. The bandwidth must be greater than 0.

optional int64 bandwidth_unmetered = 272650017;

Returns
Type Description
boolean

Whether the bandwidthUnmetered field is set.

hasFaultResponse()

public boolean hasFaultResponse()

Response when a fault is detected in a pseudowire:

- NONE: default.
- DISABLE_PORT: set the port line protocol down when inline probes
detect a fault. This setting is only permitted on port mode
pseudowires.

Check the FaultResponse enum for the list of possible values.

optional string fault_response = 353587646;

Returns
Type Description
boolean

Whether the faultResponse field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(WireProperties other)

public WireProperties.Builder mergeFrom(WireProperties other)
Parameter
Name Description
other WireProperties
Returns
Type Description
WireProperties.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public WireProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WireProperties.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public WireProperties.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
WireProperties.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final WireProperties.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
WireProperties.Builder
Overrides

setBandwidthAllocation(String value)

public WireProperties.Builder setBandwidthAllocation(String value)

The configuration of the bandwidth allocation, one of the following:

- ALLOCATE_PER_WIRE: configures a separate unmetered bandwidth allocation
(and associated charges) for each wire in the group.
- SHARED_WITH_WIRE_GROUP: this is the default behavior, which configures
one unmetered bandwidth allocation for the wire group. The unmetered
bandwidth is divided equally across each wire in the group, but dynamic
throttling reallocates unused unmetered bandwidth from unused or underused
wires to other wires in the group.

Check the BandwidthAllocation enum for the list of possible values.

optional string bandwidth_allocation = 90651950;

Parameter
Name Description
value String

The bandwidthAllocation to set.

Returns
Type Description
WireProperties.Builder

This builder for chaining.

setBandwidthAllocationBytes(ByteString value)

public WireProperties.Builder setBandwidthAllocationBytes(ByteString value)

The configuration of the bandwidth allocation, one of the following:

- ALLOCATE_PER_WIRE: configures a separate unmetered bandwidth allocation
(and associated charges) for each wire in the group.
- SHARED_WITH_WIRE_GROUP: this is the default behavior, which configures
one unmetered bandwidth allocation for the wire group. The unmetered
bandwidth is divided equally across each wire in the group, but dynamic
throttling reallocates unused unmetered bandwidth from unused or underused
wires to other wires in the group.

Check the BandwidthAllocation enum for the list of possible values.

optional string bandwidth_allocation = 90651950;

Parameter
Name Description
value ByteString

The bytes for bandwidthAllocation to set.

Returns
Type Description
WireProperties.Builder

This builder for chaining.

setBandwidthUnmetered(long value)

public WireProperties.Builder setBandwidthUnmetered(long value)

The unmetered bandwidth in Gigabits per second, using decimal units. 10 is 10 Gbps, 100 is 100 Gbps. The bandwidth must be greater than 0.

optional int64 bandwidth_unmetered = 272650017;

Parameter
Name Description
value long

The bandwidthUnmetered to set.

Returns
Type Description
WireProperties.Builder

This builder for chaining.

setFaultResponse(String value)

public WireProperties.Builder setFaultResponse(String value)

Response when a fault is detected in a pseudowire:

- NONE: default.
- DISABLE_PORT: set the port line protocol down when inline probes
detect a fault. This setting is only permitted on port mode
pseudowires.

Check the FaultResponse enum for the list of possible values.

optional string fault_response = 353587646;

Parameter
Name Description
value String

The faultResponse to set.

Returns
Type Description
WireProperties.Builder

This builder for chaining.

setFaultResponseBytes(ByteString value)

public WireProperties.Builder setFaultResponseBytes(ByteString value)

Response when a fault is detected in a pseudowire:

- NONE: default.
- DISABLE_PORT: set the port line protocol down when inline probes
detect a fault. This setting is only permitted on port mode
pseudowires.

Check the FaultResponse enum for the list of possible values.

optional string fault_response = 353587646;

Parameter
Name Description
value ByteString

The bytes for faultResponse to set.

Returns
Type Description
WireProperties.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public WireProperties.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
WireProperties.Builder
Overrides

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

public WireProperties.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
WireProperties.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final WireProperties.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
WireProperties.Builder
Overrides