Class VideoClassificationAnnotation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
- com.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation.Builder
-
- All Implemented Interfaces:
VideoClassificationAnnotationOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- VideoClassificationAnnotation
public static final class VideoClassificationAnnotation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder> implements VideoClassificationAnnotationOrBuilder
Video classification annotation.
Protobuf typegoogle.cloud.datalabeling.v1beta1.VideoClassificationAnnotation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoClassificationAnnotation.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)VideoClassificationAnnotationbuild()VideoClassificationAnnotationbuildPartial()VideoClassificationAnnotation.Builderclear()VideoClassificationAnnotation.BuilderclearAnnotationSpec()Label of the segment specified by time_segment.VideoClassificationAnnotation.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)VideoClassificationAnnotation.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)VideoClassificationAnnotation.BuilderclearTimeSegment()The time segment of the video to which the annotation applies.VideoClassificationAnnotation.Builderclone()AnnotationSpecgetAnnotationSpec()Label of the segment specified by time_segment.AnnotationSpec.BuildergetAnnotationSpecBuilder()Label of the segment specified by time_segment.AnnotationSpecOrBuildergetAnnotationSpecOrBuilder()Label of the segment specified by time_segment.VideoClassificationAnnotationgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()TimeSegmentgetTimeSegment()The time segment of the video to which the annotation applies.TimeSegment.BuildergetTimeSegmentBuilder()The time segment of the video to which the annotation applies.TimeSegmentOrBuildergetTimeSegmentOrBuilder()The time segment of the video to which the annotation applies.booleanhasAnnotationSpec()Label of the segment specified by time_segment.booleanhasTimeSegment()The time segment of the video to which the annotation applies.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()VideoClassificationAnnotation.BuildermergeAnnotationSpec(AnnotationSpec value)Label of the segment specified by time_segment.VideoClassificationAnnotation.BuildermergeFrom(VideoClassificationAnnotation other)VideoClassificationAnnotation.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)VideoClassificationAnnotation.BuildermergeFrom(com.google.protobuf.Message other)VideoClassificationAnnotation.BuildermergeTimeSegment(TimeSegment value)The time segment of the video to which the annotation applies.VideoClassificationAnnotation.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)VideoClassificationAnnotation.BuildersetAnnotationSpec(AnnotationSpec value)Label of the segment specified by time_segment.VideoClassificationAnnotation.BuildersetAnnotationSpec(AnnotationSpec.Builder builderForValue)Label of the segment specified by time_segment.VideoClassificationAnnotation.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)VideoClassificationAnnotation.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)VideoClassificationAnnotation.BuildersetTimeSegment(TimeSegment value)The time segment of the video to which the annotation applies.VideoClassificationAnnotation.BuildersetTimeSegment(TimeSegment.Builder builderForValue)The time segment of the video to which the annotation applies.VideoClassificationAnnotation.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
clear
public VideoClassificationAnnotation.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
getDefaultInstanceForType
public VideoClassificationAnnotation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public VideoClassificationAnnotation build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public VideoClassificationAnnotation buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public VideoClassificationAnnotation.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
setField
public VideoClassificationAnnotation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
clearField
public VideoClassificationAnnotation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
clearOneof
public VideoClassificationAnnotation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
setRepeatedField
public VideoClassificationAnnotation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
addRepeatedField
public VideoClassificationAnnotation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
mergeFrom
public VideoClassificationAnnotation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<VideoClassificationAnnotation.Builder>
-
mergeFrom
public VideoClassificationAnnotation.Builder mergeFrom(VideoClassificationAnnotation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
mergeFrom
public VideoClassificationAnnotation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<VideoClassificationAnnotation.Builder>- Throws:
IOException
-
hasTimeSegment
public boolean hasTimeSegment()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;- Specified by:
hasTimeSegmentin interfaceVideoClassificationAnnotationOrBuilder- Returns:
- Whether the timeSegment field is set.
-
getTimeSegment
public TimeSegment getTimeSegment()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;- Specified by:
getTimeSegmentin interfaceVideoClassificationAnnotationOrBuilder- Returns:
- The timeSegment.
-
setTimeSegment
public VideoClassificationAnnotation.Builder setTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;
-
setTimeSegment
public VideoClassificationAnnotation.Builder setTimeSegment(TimeSegment.Builder builderForValue)
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;
-
mergeTimeSegment
public VideoClassificationAnnotation.Builder mergeTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;
-
clearTimeSegment
public VideoClassificationAnnotation.Builder clearTimeSegment()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;
-
getTimeSegmentBuilder
public TimeSegment.Builder getTimeSegmentBuilder()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;
-
getTimeSegmentOrBuilder
public TimeSegmentOrBuilder getTimeSegmentOrBuilder()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;- Specified by:
getTimeSegmentOrBuilderin interfaceVideoClassificationAnnotationOrBuilder
-
hasAnnotationSpec
public boolean hasAnnotationSpec()
Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;- Specified by:
hasAnnotationSpecin interfaceVideoClassificationAnnotationOrBuilder- Returns:
- Whether the annotationSpec field is set.
-
getAnnotationSpec
public AnnotationSpec getAnnotationSpec()
Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;- Specified by:
getAnnotationSpecin interfaceVideoClassificationAnnotationOrBuilder- Returns:
- The annotationSpec.
-
setAnnotationSpec
public VideoClassificationAnnotation.Builder setAnnotationSpec(AnnotationSpec value)
Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;
-
setAnnotationSpec
public VideoClassificationAnnotation.Builder setAnnotationSpec(AnnotationSpec.Builder builderForValue)
Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;
-
mergeAnnotationSpec
public VideoClassificationAnnotation.Builder mergeAnnotationSpec(AnnotationSpec value)
Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;
-
clearAnnotationSpec
public VideoClassificationAnnotation.Builder clearAnnotationSpec()
Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;
-
getAnnotationSpecBuilder
public AnnotationSpec.Builder getAnnotationSpecBuilder()
Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;
-
getAnnotationSpecOrBuilder
public AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;- Specified by:
getAnnotationSpecOrBuilderin interfaceVideoClassificationAnnotationOrBuilder
-
setUnknownFields
public final VideoClassificationAnnotation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
mergeUnknownFields
public final VideoClassificationAnnotation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationAnnotation.Builder>
-
-