-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from Sixt/version-upgrade
Version upgrade
- Loading branch information
Showing
16 changed files
with
236 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,9 +30,6 @@ | |
|
||
// Author: [email protected] (Kenton Varda) | ||
// | ||
// WARNING: The plugin interface is currently EXPERIMENTAL and is subject to | ||
// change. | ||
// | ||
// protoc (aka the Protocol Compiler) can be extended via plugins. A plugin is | ||
// just a program that reads a CodeGeneratorRequest from stdin and writes a | ||
// CodeGeneratorResponse to stdout. | ||
|
@@ -50,6 +47,7 @@ package google.protobuf.compiler; | |
option java_package = "com.google.protobuf.compiler"; | ||
option java_outer_classname = "PluginProtos"; | ||
|
||
option csharp_namespace = "Google.Protobuf.Compiler"; | ||
option go_package = "google.golang.org/protobuf/types/pluginpb"; | ||
|
||
import "google/protobuf/descriptor.proto"; | ||
|
@@ -92,7 +90,6 @@ message CodeGeneratorRequest { | |
|
||
// The version number of protocol compiler. | ||
optional Version compiler_version = 3; | ||
|
||
} | ||
|
||
// The plugin writes an encoded CodeGeneratorResponse to stdout. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.