keysToClear = $keysToClear; } /** * @return string[] */ public function getKeysToClear() { return $this->keysToClear; } /** * Optional. Insert or update the existing custom contexts. * * @param ObjectCustomContextPayload[] $updates */ public function setUpdates($updates) { $this->updates = $updates; } /** * @return ObjectCustomContextPayload[] */ public function getUpdates() { return $this->updates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CustomContextUpdates::class, 'Google_Service_StorageBatchOperations_CustomContextUpdates');