Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
b0888a42
Commit
b0888a42
authored
Sep 29, 2015
by
Jon Skeet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generated code for previous commit
parent
2212f56b
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
62 additions
and
0 deletions
+62
-0
Addressbook.cs
csharp/src/AddressBook/Addressbook.cs
+3
-0
Conformance.cs
csharp/src/Google.Protobuf.Conformance/Conformance.cs
+6
-0
MapUnittestProto3.cs
.../src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs
+3
-0
UnittestImportProto3.cs
...c/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
+2
-0
UnittestImportPublicProto3.cs
...le.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs
+2
-0
UnittestIssues.cs
csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
+7
-0
UnittestProto3.cs
csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
+6
-0
UnittestWellKnownTypes.cs
...Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
+3
-0
DescriptorProtoFile.cs
csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs
+8
-0
Any.cs
csharp/src/Google.Protobuf/WellKnownTypes/Any.cs
+2
-0
Api.cs
csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
+2
-0
Duration.cs
csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs
+2
-0
Empty.cs
csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs
+2
-0
FieldMask.cs
csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
+2
-0
SourceContext.cs
csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs
+2
-0
Struct.cs
csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
+3
-0
Timestamp.cs
csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs
+2
-0
Type.cs
csharp/src/Google.Protobuf/WellKnownTypes/Type.cs
+3
-0
Wrappers.cs
csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs
+2
-0
No files found.
csharp/src/AddressBook/Addressbook.cs
View file @
b0888a42
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
namespace
Google.Protobuf.Examples.AddressBook
{
namespace
Google.Protobuf.Examples.AddressBook
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from addressbook.proto</summary>
public
static
partial
class
Addressbook
{
public
static
partial
class
Addressbook
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for addressbook.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
@@ -213,6 +215,7 @@ namespace Google.Protobuf.Examples.AddressBook {
...
@@ -213,6 +215,7 @@ namespace Google.Protobuf.Examples.AddressBook {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the Person message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
public
enum
PhoneType
{
public
enum
PhoneType
{
MOBILE
=
0
,
MOBILE
=
0
,
...
...
csharp/src/Google.Protobuf.Conformance/Conformance.cs
View file @
b0888a42
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
namespace
Conformance
{
namespace
Conformance
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from conformance.proto</summary>
public
static
partial
class
Conformance
{
public
static
partial
class
Conformance
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for conformance.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
@@ -225,6 +227,7 @@ namespace Conformance {
...
@@ -225,6 +227,7 @@ namespace Conformance {
}
}
private
object
payload_
;
private
object
payload_
;
/// <summary>Enum of possibly cases for the "payload" oneof.</summary>
public
enum
PayloadOneofCase
{
public
enum
PayloadOneofCase
{
None
=
0
,
None
=
0
,
ProtobufPayload
=
1
,
ProtobufPayload
=
1
,
...
@@ -431,6 +434,7 @@ namespace Conformance {
...
@@ -431,6 +434,7 @@ namespace Conformance {
}
}
private
object
result_
;
private
object
result_
;
/// <summary>Enum of possibly cases for the "result" oneof.</summary>
public
enum
ResultOneofCase
{
public
enum
ResultOneofCase
{
None
=
0
,
None
=
0
,
ParseError
=
1
,
ParseError
=
1
,
...
@@ -1240,6 +1244,7 @@ namespace Conformance {
...
@@ -1240,6 +1244,7 @@ namespace Conformance {
}
}
private
object
oneofField_
;
private
object
oneofField_
;
/// <summary>Enum of possibly cases for the "oneof_field" oneof.</summary>
public
enum
OneofFieldOneofCase
{
public
enum
OneofFieldOneofCase
{
None
=
0
,
None
=
0
,
OneofUint32
=
111
,
OneofUint32
=
111
,
...
@@ -2124,6 +2129,7 @@ namespace Conformance {
...
@@ -2124,6 +2129,7 @@ namespace Conformance {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the TestAllTypes message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
public
enum
NestedEnum
{
public
enum
NestedEnum
{
FOO
=
0
,
FOO
=
0
,
...
...
csharp/src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs
View file @
b0888a42
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
namespace
Google.Protobuf.TestProtos
{
namespace
Google.Protobuf.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/map_unittest_proto3.proto</summary>
public
static
partial
class
MapUnittestProto3
{
public
static
partial
class
MapUnittestProto3
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/map_unittest_proto3.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
@@ -1306,6 +1308,7 @@ namespace Google.Protobuf.TestProtos {
...
@@ -1306,6 +1308,7 @@ namespace Google.Protobuf.TestProtos {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the MessageContainingEnumCalledType message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
public
enum
Type
{
public
enum
Type
{
TYPE_FOO
=
0
,
TYPE_FOO
=
0
,
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
View file @
b0888a42
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
namespace
Google.Protobuf.TestProtos
{
namespace
Google.Protobuf.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/unittest_import_proto3.proto</summary>
public
static
partial
class
UnittestImportProto3
{
public
static
partial
class
UnittestImportProto3
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/unittest_import_proto3.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs
View file @
b0888a42
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
namespace
Google.Protobuf.TestProtos
{
namespace
Google.Protobuf.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/unittest_import_public_proto3.proto</summary>
public
static
partial
class
UnittestImportPublicProto3
{
public
static
partial
class
UnittestImportPublicProto3
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/unittest_import_public_proto3.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
View file @
b0888a42
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
namespace
UnitTest.Issues.TestProtos
{
namespace
UnitTest.Issues.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from unittest_issues.proto</summary>
public
static
partial
class
UnittestIssues
{
public
static
partial
class
UnittestIssues
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for unittest_issues.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
@@ -150,6 +152,7 @@ namespace UnitTest.Issues.TestProtos {
...
@@ -150,6 +152,7 @@ namespace UnitTest.Issues.TestProtos {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the Issue307 message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
sealed
partial
class
NestedOnce
:
pb
::
IMessage
<
NestedOnce
>
{
public
sealed
partial
class
NestedOnce
:
pb
::
IMessage
<
NestedOnce
>
{
...
@@ -227,6 +230,7 @@ namespace UnitTest.Issues.TestProtos {
...
@@ -227,6 +230,7 @@ namespace UnitTest.Issues.TestProtos {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the NestedOnce message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
sealed
partial
class
NestedTwice
:
pb
::
IMessage
<
NestedTwice
>
{
public
sealed
partial
class
NestedTwice
:
pb
::
IMessage
<
NestedTwice
>
{
...
@@ -982,6 +986,7 @@ namespace UnitTest.Issues.TestProtos {
...
@@ -982,6 +986,7 @@ namespace UnitTest.Issues.TestProtos {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the ReservedNames message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
sealed
partial
class
SomeNestedType
:
pb
::
IMessage
<
SomeNestedType
>
{
public
sealed
partial
class
SomeNestedType
:
pb
::
IMessage
<
SomeNestedType
>
{
...
@@ -1165,6 +1170,7 @@ namespace UnitTest.Issues.TestProtos {
...
@@ -1165,6 +1170,7 @@ namespace UnitTest.Issues.TestProtos {
}
}
private
object
o1_
;
private
object
o1_
;
/// <summary>Enum of possibly cases for the "o1" oneof.</summary>
public
enum
O1OneofCase
{
public
enum
O1OneofCase
{
None
=
0
,
None
=
0
,
O1String
=
2
,
O1String
=
2
,
...
@@ -1181,6 +1187,7 @@ namespace UnitTest.Issues.TestProtos {
...
@@ -1181,6 +1187,7 @@ namespace UnitTest.Issues.TestProtos {
}
}
private
object
o2_
;
private
object
o2_
;
/// <summary>Enum of possibly cases for the "o2" oneof.</summary>
public
enum
O2OneofCase
{
public
enum
O2OneofCase
{
None
=
0
,
None
=
0
,
O2Int32
=
6
,
O2Int32
=
6
,
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
View file @
b0888a42
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
namespace
Google.Protobuf.TestProtos
{
namespace
Google.Protobuf.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/unittest_proto3.proto</summary>
public
static
partial
class
UnittestProto3
{
public
static
partial
class
UnittestProto3
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/unittest_proto3.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
@@ -715,6 +717,7 @@ namespace Google.Protobuf.TestProtos {
...
@@ -715,6 +717,7 @@ namespace Google.Protobuf.TestProtos {
}
}
private
object
oneofField_
;
private
object
oneofField_
;
/// <summary>Enum of possibly cases for the "oneof_field" oneof.</summary>
public
enum
OneofFieldOneofCase
{
public
enum
OneofFieldOneofCase
{
None
=
0
,
None
=
0
,
OneofUint32
=
111
,
OneofUint32
=
111
,
...
@@ -1444,6 +1447,7 @@ namespace Google.Protobuf.TestProtos {
...
@@ -1444,6 +1447,7 @@ namespace Google.Protobuf.TestProtos {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the TestAllTypes message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
public
enum
NestedEnum
{
public
enum
NestedEnum
{
NESTED_ENUM_UNSPECIFIED
=
0
,
NESTED_ENUM_UNSPECIFIED
=
0
,
...
@@ -3057,6 +3061,7 @@ namespace Google.Protobuf.TestProtos {
...
@@ -3057,6 +3061,7 @@ namespace Google.Protobuf.TestProtos {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the TestFieldOrderings message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
sealed
partial
class
NestedMessage
:
pb
::
IMessage
<
NestedMessage
>
{
public
sealed
partial
class
NestedMessage
:
pb
::
IMessage
<
NestedMessage
>
{
...
@@ -4269,6 +4274,7 @@ namespace Google.Protobuf.TestProtos {
...
@@ -4269,6 +4274,7 @@ namespace Google.Protobuf.TestProtos {
}
}
private
object
foo_
;
private
object
foo_
;
/// <summary>Enum of possibly cases for the "foo" oneof.</summary>
public
enum
FooOneofCase
{
public
enum
FooOneofCase
{
None
=
0
,
None
=
0
,
FooInt
=
1
,
FooInt
=
1
,
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
View file @
b0888a42
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
namespace
Google.Protobuf.TestProtos
{
namespace
Google.Protobuf.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/unittest_well_known_types.proto</summary>
public
static
partial
class
UnittestWellKnownTypes
{
public
static
partial
class
UnittestWellKnownTypes
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/unittest_well_known_types.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
@@ -1468,6 +1470,7 @@ namespace Google.Protobuf.TestProtos {
...
@@ -1468,6 +1470,7 @@ namespace Google.Protobuf.TestProtos {
}
}
private
object
oneofField_
;
private
object
oneofField_
;
/// <summary>Enum of possibly cases for the "oneof_field" oneof.</summary>
public
enum
OneofFieldOneofCase
{
public
enum
OneofFieldOneofCase
{
None
=
0
,
None
=
0
,
AnyField
=
1
,
AnyField
=
1
,
...
...
csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs
View file @
b0888a42
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
namespace
Google.Protobuf.Reflection
{
namespace
Google.Protobuf.Reflection
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/descriptor.proto</summary>
internal
static
partial
class
DescriptorProtoFile
{
internal
static
partial
class
DescriptorProtoFile
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/descriptor.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
@@ -878,6 +880,7 @@ namespace Google.Protobuf.Reflection {
...
@@ -878,6 +880,7 @@ namespace Google.Protobuf.Reflection {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the DescriptorProto message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
internal
sealed
partial
class
ExtensionRange
:
pb
::
IMessage
<
ExtensionRange
>
{
internal
sealed
partial
class
ExtensionRange
:
pb
::
IMessage
<
ExtensionRange
>
{
...
@@ -1456,6 +1459,7 @@ namespace Google.Protobuf.Reflection {
...
@@ -1456,6 +1459,7 @@ namespace Google.Protobuf.Reflection {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the FieldDescriptorProto message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
internal
enum
Type
{
internal
enum
Type
{
TYPE_DOUBLE
=
1
,
TYPE_DOUBLE
=
1
,
...
@@ -2777,6 +2781,7 @@ namespace Google.Protobuf.Reflection {
...
@@ -2777,6 +2781,7 @@ namespace Google.Protobuf.Reflection {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the FileOptions message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
internal
enum
OptimizeMode
{
internal
enum
OptimizeMode
{
SPEED
=
1
,
SPEED
=
1
,
...
@@ -3237,6 +3242,7 @@ namespace Google.Protobuf.Reflection {
...
@@ -3237,6 +3242,7 @@ namespace Google.Protobuf.Reflection {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the FieldOptions message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
internal
enum
CType
{
internal
enum
CType
{
STRING
=
0
,
STRING
=
0
,
...
@@ -4011,6 +4017,7 @@ namespace Google.Protobuf.Reflection {
...
@@ -4011,6 +4017,7 @@ namespace Google.Protobuf.Reflection {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the UninterpretedOption message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
internal
sealed
partial
class
NamePart
:
pb
::
IMessage
<
NamePart
>
{
internal
sealed
partial
class
NamePart
:
pb
::
IMessage
<
NamePart
>
{
...
@@ -4239,6 +4246,7 @@ namespace Google.Protobuf.Reflection {
...
@@ -4239,6 +4246,7 @@ namespace Google.Protobuf.Reflection {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the SourceCodeInfo message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
internal
sealed
partial
class
Location
:
pb
::
IMessage
<
Location
>
{
internal
sealed
partial
class
Location
:
pb
::
IMessage
<
Location
>
{
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Any.cs
View file @
b0888a42
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/any.proto</summary>
public
static
partial
class
Any
{
public
static
partial
class
Any
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/any.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
View file @
b0888a42
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/api.proto</summary>
public
static
partial
class
Api
{
public
static
partial
class
Api
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/api.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs
View file @
b0888a42
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/duration.proto</summary>
public
static
partial
class
Duration
{
public
static
partial
class
Duration
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/duration.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs
View file @
b0888a42
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/empty.proto</summary>
public
static
partial
class
Empty
{
public
static
partial
class
Empty
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/empty.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
View file @
b0888a42
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/field_mask.proto</summary>
public
static
partial
class
FieldMask
{
public
static
partial
class
FieldMask
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/field_mask.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs
View file @
b0888a42
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/source_context.proto</summary>
public
static
partial
class
SourceContext
{
public
static
partial
class
SourceContext
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/source_context.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
View file @
b0888a42
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/struct.proto</summary>
public
static
partial
class
Struct
{
public
static
partial
class
Struct
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/struct.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
@@ -253,6 +255,7 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -253,6 +255,7 @@ namespace Google.Protobuf.WellKnownTypes {
}
}
private
object
kind_
;
private
object
kind_
;
/// <summary>Enum of possibly cases for the "kind" oneof.</summary>
public
enum
KindOneofCase
{
public
enum
KindOneofCase
{
None
=
0
,
None
=
0
,
NullValue
=
1
,
NullValue
=
1
,
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs
View file @
b0888a42
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/timestamp.proto</summary>
public
static
partial
class
Timestamp
{
public
static
partial
class
Timestamp
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/timestamp.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Type.cs
View file @
b0888a42
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -12,9 +12,11 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/type.proto</summary>
public
static
partial
class
Type
{
public
static
partial
class
Type
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/type.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
@@ -596,6 +598,7 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -596,6 +598,7 @@ namespace Google.Protobuf.WellKnownTypes {
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the Field message type.</summary>
public
static
partial
class
Types
{
public
static
partial
class
Types
{
public
enum
Kind
{
public
enum
Kind
{
TYPE_UNKNOWN
=
0
,
TYPE_UNKNOWN
=
0
,
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs
View file @
b0888a42
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
...
@@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic;
namespace
Google.Protobuf.WellKnownTypes
{
namespace
Google.Protobuf.WellKnownTypes
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/wrappers.proto</summary>
public
static
partial
class
Wrappers
{
public
static
partial
class
Wrappers
{
#
region
Descriptor
#
region
Descriptor
/// <summary>File descriptor for google/protobuf/wrappers.proto</summary>
public
static
pbr
::
FileDescriptor
Descriptor
{
public
static
pbr
::
FileDescriptor
Descriptor
{
get
{
return
descriptor
;
}
get
{
return
descriptor
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment