public interface NetworkPerformanceConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTotalEgressBandwidthTier()
public abstract String getTotalEgressBandwidthTier()
Check the TotalEgressBandwidthTier enum for the list of possible values.
optional string total_egress_bandwidth_tier = 130109439;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the totalEgressBandwidthTier field is set. |