accessToken = $accessToken; } /** * @return GoogleCloudIntegrationsV1alphaAccessToken */ public function getAccessToken() { return $this->accessToken; } /** * @param string */ public function setClientId($clientId) { $this->clientId = $clientId; } /** * @return string */ public function getClientId() { return $this->clientId; } /** * @param string */ public function setClientSecret($clientSecret) { $this->clientSecret = $clientSecret; } /** * @return string */ public function getClientSecret() { return $this->clientSecret; } /** * @param string */ public function setRequestType($requestType) { $this->requestType = $requestType; } /** * @return string */ public function getRequestType() { return $this->requestType; } /** * @param string */ public function setScope($scope) { $this->scope = $scope; } /** * @return string */ public function getScope() { return $this->scope; } /** * @param string */ public function setTokenEndpoint($tokenEndpoint) { $this->tokenEndpoint = $tokenEndpoint; } /** * @return string */ public function getTokenEndpoint() { return $this->tokenEndpoint; } /** * @param GoogleCloudIntegrationsV1alphaParameterMap */ public function setTokenParams(GoogleCloudIntegrationsV1alphaParameterMap $tokenParams) { $this->tokenParams = $tokenParams; } /** * @return GoogleCloudIntegrationsV1alphaParameterMap */ public function getTokenParams() { return $this->tokenParams; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaOAuth2ClientCredentials::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaOAuth2ClientCredentials');