Class Event.MuteTask.Builder (0.43.0)

public static final class Event.MuteTask.Builder extends GeneratedMessageV3.Builder<Event.MuteTask.Builder> implements Event.MuteTaskOrBuilder

Mutes the stream.

Protobuf type google.cloud.video.livestream.v1.Event.MuteTask

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Event.MuteTask.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Event.MuteTask.Builder
Overrides

build()

public Event.MuteTask build()
Returns
TypeDescription
Event.MuteTask

buildPartial()

public Event.MuteTask buildPartial()
Returns
TypeDescription
Event.MuteTask

clear()

public Event.MuteTask.Builder clear()
Returns
TypeDescription
Event.MuteTask.Builder
Overrides

clearDuration()

public Event.MuteTask.Builder clearDuration()

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
Event.MuteTask.Builder

clearField(Descriptors.FieldDescriptor field)

public Event.MuteTask.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Event.MuteTask.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Event.MuteTask.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Event.MuteTask.Builder
Overrides

clone()

public Event.MuteTask.Builder clone()
Returns
TypeDescription
Event.MuteTask.Builder
Overrides

getDefaultInstanceForType()

public Event.MuteTask getDefaultInstanceForType()
Returns
TypeDescription
Event.MuteTask

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDuration()

public 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.

getDurationBuilder()

public Duration.Builder getDurationBuilder()

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
Builder

getDurationOrBuilder()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeDuration(Duration value)

public Event.MuteTask.Builder mergeDuration(Duration value)

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;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Event.MuteTask.Builder

mergeFrom(Event.MuteTask other)

public Event.MuteTask.Builder mergeFrom(Event.MuteTask other)
Parameter
NameDescription
otherEvent.MuteTask
Returns
TypeDescription
Event.MuteTask.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Event.MuteTask.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Event.MuteTask.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Event.MuteTask.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Event.MuteTask.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Event.MuteTask.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Event.MuteTask.Builder
Overrides

setDuration(Duration value)

public Event.MuteTask.Builder setDuration(Duration value)

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;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Event.MuteTask.Builder

setDuration(Duration.Builder builderForValue)

public Event.MuteTask.Builder setDuration(Duration.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Event.MuteTask.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Event.MuteTask.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Event.MuteTask.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Event.MuteTask.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Event.MuteTask.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Event.MuteTask.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Event.MuteTask.Builder
Overrides