public static final class VideoSegment.Builder extends GeneratedMessageV3.Builder<VideoSegment.Builder> implements VideoSegmentOrBuilder
Video segment.Protobuf type
google.cloud.videointelligence.v1.VideoSegment
Modifier and Type | Method and Description |
---|---|
VideoSegment.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
VideoSegment |
build() |
VideoSegment |
buildPartial() |
VideoSegment.Builder |
clear() |
VideoSegment.Builder |
clearEndTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
VideoSegment.Builder |
clearField(Descriptors.FieldDescriptor field) |
VideoSegment.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
VideoSegment.Builder |
clearStartTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
VideoSegment.Builder |
clone() |
VideoSegment |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
Duration |
getEndTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
Duration.Builder |
getEndTimeOffsetBuilder()
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
DurationOrBuilder |
getEndTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
Duration |
getStartTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
Duration.Builder |
getStartTimeOffsetBuilder()
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
DurationOrBuilder |
getStartTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
boolean |
hasEndTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
boolean |
hasStartTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VideoSegment.Builder |
mergeEndTimeOffset(Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
VideoSegment.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
VideoSegment.Builder |
mergeFrom(Message other) |
VideoSegment.Builder |
mergeFrom(VideoSegment other) |
VideoSegment.Builder |
mergeStartTimeOffset(Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
VideoSegment.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
VideoSegment.Builder |
setEndTimeOffset(Duration.Builder builderForValue)
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
VideoSegment.Builder |
setEndTimeOffset(Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
VideoSegment.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
VideoSegment.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
VideoSegment.Builder |
setStartTimeOffset(Duration.Builder builderForValue)
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
VideoSegment.Builder |
setStartTimeOffset(Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
VideoSegment.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<VideoSegment.Builder>
public VideoSegment.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<VideoSegment.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<VideoSegment.Builder>
public VideoSegment getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public VideoSegment build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public VideoSegment buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public VideoSegment.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<VideoSegment.Builder>
public VideoSegment.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<VideoSegment.Builder>
public VideoSegment.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<VideoSegment.Builder>
public VideoSegment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<VideoSegment.Builder>
public VideoSegment.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<VideoSegment.Builder>
public VideoSegment.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<VideoSegment.Builder>
public VideoSegment.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<VideoSegment.Builder>
public VideoSegment.Builder mergeFrom(VideoSegment other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<VideoSegment.Builder>
public VideoSegment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<VideoSegment.Builder>
java.io.IOException
public boolean hasStartTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
hasStartTimeOffset
in interface VideoSegmentOrBuilder
public Duration getStartTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
getStartTimeOffset
in interface VideoSegmentOrBuilder
public VideoSegment.Builder setStartTimeOffset(Duration value)
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
public VideoSegment.Builder setStartTimeOffset(Duration.Builder builderForValue)
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
public VideoSegment.Builder mergeStartTimeOffset(Duration value)
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
public VideoSegment.Builder clearStartTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
public Duration.Builder getStartTimeOffsetBuilder()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
public DurationOrBuilder getStartTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
.google.protobuf.Duration start_time_offset = 1;
getStartTimeOffsetOrBuilder
in interface VideoSegmentOrBuilder
public boolean hasEndTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
hasEndTimeOffset
in interface VideoSegmentOrBuilder
public Duration getEndTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
getEndTimeOffset
in interface VideoSegmentOrBuilder
public VideoSegment.Builder setEndTimeOffset(Duration value)
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
public VideoSegment.Builder setEndTimeOffset(Duration.Builder builderForValue)
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
public VideoSegment.Builder mergeEndTimeOffset(Duration value)
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
public VideoSegment.Builder clearEndTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
public Duration.Builder getEndTimeOffsetBuilder()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
public DurationOrBuilder getEndTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
.google.protobuf.Duration end_time_offset = 2;
getEndTimeOffsetOrBuilder
in interface VideoSegmentOrBuilder
public final VideoSegment.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<VideoSegment.Builder>
public final VideoSegment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<VideoSegment.Builder>