You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the problem is the wrong version. v0 does not exist
err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.GoogleAdsService/Search", in, out, opts...)
The text was updated successfully, but these errors were encountered:
in example code
response, err := googleAdsService.Search(client.Context(), &request)
returns an error: rpc error: code = Unimplemented desc = GRPC target method can't be resolved
the problem is the wrong version. v0 does not exist
err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.GoogleAdsService/Search", in, out, opts...)
The text was updated successfully, but these errors were encountered: