rawIndices = $rawIndices; } /** * @return GoogleCloudWebriskV1RawIndices */ public function getRawIndices() { return $this->rawIndices; } /** * @param GoogleCloudWebriskV1RiceDeltaEncoding */ 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');