public static final class ShotChangeDetectionConfig.Builder extends GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder> implements ShotChangeDetectionConfigOrBuilder
Config for SHOT_CHANGE_DETECTION.Protobuf type
google.cloud.videointelligence.v1beta2.ShotChangeDetectionConfiggetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>public ShotChangeDetectionConfig.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>public ShotChangeDetectionConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ShotChangeDetectionConfig build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ShotChangeDetectionConfig buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ShotChangeDetectionConfig.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>public ShotChangeDetectionConfig.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>public ShotChangeDetectionConfig.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>public ShotChangeDetectionConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>public ShotChangeDetectionConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>public ShotChangeDetectionConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>public ShotChangeDetectionConfig.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ShotChangeDetectionConfig.Builder>public ShotChangeDetectionConfig.Builder mergeFrom(ShotChangeDetectionConfig other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>public ShotChangeDetectionConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ShotChangeDetectionConfig.Builder>java.io.IOExceptionpublic 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 ShotChangeDetectionConfigOrBuilderpublic 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 ShotChangeDetectionConfigOrBuilderpublic 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.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>public final ShotChangeDetectionConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ShotChangeDetectionConfig.Builder>