- 0.205.0 (latest)
- 0.203.0
- 0.202.0
- 0.201.0
- 0.200.0
- 0.198.0
- 0.196.0
- 0.195.0
- 0.194.0
- 0.193.0
- 0.192.0
- 0.190.0
- 0.188.0
- 0.187.0
- 0.184.0
- 0.183.0
- 0.182.0
- 0.180.0
- 0.179.0
- 0.178.0
- 0.177.0
- 0.176.0
- 0.175.0
- 0.174.0
- 0.173.0
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
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 |
|