public static final class IngestAssetRequest.Config.VideoType extends GeneratedMessageV3 implements IngestAssetRequest.Config.VideoTypeOrBuilder
Type information for video data.
Protobuf type google.cloud.visionai.v1.IngestAssetRequest.Config.VideoType
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > IngestAssetRequest.Config.VideoTypeImplements
IngestAssetRequest.Config.VideoTypeOrBuilderStatic Fields
CONTAINER_FORMAT_FIELD_NUMBER
public static final int CONTAINER_FORMAT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static IngestAssetRequest.Config.VideoType getDefaultInstance()
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static IngestAssetRequest.Config.VideoType.Builder newBuilder()
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType.Builder |
newBuilder(IngestAssetRequest.Config.VideoType prototype)
public static IngestAssetRequest.Config.VideoType.Builder newBuilder(IngestAssetRequest.Config.VideoType prototype)
Parameter | |
---|---|
Name | Description |
prototype |
IngestAssetRequest.Config.VideoType |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType.Builder |
parseDelimitedFrom(InputStream input)
public static IngestAssetRequest.Config.VideoType parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IngestAssetRequest.Config.VideoType parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static IngestAssetRequest.Config.VideoType parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IngestAssetRequest.Config.VideoType parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static IngestAssetRequest.Config.VideoType parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IngestAssetRequest.Config.VideoType parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static IngestAssetRequest.Config.VideoType parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IngestAssetRequest.Config.VideoType parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static IngestAssetRequest.Config.VideoType parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IngestAssetRequest.Config.VideoType parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static IngestAssetRequest.Config.VideoType parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IngestAssetRequest.Config.VideoType parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<IngestAssetRequest.Config.VideoType> parser()
Returns | |
---|---|
Type | Description |
Parser<VideoType> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getContainerFormat()
public IngestAssetRequest.Config.VideoType.ContainerFormat getContainerFormat()
Container format of the video data.
.google.cloud.visionai.v1.IngestAssetRequest.Config.VideoType.ContainerFormat container_format = 1;
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType.ContainerFormat |
The containerFormat. |
getContainerFormatValue()
public int getContainerFormatValue()
Container format of the video data.
.google.cloud.visionai.v1.IngestAssetRequest.Config.VideoType.ContainerFormat container_format = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for containerFormat. |
getDefaultInstanceForType()
public IngestAssetRequest.Config.VideoType getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType |
getParserForType()
public Parser<IngestAssetRequest.Config.VideoType> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<VideoType> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public IngestAssetRequest.Config.VideoType.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected IngestAssetRequest.Config.VideoType.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public IngestAssetRequest.Config.VideoType.Builder toBuilder()
Returns | |
---|---|
Type | Description |
IngestAssetRequest.Config.VideoType.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |