clientId = $clientId; } /** * @return string */ public function getClientId() { return $this->clientId; } /** * @param int */ public function setSuggestionCount($suggestionCount) { $this->suggestionCount = $suggestionCount; } /** * @return int */ public function getSuggestionCount() { return $this->suggestionCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1SuggestTrialsRequest::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SuggestTrialsRequest');