aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-09-29 13:37:30 +0100
committerJon Skeet <jonskeet@google.com>2015-09-29 13:37:30 +0100
commitb0888a42ad1459a8537faad47c47417925edec45 (patch)
treee87f4a1b35b957bf04370a8d499736a730347e7c /csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
parent2212f56bcdfd5d830a18a3c4aaecb0a6ad564e54 (diff)
downloadprotobuf-b0888a42ad1459a8537faad47c47417925edec45.tar.gz
protobuf-b0888a42ad1459a8537faad47c47417925edec45.tar.bz2
protobuf-b0888a42ad1459a8537faad47c47417925edec45.zip
Generated code for previous commit
Diffstat (limited to 'csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs')
-rw-r--r--csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
index 49c357ea..37d3bac3 100644
--- a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
+++ b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
namespace Google.Protobuf.TestProtos {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ /// <summary>Holder for reflection information generated from google/protobuf/unittest_proto3.proto</summary>
public static partial class UnittestProto3 {
#region Descriptor
+ /// <summary>File descriptor for google/protobuf/unittest_proto3.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
@@ -715,6 +717,7 @@ namespace Google.Protobuf.TestProtos {
}
private object oneofField_;
+ /// <summary>Enum of possibly cases for the "oneof_field" oneof.</summary>
public enum OneofFieldOneofCase {
None = 0,
OneofUint32 = 111,
@@ -1444,6 +1447,7 @@ namespace Google.Protobuf.TestProtos {
#region Nested types
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ /// <summary>Container for nested types declared in the TestAllTypes message type.</summary>
public static partial class Types {
public enum NestedEnum {
NESTED_ENUM_UNSPECIFIED = 0,
@@ -3057,6 +3061,7 @@ namespace Google.Protobuf.TestProtos {
#region Nested types
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ /// <summary>Container for nested types declared in the TestFieldOrderings message type.</summary>
public static partial class Types {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public sealed partial class NestedMessage : pb::IMessage<NestedMessage> {
@@ -4269,6 +4274,7 @@ namespace Google.Protobuf.TestProtos {
}
private object foo_;
+ /// <summary>Enum of possibly cases for the "foo" oneof.</summary>
public enum FooOneofCase {
None = 0,
FooInt = 1,