Interface Event.MuteTaskOrBuilder (0.21.0)

public static interface Event.MuteTaskOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDuration()

public abstract Duration getDuration()

Duration for which the stream should be muted. If omitted, the stream will be muted until an UnmuteTask event is sent.

.google.protobuf.Duration duration = 1;

Returns
TypeDescription
Duration

The duration.

getDurationOrBuilder()

public abstract DurationOrBuilder getDurationOrBuilder()

Duration for which the stream should be muted. If omitted, the stream will be muted until an UnmuteTask event is sent.

.google.protobuf.Duration duration = 1;

Returns
TypeDescription
DurationOrBuilder

hasDuration()

public abstract boolean hasDuration()

Duration for which the stream should be muted. If omitted, the stream will be muted until an UnmuteTask event is sent.

.google.protobuf.Duration duration = 1;

Returns
TypeDescription
boolean

Whether the duration field is set.