Class VideoEventAnnotation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<VideoEventAnnotation.Builder>
-
- com.google.cloud.datalabeling.v1beta1.VideoEventAnnotation.Builder
-
- All Implemented Interfaces:
VideoEventAnnotationOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- VideoEventAnnotation
public static final class VideoEventAnnotation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VideoEventAnnotation.Builder> implements VideoEventAnnotationOrBuilder
Video event annotation.
Protobuf typegoogle.cloud.datalabeling.v1beta1.VideoEventAnnotation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoEventAnnotation.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
VideoEventAnnotation
build()
VideoEventAnnotation
buildPartial()
VideoEventAnnotation.Builder
clear()
VideoEventAnnotation.Builder
clearAnnotationSpec()
Label of the event in this annotation.VideoEventAnnotation.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
VideoEventAnnotation.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
VideoEventAnnotation.Builder
clearTimeSegment()
The time segment of the video to which the annotation applies.VideoEventAnnotation.Builder
clone()
AnnotationSpec
getAnnotationSpec()
Label of the event in this annotation.AnnotationSpec.Builder
getAnnotationSpecBuilder()
Label of the event in this annotation.AnnotationSpecOrBuilder
getAnnotationSpecOrBuilder()
Label of the event in this annotation.VideoEventAnnotation
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
TimeSegment
getTimeSegment()
The time segment of the video to which the annotation applies.TimeSegment.Builder
getTimeSegmentBuilder()
The time segment of the video to which the annotation applies.TimeSegmentOrBuilder
getTimeSegmentOrBuilder()
The time segment of the video to which the annotation applies.boolean
hasAnnotationSpec()
Label of the event in this annotation.boolean
hasTimeSegment()
The time segment of the video to which the annotation applies.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
VideoEventAnnotation.Builder
mergeAnnotationSpec(AnnotationSpec value)
Label of the event in this annotation.VideoEventAnnotation.Builder
mergeFrom(VideoEventAnnotation other)
VideoEventAnnotation.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VideoEventAnnotation.Builder
mergeFrom(com.google.protobuf.Message other)
VideoEventAnnotation.Builder
mergeTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.VideoEventAnnotation.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
VideoEventAnnotation.Builder
setAnnotationSpec(AnnotationSpec value)
Label of the event in this annotation.VideoEventAnnotation.Builder
setAnnotationSpec(AnnotationSpec.Builder builderForValue)
Label of the event in this annotation.VideoEventAnnotation.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
VideoEventAnnotation.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
VideoEventAnnotation.Builder
setTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.VideoEventAnnotation.Builder
setTimeSegment(TimeSegment.Builder builderForValue)
The time segment of the video to which the annotation applies.VideoEventAnnotation.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<VideoEventAnnotation.Builder>
-
clear
public VideoEventAnnotation.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<VideoEventAnnotation.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<VideoEventAnnotation.Builder>
-
getDefaultInstanceForType
public VideoEventAnnotation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public VideoEventAnnotation build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public VideoEventAnnotation buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public VideoEventAnnotation.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<VideoEventAnnotation.Builder>
-
setField
public VideoEventAnnotation.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<VideoEventAnnotation.Builder>
-
clearField
public VideoEventAnnotation.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<VideoEventAnnotation.Builder>
-
clearOneof
public VideoEventAnnotation.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<VideoEventAnnotation.Builder>
-
setRepeatedField
public VideoEventAnnotation.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<VideoEventAnnotation.Builder>
-
addRepeatedField
public VideoEventAnnotation.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<VideoEventAnnotation.Builder>
-
mergeFrom
public VideoEventAnnotation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<VideoEventAnnotation.Builder>
-
mergeFrom
public VideoEventAnnotation.Builder mergeFrom(VideoEventAnnotation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoEventAnnotation.Builder>
-
mergeFrom
public VideoEventAnnotation.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<VideoEventAnnotation.Builder>
- Throws:
IOException
-
hasAnnotationSpec
public boolean hasAnnotationSpec()
Label of the event in this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
- Specified by:
hasAnnotationSpec
in interfaceVideoEventAnnotationOrBuilder
- Returns:
- Whether the annotationSpec field is set.
-
getAnnotationSpec
public AnnotationSpec getAnnotationSpec()
Label of the event in this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
- Specified by:
getAnnotationSpec
in interfaceVideoEventAnnotationOrBuilder
- Returns:
- The annotationSpec.
-
setAnnotationSpec
public VideoEventAnnotation.Builder setAnnotationSpec(AnnotationSpec value)
Label of the event in this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
-
setAnnotationSpec
public VideoEventAnnotation.Builder setAnnotationSpec(AnnotationSpec.Builder builderForValue)
Label of the event in this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
-
mergeAnnotationSpec
public VideoEventAnnotation.Builder mergeAnnotationSpec(AnnotationSpec value)
Label of the event in this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
-
clearAnnotationSpec
public VideoEventAnnotation.Builder clearAnnotationSpec()
Label of the event in this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
-
getAnnotationSpecBuilder
public AnnotationSpec.Builder getAnnotationSpecBuilder()
Label of the event in this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
-
getAnnotationSpecOrBuilder
public AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
Label of the event in this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
- Specified by:
getAnnotationSpecOrBuilder
in interfaceVideoEventAnnotationOrBuilder
-
hasTimeSegment
public boolean hasTimeSegment()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;
- Specified by:
hasTimeSegment
in interfaceVideoEventAnnotationOrBuilder
- 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 = 2;
- Specified by:
getTimeSegment
in interfaceVideoEventAnnotationOrBuilder
- Returns:
- The timeSegment.
-
setTimeSegment
public VideoEventAnnotation.Builder setTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;
-
setTimeSegment
public VideoEventAnnotation.Builder setTimeSegment(TimeSegment.Builder builderForValue)
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;
-
mergeTimeSegment
public VideoEventAnnotation.Builder mergeTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;
-
clearTimeSegment
public VideoEventAnnotation.Builder clearTimeSegment()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;
-
getTimeSegmentBuilder
public TimeSegment.Builder getTimeSegmentBuilder()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;
-
getTimeSegmentOrBuilder
public TimeSegmentOrBuilder getTimeSegmentOrBuilder()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;
- Specified by:
getTimeSegmentOrBuilder
in interfaceVideoEventAnnotationOrBuilder
-
setUnknownFields
public final VideoEventAnnotation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoEventAnnotation.Builder>
-
mergeUnknownFields
public final VideoEventAnnotation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoEventAnnotation.Builder>
-
-