public static final class Overlay.Animation extends GeneratedMessageV3 implements Overlay.AnimationOrBuilder
Animation types.
Protobuf type google.cloud.video.transcoder.v1beta1.Overlay.Animation
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Overlay.AnimationImplements
Overlay.AnimationOrBuilderStatic Fields
ANIMATION_END_FIELD_NUMBER
public static final int ANIMATION_END_FIELD_NUMBER
Type | Description |
int |
ANIMATION_FADE_FIELD_NUMBER
public static final int ANIMATION_FADE_FIELD_NUMBER
Type | Description |
int |
ANIMATION_STATIC_FIELD_NUMBER
public static final int ANIMATION_STATIC_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Overlay.Animation getDefaultInstance()
Type | Description |
Overlay.Animation |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Overlay.Animation.Builder newBuilder()
Type | Description |
Overlay.Animation.Builder |
newBuilder(Overlay.Animation prototype)
public static Overlay.Animation.Builder newBuilder(Overlay.Animation prototype)
Name | Description |
prototype | Overlay.Animation |
Type | Description |
Overlay.Animation.Builder |
parseDelimitedFrom(InputStream input)
public static Overlay.Animation parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Overlay.Animation |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Overlay.Animation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Overlay.Animation |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Overlay.Animation parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Overlay.Animation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Overlay.Animation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Overlay.Animation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Overlay.Animation parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Overlay.Animation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Overlay.Animation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Overlay.Animation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Overlay.Animation parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Overlay.Animation |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Overlay.Animation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Overlay.Animation |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Overlay.Animation parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Overlay.Animation |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Overlay.Animation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Overlay.Animation |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Overlay.Animation parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Overlay.Animation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Overlay.Animation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Overlay.Animation |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Overlay.Animation> parser()
Type | Description |
Parser<Animation> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAnimationEnd()
public Overlay.AnimationEnd getAnimationEnd()
End previous animation.
.google.cloud.video.transcoder.v1beta1.Overlay.AnimationEnd animation_end = 3;
Type | Description |
Overlay.AnimationEnd | The animationEnd. |
getAnimationEndOrBuilder()
public Overlay.AnimationEndOrBuilder getAnimationEndOrBuilder()
End previous animation.
.google.cloud.video.transcoder.v1beta1.Overlay.AnimationEnd animation_end = 3;
Type | Description |
Overlay.AnimationEndOrBuilder |
getAnimationFade()
public Overlay.AnimationFade getAnimationFade()
Display overlay object with fade animation.
.google.cloud.video.transcoder.v1beta1.Overlay.AnimationFade animation_fade = 2;
Type | Description |
Overlay.AnimationFade | The animationFade. |
getAnimationFadeOrBuilder()
public Overlay.AnimationFadeOrBuilder getAnimationFadeOrBuilder()
Display overlay object with fade animation.
.google.cloud.video.transcoder.v1beta1.Overlay.AnimationFade animation_fade = 2;
Type | Description |
Overlay.AnimationFadeOrBuilder |
getAnimationStatic()
public Overlay.AnimationStatic getAnimationStatic()
Display static overlay object.
.google.cloud.video.transcoder.v1beta1.Overlay.AnimationStatic animation_static = 1;
Type | Description |
Overlay.AnimationStatic | The animationStatic. |
getAnimationStaticOrBuilder()
public Overlay.AnimationStaticOrBuilder getAnimationStaticOrBuilder()
Display static overlay object.
.google.cloud.video.transcoder.v1beta1.Overlay.AnimationStatic animation_static = 1;
Type | Description |
Overlay.AnimationStaticOrBuilder |
getAnimationTypeCase()
public Overlay.Animation.AnimationTypeCase getAnimationTypeCase()
Type | Description |
Overlay.Animation.AnimationTypeCase |
getDefaultInstanceForType()
public Overlay.Animation getDefaultInstanceForType()
Type | Description |
Overlay.Animation |
getParserForType()
public Parser<Overlay.Animation> getParserForType()
Type | Description |
Parser<Animation> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasAnimationEnd()
public boolean hasAnimationEnd()
End previous animation.
.google.cloud.video.transcoder.v1beta1.Overlay.AnimationEnd animation_end = 3;
Type | Description |
boolean | Whether the animationEnd field is set. |
hasAnimationFade()
public boolean hasAnimationFade()
Display overlay object with fade animation.
.google.cloud.video.transcoder.v1beta1.Overlay.AnimationFade animation_fade = 2;
Type | Description |
boolean | Whether the animationFade field is set. |
hasAnimationStatic()
public boolean hasAnimationStatic()
Display static overlay object.
.google.cloud.video.transcoder.v1beta1.Overlay.AnimationStatic animation_static = 1;
Type | Description |
boolean | Whether the animationStatic field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Overlay.Animation.Builder newBuilderForType()
Type | Description |
Overlay.Animation.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Overlay.Animation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Overlay.Animation.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Overlay.Animation.Builder toBuilder()
Type | Description |
Overlay.Animation.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |