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

Problem with Generated annotations.proto file #377

Closed
kigsmtua opened this issue May 5, 2017 · 1 comment
Closed

Problem with Generated annotations.proto file #377

kigsmtua opened this issue May 5, 2017 · 1 comment

Comments

@kigsmtua
Copy link

kigsmtua commented May 5, 2017

The generated annotations file has proto3 as the syntax but parts of the stubs generated have proto2

`
syntax = "proto3";

package google.api;

import "google/api/http.proto";
import "google/protobuf/descriptor.proto";

option go_package = "google.golang.org/genproto/googleapis/api/annotations;annotations";
option java_multiple_files = true;
option java_outer_classname = "AnnotationsProto";
option java_package = "com.google.api";
option objc_class_prefix = "GAPI";

/// NOT SUPPORTED IN
extend google.protobuf.MethodOptions {
// See HttpRule.
optional HttpRule http = 72295728;
}
`

@achew22
Copy link
Collaborator

achew22 commented Dec 14, 2017

Can you try going through our tutorial one more time making small changes and verifying as you go? I think this may have gone off the rails in the dev stage. If you have more issues please reopen/file a new issue.

@achew22 achew22 closed this as completed Dec 14, 2017
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

2 participants