Class VideoThumbnail.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
- com.google.cloud.datalabeling.v1beta1.VideoThumbnail.Builder
-
- All Implemented Interfaces:
VideoThumbnailOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- VideoThumbnail
public static final class VideoThumbnail.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder> implements VideoThumbnailOrBuilder
Container of information of a video thumbnail.
Protobuf typegoogle.cloud.datalabeling.v1beta1.VideoThumbnail
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoThumbnail.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
VideoThumbnail
build()
VideoThumbnail
buildPartial()
VideoThumbnail.Builder
clear()
VideoThumbnail.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
VideoThumbnail.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
VideoThumbnail.Builder
clearThumbnail()
A byte string of the video frame.VideoThumbnail.Builder
clearTimeOffset()
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.VideoThumbnail.Builder
clone()
VideoThumbnail
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.ByteString
getThumbnail()
A byte string of the video frame.com.google.protobuf.Duration
getTimeOffset()
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.com.google.protobuf.Duration.Builder
getTimeOffsetBuilder()
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.com.google.protobuf.DurationOrBuilder
getTimeOffsetOrBuilder()
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.boolean
hasTimeOffset()
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
VideoThumbnail.Builder
mergeFrom(VideoThumbnail other)
VideoThumbnail.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VideoThumbnail.Builder
mergeFrom(com.google.protobuf.Message other)
VideoThumbnail.Builder
mergeTimeOffset(com.google.protobuf.Duration value)
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.VideoThumbnail.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
VideoThumbnail.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
VideoThumbnail.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
VideoThumbnail.Builder
setThumbnail(com.google.protobuf.ByteString value)
A byte string of the video frame.VideoThumbnail.Builder
setTimeOffset(com.google.protobuf.Duration value)
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.VideoThumbnail.Builder
setTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.VideoThumbnail.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
clear
public VideoThumbnail.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
getDefaultInstanceForType
public VideoThumbnail getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public VideoThumbnail build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public VideoThumbnail buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public VideoThumbnail.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
setField
public VideoThumbnail.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
clearField
public VideoThumbnail.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
clearOneof
public VideoThumbnail.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
setRepeatedField
public VideoThumbnail.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
addRepeatedField
public VideoThumbnail.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
mergeFrom
public VideoThumbnail.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<VideoThumbnail.Builder>
-
mergeFrom
public VideoThumbnail.Builder mergeFrom(VideoThumbnail other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
mergeFrom
public VideoThumbnail.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<VideoThumbnail.Builder>
- Throws:
IOException
-
getThumbnail
public com.google.protobuf.ByteString getThumbnail()
A byte string of the video frame.
bytes thumbnail = 1;
- Specified by:
getThumbnail
in interfaceVideoThumbnailOrBuilder
- Returns:
- The thumbnail.
-
setThumbnail
public VideoThumbnail.Builder setThumbnail(com.google.protobuf.ByteString value)
A byte string of the video frame.
bytes thumbnail = 1;
- Parameters:
value
- The thumbnail to set.- Returns:
- This builder for chaining.
-
clearThumbnail
public VideoThumbnail.Builder clearThumbnail()
A byte string of the video frame.
bytes thumbnail = 1;
- Returns:
- This builder for chaining.
-
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;
- Specified by:
hasTimeOffset
in interfaceVideoThumbnailOrBuilder
- Returns:
- Whether the timeOffset field is set.
-
getTimeOffset
public com.google.protobuf.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;
- Specified by:
getTimeOffset
in interfaceVideoThumbnailOrBuilder
- Returns:
- The timeOffset.
-
setTimeOffset
public VideoThumbnail.Builder setTimeOffset(com.google.protobuf.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;
-
setTimeOffset
public VideoThumbnail.Builder setTimeOffset(com.google.protobuf.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;
-
mergeTimeOffset
public VideoThumbnail.Builder mergeTimeOffset(com.google.protobuf.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;
-
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;
-
getTimeOffsetBuilder
public com.google.protobuf.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;
-
getTimeOffsetOrBuilder
public com.google.protobuf.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;
- Specified by:
getTimeOffsetOrBuilder
in interfaceVideoThumbnailOrBuilder
-
setUnknownFields
public final VideoThumbnail.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
mergeUnknownFields
public final VideoThumbnail.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoThumbnail.Builder>
-
-