public static final class Overlay.AnimationStatic.Builder extends GeneratedMessage.Builder<Overlay.AnimationStatic.Builder> implements Overlay.AnimationStaticOrBuilderDisplay static overlay object.
Protobuf type google.cloud.video.transcoder.v1.Overlay.AnimationStatic
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Overlay.AnimationStatic.BuilderImplements
Overlay.AnimationStaticOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Overlay.AnimationStatic build()| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic |
|
buildPartial()
public Overlay.AnimationStatic buildPartial()| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic |
|
clear()
public Overlay.AnimationStatic.Builder clear()| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|
clearStartTimeOffset()
public Overlay.AnimationStatic.Builder clearStartTimeOffset()The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|
clearXy()
public Overlay.AnimationStatic.Builder clearXy() Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
.google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|
getDefaultInstanceForType()
public Overlay.AnimationStatic getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getStartTimeOffset()
public Duration getStartTimeOffset()The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
Duration |
The startTimeOffset. |
getStartTimeOffsetBuilder()
public Duration.Builder getStartTimeOffsetBuilder()The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getStartTimeOffsetOrBuilder()
public DurationOrBuilder getStartTimeOffsetOrBuilder()The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getXy()
public Overlay.NormalizedCoordinate getXy() Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
.google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
| Returns | |
|---|---|
| Type | Description |
Overlay.NormalizedCoordinate |
The xy. |
getXyBuilder()
public Overlay.NormalizedCoordinate.Builder getXyBuilder() Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
.google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
| Returns | |
|---|---|
| Type | Description |
Overlay.NormalizedCoordinate.Builder |
|
getXyOrBuilder()
public Overlay.NormalizedCoordinateOrBuilder getXyOrBuilder() Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
.google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
| Returns | |
|---|---|
| Type | Description |
Overlay.NormalizedCoordinateOrBuilder |
|
hasStartTimeOffset()
public boolean hasStartTimeOffset()The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTimeOffset field is set. |
hasXy()
public boolean hasXy() Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
.google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the xy field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Overlay.AnimationStatic other)
public Overlay.AnimationStatic.Builder mergeFrom(Overlay.AnimationStatic other)| Parameter | |
|---|---|
| Name | Description |
other |
Overlay.AnimationStatic |
| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Overlay.AnimationStatic.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Overlay.AnimationStatic.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|
mergeStartTimeOffset(Duration value)
public Overlay.AnimationStatic.Builder mergeStartTimeOffset(Duration value)The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|
mergeXy(Overlay.NormalizedCoordinate value)
public Overlay.AnimationStatic.Builder mergeXy(Overlay.NormalizedCoordinate value) Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
.google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Overlay.NormalizedCoordinate |
| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|
setStartTimeOffset(Duration value)
public Overlay.AnimationStatic.Builder setStartTimeOffset(Duration value)The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|
setStartTimeOffset(Duration.Builder builderForValue)
public Overlay.AnimationStatic.Builder setStartTimeOffset(Duration.Builder builderForValue)The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|
setXy(Overlay.NormalizedCoordinate value)
public Overlay.AnimationStatic.Builder setXy(Overlay.NormalizedCoordinate value) Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
.google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Overlay.NormalizedCoordinate |
| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|
setXy(Overlay.NormalizedCoordinate.Builder builderForValue)
public Overlay.AnimationStatic.Builder setXy(Overlay.NormalizedCoordinate.Builder builderForValue) Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
.google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Overlay.NormalizedCoordinate.Builder |
| Returns | |
|---|---|
| Type | Description |
Overlay.AnimationStatic.Builder |
|