checksumsInfo = $checksumsInfo; } /** * @return GdataCompositeMedia */ public function getChecksumsInfo() { return $this->checksumsInfo; } /** * The location of the new object. Agents must clone the object located here, * as the upload server will delete the contents once a response is received. * * @param GdataCompositeMedia $objectInfo */ public function setObjectInfo(GdataCompositeMedia $objectInfo) { $this->objectInfo = $objectInfo; } /** * @return GdataCompositeMedia */ public function getObjectInfo() { return $this->objectInfo; } /** * The object version of the object that is the base version the incoming diff * script will be applied to. This field will always be filled in. * * @param string $objectVersion */ public function setObjectVersion($objectVersion) { $this->objectVersion = $objectVersion; } /** * @return string */ public function getObjectVersion() { return $this->objectVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GdataDiffUploadRequest::class, 'Google_Service_DiscoveryEngine_GdataDiffUploadRequest');