Interface DashBridgeOrBuilder (0.54.0)

public interface DashBridgeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

Optional. Specifies whether to apply DASH Bridge single-period to multi-period MPD conditioning.

optional bool enabled = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The enabled.

hasEnabled()

public abstract boolean hasEnabled()

Optional. Specifies whether to apply DASH Bridge single-period to multi-period MPD conditioning.

optional bool enabled = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the enabled field is set.