ary middlewares */ public function getUnaryMiddlewares() { return $this->unaryMiddlewares; } /** * Gets the Google Ads streaming middlewares. * * @return GoogleAdsMiddlewareAbstract[] the Google Ads streaming middlewares */ public function getStreamingMiddlewares() { return $this->streamingMiddlewares; } /* * Gets the gRPC interceptors. * * @return Interceptor[] the gRPC interceptors */ public function getGrpcInterceptors() { return $this->grpcInterceptors; } }
Fatal error: Trait "Google\Ads\GoogleAds\Lib\ConfigurationTrait" not found in /htdocs/wp-content/plugins/google-listings-and-ads/src/Google/Ads/ServiceClientFactoryTrait.php on line 38