OLD | NEW |
(Empty) | |
| 1 /// |
| 2 // Generated code. Do not modify. |
| 3 /// |
| 4 library appengine.base; |
| 5 |
| 6 import 'package:fixnum/fixnum.dart'; |
| 7 import 'package:protobuf/protobuf.dart'; |
| 8 |
| 9 class StringProto extends GeneratedMessage { |
| 10 static final BuilderInfo _i = new BuilderInfo('StringProto') |
| 11 ..a(1, 'value', GeneratedMessage.QS) |
| 12 ; |
| 13 |
| 14 StringProto() : super(); |
| 15 StringProto.fromBuffer(List<int> i, [ExtensionRegistry r = ExtensionRegistry.E
MPTY]) : super.fromBuffer(i, r); |
| 16 StringProto.fromJson(String i, [ExtensionRegistry r = ExtensionRegistry.EMPTY]
) : super.fromJson(i, r); |
| 17 StringProto clone() => new StringProto()..mergeFromMessage(this); |
| 18 BuilderInfo get info_ => _i; |
| 19 |
| 20 String get value => getField(1); |
| 21 void set value(String v) { setField(1, v); } |
| 22 bool hasValue() => hasField(1); |
| 23 void clearValue() => clearField(1); |
| 24 } |
| 25 |
| 26 class Integer32Proto extends GeneratedMessage { |
| 27 static final BuilderInfo _i = new BuilderInfo('Integer32Proto') |
| 28 ..a(1, 'value', GeneratedMessage.Q3) |
| 29 ; |
| 30 |
| 31 Integer32Proto() : super(); |
| 32 Integer32Proto.fromBuffer(List<int> i, [ExtensionRegistry r = ExtensionRegistr
y.EMPTY]) : super.fromBuffer(i, r); |
| 33 Integer32Proto.fromJson(String i, [ExtensionRegistry r = ExtensionRegistry.EMP
TY]) : super.fromJson(i, r); |
| 34 Integer32Proto clone() => new Integer32Proto()..mergeFromMessage(this); |
| 35 BuilderInfo get info_ => _i; |
| 36 |
| 37 int get value => getField(1); |
| 38 void set value(int v) { setField(1, v); } |
| 39 bool hasValue() => hasField(1); |
| 40 void clearValue() => clearField(1); |
| 41 } |
| 42 |
| 43 class Integer64Proto extends GeneratedMessage { |
| 44 static final BuilderInfo _i = new BuilderInfo('Integer64Proto') |
| 45 ..a(1, 'value', GeneratedMessage.Q6, () => makeLongInt(0)) |
| 46 ; |
| 47 |
| 48 Integer64Proto() : super(); |
| 49 Integer64Proto.fromBuffer(List<int> i, [ExtensionRegistry r = ExtensionRegistr
y.EMPTY]) : super.fromBuffer(i, r); |
| 50 Integer64Proto.fromJson(String i, [ExtensionRegistry r = ExtensionRegistry.EMP
TY]) : super.fromJson(i, r); |
| 51 Integer64Proto clone() => new Integer64Proto()..mergeFromMessage(this); |
| 52 BuilderInfo get info_ => _i; |
| 53 |
| 54 Int64 get value => getField(1); |
| 55 void set value(Int64 v) { setField(1, v); } |
| 56 bool hasValue() => hasField(1); |
| 57 void clearValue() => clearField(1); |
| 58 } |
| 59 |
| 60 class BoolProto extends GeneratedMessage { |
| 61 static final BuilderInfo _i = new BuilderInfo('BoolProto') |
| 62 ..a(1, 'value', GeneratedMessage.QB) |
| 63 ; |
| 64 |
| 65 BoolProto() : super(); |
| 66 BoolProto.fromBuffer(List<int> i, [ExtensionRegistry r = ExtensionRegistry.EMP
TY]) : super.fromBuffer(i, r); |
| 67 BoolProto.fromJson(String i, [ExtensionRegistry r = ExtensionRegistry.EMPTY])
: super.fromJson(i, r); |
| 68 BoolProto clone() => new BoolProto()..mergeFromMessage(this); |
| 69 BuilderInfo get info_ => _i; |
| 70 |
| 71 bool get value => getField(1); |
| 72 void set value(bool v) { setField(1, v); } |
| 73 bool hasValue() => hasField(1); |
| 74 void clearValue() => clearField(1); |
| 75 } |
| 76 |
| 77 class DoubleProto extends GeneratedMessage { |
| 78 static final BuilderInfo _i = new BuilderInfo('DoubleProto') |
| 79 ..a(1, 'value', GeneratedMessage.QD) |
| 80 ; |
| 81 |
| 82 DoubleProto() : super(); |
| 83 DoubleProto.fromBuffer(List<int> i, [ExtensionRegistry r = ExtensionRegistry.E
MPTY]) : super.fromBuffer(i, r); |
| 84 DoubleProto.fromJson(String i, [ExtensionRegistry r = ExtensionRegistry.EMPTY]
) : super.fromJson(i, r); |
| 85 DoubleProto clone() => new DoubleProto()..mergeFromMessage(this); |
| 86 BuilderInfo get info_ => _i; |
| 87 |
| 88 double get value => getField(1); |
| 89 void set value(double v) { setField(1, v); } |
| 90 bool hasValue() => hasField(1); |
| 91 void clearValue() => clearField(1); |
| 92 } |
| 93 |
| 94 class BytesProto extends GeneratedMessage { |
| 95 static final BuilderInfo _i = new BuilderInfo('BytesProto') |
| 96 ..a(1, 'value', GeneratedMessage.QY) |
| 97 ; |
| 98 |
| 99 BytesProto() : super(); |
| 100 BytesProto.fromBuffer(List<int> i, [ExtensionRegistry r = ExtensionRegistry.EM
PTY]) : super.fromBuffer(i, r); |
| 101 BytesProto.fromJson(String i, [ExtensionRegistry r = ExtensionRegistry.EMPTY])
: super.fromJson(i, r); |
| 102 BytesProto clone() => new BytesProto()..mergeFromMessage(this); |
| 103 BuilderInfo get info_ => _i; |
| 104 |
| 105 List<int> get value => getField(1); |
| 106 void set value(List<int> v) { setField(1, v); } |
| 107 bool hasValue() => hasField(1); |
| 108 void clearValue() => clearField(1); |
| 109 } |
| 110 |
| 111 class VoidProto extends GeneratedMessage { |
| 112 static final BuilderInfo _i = new BuilderInfo('VoidProto') |
| 113 ..hasRequiredFields = false |
| 114 ; |
| 115 |
| 116 VoidProto() : super(); |
| 117 VoidProto.fromBuffer(List<int> i, [ExtensionRegistry r = ExtensionRegistry.EMP
TY]) : super.fromBuffer(i, r); |
| 118 VoidProto.fromJson(String i, [ExtensionRegistry r = ExtensionRegistry.EMPTY])
: super.fromJson(i, r); |
| 119 VoidProto clone() => new VoidProto()..mergeFromMessage(this); |
| 120 BuilderInfo get info_ => _i; |
| 121 } |
| 122 |
OLD | NEW |