@vertexvis/viewer 0.16.0 → 0.16.1-canary.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/README.template.md +19 -0
  2. package/dist/cjs/controller-383147c5.js +111 -0
  3. package/dist/cjs/controller-917f9ebf.js +7508 -0
  4. package/dist/cjs/dom-d162f898.js +14 -0
  5. package/dist/cjs/{entities-053d1e65.js → entities-98b08d8a.js} +5 -5
  6. package/dist/cjs/index.cjs.js +10 -3
  7. package/dist/cjs/{mapper-767b5f6d.js → mapper-d3855fc8.js} +583 -583
  8. package/dist/cjs/{dom-92728e58.js → row-3a1861d4.js} +0 -9
  9. package/dist/cjs/vertex-scene-tree-search_3.cjs.entry.js +5 -4
  10. package/dist/cjs/vertex-scene-tree.cjs.entry.js +19 -7510
  11. package/dist/cjs/vertex-viewer-box-query-tool.cjs.entry.js +9 -110
  12. package/dist/cjs/vertex-viewer-measurement-distance.cjs.entry.js +2 -2
  13. package/dist/cjs/vertex-viewer-measurement-line_2.cjs.entry.js +2 -2
  14. package/dist/cjs/vertex-viewer-measurement-precise.cjs.entry.js +4 -4
  15. package/dist/cjs/vertex-viewer-pin-group.cjs.entry.js +6 -3
  16. package/dist/collection/collection-manifest.json +4 -4
  17. package/dist/collection/components/scene-tree/lib/index.js +3 -0
  18. package/dist/collection/components/scene-tree/scene-tree.js +30 -17
  19. package/dist/collection/components/scene-tree/types.js +2 -0
  20. package/dist/collection/components/scene-tree-table-layout/scene-tree-table-layout.js +1 -1
  21. package/dist/collection/components/viewer-box-query-tool/types.js +2 -0
  22. package/dist/collection/components/viewer-box-query-tool/viewer-box-query-tool.js +5 -3
  23. package/dist/collection/components/viewer-default-toolbar/viewer-default-toolbar.js +2 -2
  24. package/dist/collection/components/viewer-toolbar/types.js +2 -0
  25. package/dist/collection/components/viewer-toolbar/viewer-toolbar.js +5 -3
  26. package/dist/collection/components/viewer-toolbar-group/types.js +2 -0
  27. package/dist/collection/components/viewer-toolbar-group/viewer-toolbar-group.js +3 -2
  28. package/dist/collection/index.js +8 -1
  29. package/dist/collection/lib/pins/index.js +2 -0
  30. package/dist/collection/lib/volume-intersection/index.js +2 -0
  31. package/dist/custom-elements/index.js +71942 -71942
  32. package/dist/esm/{bundle.esm-b51ea7fc.js → bundle.esm-c0b261c8.js} +1 -1
  33. package/dist/esm/{config-def96227.js → config-5a3235d2.js} +1 -1
  34. package/dist/esm/controller-37e0b32a.js +109 -0
  35. package/dist/esm/controller-8e9e0b43.js +7503 -0
  36. package/dist/esm/dom-2111ed19.js +11 -0
  37. package/dist/esm/{entities-3ff1a7ee.js → entities-f0128903.js} +3 -3
  38. package/dist/esm/index.js +9 -6
  39. package/dist/esm/index.mjs +9 -6
  40. package/dist/esm/{mapper-b2f3424f.js → mapper-36404f5d.js} +2 -2
  41. package/dist/esm/{dom-e19ee80b.js → row-5ebb8f09.js} +1 -8
  42. package/dist/esm/{scene-ed248e56.js → scene-d23dff71.js} +2 -2
  43. package/dist/esm/{streamAttributes-90bcdb58.js → streamAttributes-7bd73748.js} +1 -1
  44. package/dist/esm/vertex-scene-tree-search_3.entry.js +2 -1
  45. package/dist/esm/vertex-scene-tree.entry.js +13 -7504
  46. package/dist/esm/vertex-viewer-box-query-tool.entry.js +3 -104
  47. package/dist/esm/vertex-viewer-dom-element_2.entry.js +2 -2
  48. package/dist/esm/vertex-viewer-measurement-details.entry.js +2 -2
  49. package/dist/esm/vertex-viewer-measurement-distance.entry.js +4 -4
  50. package/dist/esm/vertex-viewer-measurement-line_2.entry.js +4 -4
  51. package/dist/esm/vertex-viewer-measurement-precise.entry.js +6 -6
  52. package/dist/esm/vertex-viewer-pin-group.entry.js +8 -5
  53. package/dist/esm/vertex-viewer-transform-widget.entry.js +2 -2
  54. package/dist/esm/vertex-viewer-view-cube.entry.js +2 -2
  55. package/dist/esm/vertex-viewer.entry.js +4 -4
  56. package/dist/esm/{grpc-web-client.umd-5409853c.js → wrappers_pb-e7a5f842.js} +5 -5
  57. package/dist/types/components/scene-tree/lib/controller.d.ts +1 -1
  58. package/dist/types/components/scene-tree/lib/index.d.ts +2 -0
  59. package/dist/types/components/scene-tree/lib/row.d.ts +1 -1
  60. package/dist/types/components/scene-tree/scene-tree.d.ts +1 -31
  61. package/dist/types/components/scene-tree/types.d.ts +32 -0
  62. package/dist/types/components/scene-tree-table-layout/scene-tree-table-layout.d.ts +1 -1
  63. package/dist/types/components/viewer-box-query-tool/types.d.ts +2 -0
  64. package/dist/types/components/viewer-box-query-tool/viewer-box-query-tool.d.ts +1 -2
  65. package/dist/types/components/viewer-default-toolbar/viewer-default-toolbar.d.ts +2 -2
  66. package/dist/types/components/viewer-toolbar/types.d.ts +5 -0
  67. package/dist/types/components/viewer-toolbar/viewer-toolbar.d.ts +1 -5
  68. package/dist/types/components/viewer-toolbar-group/types.d.ts +1 -0
  69. package/dist/types/components/viewer-toolbar-group/viewer-toolbar-group.d.ts +1 -1
  70. package/dist/types/components.d.ts +6 -10
  71. package/dist/types/index.d.ts +7 -0
  72. package/dist/types/lib/pins/index.d.ts +2 -0
  73. package/dist/types/lib/volume-intersection/index.d.ts +1 -0
  74. package/dist/types/lib/volume-intersection/model.d.ts +1 -1
  75. package/dist/viewer/index.esm.js +1 -1
  76. package/dist/viewer/{p-9f805c70.js → p-2c07b773.js} +1 -1
  77. package/dist/viewer/p-39535bb0.entry.js +4 -0
  78. package/dist/viewer/p-3a6fa239.js +4 -0
  79. package/dist/viewer/{p-e24dbb45.entry.js → p-42acbbaf.entry.js} +1 -1
  80. package/dist/viewer/p-43f7a708.entry.js +4 -0
  81. package/dist/viewer/{p-bd314501.js → p-5632192b.js} +1 -1
  82. package/dist/viewer/{p-01012fee.entry.js → p-58b30f31.entry.js} +1 -1
  83. package/dist/viewer/{p-f6b6b3d5.entry.js → p-6a4d8fb9.entry.js} +1 -1
  84. package/dist/viewer/p-6f47fcb9.js +4 -0
  85. package/dist/viewer/p-76c414a4.js +4 -0
  86. package/dist/viewer/{p-b283a36b.js → p-787c2987.js} +1 -1
  87. package/dist/viewer/{p-46f40a43.js → p-817743a4.js} +1 -1
  88. package/dist/viewer/{p-13e6c657.entry.js → p-886fb3a9.entry.js} +2 -2
  89. package/dist/viewer/{p-b629cebb.entry.js → p-92a65d2c.entry.js} +1 -1
  90. package/dist/viewer/p-9cc361f6.entry.js +4 -0
  91. package/dist/viewer/{p-934cbb97.js → p-a7c29e95.js} +1 -1
  92. package/dist/viewer/{p-47c4b430.entry.js → p-b4321377.entry.js} +1 -1
  93. package/dist/viewer/p-bfae3945.js +4 -0
  94. package/dist/viewer/{p-86759ae2.entry.js → p-d8c578a9.entry.js} +1 -1
  95. package/dist/viewer/{p-ea183d6e.entry.js → p-db8948a9.entry.js} +1 -1
  96. package/dist/viewer/{p-a12791aa.js → p-dde5650a.js} +1 -1
  97. package/dist/viewer/{p-bf688622.entry.js → p-ecd99a3e.entry.js} +1 -1
  98. package/dist/viewer/p-f5aaf680.js +4 -0
  99. package/dist/viewer/viewer.esm.js +1 -1
  100. package/package.json +7 -7
  101. package/readme.md +19 -0
  102. package/dist/collection/components/scene-tree/interfaces.js +0 -2
  103. package/dist/types/components/scene-tree/interfaces.d.ts +0 -1
  104. package/dist/viewer/p-3296fdf1.entry.js +0 -4
  105. package/dist/viewer/p-569ed94a.entry.js +0 -4
  106. package/dist/viewer/p-7ef7d9ce.entry.js +0 -4
  107. package/dist/viewer/p-92fe4417.js +0 -4
  108. package/dist/viewer/p-c8c4343b.js +0 -4
  109. package/dist/cjs/{grpc-web-client.umd-2af20c1b.js → wrappers_pb-04573f90.js} +4 -4
@@ -4,7 +4,7 @@
4
4
  'use strict';
5
5
 
6
6
  const _commonjsHelpers = require('./_commonjsHelpers-dcc4cf71.js');
7
- const grpcWebClient_umd = require('./grpc-web-client.umd-2af20c1b.js');
7
+ const wrappers_pb = require('./wrappers_pb-04573f90.js');
8
8
  const browser_esm = require('./browser.esm-5d246754.js');
9
9
  const streamAttributes = require('./streamAttributes-fae65aa7.js');
10
10
 
