rawIndices = $rawIndices; } /** * @return GoogleCloudWebriskV1RawIndices */ public function getRawIndices() { return $this->rawIndices; } /** * The encoded local, lexicographically-sorted list indices, using a Golomb- * Rice encoding. Used for sending compressed removal indices. The removal * indices (uint32) are sorted in ascending order, then delta encoded and * stored as encoded_data. * * @param GoogleCloudWebriskV1RiceDeltaEncoding $riceIndices */ public function setRiceIndices(GoogleCloudWebriskV1RiceDeltaEncoding $riceIndices) { $this->riceIndices = $riceIndices; } /** * @return GoogleCloudWebriskV1RiceDeltaEncoding */ public function getRiceIndices() { return $this->riceIndices; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudWebriskV1ThreatEntryRemovals::class, 'Google_Service_WebRisk_GoogleCloudWebriskV1ThreatEntryRemovals');