Skip to content
New issue

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

Parsing-error on "post RPC" #254

Open
smondet opened this issue Nov 24, 2024 · 1 comment
Open

Parsing-error on "post RPC" #254

smondet opened this issue Nov 24, 2024 · 1 comment

Comments

@smondet
Copy link

smondet commented Nov 24, 2024

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: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";
}
@smondet
Copy link
Author

smondet commented Nov 24, 2024

Same error with opam pin add ocaml-protoc "https://github.com/mransan/ocaml-protoc.git#br-4.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant