Skip to content

Parsing-error on "post RPC" #254

Description

@smondet

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";
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions