public static final class ShotChangeDetectionConfig.Builder extends GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder> implements ShotChangeDetectionConfigOrBuilder
Config for SHOT_CHANGE_DETECTION.Protobuf type
google.cloud.videointelligence.v1beta2.ShotChangeDetectionConfig
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>
public ShotChangeDetectionConfig.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>
public ShotChangeDetectionConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ShotChangeDetectionConfig build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ShotChangeDetectionConfig buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ShotChangeDetectionConfig.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>
public ShotChangeDetectionConfig.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>
public ShotChangeDetectionConfig.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>
public ShotChangeDetectionConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>
public ShotChangeDetectionConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>
public ShotChangeDetectionConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>
public ShotChangeDetectionConfig.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ShotChangeDetectionConfig.Builder>
public ShotChangeDetectionConfig.Builder mergeFrom(ShotChangeDetectionConfig other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>
public ShotChangeDetectionConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ShotChangeDetectionConfig.Builder>
java.io.IOException
public java.lang.String getModel()
Model to use for shot change detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;
getModel
in interface ShotChangeDetectionConfigOrBuilder
public ByteString getModelBytes()
Model to use for shot change detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;
getModelBytes
in interface ShotChangeDetectionConfigOrBuilder
public ShotChangeDetectionConfig.Builder setModel(java.lang.String value)
Model to use for shot change detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;
public ShotChangeDetectionConfig.Builder clearModel()
Model to use for shot change detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;
public ShotChangeDetectionConfig.Builder setModelBytes(ByteString value)
Model to use for shot change detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;
public final ShotChangeDetectionConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>
public final ShotChangeDetectionConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>