assertionStrategy = $assertionStrategy; } /** * @return string */ public function getAssertionStrategy() { return $this->assertionStrategy; } /** * @param string */ public function setCondition($condition) { $this->condition = $condition; } /** * @return string */ public function getCondition() { return $this->condition; } /** * @param GoogleCloudIntegrationsV1alphaEventParameter */ public function setParameter(GoogleCloudIntegrationsV1alphaEventParameter $parameter) { $this->parameter = $parameter; } /** * @return GoogleCloudIntegrationsV1alphaEventParameter */ public function getParameter() { return $this->parameter; } /** * @param int */ public function setRetryCount($retryCount) { $this->retryCount = $retryCount; } /** * @return int */ public function getRetryCount() { return $this->retryCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaAssertion::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaAssertion');