Class WireProperties.Builder (1.95.0)

public static final class WireProperties.Builder extends GeneratedMessage.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

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.

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 GeneratedMessage.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

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.