We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried on google/ads/googleads/v18/services/google_ads_service.proto from https://github.com/googleapis/googleapis/:
google/ads/googleads/v18/services/google_ads_service.proto
google/ads/googleads/v18/services/google_ads_service.proto:317:10: Parsing error at `{ post : "/v18/customers/{customer_id=*}/googleAds:search" bo
This is how it looks:
rpc Search(SearchGoogleAdsRequest) returns (SearchGoogleAdsResponse) { option (google.api.http) = { post: "/v18/customers/{customer_id=*}/googleAds:search" body: "*" }; option (google.api.method_signature) = "customer_id,query"; }
The text was updated successfully, but these errors were encountered:
Same error with opam pin add ocaml-protoc "https://github.com/mransan/ocaml-protoc.git#br-4.0"
opam pin add ocaml-protoc "https://github.com/mransan/ocaml-protoc.git#br-4.0"
Sorry, something went wrong.
No branches or pull requests
Tried on
google/ads/googleads/v18/services/google_ads_service.proto
from https://github.com/googleapis/googleapis/:This is how it looks:
The text was updated successfully, but these errors were encountered: