blob: 533f77168788d81d8f9f0c5d024eedb8e3ba1d84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ExternalBridgeLoginIntent.proto
#pragma warning disable 1591, 0612, 3021
#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 Tango.PMR.Integration {
/// <summary>Holder for reflection information generated from ExternalBridgeLoginIntent.proto</summary>
public static partial class ExternalBridgeLoginIntentReflection {
#region Descriptor
/// <summary>File descriptor for ExternalBridgeLoginIntent.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ExternalBridgeLoginIntentReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9FeHRlcm5hbEJyaWRnZUxvZ2luSW50ZW50LnByb3RvEhVUYW5nby5QTVIu",
"SW50ZWdyYXRpb24qNAoZRXh0ZXJuYWxCcmlkZ2VMb2dpbkludGVudBIJCgVC",
"YXNpYxAAEgwKCE92ZXJyaWRlEAFCIQofY29tLnR3aW5lLnRhbmdvLnBtci5p",
"bnRlZ3JhdGlvbmIGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Integration.ExternalBridgeLoginIntent), }, null));
}
#endregion
}
#region Enums
public enum ExternalBridgeLoginIntent {
[pbr::OriginalName("Basic")] Basic = 0,
[pbr::OriginalName("Override")] Override = 1,
}
#endregion
}
#endregion Designer generated code
|