Class Event.UnmuteTask.Builder (0.85.0)

public static final class Event.UnmuteTask.Builder extends GeneratedMessage.Builder<Event.UnmuteTask.Builder> implements Event.UnmuteTaskOrBuilder

Unmutes the stream. The task fails if the stream is not currently muted.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Event.UnmuteTask build()
Returns
Type Description
Event.UnmuteTask

buildPartial()

public Event.UnmuteTask buildPartial()
Returns
Type Description
Event.UnmuteTask

clear()

public Event.UnmuteTask.Builder clear()
Returns
Type Description
Event.UnmuteTask.Builder
Overrides

getDefaultInstanceForType()

public Event.UnmuteTask getDefaultInstanceForType()
Returns
Type Description
Event.UnmuteTask

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Event.UnmuteTask other)

public Event.UnmuteTask.Builder mergeFrom(Event.UnmuteTask other)
Parameter
Name Description
other Event.UnmuteTask
Returns
Type Description
Event.UnmuteTask.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Event.UnmuteTask.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Event.UnmuteTask.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Event.UnmuteTask.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Event.UnmuteTask.Builder
Overrides