Class AnnotateVideoResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
- com.google.cloud.videointelligence.v1p3beta1.AnnotateVideoResponse.Builder
-
- All Implemented Interfaces:
AnnotateVideoResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- AnnotateVideoResponse
public static final class AnnotateVideoResponse.Builder extends com.google.protobuf.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 typegoogle.cloud.videointelligence.v1p3beta1.AnnotateVideoResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotateVideoResponse.BuilderaddAllAnnotationResults(Iterable<? extends VideoAnnotationResults> values)Annotation results for all videos specified in `AnnotateVideoRequest`.AnnotateVideoResponse.BuilderaddAnnotationResults(int index, VideoAnnotationResults value)Annotation results for all videos specified in `AnnotateVideoRequest`.AnnotateVideoResponse.BuilderaddAnnotationResults(int index, VideoAnnotationResults.Builder builderForValue)Annotation results for all videos specified in `AnnotateVideoRequest`.AnnotateVideoResponse.BuilderaddAnnotationResults(VideoAnnotationResults value)Annotation results for all videos specified in `AnnotateVideoRequest`.AnnotateVideoResponse.BuilderaddAnnotationResults(VideoAnnotationResults.Builder builderForValue)Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResults.BuilderaddAnnotationResultsBuilder()Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResults.BuilderaddAnnotationResultsBuilder(int index)Annotation results for all videos specified in `AnnotateVideoRequest`.AnnotateVideoResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AnnotateVideoResponsebuild()AnnotateVideoResponsebuildPartial()AnnotateVideoResponse.Builderclear()AnnotateVideoResponse.BuilderclearAnnotationResults()Annotation results for all videos specified in `AnnotateVideoRequest`.AnnotateVideoResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AnnotateVideoResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AnnotateVideoResponse.Builderclone()VideoAnnotationResultsgetAnnotationResults(int index)Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResults.BuildergetAnnotationResultsBuilder(int index)Annotation results for all videos specified in `AnnotateVideoRequest`.List<VideoAnnotationResults.Builder>getAnnotationResultsBuilderList()Annotation results for all videos specified in `AnnotateVideoRequest`.intgetAnnotationResultsCount()Annotation results for all videos specified in `AnnotateVideoRequest`.List<VideoAnnotationResults>getAnnotationResultsList()Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResultsOrBuildergetAnnotationResultsOrBuilder(int index)Annotation results for all videos specified in `AnnotateVideoRequest`.List<? extends VideoAnnotationResultsOrBuilder>getAnnotationResultsOrBuilderList()Annotation results for all videos specified in `AnnotateVideoRequest`.AnnotateVideoResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()AnnotateVideoResponse.BuildermergeFrom(AnnotateVideoResponse other)AnnotateVideoResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AnnotateVideoResponse.BuildermergeFrom(com.google.protobuf.Message other)AnnotateVideoResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AnnotateVideoResponse.BuilderremoveAnnotationResults(int index)Annotation results for all videos specified in `AnnotateVideoRequest`.AnnotateVideoResponse.BuildersetAnnotationResults(int index, VideoAnnotationResults value)Annotation results for all videos specified in `AnnotateVideoRequest`.AnnotateVideoResponse.BuildersetAnnotationResults(int index, VideoAnnotationResults.Builder builderForValue)Annotation results for all videos specified in `AnnotateVideoRequest`.AnnotateVideoResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AnnotateVideoResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)AnnotateVideoResponse.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
clear
public AnnotateVideoResponse.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
getDefaultInstanceForType
public AnnotateVideoResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AnnotateVideoResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AnnotateVideoResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AnnotateVideoResponse.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
setField
public AnnotateVideoResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
clearField
public AnnotateVideoResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
clearOneof
public AnnotateVideoResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
setRepeatedField
public AnnotateVideoResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
addRepeatedField
public AnnotateVideoResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
mergeFrom
public AnnotateVideoResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AnnotateVideoResponse.Builder>
-
mergeFrom
public AnnotateVideoResponse.Builder mergeFrom(AnnotateVideoResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
mergeFrom
public AnnotateVideoResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AnnotateVideoResponse.Builder>- Throws:
IOException
-
getAnnotationResultsList
public List<VideoAnnotationResults> getAnnotationResultsList()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;- Specified by:
getAnnotationResultsListin interfaceAnnotateVideoResponseOrBuilder
-
getAnnotationResultsCount
public int getAnnotationResultsCount()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;- Specified by:
getAnnotationResultsCountin interfaceAnnotateVideoResponseOrBuilder
-
getAnnotationResults
public VideoAnnotationResults getAnnotationResults(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;- Specified by:
getAnnotationResultsin interfaceAnnotateVideoResponseOrBuilder
-
setAnnotationResults
public AnnotateVideoResponse.Builder setAnnotationResults(int index, VideoAnnotationResults value)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
setAnnotationResults
public AnnotateVideoResponse.Builder setAnnotationResults(int index, VideoAnnotationResults.Builder builderForValue)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
addAnnotationResults
public AnnotateVideoResponse.Builder addAnnotationResults(VideoAnnotationResults value)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
addAnnotationResults
public AnnotateVideoResponse.Builder addAnnotationResults(int index, VideoAnnotationResults value)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
addAnnotationResults
public AnnotateVideoResponse.Builder addAnnotationResults(VideoAnnotationResults.Builder builderForValue)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
addAnnotationResults
public AnnotateVideoResponse.Builder addAnnotationResults(int index, VideoAnnotationResults.Builder builderForValue)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
addAllAnnotationResults
public AnnotateVideoResponse.Builder addAllAnnotationResults(Iterable<? extends VideoAnnotationResults> values)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
clearAnnotationResults
public AnnotateVideoResponse.Builder clearAnnotationResults()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
removeAnnotationResults
public AnnotateVideoResponse.Builder removeAnnotationResults(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
getAnnotationResultsBuilder
public VideoAnnotationResults.Builder getAnnotationResultsBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
getAnnotationResultsOrBuilder
public VideoAnnotationResultsOrBuilder getAnnotationResultsOrBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;- Specified by:
getAnnotationResultsOrBuilderin interfaceAnnotateVideoResponseOrBuilder
-
getAnnotationResultsOrBuilderList
public List<? extends VideoAnnotationResultsOrBuilder> getAnnotationResultsOrBuilderList()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;- Specified by:
getAnnotationResultsOrBuilderListin interfaceAnnotateVideoResponseOrBuilder
-
addAnnotationResultsBuilder
public VideoAnnotationResults.Builder addAnnotationResultsBuilder()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
addAnnotationResultsBuilder
public VideoAnnotationResults.Builder addAnnotationResultsBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
getAnnotationResultsBuilderList
public List<VideoAnnotationResults.Builder> getAnnotationResultsBuilderList()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
setUnknownFields
public final AnnotateVideoResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
mergeUnknownFields
public final AnnotateVideoResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotateVideoResponse.Builder>
-
-