Interface NetworkPerformanceConfigOrBuilder (1.43.0)

public interface NetworkPerformanceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTotalEgressBandwidthTier()

public abstract String getTotalEgressBandwidthTier()

Check the TotalEgressBandwidthTier enum for the list of possible values.

optional string total_egress_bandwidth_tier = 130109439;

Returns
TypeDescription
String

The totalEgressBandwidthTier.

getTotalEgressBandwidthTierBytes()

public abstract ByteString getTotalEgressBandwidthTierBytes()

Check the TotalEgressBandwidthTier enum for the list of possible values.

optional string total_egress_bandwidth_tier = 130109439;

Returns
TypeDescription
ByteString

The bytes for totalEgressBandwidthTier.

hasTotalEgressBandwidthTier()

public abstract boolean hasTotalEgressBandwidthTier()

Check the TotalEgressBandwidthTier enum for the list of possible values.

optional string total_egress_bandwidth_tier = 130109439;

Returns
TypeDescription
boolean

Whether the totalEgressBandwidthTier field is set.