public static final class Event.MuteTask extends GeneratedMessageV3 implements Event.MuteTaskOrBuilder
Mutes the stream.
Protobuf type google.cloud.video.livestream.v1.Event.MuteTask
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Event.MuteTask getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Event.MuteTask.Builder newBuilder()
newBuilder(Event.MuteTask prototype)
public static Event.MuteTask.Builder newBuilder(Event.MuteTask prototype)
public static Event.MuteTask parseDelimitedFrom(InputStream input)
public static Event.MuteTask parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Event.MuteTask parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Event.MuteTask parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Event.MuteTask parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Event.MuteTask parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Event.MuteTask parseFrom(CodedInputStream input)
public static Event.MuteTask parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Event.MuteTask parseFrom(InputStream input)
public static Event.MuteTask parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Event.MuteTask parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Event.MuteTask parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Event.MuteTask> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Event.MuteTask getDefaultInstanceForType()
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 |
---|
Type | Description |
Duration | The duration.
|
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;
getParserForType()
public Parser<Event.MuteTask> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
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 |
---|
Type | Description |
boolean | Whether the duration field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Event.MuteTask.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Event.MuteTask.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Event.MuteTask.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides