public static final class AnnotateVideoResponse.Builder extends GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder> implements AnnotateVideoResponseOrBuilder
Video annotation response. Included in the `response` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.Protobuf type
google.cloud.videointelligence.v1p1beta1.AnnotateVideoResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>public AnnotateVideoResponse.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>public AnnotateVideoResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic AnnotateVideoResponse build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic AnnotateVideoResponse buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic AnnotateVideoResponse.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>public AnnotateVideoResponse.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>public AnnotateVideoResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>public AnnotateVideoResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>public AnnotateVideoResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>public AnnotateVideoResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>public AnnotateVideoResponse.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<AnnotateVideoResponse.Builder>public AnnotateVideoResponse.Builder mergeFrom(AnnotateVideoResponse other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>public AnnotateVideoResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<AnnotateVideoResponse.Builder>java.io.IOExceptionpublic java.util.List<VideoAnnotationResults> getAnnotationResultsList()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;getAnnotationResultsList in interface AnnotateVideoResponseOrBuilderpublic int getAnnotationResultsCount()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;getAnnotationResultsCount in interface AnnotateVideoResponseOrBuilderpublic VideoAnnotationResults getAnnotationResults(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;getAnnotationResults in interface AnnotateVideoResponseOrBuilderpublic AnnotateVideoResponse.Builder setAnnotationResults(int index, VideoAnnotationResults value)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public AnnotateVideoResponse.Builder setAnnotationResults(int index, VideoAnnotationResults.Builder builderForValue)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public AnnotateVideoResponse.Builder addAnnotationResults(VideoAnnotationResults value)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public AnnotateVideoResponse.Builder addAnnotationResults(int index, VideoAnnotationResults value)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public AnnotateVideoResponse.Builder addAnnotationResults(VideoAnnotationResults.Builder builderForValue)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public AnnotateVideoResponse.Builder addAnnotationResults(int index, VideoAnnotationResults.Builder builderForValue)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public AnnotateVideoResponse.Builder addAllAnnotationResults(java.lang.Iterable<? extends VideoAnnotationResults> values)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public AnnotateVideoResponse.Builder clearAnnotationResults()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public AnnotateVideoResponse.Builder removeAnnotationResults(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public VideoAnnotationResults.Builder getAnnotationResultsBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public VideoAnnotationResultsOrBuilder getAnnotationResultsOrBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;getAnnotationResultsOrBuilder in interface AnnotateVideoResponseOrBuilderpublic java.util.List<? extends VideoAnnotationResultsOrBuilder> getAnnotationResultsOrBuilderList()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;getAnnotationResultsOrBuilderList in interface AnnotateVideoResponseOrBuilderpublic VideoAnnotationResults.Builder addAnnotationResultsBuilder()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public VideoAnnotationResults.Builder addAnnotationResultsBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public java.util.List<VideoAnnotationResults.Builder> getAnnotationResultsBuilderList()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults annotation_results = 1;public final AnnotateVideoResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>public final AnnotateVideoResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>