Interface Event.MuteTaskOrBuilder (0.46.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
Type Description
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
Type Description
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
Type Description
boolean

Whether the duration field is set.