- 0.173.0 (latest)
- 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 GeneratedMessageV3.Builder<VideoThumbnail.Builder> implements VideoThumbnailOrBuilder
Container of information of a video thumbnail.
Protobuf type google.cloud.datalabeling.v1beta1.VideoThumbnail
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VideoThumbnail.BuilderImplements
VideoThumbnailOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VideoThumbnail.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VideoThumbnail.Builder |
build()
public VideoThumbnail build()
Type | Description |
VideoThumbnail |
buildPartial()
public VideoThumbnail buildPartial()
Type | Description |
VideoThumbnail |
clear()
public VideoThumbnail.Builder clear()
Type | Description |
VideoThumbnail.Builder |
clearField(Descriptors.FieldDescriptor field)
public VideoThumbnail.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
VideoThumbnail.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public VideoThumbnail.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
VideoThumbnail.Builder |
clearThumbnail()
public VideoThumbnail.Builder clearThumbnail()
A byte string of the video frame.
bytes thumbnail = 1;
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;
Type | Description |
VideoThumbnail.Builder |
clone()
public VideoThumbnail.Builder clone()
Type | Description |
VideoThumbnail.Builder |
getDefaultInstanceForType()
public VideoThumbnail getDefaultInstanceForType()
Type | Description |
VideoThumbnail |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getThumbnail()
public ByteString getThumbnail()
A byte string of the video frame.
bytes thumbnail = 1;
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;
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;
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;
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;
Type | Description |
boolean | Whether the timeOffset field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(VideoThumbnail other)
public VideoThumbnail.Builder mergeFrom(VideoThumbnail other)
Name | Description |
other | VideoThumbnail |
Type | Description |
VideoThumbnail.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VideoThumbnail.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
VideoThumbnail.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public VideoThumbnail.Builder mergeFrom(Message other)
Name | Description |
other | Message |
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;
Name | Description |
value | Duration |
Type | Description |
VideoThumbnail.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VideoThumbnail.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VideoThumbnail.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public VideoThumbnail.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VideoThumbnail.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VideoThumbnail.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
VideoThumbnail.Builder |
setThumbnail(ByteString value)
public VideoThumbnail.Builder setThumbnail(ByteString value)
A byte string of the video frame.
bytes thumbnail = 1;
Name | Description |
value | ByteString The thumbnail to set. |
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;
Name | Description |
value | Duration |
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;
Name | Description |
builderForValue | Builder |
Type | Description |
VideoThumbnail.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final VideoThumbnail.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VideoThumbnail.Builder |