force = $force; } /** * @return bool */ public function getForce() { return $this->force; } /** * @param string[] */ public function setPolicyIds($policyIds) { $this->policyIds = $policyIds; } /** * @return string[] */ public function getPolicyIds() { return $this->policyIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchDeleteRowAccessPoliciesRequest::class, 'Google_Service_Bigquery_BatchDeleteRowAccessPoliciesRequest');