- 1.92.0 (latest)
- 1.91.0
- 1.90.0
- 1.88.0
- 1.86.0
- 1.85.0
- 1.84.0
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.77.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 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 WireProperties.Builder extends GeneratedMessageV3.Builder<WireProperties.Builder> implements WirePropertiesOrBuilderThe properties of a wire.
Protobuf type google.cloud.compute.v1.WireProperties
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > WireProperties.BuilderImplements
WirePropertiesOrBuilderStatic 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 |
|
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 |
|
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 |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public WireProperties.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
WireProperties.Builder |
|
clone()
public WireProperties.Builder clone()| Returns | |
|---|---|
| Type | Description |
WireProperties.Builder |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public WireProperties.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
WireProperties.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final WireProperties.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
WireProperties.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
longThe 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 |
StringThe 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 |
ByteStringThe 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 |
|
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 |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final WireProperties.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
WireProperties.Builder |
|