error = $error; } /** * @return GoogleRpcStatus */ public function getError() { return $this->error; } /** * Output only. The state of the response. * * Accepted values: STATE_UNSPECIFIED, SUCCEEDED, FAILED * * @param self::STATE_* $state */ public function setState($state) { $this->state = $state; } /** * @return self::STATE_* */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1alphaRemoveDedicatedCrawlRateResponse::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1alphaRemoveDedicatedCrawlRateResponse');