@@ -19,7 +19,7 @@ var uuid_pb = _commonjsHelpers.createCommonjsModule(function (module, exports) {
19
19
  // GENERATED CODE -- DO NOT EDIT!
20
20
 
21
21
 
22
- var goog = grpcWebClient_umd.googleProtobuf;
22
+ var goog = wrappers_pb.googleProtobuf;
23
23
  var global = Function('return this')();
24
24
 
25
25
  goog.exportSymbol('proto.vertexvis.protobuf.core.Uuid', null, global);
@@ -36,15 +36,15 @@ goog.exportSymbol('proto.vertexvis.protobuf.core.Uuid2l', null, global);
36
36
  * @constructor
37
37
  */
38
38
  proto.vertexvis.protobuf.core.Uuid = function(opt_data) {
39
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
39
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
40
40
  };
41
- goog.inherits(proto.vertexvis.protobuf.core.Uuid, grpcWebClient_umd.googleProtobuf.Message);
41
+ goog.inherits(proto.vertexvis.protobuf.core.Uuid, wrappers_pb.googleProtobuf.Message);
42
42
  if (goog.DEBUG && !COMPILED) {
43
43
  proto.vertexvis.protobuf.core.Uuid.displayName = 'proto.vertexvis.protobuf.core.Uuid';
44
44
  }
45
45
 
46
46
 
47
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
47
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
48
48
  /**
49
49
  * Creates an object representation of this proto suitable for use in Soy templates.
50
50
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -71,7 +71,7 @@ proto.vertexvis.protobuf.core.Uuid.prototype.toObject = function(opt_includeInst
71
71
  */
72
72
  proto.vertexvis.protobuf.core.Uuid.toObject = function(includeInstance, msg) {
73
73
  var obj = {
74
- hex: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, "")
74
+ hex: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, "")
75
75
  };
76
76
 
77
77
  if (includeInstance) {
@@ -88,7 +88,7 @@ proto.vertexvis.protobuf.core.Uuid.toObject = function(includeInstance, msg) {
88
88
  * @return {!proto.vertexvis.protobuf.core.Uuid}
89
89
  */
90
90
  proto.vertexvis.protobuf.core.Uuid.deserializeBinary = function(bytes) {
91
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
91
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
92
92
  var msg = new proto.vertexvis.protobuf.core.Uuid;
93
93
  return proto.vertexvis.protobuf.core.Uuid.deserializeBinaryFromReader(msg, reader);
94
94
  };
@@ -126,7 +126,7 @@ proto.vertexvis.protobuf.core.Uuid.deserializeBinaryFromReader = function(msg, r
126
126
  * @return {!Uint8Array}
127
127
  */
128
128
  proto.vertexvis.protobuf.core.Uuid.prototype.serializeBinary = function() {
129
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
129
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
130
130
  proto.vertexvis.protobuf.core.Uuid.serializeBinaryToWriter(this, writer);
131
131
  return writer.getResultBuffer();
132
132
  };
@@ -156,13 +156,13 @@ proto.vertexvis.protobuf.core.Uuid.serializeBinaryToWriter = function(message, w
156
156
  * @return {string}
157
157
  */
158
158
  proto.vertexvis.protobuf.core.Uuid.prototype.getHex = function() {
159
- return /** @type {string} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, ""));
159
+ return /** @type {string} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, ""));
160
160
  };
161
161
 
162
162
 
163
163
  /** @param {string} value */
164
164
  proto.vertexvis.protobuf.core.Uuid.prototype.setHex = function(value) {
165
- grpcWebClient_umd.googleProtobuf.Message.setProto3StringField(this, 1, value);
165
+ wrappers_pb.googleProtobuf.Message.setProto3StringField(this, 1, value);
166
166
  };
167
167
 
168
168
 
@@ -178,15 +178,15 @@ proto.vertexvis.protobuf.core.Uuid.prototype.setHex = function(value) {
178
178
  * @constructor
179
179
  */
180
180
  proto.vertexvis.protobuf.core.Uuid2l = function(opt_data) {
181
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
181
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
182
182
  };
183
- goog.inherits(proto.vertexvis.protobuf.core.Uuid2l, grpcWebClient_umd.googleProtobuf.Message);
183
+ goog.inherits(proto.vertexvis.protobuf.core.Uuid2l, wrappers_pb.googleProtobuf.Message);
184
184
  if (goog.DEBUG && !COMPILED) {
185
185
  proto.vertexvis.protobuf.core.Uuid2l.displayName = 'proto.vertexvis.protobuf.core.Uuid2l';
186
186
  }
187
187
 
188
188
 
189
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
189
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
190
190
  /**
191
191
  * Creates an object representation of this proto suitable for use in Soy templates.
192
192
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -213,8 +213,8 @@ proto.vertexvis.protobuf.core.Uuid2l.prototype.toObject = function(opt_includeIn
213
213
  */
214
214
  proto.vertexvis.protobuf.core.Uuid2l.toObject = function(includeInstance, msg) {
215
215
  var obj = {
216
- msb: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, "0"),
217
- lsb: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, "0")
216
+ msb: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, "0"),
217
+ lsb: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, "0")
218
218
  };
219
219
 
220
220
  if (includeInstance) {
@@ -231,7 +231,7 @@ proto.vertexvis.protobuf.core.Uuid2l.toObject = function(includeInstance, msg) {
231
231
  * @return {!proto.vertexvis.protobuf.core.Uuid2l}
232
232
  */
233
233
  proto.vertexvis.protobuf.core.Uuid2l.deserializeBinary = function(bytes) {
234
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
234
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
235
235
  var msg = new proto.vertexvis.protobuf.core.Uuid2l;
236
236
  return proto.vertexvis.protobuf.core.Uuid2l.deserializeBinaryFromReader(msg, reader);
237
237
  };
@@ -273,7 +273,7 @@ proto.vertexvis.protobuf.core.Uuid2l.deserializeBinaryFromReader = function(msg,
273
273
  * @return {!Uint8Array}
274
274
  */
275
275
  proto.vertexvis.protobuf.core.Uuid2l.prototype.serializeBinary = function() {
276
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
276
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
277
277
  proto.vertexvis.protobuf.core.Uuid2l.serializeBinaryToWriter(this, writer);
278
278
  return writer.getResultBuffer();
279
279
  };
@@ -310,13 +310,13 @@ proto.vertexvis.protobuf.core.Uuid2l.serializeBinaryToWriter = function(message,
310
310
  * @return {string}
311
311
  */
312
312
  proto.vertexvis.protobuf.core.Uuid2l.prototype.getMsb = function() {
313
- return /** @type {string} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, "0"));
313
+ return /** @type {string} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, "0"));
314
314
  };
315
315
 
316
316
 
317
317
  /** @param {string} value */
318
318
  proto.vertexvis.protobuf.core.Uuid2l.prototype.setMsb = function(value) {
319
- grpcWebClient_umd.googleProtobuf.Message.setProto3StringIntField(this, 1, value);
319
+ wrappers_pb.googleProtobuf.Message.setProto3StringIntField(this, 1, value);
320
320
  };
321
321
 
322
322
 
@@ -325,13 +325,13 @@ proto.vertexvis.protobuf.core.Uuid2l.prototype.setMsb = function(value) {
325
325
  * @return {string}
326
326
  */
327
327
  proto.vertexvis.protobuf.core.Uuid2l.prototype.getLsb = function() {
328
- return /** @type {string} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, "0"));
328
+ return /** @type {string} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, "0"));
329
329
  };
330
330
 
331
331
 
332
332
  /** @param {string} value */
333
333
  proto.vertexvis.protobuf.core.Uuid2l.prototype.setLsb = function(value) {
334
- grpcWebClient_umd.googleProtobuf.Message.setProto3StringIntField(this, 2, value);
334
+ wrappers_pb.googleProtobuf.Message.setProto3StringIntField(this, 2, value);
335
335
  };
336
336
 
337
337
 
@@ -353,7 +353,7 @@ var any_pb = _commonjsHelpers.createCommonjsModule(function (module, exports) {
353
353
  // @ts-nocheck
354
354
 
355
355
 
356
- var goog = grpcWebClient_umd.googleProtobuf;
356
+ var goog = wrappers_pb.googleProtobuf;
357
357
  var global = (function() {
358
358
  if (this) { return this; }
359
359
  if (typeof window !== 'undefined') { return window; }
@@ -374,9 +374,9 @@ goog.exportSymbol('proto.google.protobuf.Any', null, global);
374
374
  * @constructor
375
375
  */
376
376
  proto.google.protobuf.Any = function(opt_data) {
377
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
377
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
378
378
  };
379
- goog.inherits(proto.google.protobuf.Any, grpcWebClient_umd.googleProtobuf.Message);
379
+ goog.inherits(proto.google.protobuf.Any, wrappers_pb.googleProtobuf.Message);
380
380
  if (goog.DEBUG && !COMPILED) {
381
381
  /**
382
382
  * @public
@@ -387,7 +387,7 @@ if (goog.DEBUG && !COMPILED) {
387
387
 
388
388
 
389
389
 
390
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
390
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
391
391
  /**
392
392
  * Creates an object representation of this proto.
393
393
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -416,7 +416,7 @@ proto.google.protobuf.Any.prototype.toObject = function(opt_includeInstance) {
416
416
  */
417
417
  proto.google.protobuf.Any.toObject = function(includeInstance, msg) {
418
418
  var obj = {
419
- typeUrl: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, ""),
419
+ typeUrl: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, ""),
420
420
  value: msg.getValue_asB64()
421
421
  };
422
422
 
@@ -434,7 +434,7 @@ proto.google.protobuf.Any.toObject = function(includeInstance, msg) {
434
434
  * @return {!proto.google.protobuf.Any}
435
435
  */
436
436
  proto.google.protobuf.Any.deserializeBinary = function(bytes) {
437
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
437
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
438
438
  var msg = new proto.google.protobuf.Any;
439
439
  return proto.google.protobuf.Any.deserializeBinaryFromReader(msg, reader);
440
440
  };
@@ -476,7 +476,7 @@ proto.google.protobuf.Any.deserializeBinaryFromReader = function(msg, reader) {
476
476
  * @return {!Uint8Array}
477
477
  */
478
478
  proto.google.protobuf.Any.prototype.serializeBinary = function() {
479
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
479
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
480
480
  proto.google.protobuf.Any.serializeBinaryToWriter(this, writer);
481
481
  return writer.getResultBuffer();
482
482
  };
@@ -513,7 +513,7 @@ proto.google.protobuf.Any.serializeBinaryToWriter = function(message, writer) {
513
513
  * @return {string}
514
514
  */
515
515
  proto.google.protobuf.Any.prototype.getTypeUrl = function() {
516
- return /** @type {string} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, ""));
516
+ return /** @type {string} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, ""));
517
517
  };
518
518
 
519
519
 
@@ -522,7 +522,7 @@ proto.google.protobuf.Any.prototype.getTypeUrl = function() {
522
522
  * @return {!proto.google.protobuf.Any} returns this
523
523
  */
524
524
  proto.google.protobuf.Any.prototype.setTypeUrl = function(value) {
525
- return grpcWebClient_umd.googleProtobuf.Message.setProto3StringField(this, 1, value);
525
+ return wrappers_pb.googleProtobuf.Message.setProto3StringField(this, 1, value);
526
526
  };
527
527
 
528
528
 
@@ -531,7 +531,7 @@ proto.google.protobuf.Any.prototype.setTypeUrl = function(value) {
531
531
  * @return {!(string|Uint8Array)}
532
532
  */
533
533
  proto.google.protobuf.Any.prototype.getValue = function() {
534
- return /** @type {!(string|Uint8Array)} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, ""));
534
+ return /** @type {!(string|Uint8Array)} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, ""));
535
535
  };
536
536
 
537
537
 
@@ -541,7 +541,7 @@ proto.google.protobuf.Any.prototype.getValue = function() {
541
541
  * @return {string}
542
542
  */
543
543
  proto.google.protobuf.Any.prototype.getValue_asB64 = function() {
544
- return /** @type {string} */ (grpcWebClient_umd.googleProtobuf.Message.bytesAsB64(
544
+ return /** @type {string} */ (wrappers_pb.googleProtobuf.Message.bytesAsB64(
545
545
  this.getValue()));
546
546
  };
547
547
 
@@ -554,7 +554,7 @@ proto.google.protobuf.Any.prototype.getValue_asB64 = function() {
554
554
  * @return {!Uint8Array}
555
555
  */
556
556
  proto.google.protobuf.Any.prototype.getValue_asU8 = function() {
557
- return /** @type {!Uint8Array} */ (grpcWebClient_umd.googleProtobuf.Message.bytesAsU8(
557
+ return /** @type {!Uint8Array} */ (wrappers_pb.googleProtobuf.Message.bytesAsU8(
558
558
  this.getValue()));
559
559
  };
560
560
 
@@ -564,7 +564,7 @@ proto.google.protobuf.Any.prototype.getValue_asU8 = function() {
564
564
  * @return {!proto.google.protobuf.Any} returns this
565
565
  */
566
566
  proto.google.protobuf.Any.prototype.setValue = function(value) {
567
- return grpcWebClient_umd.googleProtobuf.Message.setProto3BytesField(this, 2, value);
567
+ return wrappers_pb.googleProtobuf.Message.setProto3BytesField(this, 2, value);
568
568
  };
569
569
 
570
570
 
@@ -633,7 +633,7 @@ var model_entity_pb = _commonjsHelpers.createCommonjsModule(function (module, ex
633
633
  // GENERATED CODE -- DO NOT EDIT!
634
634
 
635
635
 
636
- var goog = grpcWebClient_umd.googleProtobuf;
636
+ var goog = wrappers_pb.googleProtobuf;
637
637
  var global = Function('return this')();
638
638
 
639
639
 
@@ -651,9 +651,9 @@ goog.exportSymbol('proto.vertexvis.protobuf.core.ModelEntity', null, global);
651
651
  * @constructor
652
652
  */
653
653
  proto.vertexvis.protobuf.core.ModelEntity = function(opt_data) {
654
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, proto.vertexvis.protobuf.core.ModelEntity.repeatedFields_, null);
654
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, proto.vertexvis.protobuf.core.ModelEntity.repeatedFields_, null);
655
655
  };
656
- goog.inherits(proto.vertexvis.protobuf.core.ModelEntity, grpcWebClient_umd.googleProtobuf.Message);
656
+ goog.inherits(proto.vertexvis.protobuf.core.ModelEntity, wrappers_pb.googleProtobuf.Message);
657
657
  if (goog.DEBUG && !COMPILED) {
658
658
  proto.vertexvis.protobuf.core.ModelEntity.displayName = 'proto.vertexvis.protobuf.core.ModelEntity';
659
659
  }
@@ -666,7 +666,7 @@ proto.vertexvis.protobuf.core.ModelEntity.repeatedFields_ = [3];
666
666
 
667
667
 
668
668
 
669
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
669
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
670
670
  /**
671
671
  * Creates an object representation of this proto suitable for use in Soy templates.
672
672
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -693,9 +693,9 @@ proto.vertexvis.protobuf.core.ModelEntity.prototype.toObject = function(opt_incl
693
693
  */
694
694
  proto.vertexvis.protobuf.core.ModelEntity.toObject = function(includeInstance, msg) {
695
695
  var f, obj = {
696
- entityId: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0),
696
+ entityId: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0),
697
697
  sceneItemId: (f = msg.getSceneItemId()) && uuid_pb.Uuid.toObject(includeInstance, f),
698
- detailsList: grpcWebClient_umd.googleProtobuf.Message.toObjectList(msg.getDetailsList(),
698
+ detailsList: wrappers_pb.googleProtobuf.Message.toObjectList(msg.getDetailsList(),
699
699
  any_pb.Any.toObject, includeInstance)
700
700
  };
701
701
 
@@ -713,7 +713,7 @@ proto.vertexvis.protobuf.core.ModelEntity.toObject = function(includeInstance, m
713
713
  * @return {!proto.vertexvis.protobuf.core.ModelEntity}
714
714
  */
715
715
  proto.vertexvis.protobuf.core.ModelEntity.deserializeBinary = function(bytes) {
716
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
716
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
717
717
  var msg = new proto.vertexvis.protobuf.core.ModelEntity;
718
718
  return proto.vertexvis.protobuf.core.ModelEntity.deserializeBinaryFromReader(msg, reader);
719
719
  };
@@ -761,7 +761,7 @@ proto.vertexvis.protobuf.core.ModelEntity.deserializeBinaryFromReader = function
761
761
  * @return {!Uint8Array}
762
762
  */
763
763
  proto.vertexvis.protobuf.core.ModelEntity.prototype.serializeBinary = function() {
764
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
764
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
765
765
  proto.vertexvis.protobuf.core.ModelEntity.serializeBinaryToWriter(this, writer);
766
766
  return writer.getResultBuffer();
767
767
  };
@@ -807,13 +807,13 @@ proto.vertexvis.protobuf.core.ModelEntity.serializeBinaryToWriter = function(mes
807
807
  * @return {number}
808
808
  */
809
809
  proto.vertexvis.protobuf.core.ModelEntity.prototype.getEntityId = function() {
810
- return /** @type {number} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0));
810
+ return /** @type {number} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0));
811
811
  };
812
812
 
813
813
 
814
814
  /** @param {number} value */
815
815
  proto.vertexvis.protobuf.core.ModelEntity.prototype.setEntityId = function(value) {
816
- grpcWebClient_umd.googleProtobuf.Message.setProto3IntField(this, 1, value);
816
+ wrappers_pb.googleProtobuf.Message.setProto3IntField(this, 1, value);
817
817
  };
818
818
 
819
819
 
@@ -823,13 +823,13 @@ proto.vertexvis.protobuf.core.ModelEntity.prototype.setEntityId = function(value
823
823
  */
824
824
  proto.vertexvis.protobuf.core.ModelEntity.prototype.getSceneItemId = function() {
825
825
  return /** @type{?proto.vertexvis.protobuf.core.Uuid} */ (
826
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, uuid_pb.Uuid, 2));
826
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, uuid_pb.Uuid, 2));
827
827
  };
828
828
 
829
829
 
830
830
  /** @param {?proto.vertexvis.protobuf.core.Uuid|undefined} value */
831
831
  proto.vertexvis.protobuf.core.ModelEntity.prototype.setSceneItemId = function(value) {
832
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
832
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
833
833
  };
834
834
 
835
835
 
@@ -843,7 +843,7 @@ proto.vertexvis.protobuf.core.ModelEntity.prototype.clearSceneItemId = function(
843
843
  * @return {!boolean}
844
844
  */
845
845
  proto.vertexvis.protobuf.core.ModelEntity.prototype.hasSceneItemId = function() {
846
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
846
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
847
847
  };
848
848
 
849
849
 
@@ -853,13 +853,13 @@ proto.vertexvis.protobuf.core.ModelEntity.prototype.hasSceneItemId = function()
853
853
  */
854
854
  proto.vertexvis.protobuf.core.ModelEntity.prototype.getDetailsList = function() {
855
855
  return /** @type{!Array<!proto.google.protobuf.Any>} */ (
856
- grpcWebClient_umd.googleProtobuf.Message.getRepeatedWrapperField(this, any_pb.Any, 3));
856
+ wrappers_pb.googleProtobuf.Message.getRepeatedWrapperField(this, any_pb.Any, 3));
857
857
  };
858
858
 
859
859
 
860
860
  /** @param {!Array<!proto.google.protobuf.Any>} value */
861
861
  proto.vertexvis.protobuf.core.ModelEntity.prototype.setDetailsList = function(value) {
862
- grpcWebClient_umd.googleProtobuf.Message.setRepeatedWrapperField(this, 3, value);
862
+ wrappers_pb.googleProtobuf.Message.setRepeatedWrapperField(this, 3, value);
863
863
  };
864
864
 
865
865
 
@@ -869,7 +869,7 @@ proto.vertexvis.protobuf.core.ModelEntity.prototype.setDetailsList = function(va
869
869
  * @return {!proto.google.protobuf.Any}
870
870
  */
871
871
  proto.vertexvis.protobuf.core.ModelEntity.prototype.addDetails = function(opt_value, opt_index) {
872
- return grpcWebClient_umd.googleProtobuf.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.google.protobuf.Any, opt_index);
872
+ return wrappers_pb.googleProtobuf.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.google.protobuf.Any, opt_index);
873
873
  };
874
874
 
875
875
 
@@ -892,7 +892,7 @@ var geometry_pb = _commonjsHelpers.createCommonjsModule(function (module, export
892
892
  // GENERATED CODE -- DO NOT EDIT!
893
893
 
894
894
 
895
- var goog = grpcWebClient_umd.googleProtobuf;
895
+ var goog = wrappers_pb.googleProtobuf;
896
896
  var global = Function('return this')();
897
897
 
898
898
  goog.exportSymbol('proto.vertexvis.protobuf.core.AffineMatrix4d', null, global);
@@ -935,15 +935,15 @@ goog.exportSymbol('proto.vertexvis.protobuf.core.Vector4f', null, global);
935
935
  * @constructor
936
936
  */
937
937
  proto.vertexvis.protobuf.core.Vector2f = function(opt_data) {
938
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
938
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
939
939
  };
940
- goog.inherits(proto.vertexvis.protobuf.core.Vector2f, grpcWebClient_umd.googleProtobuf.Message);
940
+ goog.inherits(proto.vertexvis.protobuf.core.Vector2f, wrappers_pb.googleProtobuf.Message);
941
941
  if (goog.DEBUG && !COMPILED) {
942
942
  proto.vertexvis.protobuf.core.Vector2f.displayName = 'proto.vertexvis.protobuf.core.Vector2f';
943
943
  }
944
944
 
945
945
 
946
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
946
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
947
947
  /**
948
948
  * Creates an object representation of this proto suitable for use in Soy templates.
949
949
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -970,8 +970,8 @@ proto.vertexvis.protobuf.core.Vector2f.prototype.toObject = function(opt_include
970
970
  */
971
971
  proto.vertexvis.protobuf.core.Vector2f.toObject = function(includeInstance, msg) {
972
972
  var obj = {
973
- x: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
974
- y: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0)
973
+ x: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
974
+ y: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0)
975
975
  };
976
976
 
977
977
  if (includeInstance) {
@@ -988,7 +988,7 @@ proto.vertexvis.protobuf.core.Vector2f.toObject = function(includeInstance, msg)
988
988
  * @return {!proto.vertexvis.protobuf.core.Vector2f}
989
989
  */
990
990
  proto.vertexvis.protobuf.core.Vector2f.deserializeBinary = function(bytes) {
991
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
991
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
992
992
  var msg = new proto.vertexvis.protobuf.core.Vector2f;
993
993
  return proto.vertexvis.protobuf.core.Vector2f.deserializeBinaryFromReader(msg, reader);
994
994
  };
@@ -1030,7 +1030,7 @@ proto.vertexvis.protobuf.core.Vector2f.deserializeBinaryFromReader = function(ms
1030
1030
  * @return {!Uint8Array}
1031
1031
  */
1032
1032
  proto.vertexvis.protobuf.core.Vector2f.prototype.serializeBinary = function() {
1033
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
1033
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
1034
1034
  proto.vertexvis.protobuf.core.Vector2f.serializeBinaryToWriter(this, writer);
1035
1035
  return writer.getResultBuffer();
1036
1036
  };
@@ -1067,13 +1067,13 @@ proto.vertexvis.protobuf.core.Vector2f.serializeBinaryToWriter = function(messag
1067
1067
  * @return {number}
1068
1068
  */
1069
1069
  proto.vertexvis.protobuf.core.Vector2f.prototype.getX = function() {
1070
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
1070
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
1071
1071
  };
1072
1072
 
1073
1073
 
1074
1074
  /** @param {number} value */
1075
1075
  proto.vertexvis.protobuf.core.Vector2f.prototype.setX = function(value) {
1076
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 1, value);
1076
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 1, value);
1077
1077
  };
1078
1078
 
1079
1079
 
@@ -1082,13 +1082,13 @@ proto.vertexvis.protobuf.core.Vector2f.prototype.setX = function(value) {
1082
1082
  * @return {number}
1083
1083
  */
1084
1084
  proto.vertexvis.protobuf.core.Vector2f.prototype.getY = function() {
1085
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
1085
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
1086
1086
  };
1087
1087
 
1088
1088
 
1089
1089
  /** @param {number} value */
1090
1090
  proto.vertexvis.protobuf.core.Vector2f.prototype.setY = function(value) {
1091
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 2, value);
1091
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 2, value);
1092
1092
  };
1093
1093
 
1094
1094
 
@@ -1104,15 +1104,15 @@ proto.vertexvis.protobuf.core.Vector2f.prototype.setY = function(value) {
1104
1104
  * @constructor
1105
1105
  */
1106
1106
  proto.vertexvis.protobuf.core.Vector2d = function(opt_data) {
1107
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
1107
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
1108
1108
  };
1109
- goog.inherits(proto.vertexvis.protobuf.core.Vector2d, grpcWebClient_umd.googleProtobuf.Message);
1109
+ goog.inherits(proto.vertexvis.protobuf.core.Vector2d, wrappers_pb.googleProtobuf.Message);
1110
1110
  if (goog.DEBUG && !COMPILED) {
1111
1111
  proto.vertexvis.protobuf.core.Vector2d.displayName = 'proto.vertexvis.protobuf.core.Vector2d';
1112
1112
  }
1113
1113
 
1114
1114
 
1115
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
1115
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
1116
1116
  /**
1117
1117
  * Creates an object representation of this proto suitable for use in Soy templates.
1118
1118
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -1139,8 +1139,8 @@ proto.vertexvis.protobuf.core.Vector2d.prototype.toObject = function(opt_include
1139
1139
  */
1140
1140
  proto.vertexvis.protobuf.core.Vector2d.toObject = function(includeInstance, msg) {
1141
1141
  var obj = {
1142
- x: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
1143
- y: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0)
1142
+ x: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
1143
+ y: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0)
1144
1144
  };
1145
1145
 
1146
1146
  if (includeInstance) {
@@ -1157,7 +1157,7 @@ proto.vertexvis.protobuf.core.Vector2d.toObject = function(includeInstance, msg)
1157
1157
  * @return {!proto.vertexvis.protobuf.core.Vector2d}
1158
1158
  */
1159
1159
  proto.vertexvis.protobuf.core.Vector2d.deserializeBinary = function(bytes) {
1160
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
1160
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
1161
1161
  var msg = new proto.vertexvis.protobuf.core.Vector2d;
1162
1162
  return proto.vertexvis.protobuf.core.Vector2d.deserializeBinaryFromReader(msg, reader);
1163
1163
  };
@@ -1199,7 +1199,7 @@ proto.vertexvis.protobuf.core.Vector2d.deserializeBinaryFromReader = function(ms
1199
1199
  * @return {!Uint8Array}
1200
1200
  */
1201
1201
  proto.vertexvis.protobuf.core.Vector2d.prototype.serializeBinary = function() {
1202
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
1202
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
1203
1203
  proto.vertexvis.protobuf.core.Vector2d.serializeBinaryToWriter(this, writer);
1204
1204
  return writer.getResultBuffer();
1205
1205
  };
@@ -1236,13 +1236,13 @@ proto.vertexvis.protobuf.core.Vector2d.serializeBinaryToWriter = function(messag
1236
1236
  * @return {number}
1237
1237
  */
1238
1238
  proto.vertexvis.protobuf.core.Vector2d.prototype.getX = function() {
1239
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
1239
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
1240
1240
  };
1241
1241
 
1242
1242
 
1243
1243
  /** @param {number} value */
1244
1244
  proto.vertexvis.protobuf.core.Vector2d.prototype.setX = function(value) {
1245
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 1, value);
1245
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 1, value);
1246
1246
  };
1247
1247
 
1248
1248
 
@@ -1251,13 +1251,13 @@ proto.vertexvis.protobuf.core.Vector2d.prototype.setX = function(value) {
1251
1251
  * @return {number}
1252
1252
  */
1253
1253
  proto.vertexvis.protobuf.core.Vector2d.prototype.getY = function() {
1254
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
1254
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
1255
1255
  };
1256
1256
 
1257
1257
 
1258
1258
  /** @param {number} value */
1259
1259
  proto.vertexvis.protobuf.core.Vector2d.prototype.setY = function(value) {
1260
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 2, value);
1260
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 2, value);
1261
1261
  };
1262
1262
 
1263
1263
 
@@ -1273,15 +1273,15 @@ proto.vertexvis.protobuf.core.Vector2d.prototype.setY = function(value) {
1273
1273
  * @constructor
1274
1274
  */
1275
1275
  proto.vertexvis.protobuf.core.Vector3f = function(opt_data) {
1276
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
1276
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
1277
1277
  };
1278
- goog.inherits(proto.vertexvis.protobuf.core.Vector3f, grpcWebClient_umd.googleProtobuf.Message);
1278
+ goog.inherits(proto.vertexvis.protobuf.core.Vector3f, wrappers_pb.googleProtobuf.Message);
1279
1279
  if (goog.DEBUG && !COMPILED) {
1280
1280
  proto.vertexvis.protobuf.core.Vector3f.displayName = 'proto.vertexvis.protobuf.core.Vector3f';
1281
1281
  }
1282
1282
 
1283
1283
 
1284
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
1284
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
1285
1285
  /**
1286
1286
  * Creates an object representation of this proto suitable for use in Soy templates.
1287
1287
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -1308,9 +1308,9 @@ proto.vertexvis.protobuf.core.Vector3f.prototype.toObject = function(opt_include
1308
1308
  */
1309
1309
  proto.vertexvis.protobuf.core.Vector3f.toObject = function(includeInstance, msg) {
1310
1310
  var obj = {
1311
- x: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
1312
- y: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0),
1313
- z: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 3, 0.0)
1311
+ x: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
1312
+ y: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0),
1313
+ z: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 3, 0.0)
1314
1314
  };
1315
1315
 
1316
1316
  if (includeInstance) {
@@ -1327,7 +1327,7 @@ proto.vertexvis.protobuf.core.Vector3f.toObject = function(includeInstance, msg)
1327
1327
  * @return {!proto.vertexvis.protobuf.core.Vector3f}
1328
1328
  */
1329
1329
  proto.vertexvis.protobuf.core.Vector3f.deserializeBinary = function(bytes) {
1330
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
1330
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
1331
1331
  var msg = new proto.vertexvis.protobuf.core.Vector3f;
1332
1332
  return proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader(msg, reader);
1333
1333
  };
@@ -1373,7 +1373,7 @@ proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader = function(ms
1373
1373
  * @return {!Uint8Array}
1374
1374
  */
1375
1375
  proto.vertexvis.protobuf.core.Vector3f.prototype.serializeBinary = function() {
1376
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
1376
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
1377
1377
  proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter(this, writer);
1378
1378
  return writer.getResultBuffer();
1379
1379
  };
@@ -1417,13 +1417,13 @@ proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter = function(messag
1417
1417
  * @return {number}
1418
1418
  */
1419
1419
  proto.vertexvis.protobuf.core.Vector3f.prototype.getX = function() {
1420
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
1420
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
1421
1421
  };
1422
1422
 
1423
1423
 
1424
1424
  /** @param {number} value */
1425
1425
  proto.vertexvis.protobuf.core.Vector3f.prototype.setX = function(value) {
1426
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 1, value);
1426
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 1, value);
1427
1427
  };
1428
1428
 
1429
1429
 
@@ -1432,13 +1432,13 @@ proto.vertexvis.protobuf.core.Vector3f.prototype.setX = function(value) {
1432
1432
  * @return {number}
1433
1433
  */
1434
1434
  proto.vertexvis.protobuf.core.Vector3f.prototype.getY = function() {
1435
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
1435
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
1436
1436
  };
1437
1437
 
1438
1438
 
1439
1439
  /** @param {number} value */
1440
1440
  proto.vertexvis.protobuf.core.Vector3f.prototype.setY = function(value) {
1441
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 2, value);
1441
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 2, value);
1442
1442
  };
1443
1443
 
1444
1444
 
@@ -1447,13 +1447,13 @@ proto.vertexvis.protobuf.core.Vector3f.prototype.setY = function(value) {
1447
1447
  * @return {number}
1448
1448
  */
1449
1449
  proto.vertexvis.protobuf.core.Vector3f.prototype.getZ = function() {
1450
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 3, 0.0));
1450
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 3, 0.0));
1451
1451
  };
1452
1452
 
1453
1453
 
1454
1454
  /** @param {number} value */
1455
1455
  proto.vertexvis.protobuf.core.Vector3f.prototype.setZ = function(value) {
1456
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 3, value);
1456
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 3, value);
1457
1457
  };
1458
1458
 
1459
1459
 
@@ -1469,15 +1469,15 @@ proto.vertexvis.protobuf.core.Vector3f.prototype.setZ = function(value) {
1469
1469
  * @constructor
1470
1470
  */
1471
1471
  proto.vertexvis.protobuf.core.Vector3d = function(opt_data) {
1472
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
1472
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
1473
1473
  };
1474
- goog.inherits(proto.vertexvis.protobuf.core.Vector3d, grpcWebClient_umd.googleProtobuf.Message);
1474
+ goog.inherits(proto.vertexvis.protobuf.core.Vector3d, wrappers_pb.googleProtobuf.Message);
1475
1475
  if (goog.DEBUG && !COMPILED) {
1476
1476
  proto.vertexvis.protobuf.core.Vector3d.displayName = 'proto.vertexvis.protobuf.core.Vector3d';
1477
1477
  }
1478
1478
 
1479
1479
 
1480
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
1480
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
1481
1481
  /**
1482
1482
  * Creates an object representation of this proto suitable for use in Soy templates.
1483
1483
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -1504,9 +1504,9 @@ proto.vertexvis.protobuf.core.Vector3d.prototype.toObject = function(opt_include
1504
1504
  */
1505
1505
  proto.vertexvis.protobuf.core.Vector3d.toObject = function(includeInstance, msg) {
1506
1506
  var obj = {
1507
- x: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
1508
- y: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0),
1509
- z: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 3, 0.0)
1507
+ x: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
1508
+ y: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0),
1509
+ z: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 3, 0.0)
1510
1510
  };
1511
1511
 
1512
1512
  if (includeInstance) {
@@ -1523,7 +1523,7 @@ proto.vertexvis.protobuf.core.Vector3d.toObject = function(includeInstance, msg)
1523
1523
  * @return {!proto.vertexvis.protobuf.core.Vector3d}
1524
1524
  */
1525
1525
  proto.vertexvis.protobuf.core.Vector3d.deserializeBinary = function(bytes) {
1526
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
1526
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
1527
1527
  var msg = new proto.vertexvis.protobuf.core.Vector3d;
1528
1528
  return proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader(msg, reader);
1529
1529
  };
@@ -1569,7 +1569,7 @@ proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader = function(ms
1569
1569
  * @return {!Uint8Array}
1570
1570
  */
1571
1571
  proto.vertexvis.protobuf.core.Vector3d.prototype.serializeBinary = function() {
1572
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
1572
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
1573
1573
  proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter(this, writer);
1574
1574
  return writer.getResultBuffer();
1575
1575
  };
@@ -1613,13 +1613,13 @@ proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter = function(messag
1613
1613
  * @return {number}
1614
1614
  */
1615
1615
  proto.vertexvis.protobuf.core.Vector3d.prototype.getX = function() {
1616
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
1616
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
1617
1617
  };
1618
1618
 
1619
1619
 
1620
1620
  /** @param {number} value */
1621
1621
  proto.vertexvis.protobuf.core.Vector3d.prototype.setX = function(value) {
1622
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 1, value);
1622
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 1, value);
1623
1623
  };
1624
1624
 
1625
1625
 
@@ -1628,13 +1628,13 @@ proto.vertexvis.protobuf.core.Vector3d.prototype.setX = function(value) {
1628
1628
  * @return {number}
1629
1629
  */
1630
1630
  proto.vertexvis.protobuf.core.Vector3d.prototype.getY = function() {
1631
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
1631
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
1632
1632
  };
1633
1633
 
1634
1634
 
1635
1635
  /** @param {number} value */
1636
1636
  proto.vertexvis.protobuf.core.Vector3d.prototype.setY = function(value) {
1637
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 2, value);
1637
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 2, value);
1638
1638
  };
1639
1639
 
1640
1640
 
@@ -1643,13 +1643,13 @@ proto.vertexvis.protobuf.core.Vector3d.prototype.setY = function(value) {
1643
1643
  * @return {number}
1644
1644
  */
1645
1645
  proto.vertexvis.protobuf.core.Vector3d.prototype.getZ = function() {
1646
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 3, 0.0));
1646
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 3, 0.0));
1647
1647
  };
1648
1648
 
1649
1649
 
1650
1650
  /** @param {number} value */
1651
1651
  proto.vertexvis.protobuf.core.Vector3d.prototype.setZ = function(value) {
1652
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 3, value);
1652
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 3, value);
1653
1653
  };
1654
1654
 
1655
1655
 
@@ -1665,15 +1665,15 @@ proto.vertexvis.protobuf.core.Vector3d.prototype.setZ = function(value) {
1665
1665
  * @constructor
1666
1666
  */
1667
1667
  proto.vertexvis.protobuf.core.Vector4f = function(opt_data) {
1668
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
1668
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
1669
1669
  };
1670
- goog.inherits(proto.vertexvis.protobuf.core.Vector4f, grpcWebClient_umd.googleProtobuf.Message);
1670
+ goog.inherits(proto.vertexvis.protobuf.core.Vector4f, wrappers_pb.googleProtobuf.Message);
1671
1671
  if (goog.DEBUG && !COMPILED) {
1672
1672
  proto.vertexvis.protobuf.core.Vector4f.displayName = 'proto.vertexvis.protobuf.core.Vector4f';
1673
1673
  }
1674
1674
 
1675
1675
 
1676
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
1676
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
1677
1677
  /**
1678
1678
  * Creates an object representation of this proto suitable for use in Soy templates.
1679
1679
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -1700,10 +1700,10 @@ proto.vertexvis.protobuf.core.Vector4f.prototype.toObject = function(opt_include
1700
1700
  */
1701
1701
  proto.vertexvis.protobuf.core.Vector4f.toObject = function(includeInstance, msg) {
1702
1702
  var obj = {
1703
- x: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
1704
- y: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0),
1705
- z: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 3, 0.0),
1706
- w: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 4, 0.0)
1703
+ x: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
1704
+ y: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0),
1705
+ z: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 3, 0.0),
1706
+ w: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 4, 0.0)
1707
1707
  };
1708
1708
 
1709
1709
  if (includeInstance) {
@@ -1720,7 +1720,7 @@ proto.vertexvis.protobuf.core.Vector4f.toObject = function(includeInstance, msg)
1720
1720
  * @return {!proto.vertexvis.protobuf.core.Vector4f}
1721
1721
  */
1722
1722
  proto.vertexvis.protobuf.core.Vector4f.deserializeBinary = function(bytes) {
1723
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
1723
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
1724
1724
  var msg = new proto.vertexvis.protobuf.core.Vector4f;
1725
1725
  return proto.vertexvis.protobuf.core.Vector4f.deserializeBinaryFromReader(msg, reader);
1726
1726
  };
@@ -1770,7 +1770,7 @@ proto.vertexvis.protobuf.core.Vector4f.deserializeBinaryFromReader = function(ms
1770
1770
  * @return {!Uint8Array}
1771
1771
  */
1772
1772
  proto.vertexvis.protobuf.core.Vector4f.prototype.serializeBinary = function() {
1773
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
1773
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
1774
1774
  proto.vertexvis.protobuf.core.Vector4f.serializeBinaryToWriter(this, writer);
1775
1775
  return writer.getResultBuffer();
1776
1776
  };
@@ -1821,13 +1821,13 @@ proto.vertexvis.protobuf.core.Vector4f.serializeBinaryToWriter = function(messag
1821
1821
  * @return {number}
1822
1822
  */
1823
1823
  proto.vertexvis.protobuf.core.Vector4f.prototype.getX = function() {
1824
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
1824
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
1825
1825
  };
1826
1826
 
1827
1827
 
1828
1828
  /** @param {number} value */
1829
1829
  proto.vertexvis.protobuf.core.Vector4f.prototype.setX = function(value) {
1830
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 1, value);
1830
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 1, value);
1831
1831
  };
1832
1832
 
1833
1833
 
@@ -1836,13 +1836,13 @@ proto.vertexvis.protobuf.core.Vector4f.prototype.setX = function(value) {
1836
1836
  * @return {number}
1837
1837
  */
1838
1838
  proto.vertexvis.protobuf.core.Vector4f.prototype.getY = function() {
1839
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
1839
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
1840
1840
  };
1841
1841
 
1842
1842
 
1843
1843
  /** @param {number} value */
1844
1844
  proto.vertexvis.protobuf.core.Vector4f.prototype.setY = function(value) {
1845
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 2, value);
1845
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 2, value);
1846
1846
  };
1847
1847
 
1848
1848
 
@@ -1851,13 +1851,13 @@ proto.vertexvis.protobuf.core.Vector4f.prototype.setY = function(value) {
1851
1851
  * @return {number}
1852
1852
  */
1853
1853
  proto.vertexvis.protobuf.core.Vector4f.prototype.getZ = function() {
1854
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 3, 0.0));
1854
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 3, 0.0));
1855
1855
  };
1856
1856
 
1857
1857
 
1858
1858
  /** @param {number} value */
1859
1859
  proto.vertexvis.protobuf.core.Vector4f.prototype.setZ = function(value) {
1860
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 3, value);
1860
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 3, value);
1861
1861
  };
1862
1862
 
1863
1863
 
@@ -1866,13 +1866,13 @@ proto.vertexvis.protobuf.core.Vector4f.prototype.setZ = function(value) {
1866
1866
  * @return {number}
1867
1867
  */
1868
1868
  proto.vertexvis.protobuf.core.Vector4f.prototype.getW = function() {
1869
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 4, 0.0));
1869
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 4, 0.0));
1870
1870
  };
1871
1871
 
1872
1872
 
1873
1873
  /** @param {number} value */
1874
1874
  proto.vertexvis.protobuf.core.Vector4f.prototype.setW = function(value) {
1875
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 4, value);
1875
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 4, value);
1876
1876
  };
1877
1877
 
1878
1878
 
@@ -1888,15 +1888,15 @@ proto.vertexvis.protobuf.core.Vector4f.prototype.setW = function(value) {
1888
1888
  * @constructor
1889
1889
  */
1890
1890
  proto.vertexvis.protobuf.core.Vector4d = function(opt_data) {
1891
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
1891
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
1892
1892
  };
1893
- goog.inherits(proto.vertexvis.protobuf.core.Vector4d, grpcWebClient_umd.googleProtobuf.Message);
1893
+ goog.inherits(proto.vertexvis.protobuf.core.Vector4d, wrappers_pb.googleProtobuf.Message);
1894
1894
  if (goog.DEBUG && !COMPILED) {
1895
1895
  proto.vertexvis.protobuf.core.Vector4d.displayName = 'proto.vertexvis.protobuf.core.Vector4d';
1896
1896
  }
1897
1897
 
1898
1898
 
1899
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
1899
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
1900
1900
  /**
1901
1901
  * Creates an object representation of this proto suitable for use in Soy templates.
1902
1902
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -1923,10 +1923,10 @@ proto.vertexvis.protobuf.core.Vector4d.prototype.toObject = function(opt_include
1923
1923
  */
1924
1924
  proto.vertexvis.protobuf.core.Vector4d.toObject = function(includeInstance, msg) {
1925
1925
  var obj = {
1926
- x: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
1927
- y: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0),
1928
- z: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 3, 0.0),
1929
- w: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 4, 0.0)
1926
+ x: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
1927
+ y: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0),
1928
+ z: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 3, 0.0),
1929
+ w: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 4, 0.0)
1930
1930
  };
1931
1931
 
1932
1932
  if (includeInstance) {
@@ -1943,7 +1943,7 @@ proto.vertexvis.protobuf.core.Vector4d.toObject = function(includeInstance, msg)
1943
1943
  * @return {!proto.vertexvis.protobuf.core.Vector4d}
1944
1944
  */
1945
1945
  proto.vertexvis.protobuf.core.Vector4d.deserializeBinary = function(bytes) {
1946
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
1946
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
1947
1947
  var msg = new proto.vertexvis.protobuf.core.Vector4d;
1948
1948
  return proto.vertexvis.protobuf.core.Vector4d.deserializeBinaryFromReader(msg, reader);
1949
1949
  };
@@ -1993,7 +1993,7 @@ proto.vertexvis.protobuf.core.Vector4d.deserializeBinaryFromReader = function(ms
1993
1993
  * @return {!Uint8Array}
1994
1994
  */
1995
1995
  proto.vertexvis.protobuf.core.Vector4d.prototype.serializeBinary = function() {
1996
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
1996
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
1997
1997
  proto.vertexvis.protobuf.core.Vector4d.serializeBinaryToWriter(this, writer);
1998
1998
  return writer.getResultBuffer();
1999
1999
  };
@@ -2044,13 +2044,13 @@ proto.vertexvis.protobuf.core.Vector4d.serializeBinaryToWriter = function(messag
2044
2044
  * @return {number}
2045
2045
  */
2046
2046
  proto.vertexvis.protobuf.core.Vector4d.prototype.getX = function() {
2047
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
2047
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
2048
2048
  };
2049
2049
 
2050
2050
 
2051
2051
  /** @param {number} value */
2052
2052
  proto.vertexvis.protobuf.core.Vector4d.prototype.setX = function(value) {
2053
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 1, value);
2053
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 1, value);
2054
2054
  };
2055
2055
 
2056
2056
 
@@ -2059,13 +2059,13 @@ proto.vertexvis.protobuf.core.Vector4d.prototype.setX = function(value) {
2059
2059
  * @return {number}
2060
2060
  */
2061
2061
  proto.vertexvis.protobuf.core.Vector4d.prototype.getY = function() {
2062
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
2062
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
2063
2063
  };
2064
2064
 
2065
2065
 
2066
2066
  /** @param {number} value */
2067
2067
  proto.vertexvis.protobuf.core.Vector4d.prototype.setY = function(value) {
2068
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 2, value);
2068
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 2, value);
2069
2069
  };
2070
2070
 
2071
2071
 
@@ -2074,13 +2074,13 @@ proto.vertexvis.protobuf.core.Vector4d.prototype.setY = function(value) {
2074
2074
  * @return {number}
2075
2075
  */
2076
2076
  proto.vertexvis.protobuf.core.Vector4d.prototype.getZ = function() {
2077
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 3, 0.0));
2077
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 3, 0.0));
2078
2078
  };
2079
2079
 
2080
2080
 
2081
2081
  /** @param {number} value */
2082
2082
  proto.vertexvis.protobuf.core.Vector4d.prototype.setZ = function(value) {
2083
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 3, value);
2083
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 3, value);
2084
2084
  };
2085
2085
 
2086
2086
 
@@ -2089,13 +2089,13 @@ proto.vertexvis.protobuf.core.Vector4d.prototype.setZ = function(value) {
2089
2089
  * @return {number}
2090
2090
  */
2091
2091
  proto.vertexvis.protobuf.core.Vector4d.prototype.getW = function() {
2092
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 4, 0.0));
2092
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 4, 0.0));
2093
2093
  };
2094
2094
 
2095
2095
 
2096
2096
  /** @param {number} value */
2097
2097
  proto.vertexvis.protobuf.core.Vector4d.prototype.setW = function(value) {
2098
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 4, value);
2098
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 4, value);
2099
2099
  };
2100
2100
 
2101
2101
 
@@ -2111,15 +2111,15 @@ proto.vertexvis.protobuf.core.Vector4d.prototype.setW = function(value) {
2111
2111
  * @constructor
2112
2112
  */
2113
2113
  proto.vertexvis.protobuf.core.BoundingBox3f = function(opt_data) {
2114
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
2114
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
2115
2115
  };
2116
- goog.inherits(proto.vertexvis.protobuf.core.BoundingBox3f, grpcWebClient_umd.googleProtobuf.Message);
2116
+ goog.inherits(proto.vertexvis.protobuf.core.BoundingBox3f, wrappers_pb.googleProtobuf.Message);
2117
2117
  if (goog.DEBUG && !COMPILED) {
2118
2118
  proto.vertexvis.protobuf.core.BoundingBox3f.displayName = 'proto.vertexvis.protobuf.core.BoundingBox3f';
2119
2119
  }
2120
2120
 
2121
2121
 
2122
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
2122
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
2123
2123
  /**
2124
2124
  * Creates an object representation of this proto suitable for use in Soy templates.
2125
2125
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -2146,12 +2146,12 @@ proto.vertexvis.protobuf.core.BoundingBox3f.prototype.toObject = function(opt_in
2146
2146
  */
2147
2147
  proto.vertexvis.protobuf.core.BoundingBox3f.toObject = function(includeInstance, msg) {
2148
2148
  var obj = {
2149
- xmin: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
2150
- xmax: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0),
2151
- ymin: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 3, 0.0),
2152
- ymax: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 4, 0.0),
2153
- zmin: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 5, 0.0),
2154
- zmax: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 6, 0.0)
2149
+ xmin: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
2150
+ xmax: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0),
2151
+ ymin: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 3, 0.0),
2152
+ ymax: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 4, 0.0),
2153
+ zmin: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 5, 0.0),
2154
+ zmax: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 6, 0.0)
2155
2155
  };
2156
2156
 
2157
2157
  if (includeInstance) {
@@ -2168,7 +2168,7 @@ proto.vertexvis.protobuf.core.BoundingBox3f.toObject = function(includeInstance,
2168
2168
  * @return {!proto.vertexvis.protobuf.core.BoundingBox3f}
2169
2169
  */
2170
2170
  proto.vertexvis.protobuf.core.BoundingBox3f.deserializeBinary = function(bytes) {
2171
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
2171
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
2172
2172
  var msg = new proto.vertexvis.protobuf.core.BoundingBox3f;
2173
2173
  return proto.vertexvis.protobuf.core.BoundingBox3f.deserializeBinaryFromReader(msg, reader);
2174
2174
  };
@@ -2226,7 +2226,7 @@ proto.vertexvis.protobuf.core.BoundingBox3f.deserializeBinaryFromReader = functi
2226
2226
  * @return {!Uint8Array}
2227
2227
  */
2228
2228
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.serializeBinary = function() {
2229
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
2229
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
2230
2230
  proto.vertexvis.protobuf.core.BoundingBox3f.serializeBinaryToWriter(this, writer);
2231
2231
  return writer.getResultBuffer();
2232
2232
  };
@@ -2291,13 +2291,13 @@ proto.vertexvis.protobuf.core.BoundingBox3f.serializeBinaryToWriter = function(m
2291
2291
  * @return {number}
2292
2292
  */
2293
2293
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getXmin = function() {
2294
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
2294
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
2295
2295
  };
2296
2296
 
2297
2297
 
2298
2298
  /** @param {number} value */
2299
2299
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setXmin = function(value) {
2300
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 1, value);
2300
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 1, value);
2301
2301
  };
2302
2302
 
2303
2303
 
@@ -2306,13 +2306,13 @@ proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setXmin = function(value)
2306
2306
  * @return {number}
2307
2307
  */
2308
2308
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getXmax = function() {
2309
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
2309
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
2310
2310
  };
2311
2311
 
2312
2312
 
2313
2313
  /** @param {number} value */
2314
2314
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setXmax = function(value) {
2315
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 2, value);
2315
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 2, value);
2316
2316
  };
2317
2317
 
2318
2318
 
@@ -2321,13 +2321,13 @@ proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setXmax = function(value)
2321
2321
  * @return {number}
2322
2322
  */
2323
2323
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getYmin = function() {
2324
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 3, 0.0));
2324
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 3, 0.0));
2325
2325
  };
2326
2326
 
2327
2327
 
2328
2328
  /** @param {number} value */
2329
2329
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setYmin = function(value) {
2330
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 3, value);
2330
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 3, value);
2331
2331
  };
2332
2332
 
2333
2333
 
@@ -2336,13 +2336,13 @@ proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setYmin = function(value)
2336
2336
  * @return {number}
2337
2337
  */
2338
2338
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getYmax = function() {
2339
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 4, 0.0));
2339
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 4, 0.0));
2340
2340
  };
2341
2341
 
2342
2342
 
2343
2343
  /** @param {number} value */
2344
2344
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setYmax = function(value) {
2345
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 4, value);
2345
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 4, value);
2346
2346
  };
2347
2347
 
2348
2348
 
@@ -2351,13 +2351,13 @@ proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setYmax = function(value)
2351
2351
  * @return {number}
2352
2352
  */
2353
2353
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getZmin = function() {
2354
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 5, 0.0));
2354
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 5, 0.0));
2355
2355
  };
2356
2356
 
2357
2357
 
2358
2358
  /** @param {number} value */
2359
2359
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setZmin = function(value) {
2360
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 5, value);
2360
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 5, value);
2361
2361
  };
2362
2362
 
2363
2363
 
@@ -2366,13 +2366,13 @@ proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setZmin = function(value)
2366
2366
  * @return {number}
2367
2367
  */
2368
2368
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getZmax = function() {
2369
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 6, 0.0));
2369
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 6, 0.0));
2370
2370
  };
2371
2371
 
2372
2372
 
2373
2373
  /** @param {number} value */
2374
2374
  proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setZmax = function(value) {
2375
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 6, value);
2375
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 6, value);
2376
2376
  };
2377
2377
 
2378
2378
 
@@ -2388,15 +2388,15 @@ proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setZmax = function(value)
2388
2388
  * @constructor
2389
2389
  */
2390
2390
  proto.vertexvis.protobuf.core.AffineMatrix4f = function(opt_data) {
2391
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
2391
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
2392
2392
  };
2393
- goog.inherits(proto.vertexvis.protobuf.core.AffineMatrix4f, grpcWebClient_umd.googleProtobuf.Message);
2393
+ goog.inherits(proto.vertexvis.protobuf.core.AffineMatrix4f, wrappers_pb.googleProtobuf.Message);
2394
2394
  if (goog.DEBUG && !COMPILED) {
2395
2395
  proto.vertexvis.protobuf.core.AffineMatrix4f.displayName = 'proto.vertexvis.protobuf.core.AffineMatrix4f';
2396
2396
  }
2397
2397
 
2398
2398
 
2399
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
2399
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
2400
2400
  /**
2401
2401
  * Creates an object representation of this proto suitable for use in Soy templates.
2402
2402
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -2426,7 +2426,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.toObject = function(includeInstance
2426
2426
  basisX: (f = msg.getBasisX()) && proto.vertexvis.protobuf.core.Vector3f.toObject(includeInstance, f),
2427
2427
  basisY: (f = msg.getBasisY()) && proto.vertexvis.protobuf.core.Vector3f.toObject(includeInstance, f),
2428
2428
  xlate: (f = msg.getXlate()) && proto.vertexvis.protobuf.core.Vector3f.toObject(includeInstance, f),
2429
- scale: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 4, 0.0),
2429
+ scale: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 4, 0.0),
2430
2430
  basisZ: (f = msg.getBasisZ()) && proto.vertexvis.protobuf.core.Vector3f.toObject(includeInstance, f)
2431
2431
  };
2432
2432
 
@@ -2444,7 +2444,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.toObject = function(includeInstance
2444
2444
  * @return {!proto.vertexvis.protobuf.core.AffineMatrix4f}
2445
2445
  */
2446
2446
  proto.vertexvis.protobuf.core.AffineMatrix4f.deserializeBinary = function(bytes) {
2447
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
2447
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
2448
2448
  var msg = new proto.vertexvis.protobuf.core.AffineMatrix4f;
2449
2449
  return proto.vertexvis.protobuf.core.AffineMatrix4f.deserializeBinaryFromReader(msg, reader);
2450
2450
  };
@@ -2502,7 +2502,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.deserializeBinaryFromReader = funct
2502
2502
  * @return {!Uint8Array}
2503
2503
  */
2504
2504
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.serializeBinary = function() {
2505
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
2505
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
2506
2506
  proto.vertexvis.protobuf.core.AffineMatrix4f.serializeBinaryToWriter(this, writer);
2507
2507
  return writer.getResultBuffer();
2508
2508
  };
@@ -2565,13 +2565,13 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.serializeBinaryToWriter = function(
2565
2565
  */
2566
2566
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.getBasisX = function() {
2567
2567
  return /** @type{?proto.vertexvis.protobuf.core.Vector3f} */ (
2568
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 1));
2568
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 1));
2569
2569
  };
2570
2570
 
2571
2571
 
2572
2572
  /** @param {?proto.vertexvis.protobuf.core.Vector3f|undefined} value */
2573
2573
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.setBasisX = function(value) {
2574
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
2574
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
2575
2575
  };
2576
2576
 
2577
2577
 
@@ -2585,7 +2585,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.clearBasisX = function()
2585
2585
  * @return {!boolean}
2586
2586
  */
2587
2587
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasBasisX = function() {
2588
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
2588
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
2589
2589
  };
2590
2590
 
2591
2591
 
@@ -2595,13 +2595,13 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasBasisX = function() {
2595
2595
  */
2596
2596
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.getBasisY = function() {
2597
2597
  return /** @type{?proto.vertexvis.protobuf.core.Vector3f} */ (
2598
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 2));
2598
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 2));
2599
2599
  };
2600
2600
 
2601
2601
 
2602
2602
  /** @param {?proto.vertexvis.protobuf.core.Vector3f|undefined} value */
2603
2603
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.setBasisY = function(value) {
2604
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
2604
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
2605
2605
  };
2606
2606
 
2607
2607
 
@@ -2615,7 +2615,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.clearBasisY = function()
2615
2615
  * @return {!boolean}
2616
2616
  */
2617
2617
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasBasisY = function() {
2618
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
2618
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
2619
2619
  };
2620
2620
 
2621
2621
 
@@ -2625,13 +2625,13 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasBasisY = function() {
2625
2625
  */
2626
2626
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.getXlate = function() {
2627
2627
  return /** @type{?proto.vertexvis.protobuf.core.Vector3f} */ (
2628
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 3));
2628
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 3));
2629
2629
  };
2630
2630
 
2631
2631
 
2632
2632
  /** @param {?proto.vertexvis.protobuf.core.Vector3f|undefined} value */
2633
2633
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.setXlate = function(value) {
2634
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 3, value);
2634
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 3, value);
2635
2635
  };
2636
2636
 
2637
2637
 
@@ -2645,7 +2645,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.clearXlate = function() {
2645
2645
  * @return {!boolean}
2646
2646
  */
2647
2647
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasXlate = function() {
2648
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 3) != null;
2648
+ return wrappers_pb.googleProtobuf.Message.getField(this, 3) != null;
2649
2649
  };
2650
2650
 
2651
2651
 
@@ -2654,13 +2654,13 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasXlate = function() {
2654
2654
  * @return {number}
2655
2655
  */
2656
2656
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.getScale = function() {
2657
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 4, 0.0));
2657
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 4, 0.0));
2658
2658
  };
2659
2659
 
2660
2660
 
2661
2661
  /** @param {number} value */
2662
2662
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.setScale = function(value) {
2663
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 4, value);
2663
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 4, value);
2664
2664
  };
2665
2665
 
2666
2666
 
@@ -2670,13 +2670,13 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.setScale = function(value
2670
2670
  */
2671
2671
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.getBasisZ = function() {
2672
2672
  return /** @type{?proto.vertexvis.protobuf.core.Vector3f} */ (
2673
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 5));
2673
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 5));
2674
2674
  };
2675
2675
 
2676
2676
 
2677
2677
  /** @param {?proto.vertexvis.protobuf.core.Vector3f|undefined} value */
2678
2678
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.setBasisZ = function(value) {
2679
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 5, value);
2679
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 5, value);
2680
2680
  };
2681
2681
 
2682
2682
 
@@ -2690,7 +2690,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.clearBasisZ = function()
2690
2690
  * @return {!boolean}
2691
2691
  */
2692
2692
  proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasBasisZ = function() {
2693
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 5) != null;
2693
+ return wrappers_pb.googleProtobuf.Message.getField(this, 5) != null;
2694
2694
  };
2695
2695
 
2696
2696
 
@@ -2706,15 +2706,15 @@ proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasBasisZ = function() {
2706
2706
  * @constructor
2707
2707
  */
2708
2708
  proto.vertexvis.protobuf.core.AffineMatrix4d = function(opt_data) {
2709
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
2709
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
2710
2710
  };
2711
- goog.inherits(proto.vertexvis.protobuf.core.AffineMatrix4d, grpcWebClient_umd.googleProtobuf.Message);
2711
+ goog.inherits(proto.vertexvis.protobuf.core.AffineMatrix4d, wrappers_pb.googleProtobuf.Message);
2712
2712
  if (goog.DEBUG && !COMPILED) {
2713
2713
  proto.vertexvis.protobuf.core.AffineMatrix4d.displayName = 'proto.vertexvis.protobuf.core.AffineMatrix4d';
2714
2714
  }
2715
2715
 
2716
2716
 
2717
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
2717
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
2718
2718
  /**
2719
2719
  * Creates an object representation of this proto suitable for use in Soy templates.
2720
2720
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -2744,7 +2744,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.toObject = function(includeInstance
2744
2744
  basisX: (f = msg.getBasisX()) && proto.vertexvis.protobuf.core.Vector3d.toObject(includeInstance, f),
2745
2745
  basisY: (f = msg.getBasisY()) && proto.vertexvis.protobuf.core.Vector3d.toObject(includeInstance, f),
2746
2746
  xlate: (f = msg.getXlate()) && proto.vertexvis.protobuf.core.Vector3d.toObject(includeInstance, f),
2747
- scale: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 4, 0.0),
2747
+ scale: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 4, 0.0),
2748
2748
  basisZ: (f = msg.getBasisZ()) && proto.vertexvis.protobuf.core.Vector3d.toObject(includeInstance, f)
2749
2749
  };
2750
2750
 
@@ -2762,7 +2762,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.toObject = function(includeInstance
2762
2762
  * @return {!proto.vertexvis.protobuf.core.AffineMatrix4d}
2763
2763
  */
2764
2764
  proto.vertexvis.protobuf.core.AffineMatrix4d.deserializeBinary = function(bytes) {
2765
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
2765
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
2766
2766
  var msg = new proto.vertexvis.protobuf.core.AffineMatrix4d;
2767
2767
  return proto.vertexvis.protobuf.core.AffineMatrix4d.deserializeBinaryFromReader(msg, reader);
2768
2768
  };
@@ -2820,7 +2820,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.deserializeBinaryFromReader = funct
2820
2820
  * @return {!Uint8Array}
2821
2821
  */
2822
2822
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.serializeBinary = function() {
2823
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
2823
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
2824
2824
  proto.vertexvis.protobuf.core.AffineMatrix4d.serializeBinaryToWriter(this, writer);
2825
2825
  return writer.getResultBuffer();
2826
2826
  };
@@ -2883,13 +2883,13 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.serializeBinaryToWriter = function(
2883
2883
  */
2884
2884
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.getBasisX = function() {
2885
2885
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
2886
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 1));
2886
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 1));
2887
2887
  };
2888
2888
 
2889
2889
 
2890
2890
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
2891
2891
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.setBasisX = function(value) {
2892
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
2892
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
2893
2893
  };
2894
2894
 
2895
2895
 
@@ -2903,7 +2903,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.clearBasisX = function()
2903
2903
  * @return {!boolean}
2904
2904
  */
2905
2905
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasBasisX = function() {
2906
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
2906
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
2907
2907
  };
2908
2908
 
2909
2909
 
@@ -2913,13 +2913,13 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasBasisX = function() {
2913
2913
  */
2914
2914
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.getBasisY = function() {
2915
2915
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
2916
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 2));
2916
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 2));
2917
2917
  };
2918
2918
 
2919
2919
 
2920
2920
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
2921
2921
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.setBasisY = function(value) {
2922
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
2922
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
2923
2923
  };
2924
2924
 
2925
2925
 
@@ -2933,7 +2933,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.clearBasisY = function()
2933
2933
  * @return {!boolean}
2934
2934
  */
2935
2935
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasBasisY = function() {
2936
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
2936
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
2937
2937
  };
2938
2938
 
2939
2939
 
@@ -2943,13 +2943,13 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasBasisY = function() {
2943
2943
  */
2944
2944
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.getXlate = function() {
2945
2945
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
2946
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 3));
2946
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 3));
2947
2947
  };
2948
2948
 
2949
2949
 
2950
2950
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
2951
2951
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.setXlate = function(value) {
2952
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 3, value);
2952
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 3, value);
2953
2953
  };
2954
2954
 
2955
2955
 
@@ -2963,7 +2963,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.clearXlate = function() {
2963
2963
  * @return {!boolean}
2964
2964
  */
2965
2965
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasXlate = function() {
2966
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 3) != null;
2966
+ return wrappers_pb.googleProtobuf.Message.getField(this, 3) != null;
2967
2967
  };
2968
2968
 
2969
2969
 
@@ -2972,13 +2972,13 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasXlate = function() {
2972
2972
  * @return {number}
2973
2973
  */
2974
2974
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.getScale = function() {
2975
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 4, 0.0));
2975
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 4, 0.0));
2976
2976
  };
2977
2977
 
2978
2978
 
2979
2979
  /** @param {number} value */
2980
2980
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.setScale = function(value) {
2981
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 4, value);
2981
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 4, value);
2982
2982
  };
2983
2983
 
2984
2984
 
@@ -2988,13 +2988,13 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.setScale = function(value
2988
2988
  */
2989
2989
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.getBasisZ = function() {
2990
2990
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
2991
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 5));
2991
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 5));
2992
2992
  };
2993
2993
 
2994
2994
 
2995
2995
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
2996
2996
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.setBasisZ = function(value) {
2997
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 5, value);
2997
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 5, value);
2998
2998
  };
2999
2999
 
3000
3000
 
@@ -3008,7 +3008,7 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.clearBasisZ = function()
3008
3008
  * @return {!boolean}
3009
3009
  */
3010
3010
  proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasBasisZ = function() {
3011
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 5) != null;
3011
+ return wrappers_pb.googleProtobuf.Message.getField(this, 5) != null;
3012
3012
  };
3013
3013
 
3014
3014
 
@@ -3024,9 +3024,9 @@ proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasBasisZ = function() {
3024
3024
  * @constructor
3025
3025
  */
3026
3026
  proto.vertexvis.protobuf.core.IndexedVector3fArray = function(opt_data) {
3027
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, proto.vertexvis.protobuf.core.IndexedVector3fArray.repeatedFields_, null);
3027
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, proto.vertexvis.protobuf.core.IndexedVector3fArray.repeatedFields_, null);
3028
3028
  };
3029
- goog.inherits(proto.vertexvis.protobuf.core.IndexedVector3fArray, grpcWebClient_umd.googleProtobuf.Message);
3029
+ goog.inherits(proto.vertexvis.protobuf.core.IndexedVector3fArray, wrappers_pb.googleProtobuf.Message);
3030
3030
  if (goog.DEBUG && !COMPILED) {
3031
3031
  proto.vertexvis.protobuf.core.IndexedVector3fArray.displayName = 'proto.vertexvis.protobuf.core.IndexedVector3fArray';
3032
3032
  }
@@ -3039,7 +3039,7 @@ proto.vertexvis.protobuf.core.IndexedVector3fArray.repeatedFields_ = [1,2];
3039
3039
 
3040
3040
 
3041
3041
 
3042
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
3042
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
3043
3043
  /**
3044
3044
  * Creates an object representation of this proto suitable for use in Soy templates.
3045
3045
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -3066,9 +3066,9 @@ proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.toObject = function
3066
3066
  */
3067
3067
  proto.vertexvis.protobuf.core.IndexedVector3fArray.toObject = function(includeInstance, msg) {
3068
3068
  var obj = {
3069
- valuesList: grpcWebClient_umd.googleProtobuf.Message.toObjectList(msg.getValuesList(),
3069
+ valuesList: wrappers_pb.googleProtobuf.Message.toObjectList(msg.getValuesList(),
3070
3070
  proto.vertexvis.protobuf.core.Vector3f.toObject, includeInstance),
3071
- indicesList: grpcWebClient_umd.googleProtobuf.Message.getRepeatedField(msg, 2)
3071
+ indicesList: wrappers_pb.googleProtobuf.Message.getRepeatedField(msg, 2)
3072
3072
  };
3073
3073
 
3074
3074
  if (includeInstance) {
@@ -3085,7 +3085,7 @@ proto.vertexvis.protobuf.core.IndexedVector3fArray.toObject = function(includeIn
3085
3085
  * @return {!proto.vertexvis.protobuf.core.IndexedVector3fArray}
3086
3086
  */
3087
3087
  proto.vertexvis.protobuf.core.IndexedVector3fArray.deserializeBinary = function(bytes) {
3088
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
3088
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
3089
3089
  var msg = new proto.vertexvis.protobuf.core.IndexedVector3fArray;
3090
3090
  return proto.vertexvis.protobuf.core.IndexedVector3fArray.deserializeBinaryFromReader(msg, reader);
3091
3091
  };
@@ -3128,7 +3128,7 @@ proto.vertexvis.protobuf.core.IndexedVector3fArray.deserializeBinaryFromReader =
3128
3128
  * @return {!Uint8Array}
3129
3129
  */
3130
3130
  proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.serializeBinary = function() {
3131
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
3131
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
3132
3132
  proto.vertexvis.protobuf.core.IndexedVector3fArray.serializeBinaryToWriter(this, writer);
3133
3133
  return writer.getResultBuffer();
3134
3134
  };
@@ -3167,13 +3167,13 @@ proto.vertexvis.protobuf.core.IndexedVector3fArray.serializeBinaryToWriter = fun
3167
3167
  */
3168
3168
  proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.getValuesList = function() {
3169
3169
  return /** @type{!Array<!proto.vertexvis.protobuf.core.Vector3f>} */ (
3170
- grpcWebClient_umd.googleProtobuf.Message.getRepeatedWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 1));
3170
+ wrappers_pb.googleProtobuf.Message.getRepeatedWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 1));
3171
3171
  };
3172
3172
 
3173
3173
 
3174
3174
  /** @param {!Array<!proto.vertexvis.protobuf.core.Vector3f>} value */
3175
3175
  proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.setValuesList = function(value) {
3176
- grpcWebClient_umd.googleProtobuf.Message.setRepeatedWrapperField(this, 1, value);
3176
+ wrappers_pb.googleProtobuf.Message.setRepeatedWrapperField(this, 1, value);
3177
3177
  };
3178
3178
 
3179
3179
 
@@ -3183,7 +3183,7 @@ proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.setValuesList = fun
3183
3183
  * @return {!proto.vertexvis.protobuf.core.Vector3f}
3184
3184
  */
3185
3185
  proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.addValues = function(opt_value, opt_index) {
3186
- return grpcWebClient_umd.googleProtobuf.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.vertexvis.protobuf.core.Vector3f, opt_index);
3186
+ return wrappers_pb.googleProtobuf.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.vertexvis.protobuf.core.Vector3f, opt_index);
3187
3187
  };
3188
3188
 
3189
3189
 
@@ -3197,13 +3197,13 @@ proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.clearValuesList = f
3197
3197
  * @return {!Array<number>}
3198
3198
  */
3199
3199
  proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.getIndicesList = function() {
3200
- return /** @type {!Array<number>} */ (grpcWebClient_umd.googleProtobuf.Message.getRepeatedField(this, 2));
3200
+ return /** @type {!Array<number>} */ (wrappers_pb.googleProtobuf.Message.getRepeatedField(this, 2));
3201
3201
  };
3202
3202
 
3203
3203
 
3204
3204
  /** @param {!Array<number>} value */
3205
3205
  proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.setIndicesList = function(value) {
3206
- grpcWebClient_umd.googleProtobuf.Message.setField(this, 2, value || []);
3206
+ wrappers_pb.googleProtobuf.Message.setField(this, 2, value || []);
3207
3207
  };
3208
3208
 
3209
3209
 
@@ -3212,7 +3212,7 @@ proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.setIndicesList = fu
3212
3212
  * @param {number=} opt_index
3213
3213
  */
3214
3214
  proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.addIndices = function(value, opt_index) {
3215
- grpcWebClient_umd.googleProtobuf.Message.addToRepeatedField(this, 2, value, opt_index);
3215
+ wrappers_pb.googleProtobuf.Message.addToRepeatedField(this, 2, value, opt_index);
3216
3216
  };
3217
3217
 
3218
3218
 
@@ -3233,15 +3233,15 @@ proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.clearIndicesList =
3233
3233
  * @constructor
3234
3234
  */
3235
3235
  proto.vertexvis.protobuf.core.Indexed3DTriangleSet = function(opt_data) {
3236
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
3236
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
3237
3237
  };
3238
- goog.inherits(proto.vertexvis.protobuf.core.Indexed3DTriangleSet, grpcWebClient_umd.googleProtobuf.Message);
3238
+ goog.inherits(proto.vertexvis.protobuf.core.Indexed3DTriangleSet, wrappers_pb.googleProtobuf.Message);
3239
3239
  if (goog.DEBUG && !COMPILED) {
3240
3240
  proto.vertexvis.protobuf.core.Indexed3DTriangleSet.displayName = 'proto.vertexvis.protobuf.core.Indexed3DTriangleSet';
3241
3241
  }
3242
3242
 
3243
3243
 
3244
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
3244
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
3245
3245
  /**
3246
3246
  * Creates an object representation of this proto suitable for use in Soy templates.
3247
3247
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -3286,7 +3286,7 @@ proto.vertexvis.protobuf.core.Indexed3DTriangleSet.toObject = function(includeIn
3286
3286
  * @return {!proto.vertexvis.protobuf.core.Indexed3DTriangleSet}
3287
3287
  */
3288
3288
  proto.vertexvis.protobuf.core.Indexed3DTriangleSet.deserializeBinary = function(bytes) {
3289
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
3289
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
3290
3290
  var msg = new proto.vertexvis.protobuf.core.Indexed3DTriangleSet;
3291
3291
  return proto.vertexvis.protobuf.core.Indexed3DTriangleSet.deserializeBinaryFromReader(msg, reader);
3292
3292
  };
@@ -3330,7 +3330,7 @@ proto.vertexvis.protobuf.core.Indexed3DTriangleSet.deserializeBinaryFromReader =
3330
3330
  * @return {!Uint8Array}
3331
3331
  */
3332
3332
  proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.serializeBinary = function() {
3333
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
3333
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
3334
3334
  proto.vertexvis.protobuf.core.Indexed3DTriangleSet.serializeBinaryToWriter(this, writer);
3335
3335
  return writer.getResultBuffer();
3336
3336
  };
@@ -3370,13 +3370,13 @@ proto.vertexvis.protobuf.core.Indexed3DTriangleSet.serializeBinaryToWriter = fun
3370
3370
  */
3371
3371
  proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.getVertices = function() {
3372
3372
  return /** @type{?proto.vertexvis.protobuf.core.IndexedVector3fArray} */ (
3373
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.IndexedVector3fArray, 1));
3373
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.IndexedVector3fArray, 1));
3374
3374
  };
3375
3375
 
3376
3376
 
3377
3377
  /** @param {?proto.vertexvis.protobuf.core.IndexedVector3fArray|undefined} value */
3378
3378
  proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.setVertices = function(value) {
3379
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
3379
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
3380
3380
  };
3381
3381
 
3382
3382
 
@@ -3390,7 +3390,7 @@ proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.clearVertices = fun
3390
3390
  * @return {!boolean}
3391
3391
  */
3392
3392
  proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.hasVertices = function() {
3393
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
3393
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
3394
3394
  };
3395
3395
 
3396
3396
 
@@ -3400,13 +3400,13 @@ proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.hasVertices = funct
3400
3400
  */
3401
3401
  proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.getNormals = function() {
3402
3402
  return /** @type{?proto.vertexvis.protobuf.core.IndexedVector3fArray} */ (
3403
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.IndexedVector3fArray, 2));
3403
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.IndexedVector3fArray, 2));
3404
3404
  };
3405
3405
 
3406
3406
 
3407
3407
  /** @param {?proto.vertexvis.protobuf.core.IndexedVector3fArray|undefined} value */
3408
3408
  proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.setNormals = function(value) {
3409
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
3409
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
3410
3410
  };
3411
3411
 
3412
3412
 
@@ -3420,7 +3420,7 @@ proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.clearNormals = func
3420
3420
  * @return {!boolean}
3421
3421
  */
3422
3422
  proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.hasNormals = function() {
3423
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
3423
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
3424
3424
  };
3425
3425
 
3426
3426
 
@@ -3436,15 +3436,15 @@ proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.hasNormals = functi
3436
3436
  * @constructor
3437
3437
  */
3438
3438
  proto.vertexvis.protobuf.core.Matrix4x4f = function(opt_data) {
3439
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
3439
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
3440
3440
  };
3441
- goog.inherits(proto.vertexvis.protobuf.core.Matrix4x4f, grpcWebClient_umd.googleProtobuf.Message);
3441
+ goog.inherits(proto.vertexvis.protobuf.core.Matrix4x4f, wrappers_pb.googleProtobuf.Message);
3442
3442
  if (goog.DEBUG && !COMPILED) {
3443
3443
  proto.vertexvis.protobuf.core.Matrix4x4f.displayName = 'proto.vertexvis.protobuf.core.Matrix4x4f';
3444
3444
  }
3445
3445
 
3446
3446
 
3447
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
3447
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
3448
3448
  /**
3449
3449
  * Creates an object representation of this proto suitable for use in Soy templates.
3450
3450
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -3491,7 +3491,7 @@ proto.vertexvis.protobuf.core.Matrix4x4f.toObject = function(includeInstance, ms
3491
3491
  * @return {!proto.vertexvis.protobuf.core.Matrix4x4f}
3492
3492
  */
3493
3493
  proto.vertexvis.protobuf.core.Matrix4x4f.deserializeBinary = function(bytes) {
3494
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
3494
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
3495
3495
  var msg = new proto.vertexvis.protobuf.core.Matrix4x4f;
3496
3496
  return proto.vertexvis.protobuf.core.Matrix4x4f.deserializeBinaryFromReader(msg, reader);
3497
3497
  };
@@ -3545,7 +3545,7 @@ proto.vertexvis.protobuf.core.Matrix4x4f.deserializeBinaryFromReader = function(
3545
3545
  * @return {!Uint8Array}
3546
3546
  */
3547
3547
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.serializeBinary = function() {
3548
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
3548
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
3549
3549
  proto.vertexvis.protobuf.core.Matrix4x4f.serializeBinaryToWriter(this, writer);
3550
3550
  return writer.getResultBuffer();
3551
3551
  };
@@ -3601,13 +3601,13 @@ proto.vertexvis.protobuf.core.Matrix4x4f.serializeBinaryToWriter = function(mess
3601
3601
  */
3602
3602
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.getR0 = function() {
3603
3603
  return /** @type{?proto.vertexvis.protobuf.core.Vector4f} */ (
3604
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4f, 1));
3604
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4f, 1));
3605
3605
  };
3606
3606
 
3607
3607
 
3608
3608
  /** @param {?proto.vertexvis.protobuf.core.Vector4f|undefined} value */
3609
3609
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.setR0 = function(value) {
3610
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
3610
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
3611
3611
  };
3612
3612
 
3613
3613
 
@@ -3621,7 +3621,7 @@ proto.vertexvis.protobuf.core.Matrix4x4f.prototype.clearR0 = function() {
3621
3621
  * @return {!boolean}
3622
3622
  */
3623
3623
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR0 = function() {
3624
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
3624
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
3625
3625
  };
3626
3626
 
3627
3627
 
@@ -3631,13 +3631,13 @@ proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR0 = function() {
3631
3631
  */
3632
3632
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.getR1 = function() {
3633
3633
  return /** @type{?proto.vertexvis.protobuf.core.Vector4f} */ (
3634
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4f, 2));
3634
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4f, 2));
3635
3635
  };
3636
3636
 
3637
3637
 
3638
3638
  /** @param {?proto.vertexvis.protobuf.core.Vector4f|undefined} value */
3639
3639
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.setR1 = function(value) {
3640
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
3640
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
3641
3641
  };
3642
3642
 
3643
3643
 
@@ -3651,7 +3651,7 @@ proto.vertexvis.protobuf.core.Matrix4x4f.prototype.clearR1 = function() {
3651
3651
  * @return {!boolean}
3652
3652
  */
3653
3653
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR1 = function() {
3654
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
3654
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
3655
3655
  };
3656
3656
 
3657
3657
 
@@ -3661,13 +3661,13 @@ proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR1 = function() {
3661
3661
  */
3662
3662
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.getR2 = function() {
3663
3663
  return /** @type{?proto.vertexvis.protobuf.core.Vector4f} */ (
3664
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4f, 3));
3664
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4f, 3));
3665
3665
  };
3666
3666
 
3667
3667
 
3668
3668
  /** @param {?proto.vertexvis.protobuf.core.Vector4f|undefined} value */
3669
3669
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.setR2 = function(value) {
3670
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 3, value);
3670
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 3, value);
3671
3671
  };
3672
3672
 
3673
3673
 
@@ -3681,7 +3681,7 @@ proto.vertexvis.protobuf.core.Matrix4x4f.prototype.clearR2 = function() {
3681
3681
  * @return {!boolean}
3682
3682
  */
3683
3683
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR2 = function() {
3684
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 3) != null;
3684
+ return wrappers_pb.googleProtobuf.Message.getField(this, 3) != null;
3685
3685
  };
3686
3686
 
3687
3687
 
@@ -3691,13 +3691,13 @@ proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR2 = function() {
3691
3691
  */
3692
3692
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.getR3 = function() {
3693
3693
  return /** @type{?proto.vertexvis.protobuf.core.Vector4f} */ (
3694
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4f, 4));
3694
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4f, 4));
3695
3695
  };
3696
3696
 
3697
3697
 
3698
3698
  /** @param {?proto.vertexvis.protobuf.core.Vector4f|undefined} value */
3699
3699
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.setR3 = function(value) {
3700
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 4, value);
3700
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 4, value);
3701
3701
  };
3702
3702
 
3703
3703
 
@@ -3711,7 +3711,7 @@ proto.vertexvis.protobuf.core.Matrix4x4f.prototype.clearR3 = function() {
3711
3711
  * @return {!boolean}
3712
3712
  */
3713
3713
  proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR3 = function() {
3714
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 4) != null;
3714
+ return wrappers_pb.googleProtobuf.Message.getField(this, 4) != null;
3715
3715
  };
3716
3716
 
3717
3717
 
@@ -3727,15 +3727,15 @@ proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR3 = function() {
3727
3727
  * @constructor
3728
3728
  */
3729
3729
  proto.vertexvis.protobuf.core.Matrix4x4d = function(opt_data) {
3730
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
3730
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
3731
3731
  };
3732
- goog.inherits(proto.vertexvis.protobuf.core.Matrix4x4d, grpcWebClient_umd.googleProtobuf.Message);
3732
+ goog.inherits(proto.vertexvis.protobuf.core.Matrix4x4d, wrappers_pb.googleProtobuf.Message);
3733
3733
  if (goog.DEBUG && !COMPILED) {
3734
3734
  proto.vertexvis.protobuf.core.Matrix4x4d.displayName = 'proto.vertexvis.protobuf.core.Matrix4x4d';
3735
3735
  }
3736
3736
 
3737
3737
 
3738
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
3738
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
3739
3739
  /**
3740
3740
  * Creates an object representation of this proto suitable for use in Soy templates.
3741
3741
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -3782,7 +3782,7 @@ proto.vertexvis.protobuf.core.Matrix4x4d.toObject = function(includeInstance, ms
3782
3782
  * @return {!proto.vertexvis.protobuf.core.Matrix4x4d}
3783
3783
  */
3784
3784
  proto.vertexvis.protobuf.core.Matrix4x4d.deserializeBinary = function(bytes) {
3785
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
3785
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
3786
3786
  var msg = new proto.vertexvis.protobuf.core.Matrix4x4d;
3787
3787
  return proto.vertexvis.protobuf.core.Matrix4x4d.deserializeBinaryFromReader(msg, reader);
3788
3788
  };
@@ -3836,7 +3836,7 @@ proto.vertexvis.protobuf.core.Matrix4x4d.deserializeBinaryFromReader = function(
3836
3836
  * @return {!Uint8Array}
3837
3837
  */
3838
3838
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.serializeBinary = function() {
3839
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
3839
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
3840
3840
  proto.vertexvis.protobuf.core.Matrix4x4d.serializeBinaryToWriter(this, writer);
3841
3841
  return writer.getResultBuffer();
3842
3842
  };
@@ -3892,13 +3892,13 @@ proto.vertexvis.protobuf.core.Matrix4x4d.serializeBinaryToWriter = function(mess
3892
3892
  */
3893
3893
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.getR0 = function() {
3894
3894
  return /** @type{?proto.vertexvis.protobuf.core.Vector4d} */ (
3895
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4d, 1));
3895
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4d, 1));
3896
3896
  };
3897
3897
 
3898
3898
 
3899
3899
  /** @param {?proto.vertexvis.protobuf.core.Vector4d|undefined} value */
3900
3900
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.setR0 = function(value) {
3901
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
3901
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
3902
3902
  };
3903
3903
 
3904
3904
 
@@ -3912,7 +3912,7 @@ proto.vertexvis.protobuf.core.Matrix4x4d.prototype.clearR0 = function() {
3912
3912
  * @return {!boolean}
3913
3913
  */
3914
3914
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR0 = function() {
3915
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
3915
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
3916
3916
  };
3917
3917
 
3918
3918
 
@@ -3922,13 +3922,13 @@ proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR0 = function() {
3922
3922
  */
3923
3923
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.getR1 = function() {
3924
3924
  return /** @type{?proto.vertexvis.protobuf.core.Vector4d} */ (
3925
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4d, 2));
3925
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4d, 2));
3926
3926
  };
3927
3927
 
3928
3928
 
3929
3929
  /** @param {?proto.vertexvis.protobuf.core.Vector4d|undefined} value */
3930
3930
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.setR1 = function(value) {
3931
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
3931
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
3932
3932
  };
3933
3933
 
3934
3934
 
@@ -3942,7 +3942,7 @@ proto.vertexvis.protobuf.core.Matrix4x4d.prototype.clearR1 = function() {
3942
3942
  * @return {!boolean}
3943
3943
  */
3944
3944
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR1 = function() {
3945
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
3945
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
3946
3946
  };
3947
3947
 
3948
3948
 
@@ -3952,13 +3952,13 @@ proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR1 = function() {
3952
3952
  */
3953
3953
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.getR2 = function() {
3954
3954
  return /** @type{?proto.vertexvis.protobuf.core.Vector4d} */ (
3955
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4d, 3));
3955
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4d, 3));
3956
3956
  };
3957
3957
 
3958
3958
 
3959
3959
  /** @param {?proto.vertexvis.protobuf.core.Vector4d|undefined} value */
3960
3960
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.setR2 = function(value) {
3961
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 3, value);
3961
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 3, value);
3962
3962
  };
3963
3963
 
3964
3964
 
@@ -3972,7 +3972,7 @@ proto.vertexvis.protobuf.core.Matrix4x4d.prototype.clearR2 = function() {
3972
3972
  * @return {!boolean}
3973
3973
  */
3974
3974
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR2 = function() {
3975
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 3) != null;
3975
+ return wrappers_pb.googleProtobuf.Message.getField(this, 3) != null;
3976
3976
  };
3977
3977
 
3978
3978
 
@@ -3982,13 +3982,13 @@ proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR2 = function() {
3982
3982
  */
3983
3983
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.getR3 = function() {
3984
3984
  return /** @type{?proto.vertexvis.protobuf.core.Vector4d} */ (
3985
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4d, 4));
3985
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector4d, 4));
3986
3986
  };
3987
3987
 
3988
3988
 
3989
3989
  /** @param {?proto.vertexvis.protobuf.core.Vector4d|undefined} value */
3990
3990
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.setR3 = function(value) {
3991
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 4, value);
3991
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 4, value);
3992
3992
  };
3993
3993
 
3994
3994
 
@@ -4002,7 +4002,7 @@ proto.vertexvis.protobuf.core.Matrix4x4d.prototype.clearR3 = function() {
4002
4002
  * @return {!boolean}
4003
4003
  */
4004
4004
  proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR3 = function() {
4005
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 4) != null;
4005
+ return wrappers_pb.googleProtobuf.Message.getField(this, 4) != null;
4006
4006
  };
4007
4007
 
4008
4008
 
@@ -4018,15 +4018,15 @@ proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR3 = function() {
4018
4018
  * @constructor
4019
4019
  */
4020
4020
  proto.vertexvis.protobuf.core.Dimension2i = function(opt_data) {
4021
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4021
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4022
4022
  };
4023
- goog.inherits(proto.vertexvis.protobuf.core.Dimension2i, grpcWebClient_umd.googleProtobuf.Message);
4023
+ goog.inherits(proto.vertexvis.protobuf.core.Dimension2i, wrappers_pb.googleProtobuf.Message);
4024
4024
  if (goog.DEBUG && !COMPILED) {
4025
4025
  proto.vertexvis.protobuf.core.Dimension2i.displayName = 'proto.vertexvis.protobuf.core.Dimension2i';
4026
4026
  }
4027
4027
 
4028
4028
 
4029
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4029
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4030
4030
  /**
4031
4031
  * Creates an object representation of this proto suitable for use in Soy templates.
4032
4032
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -4053,8 +4053,8 @@ proto.vertexvis.protobuf.core.Dimension2i.prototype.toObject = function(opt_incl
4053
4053
  */
4054
4054
  proto.vertexvis.protobuf.core.Dimension2i.toObject = function(includeInstance, msg) {
4055
4055
  var obj = {
4056
- width: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0),
4057
- height: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0)
4056
+ width: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0),
4057
+ height: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0)
4058
4058
  };
4059
4059
 
4060
4060
  if (includeInstance) {
@@ -4071,7 +4071,7 @@ proto.vertexvis.protobuf.core.Dimension2i.toObject = function(includeInstance, m
4071
4071
  * @return {!proto.vertexvis.protobuf.core.Dimension2i}
4072
4072
  */
4073
4073
  proto.vertexvis.protobuf.core.Dimension2i.deserializeBinary = function(bytes) {
4074
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
4074
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
4075
4075
  var msg = new proto.vertexvis.protobuf.core.Dimension2i;
4076
4076
  return proto.vertexvis.protobuf.core.Dimension2i.deserializeBinaryFromReader(msg, reader);
4077
4077
  };
@@ -4113,7 +4113,7 @@ proto.vertexvis.protobuf.core.Dimension2i.deserializeBinaryFromReader = function
4113
4113
  * @return {!Uint8Array}
4114
4114
  */
4115
4115
  proto.vertexvis.protobuf.core.Dimension2i.prototype.serializeBinary = function() {
4116
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
4116
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
4117
4117
  proto.vertexvis.protobuf.core.Dimension2i.serializeBinaryToWriter(this, writer);
4118
4118
  return writer.getResultBuffer();
4119
4119
  };
@@ -4150,13 +4150,13 @@ proto.vertexvis.protobuf.core.Dimension2i.serializeBinaryToWriter = function(mes
4150
4150
  * @return {number}
4151
4151
  */
4152
4152
  proto.vertexvis.protobuf.core.Dimension2i.prototype.getWidth = function() {
4153
- return /** @type {number} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0));
4153
+ return /** @type {number} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0));
4154
4154
  };
4155
4155
 
4156
4156
 
4157
4157
  /** @param {number} value */
4158
4158
  proto.vertexvis.protobuf.core.Dimension2i.prototype.setWidth = function(value) {
4159
- grpcWebClient_umd.googleProtobuf.Message.setProto3IntField(this, 1, value);
4159
+ wrappers_pb.googleProtobuf.Message.setProto3IntField(this, 1, value);
4160
4160
  };
4161
4161
 
4162
4162
 
@@ -4165,13 +4165,13 @@ proto.vertexvis.protobuf.core.Dimension2i.prototype.setWidth = function(value) {
4165
4165
  * @return {number}
4166
4166
  */
4167
4167
  proto.vertexvis.protobuf.core.Dimension2i.prototype.getHeight = function() {
4168
- return /** @type {number} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, 0));
4168
+ return /** @type {number} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, 0));
4169
4169
  };
4170
4170
 
4171
4171
 
4172
4172
  /** @param {number} value */
4173
4173
  proto.vertexvis.protobuf.core.Dimension2i.prototype.setHeight = function(value) {
4174
- grpcWebClient_umd.googleProtobuf.Message.setProto3IntField(this, 2, value);
4174
+ wrappers_pb.googleProtobuf.Message.setProto3IntField(this, 2, value);
4175
4175
  };
4176
4176
 
4177
4177
 
@@ -4187,15 +4187,15 @@ proto.vertexvis.protobuf.core.Dimension2i.prototype.setHeight = function(value)
4187
4187
  * @constructor
4188
4188
  */
4189
4189
  proto.vertexvis.protobuf.core.Point2i = function(opt_data) {
4190
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4190
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4191
4191
  };
4192
- goog.inherits(proto.vertexvis.protobuf.core.Point2i, grpcWebClient_umd.googleProtobuf.Message);
4192
+ goog.inherits(proto.vertexvis.protobuf.core.Point2i, wrappers_pb.googleProtobuf.Message);
4193
4193
  if (goog.DEBUG && !COMPILED) {
4194
4194
  proto.vertexvis.protobuf.core.Point2i.displayName = 'proto.vertexvis.protobuf.core.Point2i';
4195
4195
  }
4196
4196
 
4197
4197
 
4198
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4198
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4199
4199
  /**
4200
4200
  * Creates an object representation of this proto suitable for use in Soy templates.
4201
4201
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -4222,8 +4222,8 @@ proto.vertexvis.protobuf.core.Point2i.prototype.toObject = function(opt_includeI
4222
4222
  */
4223
4223
  proto.vertexvis.protobuf.core.Point2i.toObject = function(includeInstance, msg) {
4224
4224
  var obj = {
4225
- dx: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0),
4226
- dy: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0)
4225
+ dx: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0),
4226
+ dy: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0)
4227
4227
  };
4228
4228
 
4229
4229
  if (includeInstance) {
@@ -4240,7 +4240,7 @@ proto.vertexvis.protobuf.core.Point2i.toObject = function(includeInstance, msg)
4240
4240
  * @return {!proto.vertexvis.protobuf.core.Point2i}
4241
4241
  */
4242
4242
  proto.vertexvis.protobuf.core.Point2i.deserializeBinary = function(bytes) {
4243
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
4243
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
4244
4244
  var msg = new proto.vertexvis.protobuf.core.Point2i;
4245
4245
  return proto.vertexvis.protobuf.core.Point2i.deserializeBinaryFromReader(msg, reader);
4246
4246
  };
@@ -4282,7 +4282,7 @@ proto.vertexvis.protobuf.core.Point2i.deserializeBinaryFromReader = function(msg
4282
4282
  * @return {!Uint8Array}
4283
4283
  */
4284
4284
  proto.vertexvis.protobuf.core.Point2i.prototype.serializeBinary = function() {
4285
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
4285
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
4286
4286
  proto.vertexvis.protobuf.core.Point2i.serializeBinaryToWriter(this, writer);
4287
4287
  return writer.getResultBuffer();
4288
4288
  };
@@ -4319,13 +4319,13 @@ proto.vertexvis.protobuf.core.Point2i.serializeBinaryToWriter = function(message
4319
4319
  * @return {number}
4320
4320
  */
4321
4321
  proto.vertexvis.protobuf.core.Point2i.prototype.getDx = function() {
4322
- return /** @type {number} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0));
4322
+ return /** @type {number} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0));
4323
4323
  };
4324
4324
 
4325
4325
 
4326
4326
  /** @param {number} value */
4327
4327
  proto.vertexvis.protobuf.core.Point2i.prototype.setDx = function(value) {
4328
- grpcWebClient_umd.googleProtobuf.Message.setProto3IntField(this, 1, value);
4328
+ wrappers_pb.googleProtobuf.Message.setProto3IntField(this, 1, value);
4329
4329
  };
4330
4330
 
4331
4331
 
@@ -4334,13 +4334,13 @@ proto.vertexvis.protobuf.core.Point2i.prototype.setDx = function(value) {
4334
4334
  * @return {number}
4335
4335
  */
4336
4336
  proto.vertexvis.protobuf.core.Point2i.prototype.getDy = function() {
4337
- return /** @type {number} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, 0));
4337
+ return /** @type {number} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, 0));
4338
4338
  };
4339
4339
 
4340
4340
 
4341
4341
  /** @param {number} value */
4342
4342
  proto.vertexvis.protobuf.core.Point2i.prototype.setDy = function(value) {
4343
- grpcWebClient_umd.googleProtobuf.Message.setProto3IntField(this, 2, value);
4343
+ wrappers_pb.googleProtobuf.Message.setProto3IntField(this, 2, value);
4344
4344
  };
4345
4345
 
4346
4346
 
@@ -4356,15 +4356,15 @@ proto.vertexvis.protobuf.core.Point2i.prototype.setDy = function(value) {
4356
4356
  * @constructor
4357
4357
  */
4358
4358
  proto.vertexvis.protobuf.core.BBox2f = function(opt_data) {
4359
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4359
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4360
4360
  };
4361
- goog.inherits(proto.vertexvis.protobuf.core.BBox2f, grpcWebClient_umd.googleProtobuf.Message);
4361
+ goog.inherits(proto.vertexvis.protobuf.core.BBox2f, wrappers_pb.googleProtobuf.Message);
4362
4362
  if (goog.DEBUG && !COMPILED) {
4363
4363
  proto.vertexvis.protobuf.core.BBox2f.displayName = 'proto.vertexvis.protobuf.core.BBox2f';
4364
4364
  }
4365
4365
 
4366
4366
 
4367
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4367
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4368
4368
  /**
4369
4369
  * Creates an object representation of this proto suitable for use in Soy templates.
4370
4370
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -4409,7 +4409,7 @@ proto.vertexvis.protobuf.core.BBox2f.toObject = function(includeInstance, msg) {
4409
4409
  * @return {!proto.vertexvis.protobuf.core.BBox2f}
4410
4410
  */
4411
4411
  proto.vertexvis.protobuf.core.BBox2f.deserializeBinary = function(bytes) {
4412
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
4412
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
4413
4413
  var msg = new proto.vertexvis.protobuf.core.BBox2f;
4414
4414
  return proto.vertexvis.protobuf.core.BBox2f.deserializeBinaryFromReader(msg, reader);
4415
4415
  };
@@ -4453,7 +4453,7 @@ proto.vertexvis.protobuf.core.BBox2f.deserializeBinaryFromReader = function(msg,
4453
4453
  * @return {!Uint8Array}
4454
4454
  */
4455
4455
  proto.vertexvis.protobuf.core.BBox2f.prototype.serializeBinary = function() {
4456
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
4456
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
4457
4457
  proto.vertexvis.protobuf.core.BBox2f.serializeBinaryToWriter(this, writer);
4458
4458
  return writer.getResultBuffer();
4459
4459
  };
@@ -4493,13 +4493,13 @@ proto.vertexvis.protobuf.core.BBox2f.serializeBinaryToWriter = function(message,
4493
4493
  */
4494
4494
  proto.vertexvis.protobuf.core.BBox2f.prototype.getMin = function() {
4495
4495
  return /** @type{?proto.vertexvis.protobuf.core.Vector2f} */ (
4496
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2f, 1));
4496
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2f, 1));
4497
4497
  };
4498
4498
 
4499
4499
 
4500
4500
  /** @param {?proto.vertexvis.protobuf.core.Vector2f|undefined} value */
4501
4501
  proto.vertexvis.protobuf.core.BBox2f.prototype.setMin = function(value) {
4502
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
4502
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
4503
4503
  };
4504
4504
 
4505
4505
 
@@ -4513,7 +4513,7 @@ proto.vertexvis.protobuf.core.BBox2f.prototype.clearMin = function() {
4513
4513
  * @return {!boolean}
4514
4514
  */
4515
4515
  proto.vertexvis.protobuf.core.BBox2f.prototype.hasMin = function() {
4516
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
4516
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
4517
4517
  };
4518
4518
 
4519
4519
 
@@ -4523,13 +4523,13 @@ proto.vertexvis.protobuf.core.BBox2f.prototype.hasMin = function() {
4523
4523
  */
4524
4524
  proto.vertexvis.protobuf.core.BBox2f.prototype.getMax = function() {
4525
4525
  return /** @type{?proto.vertexvis.protobuf.core.Vector2f} */ (
4526
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2f, 2));
4526
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2f, 2));
4527
4527
  };
4528
4528
 
4529
4529
 
4530
4530
  /** @param {?proto.vertexvis.protobuf.core.Vector2f|undefined} value */
4531
4531
  proto.vertexvis.protobuf.core.BBox2f.prototype.setMax = function(value) {
4532
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
4532
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
4533
4533
  };
4534
4534
 
4535
4535
 
@@ -4543,7 +4543,7 @@ proto.vertexvis.protobuf.core.BBox2f.prototype.clearMax = function() {
4543
4543
  * @return {!boolean}
4544
4544
  */
4545
4545
  proto.vertexvis.protobuf.core.BBox2f.prototype.hasMax = function() {
4546
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
4546
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
4547
4547
  };
4548
4548
 
4549
4549
 
@@ -4559,15 +4559,15 @@ proto.vertexvis.protobuf.core.BBox2f.prototype.hasMax = function() {
4559
4559
  * @constructor
4560
4560
  */
4561
4561
  proto.vertexvis.protobuf.core.BBox2d = function(opt_data) {
4562
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4562
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4563
4563
  };
4564
- goog.inherits(proto.vertexvis.protobuf.core.BBox2d, grpcWebClient_umd.googleProtobuf.Message);
4564
+ goog.inherits(proto.vertexvis.protobuf.core.BBox2d, wrappers_pb.googleProtobuf.Message);
4565
4565
  if (goog.DEBUG && !COMPILED) {
4566
4566
  proto.vertexvis.protobuf.core.BBox2d.displayName = 'proto.vertexvis.protobuf.core.BBox2d';
4567
4567
  }
4568
4568
 
4569
4569
 
4570
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4570
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4571
4571
  /**
4572
4572
  * Creates an object representation of this proto suitable for use in Soy templates.
4573
4573
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -4612,7 +4612,7 @@ proto.vertexvis.protobuf.core.BBox2d.toObject = function(includeInstance, msg) {
4612
4612
  * @return {!proto.vertexvis.protobuf.core.BBox2d}
4613
4613
  */
4614
4614
  proto.vertexvis.protobuf.core.BBox2d.deserializeBinary = function(bytes) {
4615
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
4615
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
4616
4616
  var msg = new proto.vertexvis.protobuf.core.BBox2d;
4617
4617
  return proto.vertexvis.protobuf.core.BBox2d.deserializeBinaryFromReader(msg, reader);
4618
4618
  };
@@ -4656,7 +4656,7 @@ proto.vertexvis.protobuf.core.BBox2d.deserializeBinaryFromReader = function(msg,
4656
4656
  * @return {!Uint8Array}
4657
4657
  */
4658
4658
  proto.vertexvis.protobuf.core.BBox2d.prototype.serializeBinary = function() {
4659
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
4659
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
4660
4660
  proto.vertexvis.protobuf.core.BBox2d.serializeBinaryToWriter(this, writer);
4661
4661
  return writer.getResultBuffer();
4662
4662
  };
@@ -4696,13 +4696,13 @@ proto.vertexvis.protobuf.core.BBox2d.serializeBinaryToWriter = function(message,
4696
4696
  */
4697
4697
  proto.vertexvis.protobuf.core.BBox2d.prototype.getMin = function() {
4698
4698
  return /** @type{?proto.vertexvis.protobuf.core.Vector2d} */ (
4699
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2d, 1));
4699
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2d, 1));
4700
4700
  };
4701
4701
 
4702
4702
 
4703
4703
  /** @param {?proto.vertexvis.protobuf.core.Vector2d|undefined} value */
4704
4704
  proto.vertexvis.protobuf.core.BBox2d.prototype.setMin = function(value) {
4705
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
4705
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
4706
4706
  };
4707
4707
 
4708
4708
 
@@ -4716,7 +4716,7 @@ proto.vertexvis.protobuf.core.BBox2d.prototype.clearMin = function() {
4716
4716
  * @return {!boolean}
4717
4717
  */
4718
4718
  proto.vertexvis.protobuf.core.BBox2d.prototype.hasMin = function() {
4719
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
4719
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
4720
4720
  };
4721
4721
 
4722
4722
 
@@ -4726,13 +4726,13 @@ proto.vertexvis.protobuf.core.BBox2d.prototype.hasMin = function() {
4726
4726
  */
4727
4727
  proto.vertexvis.protobuf.core.BBox2d.prototype.getMax = function() {
4728
4728
  return /** @type{?proto.vertexvis.protobuf.core.Vector2d} */ (
4729
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2d, 2));
4729
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2d, 2));
4730
4730
  };
4731
4731
 
4732
4732
 
4733
4733
  /** @param {?proto.vertexvis.protobuf.core.Vector2d|undefined} value */
4734
4734
  proto.vertexvis.protobuf.core.BBox2d.prototype.setMax = function(value) {
4735
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
4735
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
4736
4736
  };
4737
4737
 
4738
4738
 
@@ -4746,7 +4746,7 @@ proto.vertexvis.protobuf.core.BBox2d.prototype.clearMax = function() {
4746
4746
  * @return {!boolean}
4747
4747
  */
4748
4748
  proto.vertexvis.protobuf.core.BBox2d.prototype.hasMax = function() {
4749
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
4749
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
4750
4750
  };
4751
4751
 
4752
4752
 
@@ -4762,15 +4762,15 @@ proto.vertexvis.protobuf.core.BBox2d.prototype.hasMax = function() {
4762
4762
  * @constructor
4763
4763
  */
4764
4764
  proto.vertexvis.protobuf.core.BBox3f = function(opt_data) {
4765
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4765
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4766
4766
  };
4767
- goog.inherits(proto.vertexvis.protobuf.core.BBox3f, grpcWebClient_umd.googleProtobuf.Message);
4767
+ goog.inherits(proto.vertexvis.protobuf.core.BBox3f, wrappers_pb.googleProtobuf.Message);
4768
4768
  if (goog.DEBUG && !COMPILED) {
4769
4769
  proto.vertexvis.protobuf.core.BBox3f.displayName = 'proto.vertexvis.protobuf.core.BBox3f';
4770
4770
  }
4771
4771
 
4772
4772
 
4773
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4773
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4774
4774
  /**
4775
4775
  * Creates an object representation of this proto suitable for use in Soy templates.
4776
4776
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -4815,7 +4815,7 @@ proto.vertexvis.protobuf.core.BBox3f.toObject = function(includeInstance, msg) {
4815
4815
  * @return {!proto.vertexvis.protobuf.core.BBox3f}
4816
4816
  */
4817
4817
  proto.vertexvis.protobuf.core.BBox3f.deserializeBinary = function(bytes) {
4818
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
4818
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
4819
4819
  var msg = new proto.vertexvis.protobuf.core.BBox3f;
4820
4820
  return proto.vertexvis.protobuf.core.BBox3f.deserializeBinaryFromReader(msg, reader);
4821
4821
  };
@@ -4859,7 +4859,7 @@ proto.vertexvis.protobuf.core.BBox3f.deserializeBinaryFromReader = function(msg,
4859
4859
  * @return {!Uint8Array}
4860
4860
  */
4861
4861
  proto.vertexvis.protobuf.core.BBox3f.prototype.serializeBinary = function() {
4862
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
4862
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
4863
4863
  proto.vertexvis.protobuf.core.BBox3f.serializeBinaryToWriter(this, writer);
4864
4864
  return writer.getResultBuffer();
4865
4865
  };
@@ -4899,13 +4899,13 @@ proto.vertexvis.protobuf.core.BBox3f.serializeBinaryToWriter = function(message,
4899
4899
  */
4900
4900
  proto.vertexvis.protobuf.core.BBox3f.prototype.getMin = function() {
4901
4901
  return /** @type{?proto.vertexvis.protobuf.core.Vector3f} */ (
4902
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 1));
4902
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 1));
4903
4903
  };
4904
4904
 
4905
4905
 
4906
4906
  /** @param {?proto.vertexvis.protobuf.core.Vector3f|undefined} value */
4907
4907
  proto.vertexvis.protobuf.core.BBox3f.prototype.setMin = function(value) {
4908
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
4908
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
4909
4909
  };
4910
4910
 
4911
4911
 
@@ -4919,7 +4919,7 @@ proto.vertexvis.protobuf.core.BBox3f.prototype.clearMin = function() {
4919
4919
  * @return {!boolean}
4920
4920
  */
4921
4921
  proto.vertexvis.protobuf.core.BBox3f.prototype.hasMin = function() {
4922
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
4922
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
4923
4923
  };
4924
4924
 
4925
4925
 
@@ -4929,13 +4929,13 @@ proto.vertexvis.protobuf.core.BBox3f.prototype.hasMin = function() {
4929
4929
  */
4930
4930
  proto.vertexvis.protobuf.core.BBox3f.prototype.getMax = function() {
4931
4931
  return /** @type{?proto.vertexvis.protobuf.core.Vector3f} */ (
4932
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 2));
4932
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 2));
4933
4933
  };
4934
4934
 
4935
4935
 
4936
4936
  /** @param {?proto.vertexvis.protobuf.core.Vector3f|undefined} value */
4937
4937
  proto.vertexvis.protobuf.core.BBox3f.prototype.setMax = function(value) {
4938
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
4938
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
4939
4939
  };
4940
4940
 
4941
4941
 
@@ -4949,7 +4949,7 @@ proto.vertexvis.protobuf.core.BBox3f.prototype.clearMax = function() {
4949
4949
  * @return {!boolean}
4950
4950
  */
4951
4951
  proto.vertexvis.protobuf.core.BBox3f.prototype.hasMax = function() {
4952
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
4952
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
4953
4953
  };
4954
4954
 
4955
4955
 
@@ -4965,15 +4965,15 @@ proto.vertexvis.protobuf.core.BBox3f.prototype.hasMax = function() {
4965
4965
  * @constructor
4966
4966
  */
4967
4967
  proto.vertexvis.protobuf.core.BBox3d = function(opt_data) {
4968
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4968
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
4969
4969
  };
4970
- goog.inherits(proto.vertexvis.protobuf.core.BBox3d, grpcWebClient_umd.googleProtobuf.Message);
4970
+ goog.inherits(proto.vertexvis.protobuf.core.BBox3d, wrappers_pb.googleProtobuf.Message);
4971
4971
  if (goog.DEBUG && !COMPILED) {
4972
4972
  proto.vertexvis.protobuf.core.BBox3d.displayName = 'proto.vertexvis.protobuf.core.BBox3d';
4973
4973
  }
4974
4974
 
4975
4975
 
4976
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4976
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
4977
4977
  /**
4978
4978
  * Creates an object representation of this proto suitable for use in Soy templates.
4979
4979
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -5018,7 +5018,7 @@ proto.vertexvis.protobuf.core.BBox3d.toObject = function(includeInstance, msg) {
5018
5018
  * @return {!proto.vertexvis.protobuf.core.BBox3d}
5019
5019
  */
5020
5020
  proto.vertexvis.protobuf.core.BBox3d.deserializeBinary = function(bytes) {
5021
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
5021
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
5022
5022
  var msg = new proto.vertexvis.protobuf.core.BBox3d;
5023
5023
  return proto.vertexvis.protobuf.core.BBox3d.deserializeBinaryFromReader(msg, reader);
5024
5024
  };
@@ -5062,7 +5062,7 @@ proto.vertexvis.protobuf.core.BBox3d.deserializeBinaryFromReader = function(msg,
5062
5062
  * @return {!Uint8Array}
5063
5063
  */
5064
5064
  proto.vertexvis.protobuf.core.BBox3d.prototype.serializeBinary = function() {
5065
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
5065
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
5066
5066
  proto.vertexvis.protobuf.core.BBox3d.serializeBinaryToWriter(this, writer);
5067
5067
  return writer.getResultBuffer();
5068
5068
  };
@@ -5102,13 +5102,13 @@ proto.vertexvis.protobuf.core.BBox3d.serializeBinaryToWriter = function(message,
5102
5102
  */
5103
5103
  proto.vertexvis.protobuf.core.BBox3d.prototype.getMin = function() {
5104
5104
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
5105
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 1));
5105
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 1));
5106
5106
  };
5107
5107
 
5108
5108
 
5109
5109
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
5110
5110
  proto.vertexvis.protobuf.core.BBox3d.prototype.setMin = function(value) {
5111
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
5111
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
5112
5112
  };
5113
5113
 
5114
5114
 
@@ -5122,7 +5122,7 @@ proto.vertexvis.protobuf.core.BBox3d.prototype.clearMin = function() {
5122
5122
  * @return {!boolean}
5123
5123
  */
5124
5124
  proto.vertexvis.protobuf.core.BBox3d.prototype.hasMin = function() {
5125
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
5125
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
5126
5126
  };
5127
5127
 
5128
5128
 
@@ -5132,13 +5132,13 @@ proto.vertexvis.protobuf.core.BBox3d.prototype.hasMin = function() {
5132
5132
  */
5133
5133
  proto.vertexvis.protobuf.core.BBox3d.prototype.getMax = function() {
5134
5134
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
5135
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 2));
5135
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 2));
5136
5136
  };
5137
5137
 
5138
5138
 
5139
5139
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
5140
5140
  proto.vertexvis.protobuf.core.BBox3d.prototype.setMax = function(value) {
5141
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
5141
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
5142
5142
  };
5143
5143
 
5144
5144
 
@@ -5152,7 +5152,7 @@ proto.vertexvis.protobuf.core.BBox3d.prototype.clearMax = function() {
5152
5152
  * @return {!boolean}
5153
5153
  */
5154
5154
  proto.vertexvis.protobuf.core.BBox3d.prototype.hasMax = function() {
5155
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
5155
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
5156
5156
  };
5157
5157
 
5158
5158
 
@@ -5168,15 +5168,15 @@ proto.vertexvis.protobuf.core.BBox3d.prototype.hasMax = function() {
5168
5168
  * @constructor
5169
5169
  */
5170
5170
  proto.vertexvis.protobuf.core.LinearTransform2f = function(opt_data) {
5171
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
5171
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
5172
5172
  };
5173
- goog.inherits(proto.vertexvis.protobuf.core.LinearTransform2f, grpcWebClient_umd.googleProtobuf.Message);
5173
+ goog.inherits(proto.vertexvis.protobuf.core.LinearTransform2f, wrappers_pb.googleProtobuf.Message);
5174
5174
  if (goog.DEBUG && !COMPILED) {
5175
5175
  proto.vertexvis.protobuf.core.LinearTransform2f.displayName = 'proto.vertexvis.protobuf.core.LinearTransform2f';
5176
5176
  }
5177
5177
 
5178
5178
 
5179
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
5179
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
5180
5180
  /**
5181
5181
  * Creates an object representation of this proto suitable for use in Soy templates.
5182
5182
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -5221,7 +5221,7 @@ proto.vertexvis.protobuf.core.LinearTransform2f.toObject = function(includeInsta
5221
5221
  * @return {!proto.vertexvis.protobuf.core.LinearTransform2f}
5222
5222
  */
5223
5223
  proto.vertexvis.protobuf.core.LinearTransform2f.deserializeBinary = function(bytes) {
5224
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
5224
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
5225
5225
  var msg = new proto.vertexvis.protobuf.core.LinearTransform2f;
5226
5226
  return proto.vertexvis.protobuf.core.LinearTransform2f.deserializeBinaryFromReader(msg, reader);
5227
5227
  };
@@ -5265,7 +5265,7 @@ proto.vertexvis.protobuf.core.LinearTransform2f.deserializeBinaryFromReader = fu
5265
5265
  * @return {!Uint8Array}
5266
5266
  */
5267
5267
  proto.vertexvis.protobuf.core.LinearTransform2f.prototype.serializeBinary = function() {
5268
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
5268
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
5269
5269
  proto.vertexvis.protobuf.core.LinearTransform2f.serializeBinaryToWriter(this, writer);
5270
5270
  return writer.getResultBuffer();
5271
5271
  };
@@ -5305,13 +5305,13 @@ proto.vertexvis.protobuf.core.LinearTransform2f.serializeBinaryToWriter = functi
5305
5305
  */
5306
5306
  proto.vertexvis.protobuf.core.LinearTransform2f.prototype.getBasisX = function() {
5307
5307
  return /** @type{?proto.vertexvis.protobuf.core.Vector2f} */ (
5308
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2f, 1));
5308
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2f, 1));
5309
5309
  };
5310
5310
 
5311
5311
 
5312
5312
  /** @param {?proto.vertexvis.protobuf.core.Vector2f|undefined} value */
5313
5313
  proto.vertexvis.protobuf.core.LinearTransform2f.prototype.setBasisX = function(value) {
5314
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
5314
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
5315
5315
  };
5316
5316
 
5317
5317
 
@@ -5325,7 +5325,7 @@ proto.vertexvis.protobuf.core.LinearTransform2f.prototype.clearBasisX = function
5325
5325
  * @return {!boolean}
5326
5326
  */
5327
5327
  proto.vertexvis.protobuf.core.LinearTransform2f.prototype.hasBasisX = function() {
5328
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
5328
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
5329
5329
  };
5330
5330
 
5331
5331
 
@@ -5335,13 +5335,13 @@ proto.vertexvis.protobuf.core.LinearTransform2f.prototype.hasBasisX = function()
5335
5335
  */
5336
5336
  proto.vertexvis.protobuf.core.LinearTransform2f.prototype.getBasisY = function() {
5337
5337
  return /** @type{?proto.vertexvis.protobuf.core.Vector2f} */ (
5338
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2f, 2));
5338
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2f, 2));
5339
5339
  };
5340
5340
 
5341
5341
 
5342
5342
  /** @param {?proto.vertexvis.protobuf.core.Vector2f|undefined} value */
5343
5343
  proto.vertexvis.protobuf.core.LinearTransform2f.prototype.setBasisY = function(value) {
5344
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
5344
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
5345
5345
  };
5346
5346
 
5347
5347
 
@@ -5355,7 +5355,7 @@ proto.vertexvis.protobuf.core.LinearTransform2f.prototype.clearBasisY = function
5355
5355
  * @return {!boolean}
5356
5356
  */
5357
5357
  proto.vertexvis.protobuf.core.LinearTransform2f.prototype.hasBasisY = function() {
5358
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
5358
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
5359
5359
  };
5360
5360
 
5361
5361
 
@@ -5371,15 +5371,15 @@ proto.vertexvis.protobuf.core.LinearTransform2f.prototype.hasBasisY = function()
5371
5371
  * @constructor
5372
5372
  */
5373
5373
  proto.vertexvis.protobuf.core.LinearTransform2d = function(opt_data) {
5374
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
5374
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
5375
5375
  };
5376
- goog.inherits(proto.vertexvis.protobuf.core.LinearTransform2d, grpcWebClient_umd.googleProtobuf.Message);
5376
+ goog.inherits(proto.vertexvis.protobuf.core.LinearTransform2d, wrappers_pb.googleProtobuf.Message);
5377
5377
  if (goog.DEBUG && !COMPILED) {
5378
5378
  proto.vertexvis.protobuf.core.LinearTransform2d.displayName = 'proto.vertexvis.protobuf.core.LinearTransform2d';
5379
5379
  }
5380
5380
 
5381
5381
 
5382
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
5382
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
5383
5383
  /**
5384
5384
  * Creates an object representation of this proto suitable for use in Soy templates.
5385
5385
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -5424,7 +5424,7 @@ proto.vertexvis.protobuf.core.LinearTransform2d.toObject = function(includeInsta
5424
5424
  * @return {!proto.vertexvis.protobuf.core.LinearTransform2d}
5425
5425
  */
5426
5426
  proto.vertexvis.protobuf.core.LinearTransform2d.deserializeBinary = function(bytes) {
5427
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
5427
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
5428
5428
  var msg = new proto.vertexvis.protobuf.core.LinearTransform2d;
5429
5429
  return proto.vertexvis.protobuf.core.LinearTransform2d.deserializeBinaryFromReader(msg, reader);
5430
5430
  };
@@ -5468,7 +5468,7 @@ proto.vertexvis.protobuf.core.LinearTransform2d.deserializeBinaryFromReader = fu
5468
5468
  * @return {!Uint8Array}
5469
5469
  */
5470
5470
  proto.vertexvis.protobuf.core.LinearTransform2d.prototype.serializeBinary = function() {
5471
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
5471
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
5472
5472
  proto.vertexvis.protobuf.core.LinearTransform2d.serializeBinaryToWriter(this, writer);
5473
5473
  return writer.getResultBuffer();
5474
5474
  };
@@ -5508,13 +5508,13 @@ proto.vertexvis.protobuf.core.LinearTransform2d.serializeBinaryToWriter = functi
5508
5508
  */
5509
5509
  proto.vertexvis.protobuf.core.LinearTransform2d.prototype.getBasisX = function() {
5510
5510
  return /** @type{?proto.vertexvis.protobuf.core.Vector2d} */ (
5511
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2d, 1));
5511
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2d, 1));
5512
5512
  };
5513
5513
 
5514
5514
 
5515
5515
  /** @param {?proto.vertexvis.protobuf.core.Vector2d|undefined} value */
5516
5516
  proto.vertexvis.protobuf.core.LinearTransform2d.prototype.setBasisX = function(value) {
5517
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
5517
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
5518
5518
  };
5519
5519
 
5520
5520
 
@@ -5528,7 +5528,7 @@ proto.vertexvis.protobuf.core.LinearTransform2d.prototype.clearBasisX = function
5528
5528
  * @return {!boolean}
5529
5529
  */
5530
5530
  proto.vertexvis.protobuf.core.LinearTransform2d.prototype.hasBasisX = function() {
5531
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
5531
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
5532
5532
  };
5533
5533
 
5534
5534
 
@@ -5538,13 +5538,13 @@ proto.vertexvis.protobuf.core.LinearTransform2d.prototype.hasBasisX = function()
5538
5538
  */
5539
5539
  proto.vertexvis.protobuf.core.LinearTransform2d.prototype.getBasisY = function() {
5540
5540
  return /** @type{?proto.vertexvis.protobuf.core.Vector2d} */ (
5541
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2d, 2));
5541
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2d, 2));
5542
5542
  };
5543
5543
 
5544
5544
 
5545
5545
  /** @param {?proto.vertexvis.protobuf.core.Vector2d|undefined} value */
5546
5546
  proto.vertexvis.protobuf.core.LinearTransform2d.prototype.setBasisY = function(value) {
5547
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
5547
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
5548
5548
  };
5549
5549
 
5550
5550
 
@@ -5558,7 +5558,7 @@ proto.vertexvis.protobuf.core.LinearTransform2d.prototype.clearBasisY = function
5558
5558
  * @return {!boolean}
5559
5559
  */
5560
5560
  proto.vertexvis.protobuf.core.LinearTransform2d.prototype.hasBasisY = function() {
5561
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
5561
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
5562
5562
  };
5563
5563
 
5564
5564
 
@@ -5574,15 +5574,15 @@ proto.vertexvis.protobuf.core.LinearTransform2d.prototype.hasBasisY = function()
5574
5574
  * @constructor
5575
5575
  */
5576
5576
  proto.vertexvis.protobuf.core.LinearTransform3f = function(opt_data) {
5577
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
5577
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
5578
5578
  };
5579
- goog.inherits(proto.vertexvis.protobuf.core.LinearTransform3f, grpcWebClient_umd.googleProtobuf.Message);
5579
+ goog.inherits(proto.vertexvis.protobuf.core.LinearTransform3f, wrappers_pb.googleProtobuf.Message);
5580
5580
  if (goog.DEBUG && !COMPILED) {
5581
5581
  proto.vertexvis.protobuf.core.LinearTransform3f.displayName = 'proto.vertexvis.protobuf.core.LinearTransform3f';
5582
5582
  }
5583
5583
 
5584
5584
 
5585
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
5585
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
5586
5586
  /**
5587
5587
  * Creates an object representation of this proto suitable for use in Soy templates.
5588
5588
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -5628,7 +5628,7 @@ proto.vertexvis.protobuf.core.LinearTransform3f.toObject = function(includeInsta
5628
5628
  * @return {!proto.vertexvis.protobuf.core.LinearTransform3f}
5629
5629
  */
5630
5630
  proto.vertexvis.protobuf.core.LinearTransform3f.deserializeBinary = function(bytes) {
5631
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
5631
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
5632
5632
  var msg = new proto.vertexvis.protobuf.core.LinearTransform3f;
5633
5633
  return proto.vertexvis.protobuf.core.LinearTransform3f.deserializeBinaryFromReader(msg, reader);
5634
5634
  };
@@ -5677,7 +5677,7 @@ proto.vertexvis.protobuf.core.LinearTransform3f.deserializeBinaryFromReader = fu
5677
5677
  * @return {!Uint8Array}
5678
5678
  */
5679
5679
  proto.vertexvis.protobuf.core.LinearTransform3f.prototype.serializeBinary = function() {
5680
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
5680
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
5681
5681
  proto.vertexvis.protobuf.core.LinearTransform3f.serializeBinaryToWriter(this, writer);
5682
5682
  return writer.getResultBuffer();
5683
5683
  };
@@ -5725,13 +5725,13 @@ proto.vertexvis.protobuf.core.LinearTransform3f.serializeBinaryToWriter = functi
5725
5725
  */
5726
5726
  proto.vertexvis.protobuf.core.LinearTransform3f.prototype.getBasisX = function() {
5727
5727
  return /** @type{?proto.vertexvis.protobuf.core.Vector3f} */ (
5728
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 1));
5728
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 1));
5729
5729
  };
5730
5730
 
5731
5731
 
5732
5732
  /** @param {?proto.vertexvis.protobuf.core.Vector3f|undefined} value */
5733
5733
  proto.vertexvis.protobuf.core.LinearTransform3f.prototype.setBasisX = function(value) {
5734
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
5734
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
5735
5735
  };
5736
5736
 
5737
5737
 
@@ -5745,7 +5745,7 @@ proto.vertexvis.protobuf.core.LinearTransform3f.prototype.clearBasisX = function
5745
5745
  * @return {!boolean}
5746
5746
  */
5747
5747
  proto.vertexvis.protobuf.core.LinearTransform3f.prototype.hasBasisX = function() {
5748
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
5748
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
5749
5749
  };
5750
5750
 
5751
5751
 
@@ -5755,13 +5755,13 @@ proto.vertexvis.protobuf.core.LinearTransform3f.prototype.hasBasisX = function()
5755
5755
  */
5756
5756
  proto.vertexvis.protobuf.core.LinearTransform3f.prototype.getBasisY = function() {
5757
5757
  return /** @type{?proto.vertexvis.protobuf.core.Vector3f} */ (
5758
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 2));
5758
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 2));
5759
5759
  };
5760
5760
 
5761
5761
 
5762
5762
  /** @param {?proto.vertexvis.protobuf.core.Vector3f|undefined} value */
5763
5763
  proto.vertexvis.protobuf.core.LinearTransform3f.prototype.setBasisY = function(value) {
5764
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
5764
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
5765
5765
  };
5766
5766
 
5767
5767
 
@@ -5775,7 +5775,7 @@ proto.vertexvis.protobuf.core.LinearTransform3f.prototype.clearBasisY = function
5775
5775
  * @return {!boolean}
5776
5776
  */
5777
5777
  proto.vertexvis.protobuf.core.LinearTransform3f.prototype.hasBasisY = function() {
5778
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
5778
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
5779
5779
  };
5780
5780
 
5781
5781
 
@@ -5785,13 +5785,13 @@ proto.vertexvis.protobuf.core.LinearTransform3f.prototype.hasBasisY = function()
5785
5785
  */
5786
5786
  proto.vertexvis.protobuf.core.LinearTransform3f.prototype.getBasisZ = function() {
5787
5787
  return /** @type{?proto.vertexvis.protobuf.core.Vector3f} */ (
5788
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 3));
5788
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 3));
5789
5789
  };
5790
5790
 
5791
5791
 
5792
5792
  /** @param {?proto.vertexvis.protobuf.core.Vector3f|undefined} value */
5793
5793
  proto.vertexvis.protobuf.core.LinearTransform3f.prototype.setBasisZ = function(value) {
5794
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 3, value);
5794
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 3, value);
5795
5795
  };
5796
5796
 
5797
5797
 
@@ -5805,7 +5805,7 @@ proto.vertexvis.protobuf.core.LinearTransform3f.prototype.clearBasisZ = function
5805
5805
  * @return {!boolean}
5806
5806
  */
5807
5807
  proto.vertexvis.protobuf.core.LinearTransform3f.prototype.hasBasisZ = function() {
5808
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 3) != null;
5808
+ return wrappers_pb.googleProtobuf.Message.getField(this, 3) != null;
5809
5809
  };
5810
5810
 
5811
5811
 
@@ -5821,15 +5821,15 @@ proto.vertexvis.protobuf.core.LinearTransform3f.prototype.hasBasisZ = function()
5821
5821
  * @constructor
5822
5822
  */
5823
5823
  proto.vertexvis.protobuf.core.LinearTransform3d = function(opt_data) {
5824
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
5824
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
5825
5825
  };
5826
- goog.inherits(proto.vertexvis.protobuf.core.LinearTransform3d, grpcWebClient_umd.googleProtobuf.Message);
5826
+ goog.inherits(proto.vertexvis.protobuf.core.LinearTransform3d, wrappers_pb.googleProtobuf.Message);
5827
5827
  if (goog.DEBUG && !COMPILED) {
5828
5828
  proto.vertexvis.protobuf.core.LinearTransform3d.displayName = 'proto.vertexvis.protobuf.core.LinearTransform3d';
5829
5829
  }
5830
5830
 
5831
5831
 
5832
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
5832
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
5833
5833
  /**
5834
5834
  * Creates an object representation of this proto suitable for use in Soy templates.
5835
5835
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -5875,7 +5875,7 @@ proto.vertexvis.protobuf.core.LinearTransform3d.toObject = function(includeInsta
5875
5875
  * @return {!proto.vertexvis.protobuf.core.LinearTransform3d}
5876
5876
  */
5877
5877
  proto.vertexvis.protobuf.core.LinearTransform3d.deserializeBinary = function(bytes) {
5878
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
5878
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
5879
5879
  var msg = new proto.vertexvis.protobuf.core.LinearTransform3d;
5880
5880
  return proto.vertexvis.protobuf.core.LinearTransform3d.deserializeBinaryFromReader(msg, reader);
5881
5881
  };
@@ -5924,7 +5924,7 @@ proto.vertexvis.protobuf.core.LinearTransform3d.deserializeBinaryFromReader = fu
5924
5924
  * @return {!Uint8Array}
5925
5925
  */
5926
5926
  proto.vertexvis.protobuf.core.LinearTransform3d.prototype.serializeBinary = function() {
5927
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
5927
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
5928
5928
  proto.vertexvis.protobuf.core.LinearTransform3d.serializeBinaryToWriter(this, writer);
5929
5929
  return writer.getResultBuffer();
5930
5930
  };
@@ -5972,13 +5972,13 @@ proto.vertexvis.protobuf.core.LinearTransform3d.serializeBinaryToWriter = functi
5972
5972
  */
5973
5973
  proto.vertexvis.protobuf.core.LinearTransform3d.prototype.getBasisX = function() {
5974
5974
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
5975
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 1));
5975
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 1));
5976
5976
  };
5977
5977
 
5978
5978
 
5979
5979
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
5980
5980
  proto.vertexvis.protobuf.core.LinearTransform3d.prototype.setBasisX = function(value) {
5981
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
5981
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
5982
5982
  };
5983
5983
 
5984
5984
 
@@ -5992,7 +5992,7 @@ proto.vertexvis.protobuf.core.LinearTransform3d.prototype.clearBasisX = function
5992
5992
  * @return {!boolean}
5993
5993
  */
5994
5994
  proto.vertexvis.protobuf.core.LinearTransform3d.prototype.hasBasisX = function() {
5995
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
5995
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
5996
5996
  };
5997
5997
 
5998
5998
 
@@ -6002,13 +6002,13 @@ proto.vertexvis.protobuf.core.LinearTransform3d.prototype.hasBasisX = function()
6002
6002
  */
6003
6003
  proto.vertexvis.protobuf.core.LinearTransform3d.prototype.getBasisY = function() {
6004
6004
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
6005
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 2));
6005
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 2));
6006
6006
  };
6007
6007
 
6008
6008
 
6009
6009
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
6010
6010
  proto.vertexvis.protobuf.core.LinearTransform3d.prototype.setBasisY = function(value) {
6011
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
6011
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
6012
6012
  };
6013
6013
 
6014
6014
 
@@ -6022,7 +6022,7 @@ proto.vertexvis.protobuf.core.LinearTransform3d.prototype.clearBasisY = function
6022
6022
  * @return {!boolean}
6023
6023
  */
6024
6024
  proto.vertexvis.protobuf.core.LinearTransform3d.prototype.hasBasisY = function() {
6025
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
6025
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
6026
6026
  };
6027
6027
 
6028
6028
 
@@ -6032,13 +6032,13 @@ proto.vertexvis.protobuf.core.LinearTransform3d.prototype.hasBasisY = function()
6032
6032
  */
6033
6033
  proto.vertexvis.protobuf.core.LinearTransform3d.prototype.getBasisZ = function() {
6034
6034
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
6035
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 3));
6035
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 3));
6036
6036
  };
6037
6037
 
6038
6038
 
6039
6039
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
6040
6040
  proto.vertexvis.protobuf.core.LinearTransform3d.prototype.setBasisZ = function(value) {
6041
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 3, value);
6041
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 3, value);
6042
6042
  };
6043
6043
 
6044
6044
 
@@ -6052,7 +6052,7 @@ proto.vertexvis.protobuf.core.LinearTransform3d.prototype.clearBasisZ = function
6052
6052
  * @return {!boolean}
6053
6053
  */
6054
6054
  proto.vertexvis.protobuf.core.LinearTransform3d.prototype.hasBasisZ = function() {
6055
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 3) != null;
6055
+ return wrappers_pb.googleProtobuf.Message.getField(this, 3) != null;
6056
6056
  };
6057
6057
 
6058
6058
 
@@ -6068,15 +6068,15 @@ proto.vertexvis.protobuf.core.LinearTransform3d.prototype.hasBasisZ = function()
6068
6068
  * @constructor
6069
6069
  */
6070
6070
  proto.vertexvis.protobuf.core.AffineTransform2f = function(opt_data) {
6071
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
6071
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
6072
6072
  };
6073
- goog.inherits(proto.vertexvis.protobuf.core.AffineTransform2f, grpcWebClient_umd.googleProtobuf.Message);
6073
+ goog.inherits(proto.vertexvis.protobuf.core.AffineTransform2f, wrappers_pb.googleProtobuf.Message);
6074
6074
  if (goog.DEBUG && !COMPILED) {
6075
6075
  proto.vertexvis.protobuf.core.AffineTransform2f.displayName = 'proto.vertexvis.protobuf.core.AffineTransform2f';
6076
6076
  }
6077
6077
 
6078
6078
 
6079
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
6079
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
6080
6080
  /**
6081
6081
  * Creates an object representation of this proto suitable for use in Soy templates.
6082
6082
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -6121,7 +6121,7 @@ proto.vertexvis.protobuf.core.AffineTransform2f.toObject = function(includeInsta
6121
6121
  * @return {!proto.vertexvis.protobuf.core.AffineTransform2f}
6122
6122
  */
6123
6123
  proto.vertexvis.protobuf.core.AffineTransform2f.deserializeBinary = function(bytes) {
6124
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
6124
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
6125
6125
  var msg = new proto.vertexvis.protobuf.core.AffineTransform2f;
6126
6126
  return proto.vertexvis.protobuf.core.AffineTransform2f.deserializeBinaryFromReader(msg, reader);
6127
6127
  };
@@ -6165,7 +6165,7 @@ proto.vertexvis.protobuf.core.AffineTransform2f.deserializeBinaryFromReader = fu
6165
6165
  * @return {!Uint8Array}
6166
6166
  */
6167
6167
  proto.vertexvis.protobuf.core.AffineTransform2f.prototype.serializeBinary = function() {
6168
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
6168
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
6169
6169
  proto.vertexvis.protobuf.core.AffineTransform2f.serializeBinaryToWriter(this, writer);
6170
6170
  return writer.getResultBuffer();
6171
6171
  };
@@ -6205,13 +6205,13 @@ proto.vertexvis.protobuf.core.AffineTransform2f.serializeBinaryToWriter = functi
6205
6205
  */
6206
6206
  proto.vertexvis.protobuf.core.AffineTransform2f.prototype.getTransform = function() {
6207
6207
  return /** @type{?proto.vertexvis.protobuf.core.LinearTransform2f} */ (
6208
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.LinearTransform2f, 1));
6208
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.LinearTransform2f, 1));
6209
6209
  };
6210
6210
 
6211
6211
 
6212
6212
  /** @param {?proto.vertexvis.protobuf.core.LinearTransform2f|undefined} value */
6213
6213
  proto.vertexvis.protobuf.core.AffineTransform2f.prototype.setTransform = function(value) {
6214
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
6214
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
6215
6215
  };
6216
6216
 
6217
6217
 
@@ -6225,7 +6225,7 @@ proto.vertexvis.protobuf.core.AffineTransform2f.prototype.clearTransform = funct
6225
6225
  * @return {!boolean}
6226
6226
  */
6227
6227
  proto.vertexvis.protobuf.core.AffineTransform2f.prototype.hasTransform = function() {
6228
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
6228
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
6229
6229
  };
6230
6230
 
6231
6231
 
@@ -6235,13 +6235,13 @@ proto.vertexvis.protobuf.core.AffineTransform2f.prototype.hasTransform = functio
6235
6235
  */
6236
6236
  proto.vertexvis.protobuf.core.AffineTransform2f.prototype.getPos = function() {
6237
6237
  return /** @type{?proto.vertexvis.protobuf.core.Vector2f} */ (
6238
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2f, 2));
6238
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2f, 2));
6239
6239
  };
6240
6240
 
6241
6241
 
6242
6242
  /** @param {?proto.vertexvis.protobuf.core.Vector2f|undefined} value */
6243
6243
  proto.vertexvis.protobuf.core.AffineTransform2f.prototype.setPos = function(value) {
6244
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
6244
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
6245
6245
  };
6246
6246
 
6247
6247
 
@@ -6255,7 +6255,7 @@ proto.vertexvis.protobuf.core.AffineTransform2f.prototype.clearPos = function()
6255
6255
  * @return {!boolean}
6256
6256
  */
6257
6257
  proto.vertexvis.protobuf.core.AffineTransform2f.prototype.hasPos = function() {
6258
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
6258
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
6259
6259
  };
6260
6260
 
6261
6261
 
@@ -6271,15 +6271,15 @@ proto.vertexvis.protobuf.core.AffineTransform2f.prototype.hasPos = function() {
6271
6271
  * @constructor
6272
6272
  */
6273
6273
  proto.vertexvis.protobuf.core.AffineTransform2d = function(opt_data) {
6274
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
6274
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
6275
6275
  };
6276
- goog.inherits(proto.vertexvis.protobuf.core.AffineTransform2d, grpcWebClient_umd.googleProtobuf.Message);
6276
+ goog.inherits(proto.vertexvis.protobuf.core.AffineTransform2d, wrappers_pb.googleProtobuf.Message);
6277
6277
  if (goog.DEBUG && !COMPILED) {
6278
6278
  proto.vertexvis.protobuf.core.AffineTransform2d.displayName = 'proto.vertexvis.protobuf.core.AffineTransform2d';
6279
6279
  }
6280
6280
 
6281
6281
 
6282
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
6282
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
6283
6283
  /**
6284
6284
  * Creates an object representation of this proto suitable for use in Soy templates.
6285
6285
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -6324,7 +6324,7 @@ proto.vertexvis.protobuf.core.AffineTransform2d.toObject = function(includeInsta
6324
6324
  * @return {!proto.vertexvis.protobuf.core.AffineTransform2d}
6325
6325
  */
6326
6326
  proto.vertexvis.protobuf.core.AffineTransform2d.deserializeBinary = function(bytes) {
6327
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
6327
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
6328
6328
  var msg = new proto.vertexvis.protobuf.core.AffineTransform2d;
6329
6329
  return proto.vertexvis.protobuf.core.AffineTransform2d.deserializeBinaryFromReader(msg, reader);
6330
6330
  };
@@ -6368,7 +6368,7 @@ proto.vertexvis.protobuf.core.AffineTransform2d.deserializeBinaryFromReader = fu
6368
6368
  * @return {!Uint8Array}
6369
6369
  */
6370
6370
  proto.vertexvis.protobuf.core.AffineTransform2d.prototype.serializeBinary = function() {
6371
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
6371
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
6372
6372
  proto.vertexvis.protobuf.core.AffineTransform2d.serializeBinaryToWriter(this, writer);
6373
6373
  return writer.getResultBuffer();
6374
6374
  };
@@ -6408,13 +6408,13 @@ proto.vertexvis.protobuf.core.AffineTransform2d.serializeBinaryToWriter = functi
6408
6408
  */
6409
6409
  proto.vertexvis.protobuf.core.AffineTransform2d.prototype.getTransform = function() {
6410
6410
  return /** @type{?proto.vertexvis.protobuf.core.LinearTransform2d} */ (
6411
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.LinearTransform2d, 1));
6411
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.LinearTransform2d, 1));
6412
6412
  };
6413
6413
 
6414
6414
 
6415
6415
  /** @param {?proto.vertexvis.protobuf.core.LinearTransform2d|undefined} value */
6416
6416
  proto.vertexvis.protobuf.core.AffineTransform2d.prototype.setTransform = function(value) {
6417
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
6417
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
6418
6418
  };
6419
6419
 
6420
6420
 
@@ -6428,7 +6428,7 @@ proto.vertexvis.protobuf.core.AffineTransform2d.prototype.clearTransform = funct
6428
6428
  * @return {!boolean}
6429
6429
  */
6430
6430
  proto.vertexvis.protobuf.core.AffineTransform2d.prototype.hasTransform = function() {
6431
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
6431
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
6432
6432
  };
6433
6433
 
6434
6434
 
@@ -6438,13 +6438,13 @@ proto.vertexvis.protobuf.core.AffineTransform2d.prototype.hasTransform = functio
6438
6438
  */
6439
6439
  proto.vertexvis.protobuf.core.AffineTransform2d.prototype.getPos = function() {
6440
6440
  return /** @type{?proto.vertexvis.protobuf.core.Vector2d} */ (
6441
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2d, 2));
6441
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector2d, 2));
6442
6442
  };
6443
6443
 
6444
6444
 
6445
6445
  /** @param {?proto.vertexvis.protobuf.core.Vector2d|undefined} value */
6446
6446
  proto.vertexvis.protobuf.core.AffineTransform2d.prototype.setPos = function(value) {
6447
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
6447
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
6448
6448
  };
6449
6449
 
6450
6450
 
@@ -6458,7 +6458,7 @@ proto.vertexvis.protobuf.core.AffineTransform2d.prototype.clearPos = function()
6458
6458
  * @return {!boolean}
6459
6459
  */
6460
6460
  proto.vertexvis.protobuf.core.AffineTransform2d.prototype.hasPos = function() {
6461
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
6461
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
6462
6462
  };
6463
6463
 
6464
6464
 
@@ -6474,15 +6474,15 @@ proto.vertexvis.protobuf.core.AffineTransform2d.prototype.hasPos = function() {
6474
6474
  * @constructor
6475
6475
  */
6476
6476
  proto.vertexvis.protobuf.core.AffineTransform3f = function(opt_data) {
6477
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
6477
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
6478
6478
  };
6479
- goog.inherits(proto.vertexvis.protobuf.core.AffineTransform3f, grpcWebClient_umd.googleProtobuf.Message);
6479
+ goog.inherits(proto.vertexvis.protobuf.core.AffineTransform3f, wrappers_pb.googleProtobuf.Message);
6480
6480
  if (goog.DEBUG && !COMPILED) {
6481
6481
  proto.vertexvis.protobuf.core.AffineTransform3f.displayName = 'proto.vertexvis.protobuf.core.AffineTransform3f';
6482
6482
  }
6483
6483
 
6484
6484
 
6485
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
6485
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
6486
6486
  /**
6487
6487
  * Creates an object representation of this proto suitable for use in Soy templates.
6488
6488
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -6527,7 +6527,7 @@ proto.vertexvis.protobuf.core.AffineTransform3f.toObject = function(includeInsta
6527
6527
  * @return {!proto.vertexvis.protobuf.core.AffineTransform3f}
6528
6528
  */
6529
6529
  proto.vertexvis.protobuf.core.AffineTransform3f.deserializeBinary = function(bytes) {
6530
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
6530
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
6531
6531
  var msg = new proto.vertexvis.protobuf.core.AffineTransform3f;
6532
6532
  return proto.vertexvis.protobuf.core.AffineTransform3f.deserializeBinaryFromReader(msg, reader);
6533
6533
  };
@@ -6571,7 +6571,7 @@ proto.vertexvis.protobuf.core.AffineTransform3f.deserializeBinaryFromReader = fu
6571
6571
  * @return {!Uint8Array}
6572
6572
  */
6573
6573
  proto.vertexvis.protobuf.core.AffineTransform3f.prototype.serializeBinary = function() {
6574
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
6574
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
6575
6575
  proto.vertexvis.protobuf.core.AffineTransform3f.serializeBinaryToWriter(this, writer);
6576
6576
  return writer.getResultBuffer();
6577
6577
  };
@@ -6611,13 +6611,13 @@ proto.vertexvis.protobuf.core.AffineTransform3f.serializeBinaryToWriter = functi
6611
6611
  */
6612
6612
  proto.vertexvis.protobuf.core.AffineTransform3f.prototype.getTransform = function() {
6613
6613
  return /** @type{?proto.vertexvis.protobuf.core.LinearTransform3f} */ (
6614
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.LinearTransform3f, 1));
6614
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.LinearTransform3f, 1));
6615
6615
  };
6616
6616
 
6617
6617
 
6618
6618
  /** @param {?proto.vertexvis.protobuf.core.LinearTransform3f|undefined} value */
6619
6619
  proto.vertexvis.protobuf.core.AffineTransform3f.prototype.setTransform = function(value) {
6620
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
6620
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
6621
6621
  };
6622
6622
 
6623
6623
 
@@ -6631,7 +6631,7 @@ proto.vertexvis.protobuf.core.AffineTransform3f.prototype.clearTransform = funct
6631
6631
  * @return {!boolean}
6632
6632
  */
6633
6633
  proto.vertexvis.protobuf.core.AffineTransform3f.prototype.hasTransform = function() {
6634
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
6634
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
6635
6635
  };
6636
6636
 
6637
6637
 
@@ -6641,13 +6641,13 @@ proto.vertexvis.protobuf.core.AffineTransform3f.prototype.hasTransform = functio
6641
6641
  */
6642
6642
  proto.vertexvis.protobuf.core.AffineTransform3f.prototype.getPos = function() {
6643
6643
  return /** @type{?proto.vertexvis.protobuf.core.Vector3f} */ (
6644
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 2));
6644
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3f, 2));
6645
6645
  };
6646
6646
 
6647
6647
 
6648
6648
  /** @param {?proto.vertexvis.protobuf.core.Vector3f|undefined} value */
6649
6649
  proto.vertexvis.protobuf.core.AffineTransform3f.prototype.setPos = function(value) {
6650
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
6650
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
6651
6651
  };
6652
6652
 
6653
6653
 
@@ -6661,7 +6661,7 @@ proto.vertexvis.protobuf.core.AffineTransform3f.prototype.clearPos = function()
6661
6661
  * @return {!boolean}
6662
6662
  */
6663
6663
  proto.vertexvis.protobuf.core.AffineTransform3f.prototype.hasPos = function() {
6664
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
6664
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
6665
6665
  };
6666
6666
 
6667
6667
 
@@ -6677,15 +6677,15 @@ proto.vertexvis.protobuf.core.AffineTransform3f.prototype.hasPos = function() {
6677
6677
  * @constructor
6678
6678
  */
6679
6679
  proto.vertexvis.protobuf.core.AffineTransform3d = function(opt_data) {
6680
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
6680
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
6681
6681
  };
6682
- goog.inherits(proto.vertexvis.protobuf.core.AffineTransform3d, grpcWebClient_umd.googleProtobuf.Message);
6682
+ goog.inherits(proto.vertexvis.protobuf.core.AffineTransform3d, wrappers_pb.googleProtobuf.Message);
6683
6683
  if (goog.DEBUG && !COMPILED) {
6684
6684
  proto.vertexvis.protobuf.core.AffineTransform3d.displayName = 'proto.vertexvis.protobuf.core.AffineTransform3d';
6685
6685
  }
6686
6686
 
6687
6687
 
6688
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
6688
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
6689
6689
  /**
6690
6690
  * Creates an object representation of this proto suitable for use in Soy templates.
6691
6691
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -6730,7 +6730,7 @@ proto.vertexvis.protobuf.core.AffineTransform3d.toObject = function(includeInsta
6730
6730
  * @return {!proto.vertexvis.protobuf.core.AffineTransform3d}
6731
6731
  */
6732
6732
  proto.vertexvis.protobuf.core.AffineTransform3d.deserializeBinary = function(bytes) {
6733
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
6733
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
6734
6734
  var msg = new proto.vertexvis.protobuf.core.AffineTransform3d;
6735
6735
  return proto.vertexvis.protobuf.core.AffineTransform3d.deserializeBinaryFromReader(msg, reader);
6736
6736
  };
@@ -6774,7 +6774,7 @@ proto.vertexvis.protobuf.core.AffineTransform3d.deserializeBinaryFromReader = fu
6774
6774
  * @return {!Uint8Array}
6775
6775
  */
6776
6776
  proto.vertexvis.protobuf.core.AffineTransform3d.prototype.serializeBinary = function() {
6777
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
6777
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
6778
6778
  proto.vertexvis.protobuf.core.AffineTransform3d.serializeBinaryToWriter(this, writer);
6779
6779
  return writer.getResultBuffer();
6780
6780
  };
@@ -6814,13 +6814,13 @@ proto.vertexvis.protobuf.core.AffineTransform3d.serializeBinaryToWriter = functi
6814
6814
  */
6815
6815
  proto.vertexvis.protobuf.core.AffineTransform3d.prototype.getTransform = function() {
6816
6816
  return /** @type{?proto.vertexvis.protobuf.core.LinearTransform3d} */ (
6817
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.LinearTransform3d, 1));
6817
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.LinearTransform3d, 1));
6818
6818
  };
6819
6819
 
6820
6820
 
6821
6821
  /** @param {?proto.vertexvis.protobuf.core.LinearTransform3d|undefined} value */
6822
6822
  proto.vertexvis.protobuf.core.AffineTransform3d.prototype.setTransform = function(value) {
6823
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
6823
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
6824
6824
  };
6825
6825
 
6826
6826
 
@@ -6834,7 +6834,7 @@ proto.vertexvis.protobuf.core.AffineTransform3d.prototype.clearTransform = funct
6834
6834
  * @return {!boolean}
6835
6835
  */
6836
6836
  proto.vertexvis.protobuf.core.AffineTransform3d.prototype.hasTransform = function() {
6837
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
6837
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
6838
6838
  };
6839
6839
 
6840
6840
 
@@ -6844,13 +6844,13 @@ proto.vertexvis.protobuf.core.AffineTransform3d.prototype.hasTransform = functio
6844
6844
  */
6845
6845
  proto.vertexvis.protobuf.core.AffineTransform3d.prototype.getPos = function() {
6846
6846
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
6847
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 2));
6847
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 2));
6848
6848
  };
6849
6849
 
6850
6850
 
6851
6851
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
6852
6852
  proto.vertexvis.protobuf.core.AffineTransform3d.prototype.setPos = function(value) {
6853
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
6853
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
6854
6854
  };
6855
6855
 
6856
6856
 
@@ -6864,7 +6864,7 @@ proto.vertexvis.protobuf.core.AffineTransform3d.prototype.clearPos = function()
6864
6864
  * @return {!boolean}
6865
6865
  */
6866
6866
  proto.vertexvis.protobuf.core.AffineTransform3d.prototype.hasPos = function() {
6867
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
6867
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
6868
6868
  };
6869
6869
 
6870
6870
 
@@ -6880,15 +6880,15 @@ proto.vertexvis.protobuf.core.AffineTransform3d.prototype.hasPos = function() {
6880
6880
  * @constructor
6881
6881
  */
6882
6882
  proto.vertexvis.protobuf.core.Plane = function(opt_data) {
6883
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
6883
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
6884
6884
  };
6885
- goog.inherits(proto.vertexvis.protobuf.core.Plane, grpcWebClient_umd.googleProtobuf.Message);
6885
+ goog.inherits(proto.vertexvis.protobuf.core.Plane, wrappers_pb.googleProtobuf.Message);
6886
6886
  if (goog.DEBUG && !COMPILED) {
6887
6887
  proto.vertexvis.protobuf.core.Plane.displayName = 'proto.vertexvis.protobuf.core.Plane';
6888
6888
  }
6889
6889
 
6890
6890
 
6891
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
6891
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
6892
6892
  /**
6893
6893
  * Creates an object representation of this proto suitable for use in Soy templates.
6894
6894
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -6916,7 +6916,7 @@ proto.vertexvis.protobuf.core.Plane.prototype.toObject = function(opt_includeIns
6916
6916
  proto.vertexvis.protobuf.core.Plane.toObject = function(includeInstance, msg) {
6917
6917
  var f, obj = {
6918
6918
  normal: (f = msg.getNormal()) && proto.vertexvis.protobuf.core.Vector3d.toObject(includeInstance, f),
6919
- d: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0)
6919
+ d: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, 0.0)
6920
6920
  };
6921
6921
 
6922
6922
  if (includeInstance) {
@@ -6933,7 +6933,7 @@ proto.vertexvis.protobuf.core.Plane.toObject = function(includeInstance, msg) {
6933
6933
  * @return {!proto.vertexvis.protobuf.core.Plane}
6934
6934
  */
6935
6935
  proto.vertexvis.protobuf.core.Plane.deserializeBinary = function(bytes) {
6936
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
6936
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
6937
6937
  var msg = new proto.vertexvis.protobuf.core.Plane;
6938
6938
  return proto.vertexvis.protobuf.core.Plane.deserializeBinaryFromReader(msg, reader);
6939
6939
  };
@@ -6976,7 +6976,7 @@ proto.vertexvis.protobuf.core.Plane.deserializeBinaryFromReader = function(msg,
6976
6976
  * @return {!Uint8Array}
6977
6977
  */
6978
6978
  proto.vertexvis.protobuf.core.Plane.prototype.serializeBinary = function() {
6979
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
6979
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
6980
6980
  proto.vertexvis.protobuf.core.Plane.serializeBinaryToWriter(this, writer);
6981
6981
  return writer.getResultBuffer();
6982
6982
  };
@@ -7015,13 +7015,13 @@ proto.vertexvis.protobuf.core.Plane.serializeBinaryToWriter = function(message,
7015
7015
  */
7016
7016
  proto.vertexvis.protobuf.core.Plane.prototype.getNormal = function() {
7017
7017
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
7018
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 1));
7018
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.Vector3d, 1));
7019
7019
  };
7020
7020
 
7021
7021
 
7022
7022
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
7023
7023
  proto.vertexvis.protobuf.core.Plane.prototype.setNormal = function(value) {
7024
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
7024
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
7025
7025
  };
7026
7026
 
7027
7027
 
@@ -7035,7 +7035,7 @@ proto.vertexvis.protobuf.core.Plane.prototype.clearNormal = function() {
7035
7035
  * @return {!boolean}
7036
7036
  */
7037
7037
  proto.vertexvis.protobuf.core.Plane.prototype.hasNormal = function() {
7038
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
7038
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
7039
7039
  };
7040
7040
 
7041
7041
 
@@ -7044,13 +7044,13 @@ proto.vertexvis.protobuf.core.Plane.prototype.hasNormal = function() {
7044
7044
  * @return {number}
7045
7045
  */
7046
7046
  proto.vertexvis.protobuf.core.Plane.prototype.getD = function() {
7047
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
7047
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, 0.0));
7048
7048
  };
7049
7049
 
7050
7050
 
7051
7051
  /** @param {number} value */
7052
7052
  proto.vertexvis.protobuf.core.Plane.prototype.setD = function(value) {
7053
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 2, value);
7053
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 2, value);
7054
7054
  };
7055
7055
 
7056
7056
 
@@ -7068,7 +7068,7 @@ _commonjsHelpers.createCommonjsModule(function (module, exports) {
7068
7068
  // GENERATED CODE -- DO NOT EDIT!
7069
7069
 
7070
7070
 
7071
- var goog = grpcWebClient_umd.googleProtobuf;
7071
+ var goog = wrappers_pb.googleProtobuf;
7072
7072
  var global = Function('return this')();
7073
7073
 
7074
7074
  goog.exportSymbol('proto.vertexvis.protobuf.core.S3FileLocation', null, global);
@@ -7084,15 +7084,15 @@ goog.exportSymbol('proto.vertexvis.protobuf.core.S3FileLocation', null, global);
7084
7084
  * @constructor
7085
7085
  */
7086
7086
  proto.vertexvis.protobuf.core.S3FileLocation = function(opt_data) {
7087
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
7087
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
7088
7088
  };
7089
- goog.inherits(proto.vertexvis.protobuf.core.S3FileLocation, grpcWebClient_umd.googleProtobuf.Message);
7089
+ goog.inherits(proto.vertexvis.protobuf.core.S3FileLocation, wrappers_pb.googleProtobuf.Message);
7090
7090
  if (goog.DEBUG && !COMPILED) {
7091
7091
  proto.vertexvis.protobuf.core.S3FileLocation.displayName = 'proto.vertexvis.protobuf.core.S3FileLocation';
7092
7092
  }
7093
7093
 
7094
7094
 
7095
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
7095
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
7096
7096
  /**
7097
7097
  * Creates an object representation of this proto suitable for use in Soy templates.
7098
7098
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -7119,8 +7119,8 @@ proto.vertexvis.protobuf.core.S3FileLocation.prototype.toObject = function(opt_i
7119
7119
  */
7120
7120
  proto.vertexvis.protobuf.core.S3FileLocation.toObject = function(includeInstance, msg) {
7121
7121
  var obj = {
7122
- bucket: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, ""),
7123
- key: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, "")
7122
+ bucket: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, ""),
7123
+ key: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, "")
7124
7124
  };
7125
7125
 
7126
7126
  if (includeInstance) {
@@ -7137,7 +7137,7 @@ proto.vertexvis.protobuf.core.S3FileLocation.toObject = function(includeInstance
7137
7137
  * @return {!proto.vertexvis.protobuf.core.S3FileLocation}
7138
7138
  */
7139
7139
  proto.vertexvis.protobuf.core.S3FileLocation.deserializeBinary = function(bytes) {
7140
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
7140
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
7141
7141
  var msg = new proto.vertexvis.protobuf.core.S3FileLocation;
7142
7142
  return proto.vertexvis.protobuf.core.S3FileLocation.deserializeBinaryFromReader(msg, reader);
7143
7143
  };
@@ -7179,7 +7179,7 @@ proto.vertexvis.protobuf.core.S3FileLocation.deserializeBinaryFromReader = funct
7179
7179
  * @return {!Uint8Array}
7180
7180
  */
7181
7181
  proto.vertexvis.protobuf.core.S3FileLocation.prototype.serializeBinary = function() {
7182
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
7182
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
7183
7183
  proto.vertexvis.protobuf.core.S3FileLocation.serializeBinaryToWriter(this, writer);
7184
7184
  return writer.getResultBuffer();
7185
7185
  };
@@ -7216,13 +7216,13 @@ proto.vertexvis.protobuf.core.S3FileLocation.serializeBinaryToWriter = function(
7216
7216
  * @return {string}
7217
7217
  */
7218
7218
  proto.vertexvis.protobuf.core.S3FileLocation.prototype.getBucket = function() {
7219
- return /** @type {string} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, ""));
7219
+ return /** @type {string} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, ""));
7220
7220
  };
7221
7221
 
7222
7222
 
7223
7223
  /** @param {string} value */
7224
7224
  proto.vertexvis.protobuf.core.S3FileLocation.prototype.setBucket = function(value) {
7225
- grpcWebClient_umd.googleProtobuf.Message.setProto3StringField(this, 1, value);
7225
+ wrappers_pb.googleProtobuf.Message.setProto3StringField(this, 1, value);
7226
7226
  };
7227
7227
 
7228
7228
 
@@ -7231,13 +7231,13 @@ proto.vertexvis.protobuf.core.S3FileLocation.prototype.setBucket = function(valu
7231
7231
  * @return {string}
7232
7232
  */
7233
7233
  proto.vertexvis.protobuf.core.S3FileLocation.prototype.getKey = function() {
7234
- return /** @type {string} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, ""));
7234
+ return /** @type {string} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, ""));
7235
7235
  };
7236
7236
 
7237
7237
 
7238
7238
  /** @param {string} value */
7239
7239
  proto.vertexvis.protobuf.core.S3FileLocation.prototype.setKey = function(value) {
7240
- grpcWebClient_umd.googleProtobuf.Message.setProto3StringField(this, 2, value);
7240
+ wrappers_pb.googleProtobuf.Message.setProto3StringField(this, 2, value);
7241
7241
  };
7242
7242
 
7243
7243
 
@@ -7255,7 +7255,7 @@ var measurement_pb = _commonjsHelpers.createCommonjsModule(function (module, exp
7255
7255
  // GENERATED CODE -- DO NOT EDIT!
7256
7256
 
7257
7257
 
7258
- var goog = grpcWebClient_umd.googleProtobuf;
7258
+ var goog = wrappers_pb.googleProtobuf;
7259
7259
  var global = Function('return this')();
7260
7260
 
7261
7261
 
@@ -7280,15 +7280,15 @@ goog.exportSymbol('proto.vertexvis.protobuf.core.SurfaceAreaResult', null, globa
7280
7280
  * @constructor
7281
7281
  */
7282
7282
  proto.vertexvis.protobuf.core.PlanePair = function(opt_data) {
7283
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
7283
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
7284
7284
  };
7285
- goog.inherits(proto.vertexvis.protobuf.core.PlanePair, grpcWebClient_umd.googleProtobuf.Message);
7285
+ goog.inherits(proto.vertexvis.protobuf.core.PlanePair, wrappers_pb.googleProtobuf.Message);
7286
7286
  if (goog.DEBUG && !COMPILED) {
7287
7287
  proto.vertexvis.protobuf.core.PlanePair.displayName = 'proto.vertexvis.protobuf.core.PlanePair';
7288
7288
  }
7289
7289
 
7290
7290
 
7291
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
7291
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
7292
7292
  /**
7293
7293
  * Creates an object representation of this proto suitable for use in Soy templates.
7294
7294
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -7333,7 +7333,7 @@ proto.vertexvis.protobuf.core.PlanePair.toObject = function(includeInstance, msg
7333
7333
  * @return {!proto.vertexvis.protobuf.core.PlanePair}
7334
7334
  */
7335
7335
  proto.vertexvis.protobuf.core.PlanePair.deserializeBinary = function(bytes) {
7336
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
7336
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
7337
7337
  var msg = new proto.vertexvis.protobuf.core.PlanePair;
7338
7338
  return proto.vertexvis.protobuf.core.PlanePair.deserializeBinaryFromReader(msg, reader);
7339
7339
  };
@@ -7377,7 +7377,7 @@ proto.vertexvis.protobuf.core.PlanePair.deserializeBinaryFromReader = function(m
7377
7377
  * @return {!Uint8Array}
7378
7378
  */
7379
7379
  proto.vertexvis.protobuf.core.PlanePair.prototype.serializeBinary = function() {
7380
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
7380
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
7381
7381
  proto.vertexvis.protobuf.core.PlanePair.serializeBinaryToWriter(this, writer);
7382
7382
  return writer.getResultBuffer();
7383
7383
  };
@@ -7417,13 +7417,13 @@ proto.vertexvis.protobuf.core.PlanePair.serializeBinaryToWriter = function(messa
7417
7417
  */
7418
7418
  proto.vertexvis.protobuf.core.PlanePair.prototype.getStart = function() {
7419
7419
  return /** @type{?proto.vertexvis.protobuf.core.Plane} */ (
7420
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, geometry_pb.Plane, 1));
7420
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, geometry_pb.Plane, 1));
7421
7421
  };
7422
7422
 
7423
7423
 
7424
7424
  /** @param {?proto.vertexvis.protobuf.core.Plane|undefined} value */
7425
7425
  proto.vertexvis.protobuf.core.PlanePair.prototype.setStart = function(value) {
7426
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
7426
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
7427
7427
  };
7428
7428
 
7429
7429
 
@@ -7437,7 +7437,7 @@ proto.vertexvis.protobuf.core.PlanePair.prototype.clearStart = function() {
7437
7437
  * @return {!boolean}
7438
7438
  */
7439
7439
  proto.vertexvis.protobuf.core.PlanePair.prototype.hasStart = function() {
7440
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
7440
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
7441
7441
  };
7442
7442
 
7443
7443
 
@@ -7447,13 +7447,13 @@ proto.vertexvis.protobuf.core.PlanePair.prototype.hasStart = function() {
7447
7447
  */
7448
7448
  proto.vertexvis.protobuf.core.PlanePair.prototype.getEnd = function() {
7449
7449
  return /** @type{?proto.vertexvis.protobuf.core.Plane} */ (
7450
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, geometry_pb.Plane, 2));
7450
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, geometry_pb.Plane, 2));
7451
7451
  };
7452
7452
 
7453
7453
 
7454
7454
  /** @param {?proto.vertexvis.protobuf.core.Plane|undefined} value */
7455
7455
  proto.vertexvis.protobuf.core.PlanePair.prototype.setEnd = function(value) {
7456
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
7456
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
7457
7457
  };
7458
7458
 
7459
7459
 
@@ -7467,7 +7467,7 @@ proto.vertexvis.protobuf.core.PlanePair.prototype.clearEnd = function() {
7467
7467
  * @return {!boolean}
7468
7468
  */
7469
7469
  proto.vertexvis.protobuf.core.PlanePair.prototype.hasEnd = function() {
7470
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
7470
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
7471
7471
  };
7472
7472
 
7473
7473
 
@@ -7483,15 +7483,15 @@ proto.vertexvis.protobuf.core.PlanePair.prototype.hasEnd = function() {
7483
7483
  * @constructor
7484
7484
  */
7485
7485
  proto.vertexvis.protobuf.core.PlanarDistanceResult = function(opt_data) {
7486
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
7486
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
7487
7487
  };
7488
- goog.inherits(proto.vertexvis.protobuf.core.PlanarDistanceResult, grpcWebClient_umd.googleProtobuf.Message);
7488
+ goog.inherits(proto.vertexvis.protobuf.core.PlanarDistanceResult, wrappers_pb.googleProtobuf.Message);
7489
7489
  if (goog.DEBUG && !COMPILED) {
7490
7490
  proto.vertexvis.protobuf.core.PlanarDistanceResult.displayName = 'proto.vertexvis.protobuf.core.PlanarDistanceResult';
7491
7491
  }
7492
7492
 
7493
7493
 
7494
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
7494
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
7495
7495
  /**
7496
7496
  * Creates an object representation of this proto suitable for use in Soy templates.
7497
7497
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -7518,7 +7518,7 @@ proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.toObject = function
7518
7518
  */
7519
7519
  proto.vertexvis.protobuf.core.PlanarDistanceResult.toObject = function(includeInstance, msg) {
7520
7520
  var f, obj = {
7521
- distance: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
7521
+ distance: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
7522
7522
  planes: (f = msg.getPlanes()) && proto.vertexvis.protobuf.core.PlanePair.toObject(includeInstance, f)
7523
7523
  };
7524
7524
 
@@ -7536,7 +7536,7 @@ proto.vertexvis.protobuf.core.PlanarDistanceResult.toObject = function(includeIn
7536
7536
  * @return {!proto.vertexvis.protobuf.core.PlanarDistanceResult}
7537
7537
  */
7538
7538
  proto.vertexvis.protobuf.core.PlanarDistanceResult.deserializeBinary = function(bytes) {
7539
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
7539
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
7540
7540
  var msg = new proto.vertexvis.protobuf.core.PlanarDistanceResult;
7541
7541
  return proto.vertexvis.protobuf.core.PlanarDistanceResult.deserializeBinaryFromReader(msg, reader);
7542
7542
  };
@@ -7579,7 +7579,7 @@ proto.vertexvis.protobuf.core.PlanarDistanceResult.deserializeBinaryFromReader =
7579
7579
  * @return {!Uint8Array}
7580
7580
  */
7581
7581
  proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.serializeBinary = function() {
7582
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
7582
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
7583
7583
  proto.vertexvis.protobuf.core.PlanarDistanceResult.serializeBinaryToWriter(this, writer);
7584
7584
  return writer.getResultBuffer();
7585
7585
  };
@@ -7617,13 +7617,13 @@ proto.vertexvis.protobuf.core.PlanarDistanceResult.serializeBinaryToWriter = fun
7617
7617
  * @return {number}
7618
7618
  */
7619
7619
  proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.getDistance = function() {
7620
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
7620
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
7621
7621
  };
7622
7622
 
7623
7623
 
7624
7624
  /** @param {number} value */
7625
7625
  proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.setDistance = function(value) {
7626
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 1, value);
7626
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 1, value);
7627
7627
  };
7628
7628
 
7629
7629
 
@@ -7633,13 +7633,13 @@ proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.setDistance = funct
7633
7633
  */
7634
7634
  proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.getPlanes = function() {
7635
7635
  return /** @type{?proto.vertexvis.protobuf.core.PlanePair} */ (
7636
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.PlanePair, 2));
7636
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.PlanePair, 2));
7637
7637
  };
7638
7638
 
7639
7639
 
7640
7640
  /** @param {?proto.vertexvis.protobuf.core.PlanePair|undefined} value */
7641
7641
  proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.setPlanes = function(value) {
7642
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
7642
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
7643
7643
  };
7644
7644
 
7645
7645
 
@@ -7653,7 +7653,7 @@ proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.clearPlanes = funct
7653
7653
  * @return {!boolean}
7654
7654
  */
7655
7655
  proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.hasPlanes = function() {
7656
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
7656
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
7657
7657
  };
7658
7658
 
7659
7659
 
@@ -7669,15 +7669,15 @@ proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.hasPlanes = functio
7669
7669
  * @constructor
7670
7670
  */
7671
7671
  proto.vertexvis.protobuf.core.MinimumDistanceResult = function(opt_data) {
7672
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
7672
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
7673
7673
  };
7674
- goog.inherits(proto.vertexvis.protobuf.core.MinimumDistanceResult, grpcWebClient_umd.googleProtobuf.Message);
7674
+ goog.inherits(proto.vertexvis.protobuf.core.MinimumDistanceResult, wrappers_pb.googleProtobuf.Message);
7675
7675
  if (goog.DEBUG && !COMPILED) {
7676
7676
  proto.vertexvis.protobuf.core.MinimumDistanceResult.displayName = 'proto.vertexvis.protobuf.core.MinimumDistanceResult';
7677
7677
  }
7678
7678
 
7679
7679
 
7680
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
7680
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
7681
7681
  /**
7682
7682
  * Creates an object representation of this proto suitable for use in Soy templates.
7683
7683
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -7704,7 +7704,7 @@ proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.toObject = functio
7704
7704
  */
7705
7705
  proto.vertexvis.protobuf.core.MinimumDistanceResult.toObject = function(includeInstance, msg) {
7706
7706
  var f, obj = {
7707
- distance: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
7707
+ distance: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
7708
7708
  closestPoint1: (f = msg.getClosestPoint1()) && geometry_pb.Vector3d.toObject(includeInstance, f),
7709
7709
  closestPoint2: (f = msg.getClosestPoint2()) && geometry_pb.Vector3d.toObject(includeInstance, f)
7710
7710
  };
@@ -7723,7 +7723,7 @@ proto.vertexvis.protobuf.core.MinimumDistanceResult.toObject = function(includeI
7723
7723
  * @return {!proto.vertexvis.protobuf.core.MinimumDistanceResult}
7724
7724
  */
7725
7725
  proto.vertexvis.protobuf.core.MinimumDistanceResult.deserializeBinary = function(bytes) {
7726
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
7726
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
7727
7727
  var msg = new proto.vertexvis.protobuf.core.MinimumDistanceResult;
7728
7728
  return proto.vertexvis.protobuf.core.MinimumDistanceResult.deserializeBinaryFromReader(msg, reader);
7729
7729
  };
@@ -7771,7 +7771,7 @@ proto.vertexvis.protobuf.core.MinimumDistanceResult.deserializeBinaryFromReader
7771
7771
  * @return {!Uint8Array}
7772
7772
  */
7773
7773
  proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.serializeBinary = function() {
7774
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
7774
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
7775
7775
  proto.vertexvis.protobuf.core.MinimumDistanceResult.serializeBinaryToWriter(this, writer);
7776
7776
  return writer.getResultBuffer();
7777
7777
  };
@@ -7817,13 +7817,13 @@ proto.vertexvis.protobuf.core.MinimumDistanceResult.serializeBinaryToWriter = fu
7817
7817
  * @return {number}
7818
7818
  */
7819
7819
  proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.getDistance = function() {
7820
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
7820
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
7821
7821
  };
7822
7822
 
7823
7823
 
7824
7824
  /** @param {number} value */
7825
7825
  proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.setDistance = function(value) {
7826
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 1, value);
7826
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 1, value);
7827
7827
  };
7828
7828
 
7829
7829
 
@@ -7833,13 +7833,13 @@ proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.setDistance = func
7833
7833
  */
7834
7834
  proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.getClosestPoint1 = function() {
7835
7835
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
7836
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, geometry_pb.Vector3d, 2));
7836
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, geometry_pb.Vector3d, 2));
7837
7837
  };
7838
7838
 
7839
7839
 
7840
7840
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
7841
7841
  proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.setClosestPoint1 = function(value) {
7842
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
7842
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
7843
7843
  };
7844
7844
 
7845
7845
 
@@ -7853,7 +7853,7 @@ proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.clearClosestPoint1
7853
7853
  * @return {!boolean}
7854
7854
  */
7855
7855
  proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.hasClosestPoint1 = function() {
7856
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
7856
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
7857
7857
  };
7858
7858
 
7859
7859
 
@@ -7863,13 +7863,13 @@ proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.hasClosestPoint1 =
7863
7863
  */
7864
7864
  proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.getClosestPoint2 = function() {
7865
7865
  return /** @type{?proto.vertexvis.protobuf.core.Vector3d} */ (
7866
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, geometry_pb.Vector3d, 3));
7866
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, geometry_pb.Vector3d, 3));
7867
7867
  };
7868
7868
 
7869
7869
 
7870
7870
  /** @param {?proto.vertexvis.protobuf.core.Vector3d|undefined} value */
7871
7871
  proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.setClosestPoint2 = function(value) {
7872
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 3, value);
7872
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 3, value);
7873
7873
  };
7874
7874
 
7875
7875
 
@@ -7883,7 +7883,7 @@ proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.clearClosestPoint2
7883
7883
  * @return {!boolean}
7884
7884
  */
7885
7885
  proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.hasClosestPoint2 = function() {
7886
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 3) != null;
7886
+ return wrappers_pb.googleProtobuf.Message.getField(this, 3) != null;
7887
7887
  };
7888
7888
 
7889
7889
 
@@ -7899,15 +7899,15 @@ proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.hasClosestPoint2 =
7899
7899
  * @constructor
7900
7900
  */
7901
7901
  proto.vertexvis.protobuf.core.PlanarAngleResult = function(opt_data) {
7902
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
7902
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
7903
7903
  };
7904
- goog.inherits(proto.vertexvis.protobuf.core.PlanarAngleResult, grpcWebClient_umd.googleProtobuf.Message);
7904
+ goog.inherits(proto.vertexvis.protobuf.core.PlanarAngleResult, wrappers_pb.googleProtobuf.Message);
7905
7905
  if (goog.DEBUG && !COMPILED) {
7906
7906
  proto.vertexvis.protobuf.core.PlanarAngleResult.displayName = 'proto.vertexvis.protobuf.core.PlanarAngleResult';
7907
7907
  }
7908
7908
 
7909
7909
 
7910
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
7910
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
7911
7911
  /**
7912
7912
  * Creates an object representation of this proto suitable for use in Soy templates.
7913
7913
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -7934,7 +7934,7 @@ proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.toObject = function(op
7934
7934
  */
7935
7935
  proto.vertexvis.protobuf.core.PlanarAngleResult.toObject = function(includeInstance, msg) {
7936
7936
  var f, obj = {
7937
- angleInRadians: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
7937
+ angleInRadians: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0),
7938
7938
  planes: (f = msg.getPlanes()) && proto.vertexvis.protobuf.core.PlanePair.toObject(includeInstance, f)
7939
7939
  };
7940
7940
 
@@ -7952,7 +7952,7 @@ proto.vertexvis.protobuf.core.PlanarAngleResult.toObject = function(includeInsta
7952
7952
  * @return {!proto.vertexvis.protobuf.core.PlanarAngleResult}
7953
7953
  */
7954
7954
  proto.vertexvis.protobuf.core.PlanarAngleResult.deserializeBinary = function(bytes) {
7955
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
7955
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
7956
7956
  var msg = new proto.vertexvis.protobuf.core.PlanarAngleResult;
7957
7957
  return proto.vertexvis.protobuf.core.PlanarAngleResult.deserializeBinaryFromReader(msg, reader);
7958
7958
  };
@@ -7995,7 +7995,7 @@ proto.vertexvis.protobuf.core.PlanarAngleResult.deserializeBinaryFromReader = fu
7995
7995
  * @return {!Uint8Array}
7996
7996
  */
7997
7997
  proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.serializeBinary = function() {
7998
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
7998
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
7999
7999
  proto.vertexvis.protobuf.core.PlanarAngleResult.serializeBinaryToWriter(this, writer);
8000
8000
  return writer.getResultBuffer();
8001
8001
  };
@@ -8033,13 +8033,13 @@ proto.vertexvis.protobuf.core.PlanarAngleResult.serializeBinaryToWriter = functi
8033
8033
  * @return {number}
8034
8034
  */
8035
8035
  proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.getAngleInRadians = function() {
8036
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
8036
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
8037
8037
  };
8038
8038
 
8039
8039
 
8040
8040
  /** @param {number} value */
8041
8041
  proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.setAngleInRadians = function(value) {
8042
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 1, value);
8042
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 1, value);
8043
8043
  };
8044
8044
 
8045
8045
 
@@ -8049,13 +8049,13 @@ proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.setAngleInRadians = fu
8049
8049
  */
8050
8050
  proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.getPlanes = function() {
8051
8051
  return /** @type{?proto.vertexvis.protobuf.core.PlanePair} */ (
8052
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.PlanePair, 5));
8052
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.PlanePair, 5));
8053
8053
  };
8054
8054
 
8055
8055
 
8056
8056
  /** @param {?proto.vertexvis.protobuf.core.PlanePair|undefined} value */
8057
8057
  proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.setPlanes = function(value) {
8058
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 5, value);
8058
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 5, value);
8059
8059
  };
8060
8060
 
8061
8061
 
@@ -8069,7 +8069,7 @@ proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.clearPlanes = function
8069
8069
  * @return {!boolean}
8070
8070
  */
8071
8071
  proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.hasPlanes = function() {
8072
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 5) != null;
8072
+ return wrappers_pb.googleProtobuf.Message.getField(this, 5) != null;
8073
8073
  };
8074
8074
 
8075
8075
 
@@ -8085,15 +8085,15 @@ proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.hasPlanes = function()
8085
8085
  * @constructor
8086
8086
  */
8087
8087
  proto.vertexvis.protobuf.core.SurfaceAreaResult = function(opt_data) {
8088
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
8088
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
8089
8089
  };
8090
- goog.inherits(proto.vertexvis.protobuf.core.SurfaceAreaResult, grpcWebClient_umd.googleProtobuf.Message);
8090
+ goog.inherits(proto.vertexvis.protobuf.core.SurfaceAreaResult, wrappers_pb.googleProtobuf.Message);
8091
8091
  if (goog.DEBUG && !COMPILED) {
8092
8092
  proto.vertexvis.protobuf.core.SurfaceAreaResult.displayName = 'proto.vertexvis.protobuf.core.SurfaceAreaResult';
8093
8093
  }
8094
8094
 
8095
8095
 
8096
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
8096
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
8097
8097
  /**
8098
8098
  * Creates an object representation of this proto suitable for use in Soy templates.
8099
8099
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -8120,7 +8120,7 @@ proto.vertexvis.protobuf.core.SurfaceAreaResult.prototype.toObject = function(op
8120
8120
  */
8121
8121
  proto.vertexvis.protobuf.core.SurfaceAreaResult.toObject = function(includeInstance, msg) {
8122
8122
  var obj = {
8123
- area: +grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0)
8123
+ area: +wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 1, 0.0)
8124
8124
  };
8125
8125
 
8126
8126
  if (includeInstance) {
@@ -8137,7 +8137,7 @@ proto.vertexvis.protobuf.core.SurfaceAreaResult.toObject = function(includeInsta
8137
8137
  * @return {!proto.vertexvis.protobuf.core.SurfaceAreaResult}
8138
8138
  */
8139
8139
  proto.vertexvis.protobuf.core.SurfaceAreaResult.deserializeBinary = function(bytes) {
8140
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
8140
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
8141
8141
  var msg = new proto.vertexvis.protobuf.core.SurfaceAreaResult;
8142
8142
  return proto.vertexvis.protobuf.core.SurfaceAreaResult.deserializeBinaryFromReader(msg, reader);
8143
8143
  };
@@ -8175,7 +8175,7 @@ proto.vertexvis.protobuf.core.SurfaceAreaResult.deserializeBinaryFromReader = fu
8175
8175
  * @return {!Uint8Array}
8176
8176
  */
8177
8177
  proto.vertexvis.protobuf.core.SurfaceAreaResult.prototype.serializeBinary = function() {
8178
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
8178
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
8179
8179
  proto.vertexvis.protobuf.core.SurfaceAreaResult.serializeBinaryToWriter(this, writer);
8180
8180
  return writer.getResultBuffer();
8181
8181
  };
@@ -8205,13 +8205,13 @@ proto.vertexvis.protobuf.core.SurfaceAreaResult.serializeBinaryToWriter = functi
8205
8205
  * @return {number}
8206
8206
  */
8207
8207
  proto.vertexvis.protobuf.core.SurfaceAreaResult.prototype.getArea = function() {
8208
- return /** @type {number} */ (+grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
8208
+ return /** @type {number} */ (+wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 1, 0.0));
8209
8209
  };
8210
8210
 
8211
8211
 
8212
8212
  /** @param {number} value */
8213
8213
  proto.vertexvis.protobuf.core.SurfaceAreaResult.prototype.setArea = function(value) {
8214
- grpcWebClient_umd.googleProtobuf.Message.setProto3FloatField(this, 1, value);
8214
+ wrappers_pb.googleProtobuf.Message.setProto3FloatField(this, 1, value);
8215
8215
  };
8216
8216
 
8217
8217
 
@@ -8227,9 +8227,9 @@ proto.vertexvis.protobuf.core.SurfaceAreaResult.prototype.setArea = function(val
8227
8227
  * @constructor
8228
8228
  */
8229
8229
  proto.vertexvis.protobuf.core.MeasurementResult = function(opt_data) {
8230
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_);
8230
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_);
8231
8231
  };
8232
- goog.inherits(proto.vertexvis.protobuf.core.MeasurementResult, grpcWebClient_umd.googleProtobuf.Message);
8232
+ goog.inherits(proto.vertexvis.protobuf.core.MeasurementResult, wrappers_pb.googleProtobuf.Message);
8233
8233
  if (goog.DEBUG && !COMPILED) {
8234
8234
  proto.vertexvis.protobuf.core.MeasurementResult.displayName = 'proto.vertexvis.protobuf.core.MeasurementResult';
8235
8235
  }
@@ -8258,12 +8258,12 @@ proto.vertexvis.protobuf.core.MeasurementResult.DetailsCase = {
8258
8258
  * @return {proto.vertexvis.protobuf.core.MeasurementResult.DetailsCase}
8259
8259
  */
8260
8260
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.getDetailsCase = function() {
8261
- return /** @type {proto.vertexvis.protobuf.core.MeasurementResult.DetailsCase} */(grpcWebClient_umd.googleProtobuf.Message.computeOneofCase(this, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0]));
8261
+ return /** @type {proto.vertexvis.protobuf.core.MeasurementResult.DetailsCase} */(wrappers_pb.googleProtobuf.Message.computeOneofCase(this, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0]));
8262
8262
  };
8263
8263
 
8264
8264
 
8265
8265
 
8266
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
8266
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
8267
8267
  /**
8268
8268
  * Creates an object representation of this proto suitable for use in Soy templates.
8269
8269
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -8310,7 +8310,7 @@ proto.vertexvis.protobuf.core.MeasurementResult.toObject = function(includeInsta
8310
8310
  * @return {!proto.vertexvis.protobuf.core.MeasurementResult}
8311
8311
  */
8312
8312
  proto.vertexvis.protobuf.core.MeasurementResult.deserializeBinary = function(bytes) {
8313
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
8313
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
8314
8314
  var msg = new proto.vertexvis.protobuf.core.MeasurementResult;
8315
8315
  return proto.vertexvis.protobuf.core.MeasurementResult.deserializeBinaryFromReader(msg, reader);
8316
8316
  };
@@ -8364,7 +8364,7 @@ proto.vertexvis.protobuf.core.MeasurementResult.deserializeBinaryFromReader = fu
8364
8364
  * @return {!Uint8Array}
8365
8365
  */
8366
8366
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.serializeBinary = function() {
8367
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
8367
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
8368
8368
  proto.vertexvis.protobuf.core.MeasurementResult.serializeBinaryToWriter(this, writer);
8369
8369
  return writer.getResultBuffer();
8370
8370
  };
@@ -8420,13 +8420,13 @@ proto.vertexvis.protobuf.core.MeasurementResult.serializeBinaryToWriter = functi
8420
8420
  */
8421
8421
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.getPlanarDistance = function() {
8422
8422
  return /** @type{?proto.vertexvis.protobuf.core.PlanarDistanceResult} */ (
8423
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.PlanarDistanceResult, 1));
8423
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.PlanarDistanceResult, 1));
8424
8424
  };
8425
8425
 
8426
8426
 
8427
8427
  /** @param {?proto.vertexvis.protobuf.core.PlanarDistanceResult|undefined} value */
8428
8428
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.setPlanarDistance = function(value) {
8429
- grpcWebClient_umd.googleProtobuf.Message.setOneofWrapperField(this, 1, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0], value);
8429
+ wrappers_pb.googleProtobuf.Message.setOneofWrapperField(this, 1, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0], value);
8430
8430
  };
8431
8431
 
8432
8432
 
@@ -8440,7 +8440,7 @@ proto.vertexvis.protobuf.core.MeasurementResult.prototype.clearPlanarDistance =
8440
8440
  * @return {!boolean}
8441
8441
  */
8442
8442
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasPlanarDistance = function() {
8443
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
8443
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
8444
8444
  };
8445
8445
 
8446
8446
 
@@ -8450,13 +8450,13 @@ proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasPlanarDistance = fu
8450
8450
  */
8451
8451
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.getPlanarAngle = function() {
8452
8452
  return /** @type{?proto.vertexvis.protobuf.core.PlanarAngleResult} */ (
8453
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.PlanarAngleResult, 2));
8453
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.PlanarAngleResult, 2));
8454
8454
  };
8455
8455
 
8456
8456
 
8457
8457
  /** @param {?proto.vertexvis.protobuf.core.PlanarAngleResult|undefined} value */
8458
8458
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.setPlanarAngle = function(value) {
8459
- grpcWebClient_umd.googleProtobuf.Message.setOneofWrapperField(this, 2, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0], value);
8459
+ wrappers_pb.googleProtobuf.Message.setOneofWrapperField(this, 2, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0], value);
8460
8460
  };
8461
8461
 
8462
8462
 
@@ -8470,7 +8470,7 @@ proto.vertexvis.protobuf.core.MeasurementResult.prototype.clearPlanarAngle = fun
8470
8470
  * @return {!boolean}
8471
8471
  */
8472
8472
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasPlanarAngle = function() {
8473
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
8473
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
8474
8474
  };
8475
8475
 
8476
8476
 
@@ -8480,13 +8480,13 @@ proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasPlanarAngle = funct
8480
8480
  */
8481
8481
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.getMinimumDistance = function() {
8482
8482
  return /** @type{?proto.vertexvis.protobuf.core.MinimumDistanceResult} */ (
8483
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.MinimumDistanceResult, 3));
8483
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.MinimumDistanceResult, 3));
8484
8484
  };
8485
8485
 
8486
8486
 
8487
8487
  /** @param {?proto.vertexvis.protobuf.core.MinimumDistanceResult|undefined} value */
8488
8488
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.setMinimumDistance = function(value) {
8489
- grpcWebClient_umd.googleProtobuf.Message.setOneofWrapperField(this, 3, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0], value);
8489
+ wrappers_pb.googleProtobuf.Message.setOneofWrapperField(this, 3, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0], value);
8490
8490
  };
8491
8491
 
8492
8492
 
@@ -8500,7 +8500,7 @@ proto.vertexvis.protobuf.core.MeasurementResult.prototype.clearMinimumDistance =
8500
8500
  * @return {!boolean}
8501
8501
  */
8502
8502
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasMinimumDistance = function() {
8503
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 3) != null;
8503
+ return wrappers_pb.googleProtobuf.Message.getField(this, 3) != null;
8504
8504
  };
8505
8505
 
8506
8506
 
@@ -8510,13 +8510,13 @@ proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasMinimumDistance = f
8510
8510
  */
8511
8511
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.getTotalSurfaceArea = function() {
8512
8512
  return /** @type{?proto.vertexvis.protobuf.core.SurfaceAreaResult} */ (
8513
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.SurfaceAreaResult, 4));
8513
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, proto.vertexvis.protobuf.core.SurfaceAreaResult, 4));
8514
8514
  };
8515
8515
 
8516
8516
 
8517
8517
  /** @param {?proto.vertexvis.protobuf.core.SurfaceAreaResult|undefined} value */
8518
8518
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.setTotalSurfaceArea = function(value) {
8519
- grpcWebClient_umd.googleProtobuf.Message.setOneofWrapperField(this, 4, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0], value);
8519
+ wrappers_pb.googleProtobuf.Message.setOneofWrapperField(this, 4, proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0], value);
8520
8520
  };
8521
8521
 
8522
8522
 
@@ -8530,7 +8530,7 @@ proto.vertexvis.protobuf.core.MeasurementResult.prototype.clearTotalSurfaceArea
8530
8530
  * @return {!boolean}
8531
8531
  */
8532
8532
  proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasTotalSurfaceArea = function() {
8533
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 4) != null;
8533
+ return wrappers_pb.googleProtobuf.Message.getField(this, 4) != null;
8534
8534
  };
8535
8535
 
8536
8536
 
@@ -8546,9 +8546,9 @@ proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasTotalSurfaceArea =
8546
8546
  * @constructor
8547
8547
  */
8548
8548
  proto.vertexvis.protobuf.core.MeasurementOutcome = function(opt_data) {
8549
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, proto.vertexvis.protobuf.core.MeasurementOutcome.repeatedFields_, null);
8549
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, proto.vertexvis.protobuf.core.MeasurementOutcome.repeatedFields_, null);
8550
8550
  };
8551
- goog.inherits(proto.vertexvis.protobuf.core.MeasurementOutcome, grpcWebClient_umd.googleProtobuf.Message);
8551
+ goog.inherits(proto.vertexvis.protobuf.core.MeasurementOutcome, wrappers_pb.googleProtobuf.Message);
8552
8552
  if (goog.DEBUG && !COMPILED) {
8553
8553
  proto.vertexvis.protobuf.core.MeasurementOutcome.displayName = 'proto.vertexvis.protobuf.core.MeasurementOutcome';
8554
8554
  }
@@ -8561,7 +8561,7 @@ proto.vertexvis.protobuf.core.MeasurementOutcome.repeatedFields_ = [1];
8561
8561
 
8562
8562
 
8563
8563
 
8564
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
8564
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
8565
8565
  /**
8566
8566
  * Creates an object representation of this proto suitable for use in Soy templates.
8567
8567
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -8588,9 +8588,9 @@ proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.toObject = function(o
8588
8588
  */
8589
8589
  proto.vertexvis.protobuf.core.MeasurementOutcome.toObject = function(includeInstance, msg) {
8590
8590
  var obj = {
8591
- resultsList: grpcWebClient_umd.googleProtobuf.Message.toObjectList(msg.getResultsList(),
8591
+ resultsList: wrappers_pb.googleProtobuf.Message.toObjectList(msg.getResultsList(),
8592
8592
  proto.vertexvis.protobuf.core.MeasurementResult.toObject, includeInstance),
8593
- isApproximate: grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(msg, 2, false)
8593
+ isApproximate: wrappers_pb.googleProtobuf.Message.getFieldWithDefault(msg, 2, false)
8594
8594
  };
8595
8595
 
8596
8596
  if (includeInstance) {
@@ -8607,7 +8607,7 @@ proto.vertexvis.protobuf.core.MeasurementOutcome.toObject = function(includeInst
8607
8607
  * @return {!proto.vertexvis.protobuf.core.MeasurementOutcome}
8608
8608
  */
8609
8609
  proto.vertexvis.protobuf.core.MeasurementOutcome.deserializeBinary = function(bytes) {
8610
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
8610
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
8611
8611
  var msg = new proto.vertexvis.protobuf.core.MeasurementOutcome;
8612
8612
  return proto.vertexvis.protobuf.core.MeasurementOutcome.deserializeBinaryFromReader(msg, reader);
8613
8613
  };
@@ -8650,7 +8650,7 @@ proto.vertexvis.protobuf.core.MeasurementOutcome.deserializeBinaryFromReader = f
8650
8650
  * @return {!Uint8Array}
8651
8651
  */
8652
8652
  proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.serializeBinary = function() {
8653
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
8653
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
8654
8654
  proto.vertexvis.protobuf.core.MeasurementOutcome.serializeBinaryToWriter(this, writer);
8655
8655
  return writer.getResultBuffer();
8656
8656
  };
@@ -8689,13 +8689,13 @@ proto.vertexvis.protobuf.core.MeasurementOutcome.serializeBinaryToWriter = funct
8689
8689
  */
8690
8690
  proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.getResultsList = function() {
8691
8691
  return /** @type{!Array<!proto.vertexvis.protobuf.core.MeasurementResult>} */ (
8692
- grpcWebClient_umd.googleProtobuf.Message.getRepeatedWrapperField(this, proto.vertexvis.protobuf.core.MeasurementResult, 1));
8692
+ wrappers_pb.googleProtobuf.Message.getRepeatedWrapperField(this, proto.vertexvis.protobuf.core.MeasurementResult, 1));
8693
8693
  };
8694
8694
 
8695
8695
 
8696
8696
  /** @param {!Array<!proto.vertexvis.protobuf.core.MeasurementResult>} value */
8697
8697
  proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.setResultsList = function(value) {
8698
- grpcWebClient_umd.googleProtobuf.Message.setRepeatedWrapperField(this, 1, value);
8698
+ wrappers_pb.googleProtobuf.Message.setRepeatedWrapperField(this, 1, value);
8699
8699
  };
8700
8700
 
8701
8701
 
@@ -8705,7 +8705,7 @@ proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.setResultsList = func
8705
8705
  * @return {!proto.vertexvis.protobuf.core.MeasurementResult}
8706
8706
  */
8707
8707
  proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.addResults = function(opt_value, opt_index) {
8708
- return grpcWebClient_umd.googleProtobuf.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.vertexvis.protobuf.core.MeasurementResult, opt_index);
8708
+ return wrappers_pb.googleProtobuf.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.vertexvis.protobuf.core.MeasurementResult, opt_index);
8709
8709
  };
8710
8710
 
8711
8711
 
@@ -8721,13 +8721,13 @@ proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.clearResultsList = fu
8721
8721
  * @return {boolean}
8722
8722
  */
8723
8723
  proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.getIsApproximate = function() {
8724
- return /** @type {boolean} */ (grpcWebClient_umd.googleProtobuf.Message.getFieldWithDefault(this, 2, false));
8724
+ return /** @type {boolean} */ (wrappers_pb.googleProtobuf.Message.getFieldWithDefault(this, 2, false));
8725
8725
  };
8726
8726
 
8727
8727
 
8728
8728
  /** @param {boolean} value */
8729
8729
  proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.setIsApproximate = function(value) {
8730
- grpcWebClient_umd.googleProtobuf.Message.setProto3BooleanField(this, 2, value);
8730
+ wrappers_pb.googleProtobuf.Message.setProto3BooleanField(this, 2, value);
8731
8731
  };
8732
8732
 
8733
8733
 
@@ -8745,7 +8745,7 @@ var scene_view_api_pb = _commonjsHelpers.createCommonjsModule(function (module,
8745
8745
  // GENERATED CODE -- DO NOT EDIT!
8746
8746
 
8747
8747
 
8748
- var goog = grpcWebClient_umd.googleProtobuf;
8748
+ var goog = wrappers_pb.googleProtobuf;
8749
8749
  var global = Function('return this')();
8750
8750
 
8751
8751
 
@@ -8770,9 +8770,9 @@ goog.exportSymbol('proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResp
8770
8770
  * @constructor
8771
8771
  */
8772
8772
  proto.vertexvis.protobuf.sceneview.v1.MeasureRequest = function(opt_data) {
8773
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.repeatedFields_, null);
8773
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.repeatedFields_, null);
8774
8774
  };
8775
- goog.inherits(proto.vertexvis.protobuf.sceneview.v1.MeasureRequest, grpcWebClient_umd.googleProtobuf.Message);
8775
+ goog.inherits(proto.vertexvis.protobuf.sceneview.v1.MeasureRequest, wrappers_pb.googleProtobuf.Message);
8776
8776
  if (goog.DEBUG && !COMPILED) {
8777
8777
  proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.displayName = 'proto.vertexvis.protobuf.sceneview.v1.MeasureRequest';
8778
8778
  }
@@ -8785,7 +8785,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.repeatedFields_ = [1];
8785
8785
 
8786
8786
 
8787
8787
 
8788
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
8788
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
8789
8789
  /**
8790
8790
  * Creates an object representation of this proto suitable for use in Soy templates.
8791
8791
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -8812,7 +8812,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.toObject = functi
8812
8812
  */
8813
8813
  proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.toObject = function(includeInstance, msg) {
8814
8814
  var obj = {
8815
- entitiesList: grpcWebClient_umd.googleProtobuf.Message.toObjectList(msg.getEntitiesList(),
8815
+ entitiesList: wrappers_pb.googleProtobuf.Message.toObjectList(msg.getEntitiesList(),
8816
8816
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.toObject, includeInstance)
8817
8817
  };
8818
8818
 
@@ -8830,7 +8830,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.toObject = function(include
8830
8830
  * @return {!proto.vertexvis.protobuf.sceneview.v1.MeasureRequest}
8831
8831
  */
8832
8832
  proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.deserializeBinary = function(bytes) {
8833
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
8833
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
8834
8834
  var msg = new proto.vertexvis.protobuf.sceneview.v1.MeasureRequest;
8835
8835
  return proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.deserializeBinaryFromReader(msg, reader);
8836
8836
  };
@@ -8869,7 +8869,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.deserializeBinaryFromReader
8869
8869
  * @return {!Uint8Array}
8870
8870
  */
8871
8871
  proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.serializeBinary = function() {
8872
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
8872
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
8873
8873
  proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.serializeBinaryToWriter(this, writer);
8874
8874
  return writer.getResultBuffer();
8875
8875
  };
@@ -8901,13 +8901,13 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.serializeBinaryToWriter = f
8901
8901
  */
8902
8902
  proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.getEntitiesList = function() {
8903
8903
  return /** @type{!Array<!proto.vertexvis.protobuf.sceneview.v1.MeasureEntity>} */ (
8904
- grpcWebClient_umd.googleProtobuf.Message.getRepeatedWrapperField(this, proto.vertexvis.protobuf.sceneview.v1.MeasureEntity, 1));
8904
+ wrappers_pb.googleProtobuf.Message.getRepeatedWrapperField(this, proto.vertexvis.protobuf.sceneview.v1.MeasureEntity, 1));
8905
8905
  };
8906
8906
 
8907
8907
 
8908
8908
  /** @param {!Array<!proto.vertexvis.protobuf.sceneview.v1.MeasureEntity>} value */
8909
8909
  proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.setEntitiesList = function(value) {
8910
- grpcWebClient_umd.googleProtobuf.Message.setRepeatedWrapperField(this, 1, value);
8910
+ wrappers_pb.googleProtobuf.Message.setRepeatedWrapperField(this, 1, value);
8911
8911
  };
8912
8912
 
8913
8913
 
@@ -8917,7 +8917,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.setEntitiesList =
8917
8917
  * @return {!proto.vertexvis.protobuf.sceneview.v1.MeasureEntity}
8918
8918
  */
8919
8919
  proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.addEntities = function(opt_value, opt_index) {
8920
- return grpcWebClient_umd.googleProtobuf.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.vertexvis.protobuf.sceneview.v1.MeasureEntity, opt_index);
8920
+ return wrappers_pb.googleProtobuf.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.vertexvis.protobuf.sceneview.v1.MeasureEntity, opt_index);
8921
8921
  };
8922
8922
 
8923
8923
 
@@ -8938,15 +8938,15 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.clearEntitiesList
8938
8938
  * @constructor
8939
8939
  */
8940
8940
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity = function(opt_data) {
8941
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
8941
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
8942
8942
  };
8943
- goog.inherits(proto.vertexvis.protobuf.sceneview.v1.MeasureEntity, grpcWebClient_umd.googleProtobuf.Message);
8943
+ goog.inherits(proto.vertexvis.protobuf.sceneview.v1.MeasureEntity, wrappers_pb.googleProtobuf.Message);
8944
8944
  if (goog.DEBUG && !COMPILED) {
8945
8945
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.displayName = 'proto.vertexvis.protobuf.sceneview.v1.MeasureEntity';
8946
8946
  }
8947
8947
 
8948
8948
 
8949
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
8949
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
8950
8950
  /**
8951
8951
  * Creates an object representation of this proto suitable for use in Soy templates.
8952
8952
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -8991,7 +8991,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.toObject = function(includeI
8991
8991
  * @return {!proto.vertexvis.protobuf.sceneview.v1.MeasureEntity}
8992
8992
  */
8993
8993
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.deserializeBinary = function(bytes) {
8994
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
8994
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
8995
8995
  var msg = new proto.vertexvis.protobuf.sceneview.v1.MeasureEntity;
8996
8996
  return proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.deserializeBinaryFromReader(msg, reader);
8997
8997
  };
@@ -9035,7 +9035,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.deserializeBinaryFromReader
9035
9035
  * @return {!Uint8Array}
9036
9036
  */
9037
9037
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.serializeBinary = function() {
9038
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
9038
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
9039
9039
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.serializeBinaryToWriter(this, writer);
9040
9040
  return writer.getResultBuffer();
9041
9041
  };
@@ -9075,13 +9075,13 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.serializeBinaryToWriter = fu
9075
9075
  */
9076
9076
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.getModelEntity = function() {
9077
9077
  return /** @type{?proto.vertexvis.protobuf.core.ModelEntity} */ (
9078
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, model_entity_pb.ModelEntity, 1));
9078
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, model_entity_pb.ModelEntity, 1));
9079
9079
  };
9080
9080
 
9081
9081
 
9082
9082
  /** @param {?proto.vertexvis.protobuf.core.ModelEntity|undefined} value */
9083
9083
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.setModelEntity = function(value) {
9084
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
9084
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
9085
9085
  };
9086
9086
 
9087
9087
 
@@ -9095,7 +9095,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.clearModelEntity =
9095
9095
  * @return {!boolean}
9096
9096
  */
9097
9097
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.hasModelEntity = function() {
9098
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
9098
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
9099
9099
  };
9100
9100
 
9101
9101
 
@@ -9105,13 +9105,13 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.hasModelEntity = f
9105
9105
  */
9106
9106
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.getPoint = function() {
9107
9107
  return /** @type{?proto.vertexvis.protobuf.core.Vector3f} */ (
9108
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, geometry_pb.Vector3f, 2));
9108
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, geometry_pb.Vector3f, 2));
9109
9109
  };
9110
9110
 
9111
9111
 
9112
9112
  /** @param {?proto.vertexvis.protobuf.core.Vector3f|undefined} value */
9113
9113
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.setPoint = function(value) {
9114
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
9114
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
9115
9115
  };
9116
9116
 
9117
9117
 
@@ -9125,7 +9125,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.clearPoint = funct
9125
9125
  * @return {!boolean}
9126
9126
  */
9127
9127
  proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.hasPoint = function() {
9128
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
9128
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
9129
9129
  };
9130
9130
 
9131
9131
 
@@ -9141,15 +9141,15 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.hasPoint = functio
9141
9141
  * @constructor
9142
9142
  */
9143
9143
  proto.vertexvis.protobuf.sceneview.v1.MeasureResponse = function(opt_data) {
9144
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
9144
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
9145
9145
  };
9146
- goog.inherits(proto.vertexvis.protobuf.sceneview.v1.MeasureResponse, grpcWebClient_umd.googleProtobuf.Message);
9146
+ goog.inherits(proto.vertexvis.protobuf.sceneview.v1.MeasureResponse, wrappers_pb.googleProtobuf.Message);
9147
9147
  if (goog.DEBUG && !COMPILED) {
9148
9148
  proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.displayName = 'proto.vertexvis.protobuf.sceneview.v1.MeasureResponse';
9149
9149
  }
9150
9150
 
9151
9151
 
9152
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
9152
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
9153
9153
  /**
9154
9154
  * Creates an object representation of this proto suitable for use in Soy templates.
9155
9155
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -9193,7 +9193,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.toObject = function(includ
9193
9193
  * @return {!proto.vertexvis.protobuf.sceneview.v1.MeasureResponse}
9194
9194
  */
9195
9195
  proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.deserializeBinary = function(bytes) {
9196
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
9196
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
9197
9197
  var msg = new proto.vertexvis.protobuf.sceneview.v1.MeasureResponse;
9198
9198
  return proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.deserializeBinaryFromReader(msg, reader);
9199
9199
  };
@@ -9232,7 +9232,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.deserializeBinaryFromReade
9232
9232
  * @return {!Uint8Array}
9233
9233
  */
9234
9234
  proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.serializeBinary = function() {
9235
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
9235
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
9236
9236
  proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.serializeBinaryToWriter(this, writer);
9237
9237
  return writer.getResultBuffer();
9238
9238
  };
@@ -9264,13 +9264,13 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.serializeBinaryToWriter =
9264
9264
  */
9265
9265
  proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.getOutcome = function() {
9266
9266
  return /** @type{?proto.vertexvis.protobuf.core.MeasurementOutcome} */ (
9267
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, measurement_pb.MeasurementOutcome, 1));
9267
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, measurement_pb.MeasurementOutcome, 1));
9268
9268
  };
9269
9269
 
9270
9270
 
9271
9271
  /** @param {?proto.vertexvis.protobuf.core.MeasurementOutcome|undefined} value */
9272
9272
  proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.setOutcome = function(value) {
9273
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
9273
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
9274
9274
  };
9275
9275
 
9276
9276
 
@@ -9284,7 +9284,7 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.clearOutcome = f
9284
9284
  * @return {!boolean}
9285
9285
  */
9286
9286
  proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.hasOutcome = function() {
9287
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
9287
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
9288
9288
  };
9289
9289
 
9290
9290
 
@@ -9300,9 +9300,9 @@ proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.hasOutcome = fun
9300
9300
  * @constructor
9301
9301
  */
9302
9302
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest = function(opt_data) {
9303
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.repeatedFields_, null);
9303
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.repeatedFields_, null);
9304
9304
  };
9305
- goog.inherits(proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest, grpcWebClient_umd.googleProtobuf.Message);
9305
+ goog.inherits(proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest, wrappers_pb.googleProtobuf.Message);
9306
9306
  if (goog.DEBUG && !COMPILED) {
9307
9307
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.displayName = 'proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest';
9308
9308
  }
@@ -9315,7 +9315,7 @@ proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.repeatedFields_
9315
9315
 
9316
9316
 
9317
9317
 
9318
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
9318
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
9319
9319
  /**
9320
9320
  * Creates an object representation of this proto suitable for use in Soy templates.
9321
9321
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -9342,7 +9342,7 @@ proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.toObj
9342
9342
  */
9343
9343
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.toObject = function(includeInstance, msg) {
9344
9344
  var obj = {
9345
- updatesList: grpcWebClient_umd.googleProtobuf.Message.toObjectList(msg.getUpdatesList(),
9345
+ updatesList: wrappers_pb.googleProtobuf.Message.toObjectList(msg.getUpdatesList(),
9346
9346
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.toObject, includeInstance)
9347
9347
  };
9348
9348
 
@@ -9360,7 +9360,7 @@ proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.toObject = func
9360
9360
  * @return {!proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest}
9361
9361
  */
9362
9362
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.deserializeBinary = function(bytes) {
9363
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
9363
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
9364
9364
  var msg = new proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest;
9365
9365
  return proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.deserializeBinaryFromReader(msg, reader);
9366
9366
  };
@@ -9399,7 +9399,7 @@ proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.deserializeBina
9399
9399
  * @return {!Uint8Array}
9400
9400
  */
9401
9401
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.serializeBinary = function() {
9402
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
9402
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
9403
9403
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.serializeBinaryToWriter(this, writer);
9404
9404
  return writer.getResultBuffer();
9405
9405
  };
@@ -9431,13 +9431,13 @@ proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.serializeBinary
9431
9431
  */
9432
9432
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.getUpdatesList = function() {
9433
9433
  return /** @type{!Array<!proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate>} */ (
9434
- grpcWebClient_umd.googleProtobuf.Message.getRepeatedWrapperField(this, proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate, 1));
9434
+ wrappers_pb.googleProtobuf.Message.getRepeatedWrapperField(this, proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate, 1));
9435
9435
  };
9436
9436
 
9437
9437
 
9438
9438
  /** @param {!Array<!proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate>} value */
9439
9439
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.setUpdatesList = function(value) {
9440
- grpcWebClient_umd.googleProtobuf.Message.setRepeatedWrapperField(this, 1, value);
9440
+ wrappers_pb.googleProtobuf.Message.setRepeatedWrapperField(this, 1, value);
9441
9441
  };
9442
9442
 
9443
9443
 
@@ -9447,7 +9447,7 @@ proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.setUp
9447
9447
  * @return {!proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate}
9448
9448
  */
9449
9449
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.addUpdates = function(opt_value, opt_index) {
9450
- return grpcWebClient_umd.googleProtobuf.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate, opt_index);
9450
+ return wrappers_pb.googleProtobuf.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate, opt_index);
9451
9451
  };
9452
9452
 
9453
9453
 
@@ -9468,15 +9468,15 @@ proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.clear
9468
9468
  * @constructor
9469
9469
  */
9470
9470
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate = function(opt_data) {
9471
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
9471
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
9472
9472
  };
9473
- goog.inherits(proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate, grpcWebClient_umd.googleProtobuf.Message);
9473
+ goog.inherits(proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate, wrappers_pb.googleProtobuf.Message);
9474
9474
  if (goog.DEBUG && !COMPILED) {
9475
9475
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.displayName = 'proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate';
9476
9476
  }
9477
9477
 
9478
9478
 
9479
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
9479
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
9480
9480
  /**
9481
9481
  * Creates an object representation of this proto suitable for use in Soy templates.
9482
9482
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -9504,7 +9504,7 @@ proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.toObject = fun
9504
9504
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.toObject = function(includeInstance, msg) {
9505
9505
  var f, obj = {
9506
9506
  modelEntity: (f = msg.getModelEntity()) && model_entity_pb.ModelEntity.toObject(includeInstance, f),
9507
- highlight: (f = msg.getHighlight()) && grpcWebClient_umd.wrappers_pb.BoolValue.toObject(includeInstance, f)
9507
+ highlight: (f = msg.getHighlight()) && wrappers_pb.wrappers_pb.BoolValue.toObject(includeInstance, f)
9508
9508
  };
9509
9509
 
9510
9510
  if (includeInstance) {
@@ -9521,7 +9521,7 @@ proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.toObject = function(incl
9521
9521
  * @return {!proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate}
9522
9522
  */
9523
9523
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.deserializeBinary = function(bytes) {
9524
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
9524
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
9525
9525
  var msg = new proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate;
9526
9526
  return proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.deserializeBinaryFromReader(msg, reader);
9527
9527
  };
@@ -9547,8 +9547,8 @@ proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.deserializeBinaryFromRea
9547
9547
  msg.setModelEntity(value);
9548
9548
  break;
9549
9549
  case 2:
9550
- var value = new grpcWebClient_umd.wrappers_pb.BoolValue;
9551
- reader.readMessage(value,grpcWebClient_umd.wrappers_pb.BoolValue.deserializeBinaryFromReader);
9550
+ var value = new wrappers_pb.wrappers_pb.BoolValue;
9551
+ reader.readMessage(value,wrappers_pb.wrappers_pb.BoolValue.deserializeBinaryFromReader);
9552
9552
  msg.setHighlight(value);
9553
9553
  break;
9554
9554
  default:
@@ -9565,7 +9565,7 @@ proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.deserializeBinaryFromRea
9565
9565
  * @return {!Uint8Array}
9566
9566
  */
9567
9567
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.serializeBinary = function() {
9568
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
9568
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
9569
9569
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.serializeBinaryToWriter(this, writer);
9570
9570
  return writer.getResultBuffer();
9571
9571
  };
@@ -9593,7 +9593,7 @@ proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.serializeBinaryToWriter
9593
9593
  writer.writeMessage(
9594
9594
  2,
9595
9595
  f,
9596
- grpcWebClient_umd.wrappers_pb.BoolValue.serializeBinaryToWriter
9596
+ wrappers_pb.wrappers_pb.BoolValue.serializeBinaryToWriter
9597
9597
  );
9598
9598
  }
9599
9599
  };
@@ -9605,13 +9605,13 @@ proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.serializeBinaryToWriter
9605
9605
  */
9606
9606
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.getModelEntity = function() {
9607
9607
  return /** @type{?proto.vertexvis.protobuf.core.ModelEntity} */ (
9608
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, model_entity_pb.ModelEntity, 1));
9608
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, model_entity_pb.ModelEntity, 1));
9609
9609
  };
9610
9610
 
9611
9611
 
9612
9612
  /** @param {?proto.vertexvis.protobuf.core.ModelEntity|undefined} value */
9613
9613
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.setModelEntity = function(value) {
9614
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 1, value);
9614
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 1, value);
9615
9615
  };
9616
9616
 
9617
9617
 
@@ -9625,7 +9625,7 @@ proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.clearModelEnti
9625
9625
  * @return {!boolean}
9626
9626
  */
9627
9627
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.hasModelEntity = function() {
9628
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 1) != null;
9628
+ return wrappers_pb.googleProtobuf.Message.getField(this, 1) != null;
9629
9629
  };
9630
9630
 
9631
9631
 
@@ -9635,13 +9635,13 @@ proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.hasModelEntity
9635
9635
  */
9636
9636
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.getHighlight = function() {
9637
9637
  return /** @type{?proto.google.protobuf.BoolValue} */ (
9638
- grpcWebClient_umd.googleProtobuf.Message.getWrapperField(this, grpcWebClient_umd.wrappers_pb.BoolValue, 2));
9638
+ wrappers_pb.googleProtobuf.Message.getWrapperField(this, wrappers_pb.wrappers_pb.BoolValue, 2));
9639
9639
  };
9640
9640
 
9641
9641
 
9642
9642
  /** @param {?proto.google.protobuf.BoolValue|undefined} value */
9643
9643
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.setHighlight = function(value) {
9644
- grpcWebClient_umd.googleProtobuf.Message.setWrapperField(this, 2, value);
9644
+ wrappers_pb.googleProtobuf.Message.setWrapperField(this, 2, value);
9645
9645
  };
9646
9646
 
9647
9647
 
@@ -9655,7 +9655,7 @@ proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.clearHighlight
9655
9655
  * @return {!boolean}
9656
9656
  */
9657
9657
  proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.hasHighlight = function() {
9658
- return grpcWebClient_umd.googleProtobuf.Message.getField(this, 2) != null;
9658
+ return wrappers_pb.googleProtobuf.Message.getField(this, 2) != null;
9659
9659
  };
9660
9660
 
9661
9661
 
@@ -9671,15 +9671,15 @@ proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.hasHighlight =
9671
9671
  * @constructor
9672
9672
  */
9673
9673
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse = function(opt_data) {
9674
- grpcWebClient_umd.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
9674
+ wrappers_pb.googleProtobuf.Message.initialize(this, opt_data, 0, -1, null, null);
9675
9675
  };
9676
- goog.inherits(proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse, grpcWebClient_umd.googleProtobuf.Message);
9676
+ goog.inherits(proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse, wrappers_pb.googleProtobuf.Message);
9677
9677
  if (goog.DEBUG && !COMPILED) {
9678
9678
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.displayName = 'proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse';
9679
9679
  }
9680
9680
 
9681
9681
 
9682
- if (grpcWebClient_umd.googleProtobuf.Message.GENERATE_TO_OBJECT) {
9682
+ if (wrappers_pb.googleProtobuf.Message.GENERATE_TO_OBJECT) {
9683
9683
  /**
9684
9684
  * Creates an object representation of this proto suitable for use in Soy templates.
9685
9685
  * Field names that are reserved in JavaScript and will be renamed to pb_name.
@@ -9723,7 +9723,7 @@ proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.toObject = fun
9723
9723
  * @return {!proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse}
9724
9724
  */
9725
9725
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.deserializeBinary = function(bytes) {
9726
- var reader = new grpcWebClient_umd.googleProtobuf.BinaryReader(bytes);
9726
+ var reader = new wrappers_pb.googleProtobuf.BinaryReader(bytes);
9727
9727
  var msg = new proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse;
9728
9728
  return proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.deserializeBinaryFromReader(msg, reader);
9729
9729
  };
@@ -9757,7 +9757,7 @@ proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.deserializeBin
9757
9757
  * @return {!Uint8Array}
9758
9758
  */
9759
9759
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.prototype.serializeBinary = function() {
9760
- var writer = new grpcWebClient_umd.googleProtobuf.BinaryWriter();
9760
+ var writer = new wrappers_pb.googleProtobuf.BinaryWriter();
9761
9761
  proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.serializeBinaryToWriter(this, writer);
9762
9762
  return writer.getResultBuffer();
9763
9763
  };