Class Overlay.AnimationEnd (1.41.0)

public static final class Overlay.AnimationEnd extends GeneratedMessageV3 implements Overlay.AnimationEndOrBuilder

End previous overlay animation from the video. Without AnimationEnd, the overlay object will keep the state of previous animation until the end of the video.

Protobuf type google.cloud.video.transcoder.v1.Overlay.AnimationEnd

Static Fields

START_TIME_OFFSET_FIELD_NUMBER

public static final int START_TIME_OFFSET_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Overlay.AnimationEnd getDefaultInstance()
Returns
Type Description
Overlay.AnimationEnd

getDescriptor()

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

newBuilder()

public static Overlay.AnimationEnd.Builder newBuilder()
Returns
Type Description
Overlay.AnimationEnd.Builder

newBuilder(Overlay.AnimationEnd prototype)

public static Overlay.AnimationEnd.Builder newBuilder(Overlay.AnimationEnd prototype)
Parameter
Name Description
prototype Overlay.AnimationEnd
Returns
Type Description
Overlay.AnimationEnd.Builder

parseDelimitedFrom(InputStream input)

public static Overlay.AnimationEnd parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Overlay.AnimationEnd parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Overlay.AnimationEnd parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Overlay.AnimationEnd parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Overlay.AnimationEnd parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Overlay.AnimationEnd parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Overlay.AnimationEnd parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Overlay.AnimationEnd parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Overlay.AnimationEnd parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Overlay.AnimationEnd parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Overlay.AnimationEnd parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Overlay.AnimationEnd parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overlay.AnimationEnd
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Overlay.AnimationEnd> parser()
Returns
Type Description
Parser<AnimationEnd>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Overlay.AnimationEnd getDefaultInstanceForType()
Returns
Type Description
Overlay.AnimationEnd

getParserForType()

public Parser<Overlay.AnimationEnd> getParserForType()
Returns
Type Description
Parser<AnimationEnd>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartTimeOffset()

public Duration getStartTimeOffset()

The time to end overlay object, in seconds. Default: 0

.google.protobuf.Duration start_time_offset = 1;

Returns
Type Description
Duration

The startTimeOffset.

getStartTimeOffsetOrBuilder()

public DurationOrBuilder getStartTimeOffsetOrBuilder()

The time to end overlay object, in seconds. Default: 0

.google.protobuf.Duration start_time_offset = 1;

Returns
Type Description
DurationOrBuilder

hasStartTimeOffset()

public boolean hasStartTimeOffset()

The time to end overlay object, in seconds. Default: 0

.google.protobuf.Duration start_time_offset = 1;

Returns
Type Description
boolean

Whether the startTimeOffset field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Overlay.AnimationEnd.Builder newBuilderForType()
Returns
Type Description
Overlay.AnimationEnd.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Overlay.AnimationEnd.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Overlay.AnimationEnd.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Overlay.AnimationEnd.Builder toBuilder()
Returns
Type Description
Overlay.AnimationEnd.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException