@wundergraph/cosmo-connect 0.48.0 → 0.49.0

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.
@@ -374,6 +374,10 @@ export class PublishFederatedSubgraphRequest extends Message {
374
374
  * @generated from field: optional string subscription_url = 7;
375
375
  */
376
376
  subscriptionUrl;
377
+ /**
378
+ * @generated from field: string namespace = 8;
379
+ */
380
+ namespace = "";
377
381
  constructor(data) {
378
382
  super();
379
383
  proto3.util.initPartial(data, this);
@@ -388,6 +392,7 @@ export class PublishFederatedSubgraphRequest extends Message {
388
392
  { no: 5, name: "headers", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
389
393
  { no: 6, name: "subscription_protocol", kind: "enum", T: proto3.getEnumType(GraphQLSubscriptionProtocol), opt: true },
390
394
  { no: 7, name: "subscription_url", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
395
+ { no: 8, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
391
396
  ]);
392
397
  static fromBinary(bytes, options) {
393
398
  return new PublishFederatedSubgraphRequest().fromBinary(bytes, options);
@@ -508,6 +513,10 @@ export class CheckSubgraphSchemaRequest extends Message {
508
513
  * @generated from field: optional bool delete = 4;
509
514
  */
510
515
  delete;
516
+ /**
517
+ * @generated from field: string namespace = 5;
518
+ */
519
+ namespace = "";
511
520
  constructor(data) {
512
521
  super();
513
522
  proto3.util.initPartial(data, this);
@@ -519,6 +528,7 @@ export class CheckSubgraphSchemaRequest extends Message {
519
528
  { no: 2, name: "schema", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
520
529
  { no: 3, name: "gitInfo", kind: "message", T: GitInfo },
521
530
  { no: 4, name: "delete", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
531
+ { no: 5, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
522
532
  ]);
523
533
  static fromBinary(bytes, options) {
524
534
  return new CheckSubgraphSchemaRequest().fromBinary(bytes, options);
@@ -549,6 +559,10 @@ export class FixSubgraphSchemaRequest extends Message {
549
559
  * @generated from field: bytes schema = 2;
550
560
  */
551
561
  schema = new Uint8Array(0);
562
+ /**
563
+ * @generated from field: string namespace = 3;
564
+ */
565
+ namespace = "";
552
566
  constructor(data) {
553
567
  super();
554
568
  proto3.util.initPartial(data, this);
@@ -558,6 +572,7 @@ export class FixSubgraphSchemaRequest extends Message {
558
572
  static fields = proto3.util.newFieldList(() => [
559
573
  { no: 1, name: "subgraph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
560
574
  { no: 2, name: "schema", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
575
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
561
576
  ]);
562
577
  static fromBinary(bytes, options) {
563
578
  return new FixSubgraphSchemaRequest().fromBinary(bytes, options);
@@ -600,6 +615,10 @@ export class CreateFederatedGraphRequest extends Message {
600
615
  * @generated from field: optional string readme = 4;
601
616
  */
602
617
  readme;
618
+ /**
619
+ * @generated from field: string namespace = 5;
620
+ */
621
+ namespace = "";
603
622
  constructor(data) {
604
623
  super();
605
624
  proto3.util.initPartial(data, this);
@@ -611,6 +630,7 @@ export class CreateFederatedGraphRequest extends Message {
611
630
  { no: 2, name: "routing_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
612
631
  { no: 3, name: "label_matchers", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
613
632
  { no: 4, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
633
+ { no: 5, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
614
634
  ]);
615
635
  static fromBinary(bytes, options) {
616
636
  return new CreateFederatedGraphRequest().fromBinary(bytes, options);
@@ -671,6 +691,10 @@ export class CreateFederatedSubgraphRequest extends Message {
671
691
  * @generated from field: optional string readme = 7;
672
692
  */
673
693
  readme;
694
+ /**
695
+ * @generated from field: string namespace = 8;
696
+ */
697
+ namespace = "";
674
698
  constructor(data) {
675
699
  super();
676
700
  proto3.util.initPartial(data, this);
@@ -685,6 +709,7 @@ export class CreateFederatedSubgraphRequest extends Message {
685
709
  { no: 5, name: "subscription_protocol", kind: "enum", T: proto3.getEnumType(GraphQLSubscriptionProtocol), opt: true },
686
710
  { no: 6, name: "subscription_url", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
687
711
  { no: 7, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
712
+ { no: 8, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
688
713
  ]);
689
714
  static fromBinary(bytes, options) {
690
715
  return new CreateFederatedSubgraphRequest().fromBinary(bytes, options);
@@ -707,6 +732,10 @@ export class DeleteFederatedGraphRequest extends Message {
707
732
  * @generated from field: string name = 1;
708
733
  */
709
734
  name = "";
735
+ /**
736
+ * @generated from field: string namespace = 2;
737
+ */
738
+ namespace = "";
710
739
  constructor(data) {
711
740
  super();
712
741
  proto3.util.initPartial(data, this);
@@ -715,6 +744,7 @@ export class DeleteFederatedGraphRequest extends Message {
715
744
  static typeName = "wg.cosmo.platform.v1.DeleteFederatedGraphRequest";
716
745
  static fields = proto3.util.newFieldList(() => [
717
746
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
747
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
718
748
  ]);
719
749
  static fromBinary(bytes, options) {
720
750
  return new DeleteFederatedGraphRequest().fromBinary(bytes, options);
@@ -739,6 +769,10 @@ export class DeleteFederatedSubgraphRequest extends Message {
739
769
  * @generated from field: string subgraph_name = 1;
740
770
  */
741
771
  subgraphName = "";
772
+ /**
773
+ * @generated from field: string namespace = 2;
774
+ */
775
+ namespace = "";
742
776
  constructor(data) {
743
777
  super();
744
778
  proto3.util.initPartial(data, this);
@@ -747,6 +781,7 @@ export class DeleteFederatedSubgraphRequest extends Message {
747
781
  static typeName = "wg.cosmo.platform.v1.DeleteFederatedSubgraphRequest";
748
782
  static fields = proto3.util.newFieldList(() => [
749
783
  { no: 1, name: "subgraph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
784
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
750
785
  ]);
751
786
  static fromBinary(bytes, options) {
752
787
  return new DeleteFederatedSubgraphRequest().fromBinary(bytes, options);
@@ -818,6 +853,10 @@ export class CompositionError extends Message {
818
853
  * @generated from field: string federatedGraphName = 2;
819
854
  */
820
855
  federatedGraphName = "";
856
+ /**
857
+ * @generated from field: string namespace = 3;
858
+ */
859
+ namespace = "";
821
860
  constructor(data) {
822
861
  super();
823
862
  proto3.util.initPartial(data, this);
@@ -827,6 +866,7 @@ export class CompositionError extends Message {
827
866
  static fields = proto3.util.newFieldList(() => [
828
867
  { no: 1, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
829
868
  { no: 2, name: "federatedGraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
869
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
830
870
  ]);
831
871
  static fromBinary(bytes, options) {
832
872
  return new CompositionError().fromBinary(bytes, options);
@@ -1120,6 +1160,10 @@ export class GetFederatedGraphsRequest extends Message {
1120
1160
  * @generated from field: bool includeMetrics = 3;
1121
1161
  */
1122
1162
  includeMetrics = false;
1163
+ /**
1164
+ * @generated from field: string namespace = 4;
1165
+ */
1166
+ namespace = "";
1123
1167
  constructor(data) {
1124
1168
  super();
1125
1169
  proto3.util.initPartial(data, this);
@@ -1130,6 +1174,7 @@ export class GetFederatedGraphsRequest extends Message {
1130
1174
  { no: 1, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1131
1175
  { no: 2, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1132
1176
  { no: 3, name: "includeMetrics", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
1177
+ { no: 4, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1133
1178
  ]);
1134
1179
  static fromBinary(bytes, options) {
1135
1180
  return new GetFederatedGraphsRequest().fromBinary(bytes, options);
@@ -1192,6 +1237,10 @@ export class FederatedGraph extends Message {
1192
1237
  * @generated from field: string target_id = 11;
1193
1238
  */
1194
1239
  targetId = "";
1240
+ /**
1241
+ * @generated from field: string namespace = 12;
1242
+ */
1243
+ namespace = "";
1195
1244
  constructor(data) {
1196
1245
  super();
1197
1246
  proto3.util.initPartial(data, this);
@@ -1210,6 +1259,7 @@ export class FederatedGraph extends Message {
1210
1259
  { no: 9, name: "requestSeries", kind: "message", T: RequestSeriesItem, repeated: true },
1211
1260
  { no: 10, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
1212
1261
  { no: 11, name: "target_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1262
+ { no: 12, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1213
1263
  ]);
1214
1264
  static fromBinary(bytes, options) {
1215
1265
  return new FederatedGraph().fromBinary(bytes, options);
@@ -1267,6 +1317,10 @@ export class GetFederatedGraphsBySubgraphLabelsRequest extends Message {
1267
1317
  * @generated from field: string subgraphName = 1;
1268
1318
  */
1269
1319
  subgraphName = "";
1320
+ /**
1321
+ * @generated from field: string namespace = 2;
1322
+ */
1323
+ namespace = "";
1270
1324
  constructor(data) {
1271
1325
  super();
1272
1326
  proto3.util.initPartial(data, this);
@@ -1275,6 +1329,7 @@ export class GetFederatedGraphsBySubgraphLabelsRequest extends Message {
1275
1329
  static typeName = "wg.cosmo.platform.v1.GetFederatedGraphsBySubgraphLabelsRequest";
1276
1330
  static fields = proto3.util.newFieldList(() => [
1277
1331
  { no: 1, name: "subgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1332
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1278
1333
  ]);
1279
1334
  static fromBinary(bytes, options) {
1280
1335
  return new GetFederatedGraphsBySubgraphLabelsRequest().fromBinary(bytes, options);
@@ -1336,6 +1391,10 @@ export class GetSubgraphsRequest extends Message {
1336
1391
  * @generated from field: int32 offset = 2;
1337
1392
  */
1338
1393
  offset = 0;
1394
+ /**
1395
+ * @generated from field: string namespace = 3;
1396
+ */
1397
+ namespace = "";
1339
1398
  constructor(data) {
1340
1399
  super();
1341
1400
  proto3.util.initPartial(data, this);
@@ -1345,6 +1404,7 @@ export class GetSubgraphsRequest extends Message {
1345
1404
  static fields = proto3.util.newFieldList(() => [
1346
1405
  { no: 1, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1347
1406
  { no: 2, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1407
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1348
1408
  ]);
1349
1409
  static fromBinary(bytes, options) {
1350
1410
  return new GetSubgraphsRequest().fromBinary(bytes, options);
@@ -1399,6 +1459,10 @@ export class Subgraph extends Message {
1399
1459
  * @generated from field: string target_id = 9;
1400
1460
  */
1401
1461
  targetId = "";
1462
+ /**
1463
+ * @generated from field: string namespace = 10;
1464
+ */
1465
+ namespace = "";
1402
1466
  constructor(data) {
1403
1467
  super();
1404
1468
  proto3.util.initPartial(data, this);
@@ -1415,6 +1479,7 @@ export class Subgraph extends Message {
1415
1479
  { no: 7, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
1416
1480
  { no: 8, name: "subscriptionUrl", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1417
1481
  { no: 9, name: "target_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1482
+ { no: 10, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1418
1483
  ]);
1419
1484
  static fromBinary(bytes, options) {
1420
1485
  return new Subgraph().fromBinary(bytes, options);
@@ -1476,6 +1541,10 @@ export class GetFederatedGraphByNameRequest extends Message {
1476
1541
  * @generated from field: bool includeMetrics = 2;
1477
1542
  */
1478
1543
  includeMetrics = false;
1544
+ /**
1545
+ * @generated from field: string namespace = 3;
1546
+ */
1547
+ namespace = "";
1479
1548
  constructor(data) {
1480
1549
  super();
1481
1550
  proto3.util.initPartial(data, this);
@@ -1485,6 +1554,7 @@ export class GetFederatedGraphByNameRequest extends Message {
1485
1554
  static fields = proto3.util.newFieldList(() => [
1486
1555
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1487
1556
  { no: 2, name: "includeMetrics", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
1557
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1488
1558
  ]);
1489
1559
  static fromBinary(bytes, options) {
1490
1560
  return new GetFederatedGraphByNameRequest().fromBinary(bytes, options);
@@ -1557,6 +1627,10 @@ export class GetFederatedGraphSDLByNameRequest extends Message {
1557
1627
  * @generated from field: string name = 1;
1558
1628
  */
1559
1629
  name = "";
1630
+ /**
1631
+ * @generated from field: string namespace = 2;
1632
+ */
1633
+ namespace = "";
1560
1634
  constructor(data) {
1561
1635
  super();
1562
1636
  proto3.util.initPartial(data, this);
@@ -1565,6 +1639,7 @@ export class GetFederatedGraphSDLByNameRequest extends Message {
1565
1639
  static typeName = "wg.cosmo.platform.v1.GetFederatedGraphSDLByNameRequest";
1566
1640
  static fields = proto3.util.newFieldList(() => [
1567
1641
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1642
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1568
1643
  ]);
1569
1644
  static fromBinary(bytes, options) {
1570
1645
  return new GetFederatedGraphSDLByNameRequest().fromBinary(bytes, options);
@@ -1627,6 +1702,10 @@ export class GetSubgraphByNameRequest extends Message {
1627
1702
  * @generated from field: string name = 1;
1628
1703
  */
1629
1704
  name = "";
1705
+ /**
1706
+ * @generated from field: string namespace = 2;
1707
+ */
1708
+ namespace = "";
1630
1709
  constructor(data) {
1631
1710
  super();
1632
1711
  proto3.util.initPartial(data, this);
@@ -1635,6 +1714,7 @@ export class GetSubgraphByNameRequest extends Message {
1635
1714
  static typeName = "wg.cosmo.platform.v1.GetSubgraphByNameRequest";
1636
1715
  static fields = proto3.util.newFieldList(() => [
1637
1716
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1717
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1638
1718
  ]);
1639
1719
  static fromBinary(bytes, options) {
1640
1720
  return new GetSubgraphByNameRequest().fromBinary(bytes, options);
@@ -1701,6 +1781,10 @@ export class GetLatestValidSubgraphSDLByNameRequest extends Message {
1701
1781
  * @generated from field: string fedGraphName = 2;
1702
1782
  */
1703
1783
  fedGraphName = "";
1784
+ /**
1785
+ * @generated from field: string namespace = 3;
1786
+ */
1787
+ namespace = "";
1704
1788
  constructor(data) {
1705
1789
  super();
1706
1790
  proto3.util.initPartial(data, this);
@@ -1710,6 +1794,7 @@ export class GetLatestValidSubgraphSDLByNameRequest extends Message {
1710
1794
  static fields = proto3.util.newFieldList(() => [
1711
1795
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1712
1796
  { no: 2, name: "fedGraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1797
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1713
1798
  ]);
1714
1799
  static fromBinary(bytes, options) {
1715
1800
  return new GetLatestValidSubgraphSDLByNameRequest().fromBinary(bytes, options);
@@ -1772,6 +1857,10 @@ export class GetLatestSubgraphSDLByNameRequest extends Message {
1772
1857
  * @generated from field: string name = 1;
1773
1858
  */
1774
1859
  name = "";
1860
+ /**
1861
+ * @generated from field: string namespace = 2;
1862
+ */
1863
+ namespace = "";
1775
1864
  constructor(data) {
1776
1865
  super();
1777
1866
  proto3.util.initPartial(data, this);
@@ -1780,6 +1869,7 @@ export class GetLatestSubgraphSDLByNameRequest extends Message {
1780
1869
  static typeName = "wg.cosmo.platform.v1.GetLatestSubgraphSDLByNameRequest";
1781
1870
  static fields = proto3.util.newFieldList(() => [
1782
1871
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1872
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1783
1873
  ]);
1784
1874
  static fromBinary(bytes, options) {
1785
1875
  return new GetLatestSubgraphSDLByNameRequest().fromBinary(bytes, options);
@@ -1858,6 +1948,10 @@ export class GetChecksByFederatedGraphNameRequest extends Message {
1858
1948
  * @generated from field: string endDate = 5;
1859
1949
  */
1860
1950
  endDate = "";
1951
+ /**
1952
+ * @generated from field: string namespace = 6;
1953
+ */
1954
+ namespace = "";
1861
1955
  constructor(data) {
1862
1956
  super();
1863
1957
  proto3.util.initPartial(data, this);
@@ -1870,6 +1964,7 @@ export class GetChecksByFederatedGraphNameRequest extends Message {
1870
1964
  { no: 3, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1871
1965
  { no: 4, name: "startDate", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1872
1966
  { no: 5, name: "endDate", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1967
+ { no: 6, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1873
1968
  ]);
1874
1969
  static fromBinary(bytes, options) {
1875
1970
  return new GetChecksByFederatedGraphNameRequest().fromBinary(bytes, options);
@@ -2061,6 +2156,10 @@ export class GetCheckSummaryRequest extends Message {
2061
2156
  * @generated from field: string graph_name = 2;
2062
2157
  */
2063
2158
  graphName = "";
2159
+ /**
2160
+ * @generated from field: string namespace = 3;
2161
+ */
2162
+ namespace = "";
2064
2163
  constructor(data) {
2065
2164
  super();
2066
2165
  proto3.util.initPartial(data, this);
@@ -2070,6 +2169,7 @@ export class GetCheckSummaryRequest extends Message {
2070
2169
  static fields = proto3.util.newFieldList(() => [
2071
2170
  { no: 1, name: "check_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2072
2171
  { no: 2, name: "graph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2172
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2073
2173
  ]);
2074
2174
  static fromBinary(bytes, options) {
2075
2175
  return new GetCheckSummaryRequest().fromBinary(bytes, options);
@@ -2214,91 +2314,6 @@ export class GetCheckSummaryResponse_AffectedGraph extends Message {
2214
2314
  return proto3.util.equals(GetCheckSummaryResponse_AffectedGraph, a, b);
2215
2315
  }
2216
2316
  }
2217
- /**
2218
- * @generated from message wg.cosmo.platform.v1.GetCheckDetailsRequest
2219
- */
2220
- export class GetCheckDetailsRequest extends Message {
2221
- /**
2222
- * @generated from field: string check_id = 1;
2223
- */
2224
- checkId = "";
2225
- /**
2226
- * @generated from field: string graph_name = 2;
2227
- */
2228
- graphName = "";
2229
- constructor(data) {
2230
- super();
2231
- proto3.util.initPartial(data, this);
2232
- }
2233
- static runtime = proto3;
2234
- static typeName = "wg.cosmo.platform.v1.GetCheckDetailsRequest";
2235
- static fields = proto3.util.newFieldList(() => [
2236
- { no: 1, name: "check_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2237
- { no: 2, name: "graph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2238
- ]);
2239
- static fromBinary(bytes, options) {
2240
- return new GetCheckDetailsRequest().fromBinary(bytes, options);
2241
- }
2242
- static fromJson(jsonValue, options) {
2243
- return new GetCheckDetailsRequest().fromJson(jsonValue, options);
2244
- }
2245
- static fromJsonString(jsonString, options) {
2246
- return new GetCheckDetailsRequest().fromJsonString(jsonString, options);
2247
- }
2248
- static equals(a, b) {
2249
- return proto3.util.equals(GetCheckDetailsRequest, a, b);
2250
- }
2251
- }
2252
- /**
2253
- * @generated from message wg.cosmo.platform.v1.GetCheckDetailsResponse
2254
- */
2255
- export class GetCheckDetailsResponse extends Message {
2256
- /**
2257
- * @generated from field: wg.cosmo.platform.v1.Response response = 1;
2258
- */
2259
- response;
2260
- /**
2261
- * @generated from field: repeated wg.cosmo.platform.v1.SchemaChange changes = 2;
2262
- */
2263
- changes = [];
2264
- /**
2265
- * @generated from field: repeated string compositionErrors = 3;
2266
- */
2267
- compositionErrors = [];
2268
- /**
2269
- * @generated from field: int32 traffic_check_days = 4;
2270
- */
2271
- trafficCheckDays = 0;
2272
- /**
2273
- * @generated from field: string created_at = 5;
2274
- */
2275
- createdAt = "";
2276
- constructor(data) {
2277
- super();
2278
- proto3.util.initPartial(data, this);
2279
- }
2280
- static runtime = proto3;
2281
- static typeName = "wg.cosmo.platform.v1.GetCheckDetailsResponse";
2282
- static fields = proto3.util.newFieldList(() => [
2283
- { no: 1, name: "response", kind: "message", T: Response },
2284
- { no: 2, name: "changes", kind: "message", T: SchemaChange, repeated: true },
2285
- { no: 3, name: "compositionErrors", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
2286
- { no: 4, name: "traffic_check_days", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
2287
- { no: 5, name: "created_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2288
- ]);
2289
- static fromBinary(bytes, options) {
2290
- return new GetCheckDetailsResponse().fromBinary(bytes, options);
2291
- }
2292
- static fromJson(jsonValue, options) {
2293
- return new GetCheckDetailsResponse().fromJson(jsonValue, options);
2294
- }
2295
- static fromJsonString(jsonString, options) {
2296
- return new GetCheckDetailsResponse().fromJsonString(jsonString, options);
2297
- }
2298
- static equals(a, b) {
2299
- return proto3.util.equals(GetCheckDetailsResponse, a, b);
2300
- }
2301
- }
2302
2317
  /**
2303
2318
  * @generated from message wg.cosmo.platform.v1.GetCheckOperationsRequest
2304
2319
  */
@@ -2311,6 +2326,10 @@ export class GetCheckOperationsRequest extends Message {
2311
2326
  * @generated from field: string graph_name = 2;
2312
2327
  */
2313
2328
  graphName = "";
2329
+ /**
2330
+ * @generated from field: string namespace = 3;
2331
+ */
2332
+ namespace = "";
2314
2333
  constructor(data) {
2315
2334
  super();
2316
2335
  proto3.util.initPartial(data, this);
@@ -2320,6 +2339,7 @@ export class GetCheckOperationsRequest extends Message {
2320
2339
  static fields = proto3.util.newFieldList(() => [
2321
2340
  { no: 1, name: "check_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2322
2341
  { no: 2, name: "graph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2342
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2323
2343
  ]);
2324
2344
  static fromBinary(bytes, options) {
2325
2345
  return new GetCheckOperationsRequest().fromBinary(bytes, options);
@@ -2515,6 +2535,10 @@ export class GetFederatedGraphChangelogRequest extends Message {
2515
2535
  * @generated from field: wg.cosmo.platform.v1.DateRange dateRange = 3;
2516
2536
  */
2517
2537
  dateRange;
2538
+ /**
2539
+ * @generated from field: string namespace = 4;
2540
+ */
2541
+ namespace = "";
2518
2542
  constructor(data) {
2519
2543
  super();
2520
2544
  proto3.util.initPartial(data, this);
@@ -2525,6 +2549,7 @@ export class GetFederatedGraphChangelogRequest extends Message {
2525
2549
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2526
2550
  { no: 2, name: "pagination", kind: "message", T: Pagination },
2527
2551
  { no: 3, name: "dateRange", kind: "message", T: DateRange },
2552
+ { no: 4, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2528
2553
  ]);
2529
2554
  static fromBinary(bytes, options) {
2530
2555
  return new GetFederatedGraphChangelogRequest().fromBinary(bytes, options);
@@ -2740,6 +2765,10 @@ export class UpdateSubgraphRequest extends Message {
2740
2765
  * @generated from field: optional string readme = 7;
2741
2766
  */
2742
2767
  readme;
2768
+ /**
2769
+ * @generated from field: string namespace = 8;
2770
+ */
2771
+ namespace = "";
2743
2772
  constructor(data) {
2744
2773
  super();
2745
2774
  proto3.util.initPartial(data, this);
@@ -2754,6 +2783,7 @@ export class UpdateSubgraphRequest extends Message {
2754
2783
  { no: 5, name: "subscription_protocol", kind: "enum", T: proto3.getEnumType(GraphQLSubscriptionProtocol), opt: true },
2755
2784
  { no: 6, name: "subscription_url", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
2756
2785
  { no: 7, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
2786
+ { no: 8, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2757
2787
  ]);
2758
2788
  static fromBinary(bytes, options) {
2759
2789
  return new UpdateSubgraphRequest().fromBinary(bytes, options);
@@ -2823,6 +2853,10 @@ export class UpdateFederatedGraphRequest extends Message {
2823
2853
  * @generated from field: optional string readme = 4;
2824
2854
  */
2825
2855
  readme;
2856
+ /**
2857
+ * @generated from field: string namespace = 5;
2858
+ */
2859
+ namespace = "";
2826
2860
  constructor(data) {
2827
2861
  super();
2828
2862
  proto3.util.initPartial(data, this);
@@ -2834,6 +2868,7 @@ export class UpdateFederatedGraphRequest extends Message {
2834
2868
  { no: 2, name: "routing_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2835
2869
  { no: 3, name: "label_matchers", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
2836
2870
  { no: 4, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
2871
+ { no: 5, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2837
2872
  ]);
2838
2873
  static fromBinary(bytes, options) {
2839
2874
  return new UpdateFederatedGraphRequest().fromBinary(bytes, options);
@@ -2895,6 +2930,10 @@ export class CheckFederatedGraphRequest extends Message {
2895
2930
  * @generated from field: repeated string label_matchers = 2;
2896
2931
  */
2897
2932
  labelMatchers = [];
2933
+ /**
2934
+ * @generated from field: string namespace = 3;
2935
+ */
2936
+ namespace = "";
2898
2937
  constructor(data) {
2899
2938
  super();
2900
2939
  proto3.util.initPartial(data, this);
@@ -2904,6 +2943,7 @@ export class CheckFederatedGraphRequest extends Message {
2904
2943
  static fields = proto3.util.newFieldList(() => [
2905
2944
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2906
2945
  { no: 2, name: "label_matchers", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
2946
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2907
2947
  ]);
2908
2948
  static fromBinary(bytes, options) {
2909
2949
  return new CheckFederatedGraphRequest().fromBinary(bytes, options);
@@ -3179,6 +3219,10 @@ export class GetAnalyticsViewRequest extends Message {
3179
3219
  * @generated from field: wg.cosmo.platform.v1.AnalyticsConfig config = 3;
3180
3220
  */
3181
3221
  config;
3222
+ /**
3223
+ * @generated from field: string namespace = 4;
3224
+ */
3225
+ namespace = "";
3182
3226
  constructor(data) {
3183
3227
  super();
3184
3228
  proto3.util.initPartial(data, this);
@@ -3189,6 +3233,7 @@ export class GetAnalyticsViewRequest extends Message {
3189
3233
  { no: 1, name: "federatedGraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3190
3234
  { no: 2, name: "name", kind: "enum", T: proto3.getEnumType(AnalyticsViewGroupName) },
3191
3235
  { no: 3, name: "config", kind: "message", T: AnalyticsConfig },
3236
+ { no: 4, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3192
3237
  ]);
3193
3238
  static fromBinary(bytes, options) {
3194
3239
  return new GetAnalyticsViewRequest().fromBinary(bytes, options);
@@ -3507,6 +3552,10 @@ export class GetDashboardAnalyticsViewRequest extends Message {
3507
3552
  * @generated from field: int32 range = 4;
3508
3553
  */
3509
3554
  range = 0;
3555
+ /**
3556
+ * @generated from field: string namespace = 5;
3557
+ */
3558
+ namespace = "";
3510
3559
  constructor(data) {
3511
3560
  super();
3512
3561
  proto3.util.initPartial(data, this);
@@ -3518,6 +3567,7 @@ export class GetDashboardAnalyticsViewRequest extends Message {
3518
3567
  { no: 2, name: "startDate", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3519
3568
  { no: 3, name: "endDate", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3520
3569
  { no: 4, name: "range", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
3570
+ { no: 5, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3521
3571
  ]);
3522
3572
  static fromBinary(bytes, options) {
3523
3573
  return new GetDashboardAnalyticsViewRequest().fromBinary(bytes, options);
@@ -3764,6 +3814,10 @@ export class CreateFederatedGraphTokenRequest extends Message {
3764
3814
  * @generated from field: string tokenName = 2;
3765
3815
  */
3766
3816
  tokenName = "";
3817
+ /**
3818
+ * @generated from field: string namespace = 3;
3819
+ */
3820
+ namespace = "";
3767
3821
  constructor(data) {
3768
3822
  super();
3769
3823
  proto3.util.initPartial(data, this);
@@ -3773,6 +3827,7 @@ export class CreateFederatedGraphTokenRequest extends Message {
3773
3827
  static fields = proto3.util.newFieldList(() => [
3774
3828
  { no: 1, name: "graphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3775
3829
  { no: 2, name: "tokenName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3830
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3776
3831
  ]);
3777
3832
  static fromBinary(bytes, options) {
3778
3833
  return new CreateFederatedGraphTokenRequest().fromBinary(bytes, options);
@@ -4417,6 +4472,10 @@ export class MigrateFromApolloRequest extends Message {
4417
4472
  * @generated from field: string variantName = 2;
4418
4473
  */
4419
4474
  variantName = "";
4475
+ /**
4476
+ * @generated from field: string namespace = 3;
4477
+ */
4478
+ namespace = "";
4420
4479
  constructor(data) {
4421
4480
  super();
4422
4481
  proto3.util.initPartial(data, this);
@@ -4426,6 +4485,7 @@ export class MigrateFromApolloRequest extends Message {
4426
4485
  static fields = proto3.util.newFieldList(() => [
4427
4486
  { no: 1, name: "apiKey", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4428
4487
  { no: 2, name: "variantName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4488
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4429
4489
  ]);
4430
4490
  static fromBinary(bytes, options) {
4431
4491
  return new MigrateFromApolloRequest().fromBinary(bytes, options);
@@ -4742,6 +4802,10 @@ export class GetRouterTokensRequest extends Message {
4742
4802
  * @generated from field: string fedGraphName = 1;
4743
4803
  */
4744
4804
  fedGraphName = "";
4805
+ /**
4806
+ * @generated from field: string namespace = 2;
4807
+ */
4808
+ namespace = "";
4745
4809
  constructor(data) {
4746
4810
  super();
4747
4811
  proto3.util.initPartial(data, this);
@@ -4750,6 +4814,7 @@ export class GetRouterTokensRequest extends Message {
4750
4814
  static typeName = "wg.cosmo.platform.v1.GetRouterTokensRequest";
4751
4815
  static fields = proto3.util.newFieldList(() => [
4752
4816
  { no: 1, name: "fedGraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4817
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4753
4818
  ]);
4754
4819
  static fromBinary(bytes, options) {
4755
4820
  return new GetRouterTokensRequest().fromBinary(bytes, options);
@@ -4811,6 +4876,10 @@ export class DeleteRouterTokenRequest extends Message {
4811
4876
  * @generated from field: string fedGraphName = 2;
4812
4877
  */
4813
4878
  fedGraphName = "";
4879
+ /**
4880
+ * @generated from field: string namespace = 3;
4881
+ */
4882
+ namespace = "";
4814
4883
  constructor(data) {
4815
4884
  super();
4816
4885
  proto3.util.initPartial(data, this);
@@ -4820,6 +4889,7 @@ export class DeleteRouterTokenRequest extends Message {
4820
4889
  static fields = proto3.util.newFieldList(() => [
4821
4890
  { no: 1, name: "tokenName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4822
4891
  { no: 2, name: "fedGraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4892
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4823
4893
  ]);
4824
4894
  static fromBinary(bytes, options) {
4825
4895
  return new DeleteRouterTokenRequest().fromBinary(bytes, options);
@@ -4915,6 +4985,10 @@ export class PublishPersistedOperationsRequest extends Message {
4915
4985
  * @generated from field: repeated wg.cosmo.platform.v1.PersistedOperation operations = 3;
4916
4986
  */
4917
4987
  operations = [];
4988
+ /**
4989
+ * @generated from field: string namespace = 4;
4990
+ */
4991
+ namespace = "";
4918
4992
  constructor(data) {
4919
4993
  super();
4920
4994
  proto3.util.initPartial(data, this);
@@ -4925,6 +4999,7 @@ export class PublishPersistedOperationsRequest extends Message {
4925
4999
  { no: 1, name: "fedGraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4926
5000
  { no: 2, name: "clientName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4927
5001
  { no: 3, name: "operations", kind: "message", T: PersistedOperation, repeated: true },
5002
+ { no: 4, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4928
5003
  ]);
4929
5004
  static fromBinary(bytes, options) {
4930
5005
  return new PublishPersistedOperationsRequest().fromBinary(bytes, options);
@@ -5031,6 +5106,10 @@ export class GetPersistedOperationsRequest extends Message {
5031
5106
  * @generated from field: string client_id = 2;
5032
5107
  */
5033
5108
  clientId = "";
5109
+ /**
5110
+ * @generated from field: string namespace = 3;
5111
+ */
5112
+ namespace = "";
5034
5113
  constructor(data) {
5035
5114
  super();
5036
5115
  proto3.util.initPartial(data, this);
@@ -5040,6 +5119,7 @@ export class GetPersistedOperationsRequest extends Message {
5040
5119
  static fields = proto3.util.newFieldList(() => [
5041
5120
  { no: 1, name: "federated_graph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
5042
5121
  { no: 2, name: "client_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
5122
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
5043
5123
  ]);
5044
5124
  static fromBinary(bytes, options) {
5045
5125
  return new GetPersistedOperationsRequest().fromBinary(bytes, options);
@@ -6701,6 +6781,10 @@ export class GetGraphMetricsRequest extends Message {
6701
6781
  * @generated from field: repeated wg.cosmo.platform.v1.AnalyticsFilter filters = 4;
6702
6782
  */
6703
6783
  filters = [];
6784
+ /**
6785
+ * @generated from field: string namespace = 5;
6786
+ */
6787
+ namespace = "";
6704
6788
  constructor(data) {
6705
6789
  super();
6706
6790
  proto3.util.initPartial(data, this);
@@ -6712,6 +6796,7 @@ export class GetGraphMetricsRequest extends Message {
6712
6796
  { no: 2, name: "range", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
6713
6797
  { no: 3, name: "dateRange", kind: "message", T: DateRange },
6714
6798
  { no: 4, name: "filters", kind: "message", T: AnalyticsFilter, repeated: true },
6799
+ { no: 5, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
6715
6800
  ]);
6716
6801
  static fromBinary(bytes, options) {
6717
6802
  return new GetGraphMetricsRequest().fromBinary(bytes, options);
@@ -6986,6 +7071,10 @@ export class GetMetricsErrorRateRequest extends Message {
6986
7071
  * @generated from field: repeated wg.cosmo.platform.v1.AnalyticsFilter filters = 4;
6987
7072
  */
6988
7073
  filters = [];
7074
+ /**
7075
+ * @generated from field: string namespace = 5;
7076
+ */
7077
+ namespace = "";
6989
7078
  constructor(data) {
6990
7079
  super();
6991
7080
  proto3.util.initPartial(data, this);
@@ -6997,6 +7086,7 @@ export class GetMetricsErrorRateRequest extends Message {
6997
7086
  { no: 2, name: "range", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
6998
7087
  { no: 3, name: "dateRange", kind: "message", T: DateRange },
6999
7088
  { no: 4, name: "filters", kind: "message", T: AnalyticsFilter, repeated: true },
7089
+ { no: 5, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7000
7090
  ]);
7001
7091
  static fromBinary(bytes, options) {
7002
7092
  return new GetMetricsErrorRateRequest().fromBinary(bytes, options);
@@ -7103,6 +7193,10 @@ export class ForceCheckSuccessRequest extends Message {
7103
7193
  * @generated from field: string graph_name = 2;
7104
7194
  */
7105
7195
  graphName = "";
7196
+ /**
7197
+ * @generated from field: string namespace = 3;
7198
+ */
7199
+ namespace = "";
7106
7200
  constructor(data) {
7107
7201
  super();
7108
7202
  proto3.util.initPartial(data, this);
@@ -7112,6 +7206,7 @@ export class ForceCheckSuccessRequest extends Message {
7112
7206
  static fields = proto3.util.newFieldList(() => [
7113
7207
  { no: 1, name: "check_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7114
7208
  { no: 2, name: "graph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7209
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7115
7210
  ]);
7116
7211
  static fromBinary(bytes, options) {
7117
7212
  return new ForceCheckSuccessRequest().fromBinary(bytes, options);
@@ -7683,6 +7778,14 @@ export class AuditLog extends Message {
7683
7778
  * @generated from field: string createdAt = 9;
7684
7779
  */
7685
7780
  createdAt = "";
7781
+ /**
7782
+ * @generated from field: string targetNamespaceId = 10;
7783
+ */
7784
+ targetNamespaceId = "";
7785
+ /**
7786
+ * @generated from field: string targetNamespaceDisplayName = 11;
7787
+ */
7788
+ targetNamespaceDisplayName = "";
7686
7789
  constructor(data) {
7687
7790
  super();
7688
7791
  proto3.util.initPartial(data, this);
@@ -7699,6 +7802,8 @@ export class AuditLog extends Message {
7699
7802
  { no: 7, name: "targetDisplayName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7700
7803
  { no: 8, name: "targetType", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7701
7804
  { no: 9, name: "createdAt", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7805
+ { no: 10, name: "targetNamespaceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7806
+ { no: 11, name: "targetNamespaceDisplayName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7702
7807
  ]);
7703
7808
  static fromBinary(bytes, options) {
7704
7809
  return new AuditLog().fromBinary(bytes, options);
@@ -7953,6 +8058,10 @@ export class GraphCompositionSubgraph extends Message {
7953
8058
  * @generated from field: string name = 3;
7954
8059
  */
7955
8060
  name = "";
8061
+ /**
8062
+ * @generated from field: string target_id = 4;
8063
+ */
8064
+ targetId = "";
7956
8065
  constructor(data) {
7957
8066
  super();
7958
8067
  proto3.util.initPartial(data, this);
@@ -7963,6 +8072,7 @@ export class GraphCompositionSubgraph extends Message {
7963
8072
  { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7964
8073
  { no: 2, name: "schemaVersionId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7965
8074
  { no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8075
+ { no: 4, name: "target_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
7966
8076
  ]);
7967
8077
  static fromBinary(bytes, options) {
7968
8078
  return new GraphCompositionSubgraph().fromBinary(bytes, options);
@@ -8001,6 +8111,10 @@ export class GetCompositionsRequest extends Message {
8001
8111
  * @generated from field: string endDate = 5;
8002
8112
  */
8003
8113
  endDate = "";
8114
+ /**
8115
+ * @generated from field: string namespace = 6;
8116
+ */
8117
+ namespace = "";
8004
8118
  constructor(data) {
8005
8119
  super();
8006
8120
  proto3.util.initPartial(data, this);
@@ -8013,6 +8127,7 @@ export class GetCompositionsRequest extends Message {
8013
8127
  { no: 3, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
8014
8128
  { no: 4, name: "startDate", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8015
8129
  { no: 5, name: "endDate", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8130
+ { no: 6, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8016
8131
  ]);
8017
8132
  static fromBinary(bytes, options) {
8018
8133
  return new GetCompositionsRequest().fromBinary(bytes, options);
@@ -8146,9 +8261,9 @@ export class GetSdlBySchemaVersionRequest extends Message {
8146
8261
  */
8147
8262
  schemaVersionId = "";
8148
8263
  /**
8149
- * @generated from field: string graphName = 2;
8264
+ * @generated from field: string target_id = 2;
8150
8265
  */
8151
- graphName = "";
8266
+ targetId = "";
8152
8267
  constructor(data) {
8153
8268
  super();
8154
8269
  proto3.util.initPartial(data, this);
@@ -8157,7 +8272,7 @@ export class GetSdlBySchemaVersionRequest extends Message {
8157
8272
  static typeName = "wg.cosmo.platform.v1.GetSdlBySchemaVersionRequest";
8158
8273
  static fields = proto3.util.newFieldList(() => [
8159
8274
  { no: 1, name: "schemaVersionId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8160
- { no: 2, name: "graphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8275
+ { no: 2, name: "target_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8161
8276
  ]);
8162
8277
  static fromBinary(bytes, options) {
8163
8278
  return new GetSdlBySchemaVersionRequest().fromBinary(bytes, options);
@@ -8348,6 +8463,10 @@ export class GetUserAccessibleResourcesResponse_Graph extends Message {
8348
8463
  * @generated from field: string name = 2;
8349
8464
  */
8350
8465
  name = "";
8466
+ /**
8467
+ * @generated from field: string namespace = 3;
8468
+ */
8469
+ namespace = "";
8351
8470
  constructor(data) {
8352
8471
  super();
8353
8472
  proto3.util.initPartial(data, this);
@@ -8357,6 +8476,7 @@ export class GetUserAccessibleResourcesResponse_Graph extends Message {
8357
8476
  static fields = proto3.util.newFieldList(() => [
8358
8477
  { no: 1, name: "targetId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8359
8478
  { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8479
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8360
8480
  ]);
8361
8481
  static fromBinary(bytes, options) {
8362
8482
  return new GetUserAccessibleResourcesResponse_Graph().fromBinary(bytes, options);
@@ -8502,6 +8622,10 @@ export class AddSubgraphMemberRequest extends Message {
8502
8622
  * @generated from field: string userEmail = 2;
8503
8623
  */
8504
8624
  userEmail = "";
8625
+ /**
8626
+ * @generated from field: string namespace = 3;
8627
+ */
8628
+ namespace = "";
8505
8629
  constructor(data) {
8506
8630
  super();
8507
8631
  proto3.util.initPartial(data, this);
@@ -8511,6 +8635,7 @@ export class AddSubgraphMemberRequest extends Message {
8511
8635
  static fields = proto3.util.newFieldList(() => [
8512
8636
  { no: 1, name: "subgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8513
8637
  { no: 2, name: "userEmail", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8638
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8514
8639
  ]);
8515
8640
  static fromBinary(bytes, options) {
8516
8641
  return new AddSubgraphMemberRequest().fromBinary(bytes, options);
@@ -8567,6 +8692,10 @@ export class RemoveSubgraphMemberRequest extends Message {
8567
8692
  * @generated from field: string subgraphMemberId = 2;
8568
8693
  */
8569
8694
  subgraphMemberId = "";
8695
+ /**
8696
+ * @generated from field: string namespace = 3;
8697
+ */
8698
+ namespace = "";
8570
8699
  constructor(data) {
8571
8700
  super();
8572
8701
  proto3.util.initPartial(data, this);
@@ -8576,6 +8705,7 @@ export class RemoveSubgraphMemberRequest extends Message {
8576
8705
  static fields = proto3.util.newFieldList(() => [
8577
8706
  { no: 1, name: "subgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8578
8707
  { no: 2, name: "subgraphMemberId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8708
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8579
8709
  ]);
8580
8710
  static fromBinary(bytes, options) {
8581
8711
  return new RemoveSubgraphMemberRequest().fromBinary(bytes, options);
@@ -8628,6 +8758,10 @@ export class GetSubgraphMembersRequest extends Message {
8628
8758
  * @generated from field: string subgraphName = 1;
8629
8759
  */
8630
8760
  subgraphName = "";
8761
+ /**
8762
+ * @generated from field: string namespace = 2;
8763
+ */
8764
+ namespace = "";
8631
8765
  constructor(data) {
8632
8766
  super();
8633
8767
  proto3.util.initPartial(data, this);
@@ -8636,6 +8770,7 @@ export class GetSubgraphMembersRequest extends Message {
8636
8770
  static typeName = "wg.cosmo.platform.v1.GetSubgraphMembersRequest";
8637
8771
  static fields = proto3.util.newFieldList(() => [
8638
8772
  { no: 1, name: "subgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8773
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8639
8774
  ]);
8640
8775
  static fromBinary(bytes, options) {
8641
8776
  return new GetSubgraphMembersRequest().fromBinary(bytes, options);
@@ -8737,6 +8872,10 @@ export class AddReadmeRequest extends Message {
8737
8872
  * @generated from field: string readme = 2;
8738
8873
  */
8739
8874
  readme = "";
8875
+ /**
8876
+ * @generated from field: string namespace = 3;
8877
+ */
8878
+ namespace = "";
8740
8879
  constructor(data) {
8741
8880
  super();
8742
8881
  proto3.util.initPartial(data, this);
@@ -8746,6 +8885,7 @@ export class AddReadmeRequest extends Message {
8746
8885
  static fields = proto3.util.newFieldList(() => [
8747
8886
  { no: 1, name: "targetName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8748
8887
  { no: 2, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8888
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8749
8889
  ]);
8750
8890
  static fromBinary(bytes, options) {
8751
8891
  return new AddReadmeRequest().fromBinary(bytes, options);
@@ -8853,6 +8993,10 @@ export class GetClientsRequest extends Message {
8853
8993
  * @generated from field: string fedGraphName = 1;
8854
8994
  */
8855
8995
  fedGraphName = "";
8996
+ /**
8997
+ * @generated from field: string namespace = 2;
8998
+ */
8999
+ namespace = "";
8856
9000
  constructor(data) {
8857
9001
  super();
8858
9002
  proto3.util.initPartial(data, this);
@@ -8861,6 +9005,7 @@ export class GetClientsRequest extends Message {
8861
9005
  static typeName = "wg.cosmo.platform.v1.GetClientsRequest";
8862
9006
  static fields = proto3.util.newFieldList(() => [
8863
9007
  { no: 1, name: "fedGraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9008
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8864
9009
  ]);
8865
9010
  static fromBinary(bytes, options) {
8866
9011
  return new GetClientsRequest().fromBinary(bytes, options);
@@ -8938,6 +9083,10 @@ export class GetFieldUsageRequest extends Message {
8938
9083
  * @generated from field: wg.cosmo.platform.v1.DateRange dateRange = 6;
8939
9084
  */
8940
9085
  dateRange;
9086
+ /**
9087
+ * @generated from field: string namespace = 7;
9088
+ */
9089
+ namespace = "";
8941
9090
  constructor(data) {
8942
9091
  super();
8943
9092
  proto3.util.initPartial(data, this);
@@ -8951,6 +9100,7 @@ export class GetFieldUsageRequest extends Message {
8951
9100
  { no: 4, name: "field", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
8952
9101
  { no: 5, name: "range", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
8953
9102
  { no: 6, name: "dateRange", kind: "message", T: DateRange },
9103
+ { no: 7, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8954
9104
  ]);
8955
9105
  static fromBinary(bytes, options) {
8956
9106
  return new GetFieldUsageRequest().fromBinary(bytes, options);
@@ -9835,4 +9985,393 @@ export class SetDiscussionResolutionResponse extends Message {
9835
9985
  return proto3.util.equals(SetDiscussionResolutionResponse, a, b);
9836
9986
  }
9837
9987
  }
9988
+ /**
9989
+ * @generated from message wg.cosmo.platform.v1.GetConfigRequest
9990
+ */
9991
+ export class GetConfigRequest extends Message {
9992
+ /**
9993
+ * @generated from field: string graph_name = 1;
9994
+ */
9995
+ graphName = "";
9996
+ /**
9997
+ * @generated from field: string namespace = 2;
9998
+ */
9999
+ namespace = "";
10000
+ constructor(data) {
10001
+ super();
10002
+ proto3.util.initPartial(data, this);
10003
+ }
10004
+ static runtime = proto3;
10005
+ static typeName = "wg.cosmo.platform.v1.GetConfigRequest";
10006
+ static fields = proto3.util.newFieldList(() => [
10007
+ { no: 1, name: "graph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10008
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10009
+ ]);
10010
+ static fromBinary(bytes, options) {
10011
+ return new GetConfigRequest().fromBinary(bytes, options);
10012
+ }
10013
+ static fromJson(jsonValue, options) {
10014
+ return new GetConfigRequest().fromJson(jsonValue, options);
10015
+ }
10016
+ static fromJsonString(jsonString, options) {
10017
+ return new GetConfigRequest().fromJsonString(jsonString, options);
10018
+ }
10019
+ static equals(a, b) {
10020
+ return proto3.util.equals(GetConfigRequest, a, b);
10021
+ }
10022
+ }
10023
+ /**
10024
+ * @generated from message wg.cosmo.platform.v1.CreateNamespaceRequest
10025
+ */
10026
+ export class CreateNamespaceRequest extends Message {
10027
+ /**
10028
+ * @generated from field: string name = 1;
10029
+ */
10030
+ name = "";
10031
+ constructor(data) {
10032
+ super();
10033
+ proto3.util.initPartial(data, this);
10034
+ }
10035
+ static runtime = proto3;
10036
+ static typeName = "wg.cosmo.platform.v1.CreateNamespaceRequest";
10037
+ static fields = proto3.util.newFieldList(() => [
10038
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10039
+ ]);
10040
+ static fromBinary(bytes, options) {
10041
+ return new CreateNamespaceRequest().fromBinary(bytes, options);
10042
+ }
10043
+ static fromJson(jsonValue, options) {
10044
+ return new CreateNamespaceRequest().fromJson(jsonValue, options);
10045
+ }
10046
+ static fromJsonString(jsonString, options) {
10047
+ return new CreateNamespaceRequest().fromJsonString(jsonString, options);
10048
+ }
10049
+ static equals(a, b) {
10050
+ return proto3.util.equals(CreateNamespaceRequest, a, b);
10051
+ }
10052
+ }
10053
+ /**
10054
+ * @generated from message wg.cosmo.platform.v1.CreateNamespaceResponse
10055
+ */
10056
+ export class CreateNamespaceResponse extends Message {
10057
+ /**
10058
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
10059
+ */
10060
+ response;
10061
+ constructor(data) {
10062
+ super();
10063
+ proto3.util.initPartial(data, this);
10064
+ }
10065
+ static runtime = proto3;
10066
+ static typeName = "wg.cosmo.platform.v1.CreateNamespaceResponse";
10067
+ static fields = proto3.util.newFieldList(() => [
10068
+ { no: 1, name: "response", kind: "message", T: Response },
10069
+ ]);
10070
+ static fromBinary(bytes, options) {
10071
+ return new CreateNamespaceResponse().fromBinary(bytes, options);
10072
+ }
10073
+ static fromJson(jsonValue, options) {
10074
+ return new CreateNamespaceResponse().fromJson(jsonValue, options);
10075
+ }
10076
+ static fromJsonString(jsonString, options) {
10077
+ return new CreateNamespaceResponse().fromJsonString(jsonString, options);
10078
+ }
10079
+ static equals(a, b) {
10080
+ return proto3.util.equals(CreateNamespaceResponse, a, b);
10081
+ }
10082
+ }
10083
+ /**
10084
+ * @generated from message wg.cosmo.platform.v1.DeleteNamespaceRequest
10085
+ */
10086
+ export class DeleteNamespaceRequest extends Message {
10087
+ /**
10088
+ * @generated from field: string name = 1;
10089
+ */
10090
+ name = "";
10091
+ constructor(data) {
10092
+ super();
10093
+ proto3.util.initPartial(data, this);
10094
+ }
10095
+ static runtime = proto3;
10096
+ static typeName = "wg.cosmo.platform.v1.DeleteNamespaceRequest";
10097
+ static fields = proto3.util.newFieldList(() => [
10098
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10099
+ ]);
10100
+ static fromBinary(bytes, options) {
10101
+ return new DeleteNamespaceRequest().fromBinary(bytes, options);
10102
+ }
10103
+ static fromJson(jsonValue, options) {
10104
+ return new DeleteNamespaceRequest().fromJson(jsonValue, options);
10105
+ }
10106
+ static fromJsonString(jsonString, options) {
10107
+ return new DeleteNamespaceRequest().fromJsonString(jsonString, options);
10108
+ }
10109
+ static equals(a, b) {
10110
+ return proto3.util.equals(DeleteNamespaceRequest, a, b);
10111
+ }
10112
+ }
10113
+ /**
10114
+ * @generated from message wg.cosmo.platform.v1.DeleteNamespaceResponse
10115
+ */
10116
+ export class DeleteNamespaceResponse extends Message {
10117
+ /**
10118
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
10119
+ */
10120
+ response;
10121
+ constructor(data) {
10122
+ super();
10123
+ proto3.util.initPartial(data, this);
10124
+ }
10125
+ static runtime = proto3;
10126
+ static typeName = "wg.cosmo.platform.v1.DeleteNamespaceResponse";
10127
+ static fields = proto3.util.newFieldList(() => [
10128
+ { no: 1, name: "response", kind: "message", T: Response },
10129
+ ]);
10130
+ static fromBinary(bytes, options) {
10131
+ return new DeleteNamespaceResponse().fromBinary(bytes, options);
10132
+ }
10133
+ static fromJson(jsonValue, options) {
10134
+ return new DeleteNamespaceResponse().fromJson(jsonValue, options);
10135
+ }
10136
+ static fromJsonString(jsonString, options) {
10137
+ return new DeleteNamespaceResponse().fromJsonString(jsonString, options);
10138
+ }
10139
+ static equals(a, b) {
10140
+ return proto3.util.equals(DeleteNamespaceResponse, a, b);
10141
+ }
10142
+ }
10143
+ /**
10144
+ * @generated from message wg.cosmo.platform.v1.RenameNamespaceRequest
10145
+ */
10146
+ export class RenameNamespaceRequest extends Message {
10147
+ /**
10148
+ * @generated from field: string name = 1;
10149
+ */
10150
+ name = "";
10151
+ /**
10152
+ * @generated from field: string new_name = 2;
10153
+ */
10154
+ newName = "";
10155
+ constructor(data) {
10156
+ super();
10157
+ proto3.util.initPartial(data, this);
10158
+ }
10159
+ static runtime = proto3;
10160
+ static typeName = "wg.cosmo.platform.v1.RenameNamespaceRequest";
10161
+ static fields = proto3.util.newFieldList(() => [
10162
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10163
+ { no: 2, name: "new_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10164
+ ]);
10165
+ static fromBinary(bytes, options) {
10166
+ return new RenameNamespaceRequest().fromBinary(bytes, options);
10167
+ }
10168
+ static fromJson(jsonValue, options) {
10169
+ return new RenameNamespaceRequest().fromJson(jsonValue, options);
10170
+ }
10171
+ static fromJsonString(jsonString, options) {
10172
+ return new RenameNamespaceRequest().fromJsonString(jsonString, options);
10173
+ }
10174
+ static equals(a, b) {
10175
+ return proto3.util.equals(RenameNamespaceRequest, a, b);
10176
+ }
10177
+ }
10178
+ /**
10179
+ * @generated from message wg.cosmo.platform.v1.RenameNamespaceResponse
10180
+ */
10181
+ export class RenameNamespaceResponse extends Message {
10182
+ /**
10183
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
10184
+ */
10185
+ response;
10186
+ constructor(data) {
10187
+ super();
10188
+ proto3.util.initPartial(data, this);
10189
+ }
10190
+ static runtime = proto3;
10191
+ static typeName = "wg.cosmo.platform.v1.RenameNamespaceResponse";
10192
+ static fields = proto3.util.newFieldList(() => [
10193
+ { no: 1, name: "response", kind: "message", T: Response },
10194
+ ]);
10195
+ static fromBinary(bytes, options) {
10196
+ return new RenameNamespaceResponse().fromBinary(bytes, options);
10197
+ }
10198
+ static fromJson(jsonValue, options) {
10199
+ return new RenameNamespaceResponse().fromJson(jsonValue, options);
10200
+ }
10201
+ static fromJsonString(jsonString, options) {
10202
+ return new RenameNamespaceResponse().fromJsonString(jsonString, options);
10203
+ }
10204
+ static equals(a, b) {
10205
+ return proto3.util.equals(RenameNamespaceResponse, a, b);
10206
+ }
10207
+ }
10208
+ /**
10209
+ * @generated from message wg.cosmo.platform.v1.Namespace
10210
+ */
10211
+ export class Namespace extends Message {
10212
+ /**
10213
+ * @generated from field: string id = 1;
10214
+ */
10215
+ id = "";
10216
+ /**
10217
+ * @generated from field: string name = 2;
10218
+ */
10219
+ name = "";
10220
+ constructor(data) {
10221
+ super();
10222
+ proto3.util.initPartial(data, this);
10223
+ }
10224
+ static runtime = proto3;
10225
+ static typeName = "wg.cosmo.platform.v1.Namespace";
10226
+ static fields = proto3.util.newFieldList(() => [
10227
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10228
+ { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10229
+ ]);
10230
+ static fromBinary(bytes, options) {
10231
+ return new Namespace().fromBinary(bytes, options);
10232
+ }
10233
+ static fromJson(jsonValue, options) {
10234
+ return new Namespace().fromJson(jsonValue, options);
10235
+ }
10236
+ static fromJsonString(jsonString, options) {
10237
+ return new Namespace().fromJsonString(jsonString, options);
10238
+ }
10239
+ static equals(a, b) {
10240
+ return proto3.util.equals(Namespace, a, b);
10241
+ }
10242
+ }
10243
+ /**
10244
+ * @generated from message wg.cosmo.platform.v1.GetNamespacesRequest
10245
+ */
10246
+ export class GetNamespacesRequest extends Message {
10247
+ constructor(data) {
10248
+ super();
10249
+ proto3.util.initPartial(data, this);
10250
+ }
10251
+ static runtime = proto3;
10252
+ static typeName = "wg.cosmo.platform.v1.GetNamespacesRequest";
10253
+ static fields = proto3.util.newFieldList(() => []);
10254
+ static fromBinary(bytes, options) {
10255
+ return new GetNamespacesRequest().fromBinary(bytes, options);
10256
+ }
10257
+ static fromJson(jsonValue, options) {
10258
+ return new GetNamespacesRequest().fromJson(jsonValue, options);
10259
+ }
10260
+ static fromJsonString(jsonString, options) {
10261
+ return new GetNamespacesRequest().fromJsonString(jsonString, options);
10262
+ }
10263
+ static equals(a, b) {
10264
+ return proto3.util.equals(GetNamespacesRequest, a, b);
10265
+ }
10266
+ }
10267
+ /**
10268
+ * @generated from message wg.cosmo.platform.v1.GetNamespacesResponse
10269
+ */
10270
+ export class GetNamespacesResponse extends Message {
10271
+ /**
10272
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
10273
+ */
10274
+ response;
10275
+ /**
10276
+ * @generated from field: repeated wg.cosmo.platform.v1.Namespace namespaces = 2;
10277
+ */
10278
+ namespaces = [];
10279
+ constructor(data) {
10280
+ super();
10281
+ proto3.util.initPartial(data, this);
10282
+ }
10283
+ static runtime = proto3;
10284
+ static typeName = "wg.cosmo.platform.v1.GetNamespacesResponse";
10285
+ static fields = proto3.util.newFieldList(() => [
10286
+ { no: 1, name: "response", kind: "message", T: Response },
10287
+ { no: 2, name: "namespaces", kind: "message", T: Namespace, repeated: true },
10288
+ ]);
10289
+ static fromBinary(bytes, options) {
10290
+ return new GetNamespacesResponse().fromBinary(bytes, options);
10291
+ }
10292
+ static fromJson(jsonValue, options) {
10293
+ return new GetNamespacesResponse().fromJson(jsonValue, options);
10294
+ }
10295
+ static fromJsonString(jsonString, options) {
10296
+ return new GetNamespacesResponse().fromJsonString(jsonString, options);
10297
+ }
10298
+ static equals(a, b) {
10299
+ return proto3.util.equals(GetNamespacesResponse, a, b);
10300
+ }
10301
+ }
10302
+ /**
10303
+ * @generated from message wg.cosmo.platform.v1.MoveGraphRequest
10304
+ */
10305
+ export class MoveGraphRequest extends Message {
10306
+ /**
10307
+ * @generated from field: string name = 1;
10308
+ */
10309
+ name = "";
10310
+ /**
10311
+ * @generated from field: string namespace = 2;
10312
+ */
10313
+ namespace = "";
10314
+ /**
10315
+ * @generated from field: string new_namespace = 3;
10316
+ */
10317
+ newNamespace = "";
10318
+ constructor(data) {
10319
+ super();
10320
+ proto3.util.initPartial(data, this);
10321
+ }
10322
+ static runtime = proto3;
10323
+ static typeName = "wg.cosmo.platform.v1.MoveGraphRequest";
10324
+ static fields = proto3.util.newFieldList(() => [
10325
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10326
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10327
+ { no: 3, name: "new_namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10328
+ ]);
10329
+ static fromBinary(bytes, options) {
10330
+ return new MoveGraphRequest().fromBinary(bytes, options);
10331
+ }
10332
+ static fromJson(jsonValue, options) {
10333
+ return new MoveGraphRequest().fromJson(jsonValue, options);
10334
+ }
10335
+ static fromJsonString(jsonString, options) {
10336
+ return new MoveGraphRequest().fromJsonString(jsonString, options);
10337
+ }
10338
+ static equals(a, b) {
10339
+ return proto3.util.equals(MoveGraphRequest, a, b);
10340
+ }
10341
+ }
10342
+ /**
10343
+ * @generated from message wg.cosmo.platform.v1.MoveGraphResponse
10344
+ */
10345
+ export class MoveGraphResponse extends Message {
10346
+ /**
10347
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
10348
+ */
10349
+ response;
10350
+ /**
10351
+ * @generated from field: repeated wg.cosmo.platform.v1.CompositionError compositionErrors = 2;
10352
+ */
10353
+ compositionErrors = [];
10354
+ constructor(data) {
10355
+ super();
10356
+ proto3.util.initPartial(data, this);
10357
+ }
10358
+ static runtime = proto3;
10359
+ static typeName = "wg.cosmo.platform.v1.MoveGraphResponse";
10360
+ static fields = proto3.util.newFieldList(() => [
10361
+ { no: 1, name: "response", kind: "message", T: Response },
10362
+ { no: 2, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
10363
+ ]);
10364
+ static fromBinary(bytes, options) {
10365
+ return new MoveGraphResponse().fromBinary(bytes, options);
10366
+ }
10367
+ static fromJson(jsonValue, options) {
10368
+ return new MoveGraphResponse().fromJson(jsonValue, options);
10369
+ }
10370
+ static fromJsonString(jsonString, options) {
10371
+ return new MoveGraphResponse().fromJsonString(jsonString, options);
10372
+ }
10373
+ static equals(a, b) {
10374
+ return proto3.util.equals(MoveGraphResponse, a, b);
10375
+ }
10376
+ }
9838
10377
  //# sourceMappingURL=platform_pb.js.map