You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/reference/cpp/api-docs/google.protobuf.compiler.plugin.pb.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
toc_hide: "true"
3
3
---
4
4
5
-
<htmldevsite><head><title>plugin.pb.h</title><metaname="project_path"value="/protocol-buffers/_project.yaml" /><metaname="book_path"value="/protocol-buffers/_book.yaml" /></head><body><h1>plugin.pb.h</h1><p><code>#include <google/protobuf/compiler/plugin.pb.h><br>namespace <ahref="#google.protobuf.compiler">google::protobuf::compiler</a></code></p><p>API for protoc plugins.</p><p>This file defines a set of protocol message classes which make up the API to protoc code generator plugins. Plugins written in C++ should probably build on the API in <ahref='google.protobuf.compiler.plugin'>plugin.h</a> instead of dealing with the protobuf-level API, but plugins in other languages will need to deal with the raw messages as defined below.</p><p>The protocol compiler currently doesn't support auto-generated documentation, hence this page contains no descriptions. This file was generated by the protocol compiler from <code>plugin.proto</code>, whose contents are as follows:</p>
5
+
<htmldevsite><head><title>plugin.pb.h</title><metaname="project_path"value="/protocol-buffers/_project.yaml" /><metaname="book_path"value="/protocol-buffers/_book.yaml" /></head><body><h1>plugin.pb.h</h1><p><code>#include <google/protobuf/compiler/plugin.pb.h><br>namespace <ahref="#google.protobuf.compiler">google::protobuf::compiler</a></code></p><p>API for protoc plugins.</p><p>This file defines a set of protocol message classes which make up the API to protoc code generator plugins. Plugins written in C++ should probably build on the API in <ahref="google.protobuf.compiler.plugin">plugin.h</a> instead of dealing with the protobuf-level API, but plugins in other languages will need to deal with the raw messages as defined below.</p><p>The protocol compiler currently doesn't support auto-generated documentation, hence this page contains no descriptions. This file was generated by the protocol compiler from <code>plugin.proto</code>, whose contents are as follows:</p>
6
6
<pre>// Protocol Buffers - Google's data interchange format
7
7
// Copyright 2008 Google Inc. All rights reserved.
Copy file name to clipboardExpand all lines: content/reference/cpp/api-docs/google.protobuf.message.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
toc_hide: "true"
3
3
---
4
4
5
-
<htmldevsite><head><title>message.h</title><metaname="project_path"value="/protocol-buffers/_project.yaml" /><metaname="book_path"value="/protocol-buffers/_book.yaml" /></head><body><h1>message.h</h1><p><code>#include <google/protobuf/message.h><br>namespace <ahref="#google.protobuf">google::protobuf</a></code></p><p>Defines <ahref='google.protobuf.message#Message'>Message</a>, the abstract interface implemented by non-lite protocol message objects. </p><p>Although it's possible to implement this interface manually, most users will use the protocol compiler to generate implementations.</p>
5
+
<htmldevsite><head><title>message.h</title><metaname="project_path"value="/protocol-buffers/_project.yaml" /><metaname="book_path"value="/protocol-buffers/_book.yaml" /></head><body><h1>message.h</h1><p><code>#include <google/protobuf/message.h><br>namespace <ahref="#google.protobuf">google::protobuf</a></code></p><p>Defines <ahref="google.protobuf.message#Message">Message</a>, the abstract interface implemented by non-lite protocol message objects. </p><p>Although it's possible to implement this interface manually, most users will use the protocol compiler to generate implementations.</p>
0 commit comments