failureThreshold = $failureThreshold; } /** * @return int */ public function getFailureThreshold() { return $this->failureThreshold; } /** * @param GoogleCloudRunV2GRPCAction */ public function setGrpc(GoogleCloudRunV2GRPCAction $grpc) { $this->grpc = $grpc; } /** * @return GoogleCloudRunV2GRPCAction */ public function getGrpc() { return $this->grpc; } /** * @param GoogleCloudRunV2HTTPGetAction */ public function setHttpGet(GoogleCloudRunV2HTTPGetAction $httpGet) { $this->httpGet = $httpGet; } /** * @return GoogleCloudRunV2HTTPGetAction */ public function getHttpGet() { return $this->httpGet; } /** * @param int */ public function setInitialDelaySeconds($initialDelaySeconds) { $this->initialDelaySeconds = $initialDelaySeconds; } /** * @return int */ public function getInitialDelaySeconds() { return $this->initialDelaySeconds; } /** * @param int */ public function setPeriodSeconds($periodSeconds) { $this->periodSeconds = $periodSeconds; } /** * @return int */ public function getPeriodSeconds() { return $this->periodSeconds; } /** * @param GoogleCloudRunV2TCPSocketAction */ public function setTcpSocket(GoogleCloudRunV2TCPSocketAction $tcpSocket) { $this->tcpSocket = $tcpSocket; } /** * @return GoogleCloudRunV2TCPSocketAction */ public function getTcpSocket() { return $this->tcpSocket; } /** * @param int */ public function setTimeoutSeconds($timeoutSeconds) { $this->timeoutSeconds = $timeoutSeconds; } /** * @return int */ public function getTimeoutSeconds() { return $this->timeoutSeconds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRunV2Probe::class, 'Google_Service_CloudRun_GoogleCloudRunV2Probe');