|
@@ -317,7 +317,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string Name {
|
|
public string Name {
|
|
get { return name_; }
|
|
get { return name_; }
|
|
set {
|
|
set {
|
|
- name_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -330,7 +330,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string Package {
|
|
public string Package {
|
|
get { return package_; }
|
|
get { return package_; }
|
|
set {
|
|
set {
|
|
- package_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ package_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -446,7 +446,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string Syntax {
|
|
public string Syntax {
|
|
get { return syntax_; }
|
|
get { return syntax_; }
|
|
set {
|
|
set {
|
|
- syntax_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ syntax_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -702,7 +702,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string Name {
|
|
public string Name {
|
|
get { return name_; }
|
|
get { return name_; }
|
|
set {
|
|
set {
|
|
- name_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1275,7 +1275,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string Name {
|
|
public string Name {
|
|
get { return name_; }
|
|
get { return name_; }
|
|
set {
|
|
set {
|
|
- name_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1326,7 +1326,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string TypeName {
|
|
public string TypeName {
|
|
get { return typeName_; }
|
|
get { return typeName_; }
|
|
set {
|
|
set {
|
|
- typeName_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ typeName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1340,7 +1340,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string Extendee {
|
|
public string Extendee {
|
|
get { return extendee_; }
|
|
get { return extendee_; }
|
|
set {
|
|
set {
|
|
- extendee_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ extendee_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1357,7 +1357,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string DefaultValue {
|
|
public string DefaultValue {
|
|
get { return defaultValue_; }
|
|
get { return defaultValue_; }
|
|
set {
|
|
set {
|
|
- defaultValue_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ defaultValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1387,7 +1387,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string JsonName {
|
|
public string JsonName {
|
|
get { return jsonName_; }
|
|
get { return jsonName_; }
|
|
set {
|
|
set {
|
|
- jsonName_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ jsonName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1720,7 +1720,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string Name {
|
|
public string Name {
|
|
get { return name_; }
|
|
get { return name_; }
|
|
set {
|
|
set {
|
|
- name_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1828,7 +1828,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string Name {
|
|
public string Name {
|
|
get { return name_; }
|
|
get { return name_; }
|
|
set {
|
|
set {
|
|
- name_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1986,7 +1986,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string Name {
|
|
public string Name {
|
|
get { return name_; }
|
|
get { return name_; }
|
|
set {
|
|
set {
|
|
- name_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2152,7 +2152,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string Name {
|
|
public string Name {
|
|
get { return name_; }
|
|
get { return name_; }
|
|
set {
|
|
set {
|
|
- name_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2313,7 +2313,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string Name {
|
|
public string Name {
|
|
get { return name_; }
|
|
get { return name_; }
|
|
set {
|
|
set {
|
|
- name_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2327,7 +2327,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string InputType {
|
|
public string InputType {
|
|
get { return inputType_; }
|
|
get { return inputType_; }
|
|
set {
|
|
set {
|
|
- inputType_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ inputType_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2337,7 +2337,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string OutputType {
|
|
public string OutputType {
|
|
get { return outputType_; }
|
|
get { return outputType_; }
|
|
set {
|
|
set {
|
|
- outputType_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ outputType_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2583,7 +2583,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string JavaPackage {
|
|
public string JavaPackage {
|
|
get { return javaPackage_; }
|
|
get { return javaPackage_; }
|
|
set {
|
|
set {
|
|
- javaPackage_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ javaPackage_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2600,7 +2600,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string JavaOuterClassname {
|
|
public string JavaOuterClassname {
|
|
get { return javaOuterClassname_; }
|
|
get { return javaOuterClassname_; }
|
|
set {
|
|
set {
|
|
- javaOuterClassname_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ javaOuterClassname_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2687,7 +2687,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string GoPackage {
|
|
public string GoPackage {
|
|
get { return goPackage_; }
|
|
get { return goPackage_; }
|
|
set {
|
|
set {
|
|
- goPackage_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ goPackage_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2773,7 +2773,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string ObjcClassPrefix {
|
|
public string ObjcClassPrefix {
|
|
get { return objcClassPrefix_; }
|
|
get { return objcClassPrefix_; }
|
|
set {
|
|
set {
|
|
- objcClassPrefix_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ objcClassPrefix_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2786,7 +2786,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string CsharpNamespace {
|
|
public string CsharpNamespace {
|
|
get { return csharpNamespace_; }
|
|
get { return csharpNamespace_; }
|
|
set {
|
|
set {
|
|
- csharpNamespace_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ csharpNamespace_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -4369,7 +4369,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string IdentifierValue {
|
|
public string IdentifierValue {
|
|
get { return identifierValue_; }
|
|
get { return identifierValue_; }
|
|
set {
|
|
set {
|
|
- identifierValue_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ identifierValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -4409,7 +4409,7 @@ namespace Google.Protobuf.Reflection {
|
|
public pb::ByteString StringValue {
|
|
public pb::ByteString StringValue {
|
|
get { return stringValue_; }
|
|
get { return stringValue_; }
|
|
set {
|
|
set {
|
|
- stringValue_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ stringValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -4419,7 +4419,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string AggregateValue {
|
|
public string AggregateValue {
|
|
get { return aggregateValue_; }
|
|
get { return aggregateValue_; }
|
|
set {
|
|
set {
|
|
- aggregateValue_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ aggregateValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -4621,7 +4621,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string NamePart_ {
|
|
public string NamePart_ {
|
|
get { return namePart_; }
|
|
get { return namePart_; }
|
|
set {
|
|
set {
|
|
- namePart_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ namePart_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -5004,7 +5004,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string LeadingComments {
|
|
public string LeadingComments {
|
|
get { return leadingComments_; }
|
|
get { return leadingComments_; }
|
|
set {
|
|
set {
|
|
- leadingComments_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ leadingComments_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -5014,7 +5014,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string TrailingComments {
|
|
public string TrailingComments {
|
|
get { return trailingComments_; }
|
|
get { return trailingComments_; }
|
|
set {
|
|
set {
|
|
- trailingComments_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ trailingComments_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -5301,7 +5301,7 @@ namespace Google.Protobuf.Reflection {
|
|
public string SourceFile {
|
|
public string SourceFile {
|
|
get { return sourceFile_; }
|
|
get { return sourceFile_; }
|
|
set {
|
|
set {
|
|
- sourceFile_ = pb::Preconditions.CheckNotNull(value, "value");
|
|
|
|
|
|
+ sourceFile_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|