allowedCaCerts = $allowedCaCerts; } /** * @return string[] */ public function getAllowedCaCerts() { return $this->allowedCaCerts; } /** * @param string */ public function setHttpMethod($httpMethod) { $this->httpMethod = $httpMethod; } /** * @return string */ public function getHttpMethod() { return $this->httpMethod; } /** * @param GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig */ public function setOauthConfig(GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig $oauthConfig) { $this->oauthConfig = $oauthConfig; } /** * @return GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig */ public function getOauthConfig() { return $this->oauthConfig; } /** * @param string[] */ public function setParameterMapping($parameterMapping) { $this->parameterMapping = $parameterMapping; } /** * @return string[] */ public function getParameterMapping() { return $this->parameterMapping; } /** * @param string */ public function setPassword($password) { $this->password = $password; } /** * @return string */ public function getPassword() { return $this->password; } /** * @param string */ public function setRequestBody($requestBody) { $this->requestBody = $requestBody; } /** * @return string */ public function getRequestBody() { return $this->requestBody; } /** * @param string[] */ public function setRequestHeaders($requestHeaders) { $this->requestHeaders = $requestHeaders; } /** * @return string[] */ public function getRequestHeaders() { return $this->requestHeaders; } /** * @param string */ public function setServiceAgentAuth($serviceAgentAuth) { $this->serviceAgentAuth = $serviceAgentAuth; } /** * @return string */ public function getServiceAgentAuth() { return $this->serviceAgentAuth; } /** * @param string */ public function setUri($uri) { $this->uri = $uri; } /** * @return string */ public function getUri() { return $this->uri; } /** * @param string */ public function setUsername($username) { $this->username = $username; } /** * @return string */ public function getUsername() { return $this->username; } /** * @param string */ public function setWebhookType($webhookType) { $this->webhookType = $webhookType; } /** * @return string */ public function getWebhookType() { return $this->webhookType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3WebhookGenericWebService::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookGenericWebService');