public static final class VideoAnnotationResults.Builder extends GeneratedMessageV3.Builder<VideoAnnotationResults.Builder> implements VideoAnnotationResultsOrBuilder
Annotation results for a single video.Protobuf type
google.cloud.videointelligence.v1beta1.VideoAnnotationResults
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<VideoAnnotationResults.Builder>
public VideoAnnotationResults.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>
public VideoAnnotationResults getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public VideoAnnotationResults build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public VideoAnnotationResults buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public VideoAnnotationResults.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>
public VideoAnnotationResults.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>
public VideoAnnotationResults.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>
public VideoAnnotationResults.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>
public VideoAnnotationResults.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>
public VideoAnnotationResults.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>
public VideoAnnotationResults.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<VideoAnnotationResults.Builder>
public VideoAnnotationResults.Builder mergeFrom(VideoAnnotationResults other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>
public VideoAnnotationResults.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<VideoAnnotationResults.Builder>
java.io.IOException
public java.lang.String getInputUri()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;
getInputUri
in interface VideoAnnotationResultsOrBuilder
public ByteString getInputUriBytes()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;
getInputUriBytes
in interface VideoAnnotationResultsOrBuilder
public VideoAnnotationResults.Builder setInputUri(java.lang.String value)
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;
public VideoAnnotationResults.Builder clearInputUri()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;
public VideoAnnotationResults.Builder setInputUriBytes(ByteString value)
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;
public java.util.List<LabelAnnotation> getLabelAnnotationsList()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
getLabelAnnotationsList
in interface VideoAnnotationResultsOrBuilder
public int getLabelAnnotationsCount()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
getLabelAnnotationsCount
in interface VideoAnnotationResultsOrBuilder
public LabelAnnotation getLabelAnnotations(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
getLabelAnnotations
in interface VideoAnnotationResultsOrBuilder
public VideoAnnotationResults.Builder setLabelAnnotations(int index, LabelAnnotation value)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public VideoAnnotationResults.Builder setLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public VideoAnnotationResults.Builder addLabelAnnotations(LabelAnnotation value)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public VideoAnnotationResults.Builder addLabelAnnotations(int index, LabelAnnotation value)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public VideoAnnotationResults.Builder addLabelAnnotations(LabelAnnotation.Builder builderForValue)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public VideoAnnotationResults.Builder addLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public VideoAnnotationResults.Builder addAllLabelAnnotations(java.lang.Iterable<? extends LabelAnnotation> values)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public VideoAnnotationResults.Builder clearLabelAnnotations()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public VideoAnnotationResults.Builder removeLabelAnnotations(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public LabelAnnotation.Builder getLabelAnnotationsBuilder(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public LabelAnnotationOrBuilder getLabelAnnotationsOrBuilder(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
getLabelAnnotationsOrBuilder
in interface VideoAnnotationResultsOrBuilder
public java.util.List<? extends LabelAnnotationOrBuilder> getLabelAnnotationsOrBuilderList()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
getLabelAnnotationsOrBuilderList
in interface VideoAnnotationResultsOrBuilder
public LabelAnnotation.Builder addLabelAnnotationsBuilder()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public LabelAnnotation.Builder addLabelAnnotationsBuilder(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public java.util.List<LabelAnnotation.Builder> getLabelAnnotationsBuilderList()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
public java.util.List<FaceAnnotation> getFaceAnnotationsList()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
getFaceAnnotationsList
in interface VideoAnnotationResultsOrBuilder
public int getFaceAnnotationsCount()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
getFaceAnnotationsCount
in interface VideoAnnotationResultsOrBuilder
public FaceAnnotation getFaceAnnotations(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
getFaceAnnotations
in interface VideoAnnotationResultsOrBuilder
public VideoAnnotationResults.Builder setFaceAnnotations(int index, FaceAnnotation value)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public VideoAnnotationResults.Builder setFaceAnnotations(int index, FaceAnnotation.Builder builderForValue)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public VideoAnnotationResults.Builder addFaceAnnotations(FaceAnnotation value)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public VideoAnnotationResults.Builder addFaceAnnotations(int index, FaceAnnotation value)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public VideoAnnotationResults.Builder addFaceAnnotations(FaceAnnotation.Builder builderForValue)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public VideoAnnotationResults.Builder addFaceAnnotations(int index, FaceAnnotation.Builder builderForValue)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public VideoAnnotationResults.Builder addAllFaceAnnotations(java.lang.Iterable<? extends FaceAnnotation> values)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public VideoAnnotationResults.Builder clearFaceAnnotations()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public VideoAnnotationResults.Builder removeFaceAnnotations(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public FaceAnnotation.Builder getFaceAnnotationsBuilder(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public FaceAnnotationOrBuilder getFaceAnnotationsOrBuilder(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
getFaceAnnotationsOrBuilder
in interface VideoAnnotationResultsOrBuilder
public java.util.List<? extends FaceAnnotationOrBuilder> getFaceAnnotationsOrBuilderList()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
getFaceAnnotationsOrBuilderList
in interface VideoAnnotationResultsOrBuilder
public FaceAnnotation.Builder addFaceAnnotationsBuilder()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public FaceAnnotation.Builder addFaceAnnotationsBuilder(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public java.util.List<FaceAnnotation.Builder> getFaceAnnotationsBuilderList()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
public java.util.List<VideoSegment> getShotAnnotationsList()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
getShotAnnotationsList
in interface VideoAnnotationResultsOrBuilder
public int getShotAnnotationsCount()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
getShotAnnotationsCount
in interface VideoAnnotationResultsOrBuilder
public VideoSegment getShotAnnotations(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
getShotAnnotations
in interface VideoAnnotationResultsOrBuilder
public VideoAnnotationResults.Builder setShotAnnotations(int index, VideoSegment value)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public VideoAnnotationResults.Builder setShotAnnotations(int index, VideoSegment.Builder builderForValue)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public VideoAnnotationResults.Builder addShotAnnotations(VideoSegment value)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public VideoAnnotationResults.Builder addShotAnnotations(int index, VideoSegment value)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public VideoAnnotationResults.Builder addShotAnnotations(VideoSegment.Builder builderForValue)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public VideoAnnotationResults.Builder addShotAnnotations(int index, VideoSegment.Builder builderForValue)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public VideoAnnotationResults.Builder addAllShotAnnotations(java.lang.Iterable<? extends VideoSegment> values)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public VideoAnnotationResults.Builder clearShotAnnotations()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public VideoAnnotationResults.Builder removeShotAnnotations(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public VideoSegment.Builder getShotAnnotationsBuilder(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public VideoSegmentOrBuilder getShotAnnotationsOrBuilder(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
getShotAnnotationsOrBuilder
in interface VideoAnnotationResultsOrBuilder
public java.util.List<? extends VideoSegmentOrBuilder> getShotAnnotationsOrBuilderList()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
getShotAnnotationsOrBuilderList
in interface VideoAnnotationResultsOrBuilder
public VideoSegment.Builder addShotAnnotationsBuilder()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public VideoSegment.Builder addShotAnnotationsBuilder(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public java.util.List<VideoSegment.Builder> getShotAnnotationsBuilderList()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
public java.util.List<SafeSearchAnnotation> getSafeSearchAnnotationsList()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
getSafeSearchAnnotationsList
in interface VideoAnnotationResultsOrBuilder
public int getSafeSearchAnnotationsCount()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
getSafeSearchAnnotationsCount
in interface VideoAnnotationResultsOrBuilder
public SafeSearchAnnotation getSafeSearchAnnotations(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
getSafeSearchAnnotations
in interface VideoAnnotationResultsOrBuilder
public VideoAnnotationResults.Builder setSafeSearchAnnotations(int index, SafeSearchAnnotation value)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public VideoAnnotationResults.Builder setSafeSearchAnnotations(int index, SafeSearchAnnotation.Builder builderForValue)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public VideoAnnotationResults.Builder addSafeSearchAnnotations(SafeSearchAnnotation value)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public VideoAnnotationResults.Builder addSafeSearchAnnotations(int index, SafeSearchAnnotation value)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public VideoAnnotationResults.Builder addSafeSearchAnnotations(SafeSearchAnnotation.Builder builderForValue)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public VideoAnnotationResults.Builder addSafeSearchAnnotations(int index, SafeSearchAnnotation.Builder builderForValue)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public VideoAnnotationResults.Builder addAllSafeSearchAnnotations(java.lang.Iterable<? extends SafeSearchAnnotation> values)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public VideoAnnotationResults.Builder clearSafeSearchAnnotations()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public VideoAnnotationResults.Builder removeSafeSearchAnnotations(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public SafeSearchAnnotation.Builder getSafeSearchAnnotationsBuilder(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public SafeSearchAnnotationOrBuilder getSafeSearchAnnotationsOrBuilder(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
getSafeSearchAnnotationsOrBuilder
in interface VideoAnnotationResultsOrBuilder
public java.util.List<? extends SafeSearchAnnotationOrBuilder> getSafeSearchAnnotationsOrBuilderList()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
getSafeSearchAnnotationsOrBuilderList
in interface VideoAnnotationResultsOrBuilder
public SafeSearchAnnotation.Builder addSafeSearchAnnotationsBuilder()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public SafeSearchAnnotation.Builder addSafeSearchAnnotationsBuilder(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public java.util.List<SafeSearchAnnotation.Builder> getSafeSearchAnnotationsBuilderList()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
public boolean hasError()
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;
hasError
in interface VideoAnnotationResultsOrBuilder
public Status getError()
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;
getError
in interface VideoAnnotationResultsOrBuilder
public VideoAnnotationResults.Builder setError(Status value)
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;
public VideoAnnotationResults.Builder setError(Status.Builder builderForValue)
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;
public VideoAnnotationResults.Builder mergeError(Status value)
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;
public VideoAnnotationResults.Builder clearError()
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;
public Status.Builder getErrorBuilder()
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;
public StatusOrBuilder getErrorOrBuilder()
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;
getErrorOrBuilder
in interface VideoAnnotationResultsOrBuilder
public final VideoAnnotationResults.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>
public final VideoAnnotationResults.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>