public static final class VideoThumbnail.Builder extends GeneratedMessage.Builder<VideoThumbnail.Builder> implements VideoThumbnailOrBuilderContainer of information of a video thumbnail.
Protobuf type google.cloud.datalabeling.v1beta1.VideoThumbnail
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > VideoThumbnail.BuilderImplements
VideoThumbnailOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public VideoThumbnail build()| Returns | |
|---|---|
| Type | Description |
VideoThumbnail |
|
buildPartial()
public VideoThumbnail buildPartial()| Returns | |
|---|---|
| Type | Description |
VideoThumbnail |
|
clear()
public VideoThumbnail.Builder clear()| Returns | |
|---|---|
| Type | Description |
VideoThumbnail.Builder |
|
clearThumbnail()
public VideoThumbnail.Builder clearThumbnail()A byte string of the video frame.
bytes thumbnail = 1;
| Returns | |
|---|---|
| Type | Description |
VideoThumbnail.Builder |
This builder for chaining. |
clearTimeOffset()
public VideoThumbnail.Builder clearTimeOffset()Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
VideoThumbnail.Builder |
|
getDefaultInstanceForType()
public VideoThumbnail getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VideoThumbnail |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getThumbnail()
public ByteString getThumbnail()A byte string of the video frame.
bytes thumbnail = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The thumbnail. |
getTimeOffset()
public Duration getTimeOffset()Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
Duration |
The timeOffset. |
getTimeOffsetBuilder()
public Duration.Builder getTimeOffsetBuilder()Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getTimeOffsetOrBuilder()
public DurationOrBuilder getTimeOffsetOrBuilder()Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasTimeOffset()
public boolean hasTimeOffset()Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeOffset field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(VideoThumbnail other)
public VideoThumbnail.Builder mergeFrom(VideoThumbnail other)| Parameter | |
|---|---|
| Name | Description |
other |
VideoThumbnail |
| Returns | |
|---|---|
| Type | Description |
VideoThumbnail.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VideoThumbnail.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VideoThumbnail.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public VideoThumbnail.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
VideoThumbnail.Builder |
|
mergeTimeOffset(Duration value)
public VideoThumbnail.Builder mergeTimeOffset(Duration value)Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
.google.protobuf.Duration time_offset = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
VideoThumbnail.Builder |
|
setThumbnail(ByteString value)
public VideoThumbnail.Builder setThumbnail(ByteString value)A byte string of the video frame.
bytes thumbnail = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe thumbnail to set. |
| Returns | |
|---|---|
| Type | Description |
VideoThumbnail.Builder |
This builder for chaining. |
setTimeOffset(Duration value)
public VideoThumbnail.Builder setTimeOffset(Duration value)Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
.google.protobuf.Duration time_offset = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
VideoThumbnail.Builder |
|
setTimeOffset(Duration.Builder builderForValue)
public VideoThumbnail.Builder setTimeOffset(Duration.Builder builderForValue)Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.
.google.protobuf.Duration time_offset = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
VideoThumbnail.Builder |
|