public final class AnnotateVideoProgress extends GeneratedMessageV3 implements AnnotateVideoProgressOrBuilder
Video annotation progress. Included in the metadata
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
Protobuf type google.cloud.videointelligence.v1p1beta1.AnnotateVideoProgress
Static Fields
ANNOTATION_PROGRESS_FIELD_NUMBER
public static final int ANNOTATION_PROGRESS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AnnotateVideoProgress getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AnnotateVideoProgress.Builder newBuilder()
Returns
newBuilder(AnnotateVideoProgress prototype)
public static AnnotateVideoProgress.Builder newBuilder(AnnotateVideoProgress prototype)
Parameter
Returns
public static AnnotateVideoProgress parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AnnotateVideoProgress parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AnnotateVideoProgress parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnnotateVideoProgress parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AnnotateVideoProgress parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnnotateVideoProgress parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AnnotateVideoProgress parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AnnotateVideoProgress parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AnnotateVideoProgress parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AnnotateVideoProgress parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AnnotateVideoProgress parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnnotateVideoProgress parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AnnotateVideoProgress> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAnnotationProgress(int index)
public VideoAnnotationProgress getAnnotationProgress(int index)
Progress metadata for all videos specified in AnnotateVideoRequest
.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationProgress annotation_progress = 1;
Parameter
Returns
getAnnotationProgressCount()
public int getAnnotationProgressCount()
Progress metadata for all videos specified in AnnotateVideoRequest
.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationProgress annotation_progress = 1;
Returns
getAnnotationProgressList()
public List<VideoAnnotationProgress> getAnnotationProgressList()
Progress metadata for all videos specified in AnnotateVideoRequest
.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationProgress annotation_progress = 1;
Returns
getAnnotationProgressOrBuilder(int index)
public VideoAnnotationProgressOrBuilder getAnnotationProgressOrBuilder(int index)
Progress metadata for all videos specified in AnnotateVideoRequest
.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationProgress annotation_progress = 1;
Parameter
Returns
getAnnotationProgressOrBuilderList()
public List<? extends VideoAnnotationProgressOrBuilder> getAnnotationProgressOrBuilderList()
Progress metadata for all videos specified in AnnotateVideoRequest
.
repeated .google.cloud.videointelligence.v1p1beta1.VideoAnnotationProgress annotation_progress = 1;
Returns
Type | Description |
List<? extends com.google.cloud.videointelligence.v1p1beta1.VideoAnnotationProgressOrBuilder> | |
getDefaultInstanceForType()
public AnnotateVideoProgress getDefaultInstanceForType()
Returns
getParserForType()
public Parser<AnnotateVideoProgress> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AnnotateVideoProgress.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AnnotateVideoProgress.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AnnotateVideoProgress.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions