public final class StreamingShotChangeDetectionConfig extends GeneratedMessageV3 implements StreamingShotChangeDetectionConfigOrBuilder
Config for STREAMING_SHOT_CHANGE_DETECTION.
Protobuf type google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig
Static Methods
getDefaultInstance()
public static StreamingShotChangeDetectionConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static StreamingShotChangeDetectionConfig.Builder newBuilder()
Returns
newBuilder(StreamingShotChangeDetectionConfig prototype)
public static StreamingShotChangeDetectionConfig.Builder newBuilder(StreamingShotChangeDetectionConfig prototype)
Parameter
Returns
public static StreamingShotChangeDetectionConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static StreamingShotChangeDetectionConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static StreamingShotChangeDetectionConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StreamingShotChangeDetectionConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static StreamingShotChangeDetectionConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StreamingShotChangeDetectionConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static StreamingShotChangeDetectionConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static StreamingShotChangeDetectionConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static StreamingShotChangeDetectionConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static StreamingShotChangeDetectionConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static StreamingShotChangeDetectionConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StreamingShotChangeDetectionConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<StreamingShotChangeDetectionConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public StreamingShotChangeDetectionConfig getDefaultInstanceForType()
Returns
getParserForType()
public Parser<StreamingShotChangeDetectionConfig> 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 StreamingShotChangeDetectionConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StreamingShotChangeDetectionConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public StreamingShotChangeDetectionConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions