public interface VideoMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getEndOffset()
Optional.
|
com.google.protobuf.DurationOrBuilder |
getEndOffsetOrBuilder()
Optional.
|
com.google.protobuf.Duration |
getStartOffset()
Optional.
|
com.google.protobuf.DurationOrBuilder |
getStartOffsetOrBuilder()
Optional.
|
boolean |
hasEndOffset()
Optional.
|
boolean |
hasStartOffset()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartOffset()
Optional. The start offset of the video.
.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Duration getStartOffset()
Optional. The start offset of the video.
.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.DurationOrBuilder getStartOffsetOrBuilder()
Optional. The start offset of the video.
.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean hasEndOffset()
Optional. The end offset of the video.
.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Duration getEndOffset()
Optional. The end offset of the video.
.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.DurationOrBuilder getEndOffsetOrBuilder()
Optional. The end offset of the video.
.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.