clientKey = $clientKey; } /** * @return GoogleCloudConnectorsV1Secret */ public function getClientKey() { return $this->clientKey; } /** * @param GoogleCloudConnectorsV1AuthConfigOauth2JwtBearerJwtClaims */ public function setJwtClaims(GoogleCloudConnectorsV1AuthConfigOauth2JwtBearerJwtClaims $jwtClaims) { $this->jwtClaims = $jwtClaims; } /** * @return GoogleCloudConnectorsV1AuthConfigOauth2JwtBearerJwtClaims */ public function getJwtClaims() { return $this->jwtClaims; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer::class, 'Google_Service_Integrations_GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer');