|
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: Proto/Issue045270/country.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace Example.Country {
/// <summary>Holder for reflection information generated from Proto/Issue045270/country.proto</summary>
public static partial class CountryReflection {
#region Descriptor
/// <summary>File descriptor for Proto/Issue045270/country.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static CountryReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9Qcm90by9Jc3N1ZTA0NTI3MC9jb3VudHJ5LnByb3RvEg9leGFtcGxlLmNv",
"dW50cnkqVwoRQWxwaGEzQ291bnRyeUNvZGUSJAogQUxQSEFfM19DT1VOVFJZ",
"X0NPREVfVU5TUEVDSUZJRUQQABIcChhBTFBIQV8zX0NPVU5UUllfQ09ERV9B",
"RkcQBEISqgIPRXhhbXBsZS5Db3VudHJ5YgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Example.Country.Alpha3CountryCode), }, null, null));
}
#endregion
}
#region Enums
public enum Alpha3CountryCode {
[pbr::OriginalName("ALPHA_3_COUNTRY_CODE_UNSPECIFIED")] Unspecified = 0,
[pbr::OriginalName("ALPHA_3_COUNTRY_CODE_AFG")] Afg = 4,
}
#endregion
}
#endregion Designer generated code
|