clientId = $clientId; } /** * @return string */ public function getClientId() { return $this->clientId; } /** * @param GoogleCloudConnectorsV1Secret */ public function setClientSecret(GoogleCloudConnectorsV1Secret $clientSecret) { $this->clientSecret = $clientSecret; } /** * @return GoogleCloudConnectorsV1Secret */ public function getClientSecret() { return $this->clientSecret; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials::class, 'Google_Service_Integrations_GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials');