@@ -1259,6 +1259,8 @@ pub mod actions {
1259
1259
pub ignore_existing_connections : bool ,
1260
1260
// @@protoc_insertion_point(field:Actions.ActionOptions.ignore_missing_connections)
1261
1261
pub ignore_missing_connections : bool ,
1262
+ // @@protoc_insertion_point(field:Actions.ActionOptions.disable_auto_commit)
1263
+ pub disable_auto_commit : bool ,
1262
1264
// special fields
1263
1265
// @@protoc_insertion_point(special_field:Actions.ActionOptions.special_fields)
1264
1266
pub special_fields : :: protobuf:: SpecialFields ,
@@ -1276,7 +1278,7 @@ pub mod actions {
1276
1278
}
1277
1279
1278
1280
pub ( in super ) fn generated_message_descriptor_data ( ) -> :: protobuf:: reflect:: GeneratedMessageDescriptorData {
1279
- let mut fields = :: std:: vec:: Vec :: with_capacity ( 2 ) ;
1281
+ let mut fields = :: std:: vec:: Vec :: with_capacity ( 3 ) ;
1280
1282
let mut oneofs = :: std:: vec:: Vec :: with_capacity ( 0 ) ;
1281
1283
fields. push ( :: protobuf:: reflect:: rt:: v2:: make_simpler_field_accessor :: < _ , _ > (
1282
1284
"ignore_existing_connections" ,
@@ -1288,6 +1290,11 @@ pub mod actions {
1288
1290
|m : & ActionOptions | { & m. ignore_missing_connections } ,
1289
1291
|m : & mut ActionOptions | { & mut m. ignore_missing_connections } ,
1290
1292
) ) ;
1293
+ fields. push ( :: protobuf:: reflect:: rt:: v2:: make_simpler_field_accessor :: < _ , _ > (
1294
+ "disable_auto_commit" ,
1295
+ |m : & ActionOptions | { & m. disable_auto_commit } ,
1296
+ |m : & mut ActionOptions | { & mut m. disable_auto_commit } ,
1297
+ ) ) ;
1291
1298
:: protobuf:: reflect:: GeneratedMessageDescriptorData :: new_2 :: < ActionOptions > (
1292
1299
"Actions.ActionOptions" ,
1293
1300
fields,
@@ -1312,6 +1319,9 @@ pub mod actions {
1312
1319
16 => {
1313
1320
self . ignore_missing_connections = is. read_bool ( ) ?;
1314
1321
} ,
1322
+ 24 => {
1323
+ self . disable_auto_commit = is. read_bool ( ) ?;
1324
+ } ,
1315
1325
tag => {
1316
1326
:: protobuf:: rt:: read_unknown_or_skip_group ( tag, is, self . special_fields . mut_unknown_fields ( ) ) ?;
1317
1327
} ,
@@ -1330,6 +1340,9 @@ pub mod actions {
1330
1340
if self . ignore_missing_connections != false {
1331
1341
my_size += 1 + 1 ;
1332
1342
}
1343
+ if self . disable_auto_commit != false {
1344
+ my_size += 1 + 1 ;
1345
+ }
1333
1346
my_size += :: protobuf:: rt:: unknown_fields_size ( self . special_fields . unknown_fields ( ) ) ;
1334
1347
self . special_fields . cached_size ( ) . set ( my_size as u32 ) ;
1335
1348
my_size
@@ -1342,6 +1355,9 @@ pub mod actions {
1342
1355
if self . ignore_missing_connections != false {
1343
1356
os. write_bool ( 2 , self . ignore_missing_connections ) ?;
1344
1357
}
1358
+ if self . disable_auto_commit != false {
1359
+ os. write_bool ( 3 , self . disable_auto_commit ) ?;
1360
+ }
1345
1361
os. write_unknown_fields ( self . special_fields . unknown_fields ( ) ) ?;
1346
1362
:: std:: result:: Result :: Ok ( ( ) )
1347
1363
}
@@ -1361,13 +1377,15 @@ pub mod actions {
1361
1377
fn clear ( & mut self ) {
1362
1378
self . ignore_existing_connections = false ;
1363
1379
self . ignore_missing_connections = false ;
1380
+ self . disable_auto_commit = false ;
1364
1381
self . special_fields . clear ( ) ;
1365
1382
}
1366
1383
1367
1384
fn default_instance ( ) -> & ' static ActionOptions {
1368
1385
static instance: ActionOptions = ActionOptions {
1369
1386
ignore_existing_connections : false ,
1370
1387
ignore_missing_connections : false ,
1388
+ disable_auto_commit : false ,
1371
1389
special_fields : :: protobuf:: SpecialFields :: new ( ) ,
1372
1390
} ;
1373
1391
& instance
@@ -2257,14 +2275,15 @@ static file_descriptor_proto_data: &'static [u8] = b"\
2257
2275
\x20 \x01 (\x0c R\t publicKey\x12 \x1d \n \n secret_key\x18 \x03 \x20 \x01 (\x0c R\t s\
2258
2276
ecretKeyB\x0c \n \n _dsnp_keys\" K\n \n Connection\x12 \x20 \n \x0c dsnp_user_id\
2259
2277
\x18 \x01 \x20 \x01 (\x04 R\n dsnpUserId\x12 \x1b \n \t schema_id\x18 \x02 \x20 \x01 (\
2260
- \r R\x08 schemaId\" \xf0 \x06 \n \x07 Actions\x12 )\n \x07 actions\x18 \x01 \x20 \x03 \
2278
+ \r R\x08 schemaId\" \xa0 \x07 \n \x07 Actions\x12 )\n \x07 actions\x18 \x01 \x20 \x03 \
2261
2279
(\x0b 2\x0f .Actions.ActionR\x07 actions\x12 5\n \x07 options\x18 \x02 \x20 \x01 (\
2262
- \x0b 2\x16 .Actions.ActionOptionsH\0 R\x07 options\x88 \x01 \x01 \x1a \x8d \x01 \n \
2280
+ \x0b 2\x16 .Actions.ActionOptionsH\0 R\x07 options\x88 \x01 \x01 \x1a \xbd \x01 \n \
2263
2281
\r ActionOptions\x12 >\n \x1b ignore_existing_connections\x18 \x01 \x20 \x01 (\
2264
2282
\x08 R\x19 ignoreExistingConnections\x12 <\n \x1a ignore_missing_connections\
2265
- \x18 \x02 \x20 \x01 (\x08 R\x18 ignoreMissingConnections\x1a \xe6 \x04 \n \x06 Acti\
2266
- on\x12 F\n \x0e connect_action\x18 \x01 \x20 \x01 (\x0b 2\x1d .Actions.Action.Con\
2267
- nectActionH\0 R\r connectAction\x12 O\n \x11 disconnect_action\x18 \x02 \x20 \
2283
+ \x18 \x02 \x20 \x01 (\x08 R\x18 ignoreMissingConnections\x12 .\n \x13 disable_aut\
2284
+ o_commit\x18 \x03 \x20 \x01 (\x08 R\x11 disableAutoCommit\x1a \xe6 \x04 \n \x06 Act\
2285
+ ion\x12 F\n \x0e connect_action\x18 \x01 \x20 \x01 (\x0b 2\x1d .Actions.Action.Co\
2286
+ nnectActionH\0 R\r connectAction\x12 O\n \x11 disconnect_action\x18 \x02 \x20 \
2268
2287
\x01 (\x0b 2\x20 .Actions.Action.DisconnectActionH\0 R\x10 disconnectAction\
2269
2288
\x12 C\n \x0e add_key_action\x18 \x03 \x20 \x01 (\x0b 2\x1b .Actions.Action.AddGr\
2270
2289
aphKeyH\0 R\x0c addKeyAction\x1a \xa4 \x01 \n \r ConnectAction\x12 +\n \x12 owner_\
@@ -2277,7 +2296,7 @@ static file_descriptor_proto_data: &'static [u8] = b"\
2277
2296
user_id\x18 \x01 \x20 \x01 (\x04 R\x0f ownerDsnpUserId\x12 $\n \x0e new_public_ke\
2278
2297
y\x18 \x02 \x20 \x01 (\x0c R\x0c newPublicKeyB\x07 \n \x05 innerB\n \n \x08 _options\
2279
2298
*\x1a \n \x0c GraphKeyType\x12 \n \n \x06 X25519\x10 \0 B\x1e \n \x1a io.amplica.gra\
2280
- phsdk.modelsP\x01 J\x9a \x15 \n \x06 \x12 \x04 \0 \0 Q \x01 \n \x08 \n \x01 \x0c \x12 \
2299
+ phsdk.modelsP\x01 J\xd9 \x15 \n \x06 \x12 \x04 \0 \0 R \x01 \n \x08 \n \x01 \x0c \x12 \
2281
2300
\x03 \0 \0 \x12 \n \x08 \n \x01 \x08 \x12 \x03 \x02 \0 3\n \t \n \x02 \x08 \x01 \x12 \x03 \
2282
2301
\x02 \0 3\n \x08 \n \x01 \x08 \x12 \x03 \x03 \0 \" \n \t \n \x02 \x08 \n \x12 \x03 \x03 \0 \" \
2283
2302
\n \n \n \x02 \x05 \0 \x12 \x04 \x05 \0 \x07 \x01 \n \n \n \x03 \x05 \0 \x01 \x12 \x03 \x05 \
@@ -2350,62 +2369,65 @@ static file_descriptor_proto_data: &'static [u8] = b"\
2350
2369
\x15 \n \x0c \n \x05 \x04 \x04 \x02 \0 \x03 \x12 \x03 -\x18 \x19 \n \x0b \n \x04 \x04 \x04 \
2351
2370
\x02 \x01 \x12 \x03 .\x02 \x17 \n \x0c \n \x05 \x04 \x04 \x02 \x01 \x05 \x12 \x03 .\x02 \
2352
2371
\x08 \n \x0c \n \x05 \x04 \x04 \x02 \x01 \x01 \x12 \x03 .\t \x12 \n \x0c \n \x05 \x04 \x04 \
2353
- \x02 \x01 \x03 \x12 \x03 .\x15 \x16 \n \n \n \x02 \x04 \x05 \x12 \x04 1\0 Q \x01 \n \n \n \
2372
+ \x02 \x01 \x03 \x12 \x03 .\x15 \x16 \n \n \n \x02 \x04 \x05 \x12 \x04 1\0 R \x01 \n \n \n \
2354
2373
\x03 \x04 \x05 \x01 \x12 \x03 1\x08 \x0f \n \x0c \n \x04 \x04 \x05 \x03 \0 \x12 \x04 2\x02 \
2355
- 5 \x03 \n \x0c \n \x05 \x04 \x05 \x03 \0 \x01 \x12 \x03 2\n \x17 \n \r \n \x06 \x04 \x05 \x03 \
2374
+ 6 \x03 \n \x0c \n \x05 \x04 \x05 \x03 \0 \x01 \x12 \x03 2\n \x17 \n \r \n \x06 \x04 \x05 \x03 \
2356
2375
\0 \x02 \0 \x12 \x03 3\x04 )\n \x0e \n \x07 \x04 \x05 \x03 \0 \x02 \0 \x05 \x12 \x03 3\x04 \
2357
2376
\x08 \n \x0e \n \x07 \x04 \x05 \x03 \0 \x02 \0 \x01 \x12 \x03 3\t $\n \x0e \n \x07 \x04 \x05 \
2358
2377
\x03 \0 \x02 \0 \x03 \x12 \x03 3'(\n \r \n \x06 \x04 \x05 \x03 \0 \x02 \x01 \x12 \x03 4\x04 \
2359
2378
(\n \x0e \n \x07 \x04 \x05 \x03 \0 \x02 \x01 \x05 \x12 \x03 4\x04 \x08 \n \x0e \n \x07 \x04 \
2360
2379
\x05 \x03 \0 \x02 \x01 \x01 \x12 \x03 4\t #\n \x0e \n \x07 \x04 \x05 \x03 \0 \x02 \x01 \x03 \
2361
- \x12 \x03 4&'\n \x0c \n \x04 \x04 \x05 \x03 \x01 \x12 \x04 7\x02 M\x03 \n \x0c \n \x05 \
2362
- \x04 \x05 \x03 \x01 \x01 \x12 \x03 7\n \x10 \n \x0e \n \x06 \x04 \x05 \x03 \x01 \x03 \0 \
2363
- \x12 \x04 8\x04 <\x05 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x03 \0 \x01 \x12 \x03 8\x0c \
2364
- \x19 \n \x0f \n \x08 \x04 \x05 \x03 \x01 \x03 \0 \x02 \0 \x12 \x03 9\x06 $\n \x10 \n \t \x04 \
2365
- \x05 \x03 \x01 \x03 \0 \x02 \0 \x05 \x12 \x03 9\x06 \x0c \n \x10 \n \t \x04 \x05 \x03 \x01 \
2366
- \x03 \0 \x02 \0 \x01 \x12 \x03 9\r \x1f \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \0 \
2367
- \x03 \x12 \x03 9\" #\n \x0f \n \x08 \x04 \x05 \x03 \x01 \x03 \0 \x02 \x01 \x12 \x03 :\x06 \
2368
- \x20 \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x01 \x06 \x12 \x03 :\x06 \x10 \n \x10 \
2369
- \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x01 \x01 \x12 \x03 :\x11 \x1b \n \x10 \n \t \x04 \
2370
- \x05 \x03 \x01 \x03 \0 \x02 \x01 \x03 \x12 \x03 :\x1e \x1f \n \x0f \n \x08 \x04 \x05 \x03 \
2371
- \x01 \x03 \0 \x02 \x02 \x12 \x03 ;\x06 &\n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x02 \
2372
- \x04 \x12 \x03 ;\x06 \x0e \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x02 \x06 \x12 \
2373
- \x03 ;\x0f \x17 \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x02 \x01 \x12 \x03 ;\x18 !\
2374
- \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x02 \x03 \x12 \x03 ;$%\n \x0e \n \x06 \x04 \
2375
- \x05 \x03 \x01 \x03 \x01 \x12 \x04 >\x04 A\x05 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x03 \
2376
- \x01 \x01 \x12 \x03 >\x0c \x1c \n \x0f \n \x08 \x04 \x05 \x03 \x01 \x03 \x01 \x02 \0 \x12 \
2377
- \x03 ?\x06 $\n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x01 \x02 \0 \x05 \x12 \x03 ?\x06 \x0c \
2378
- \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x01 \x02 \0 \x01 \x12 \x03 ?\r \x1f \n \x10 \n \t \
2379
- \x04 \x05 \x03 \x01 \x03 \x01 \x02 \0 \x03 \x12 \x03 ?\" #\n \x0f \n \x08 \x04 \x05 \x03 \
2380
- \x01 \x03 \x01 \x02 \x01 \x12 \x03 @\x06 \x20 \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x01 \
2381
- \x02 \x01 \x06 \x12 \x03 @\x06 \x10 \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x01 \x02 \x01 \
2382
- \x01 \x12 \x03 @\x11 \x1b \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x01 \x02 \x01 \x03 \x12 \
2383
- \x03 @\x1e \x1f \n \x0e \n \x06 \x04 \x05 \x03 \x01 \x03 \x02 \x12 \x04 C\x04 F\x05 \n \
2384
- \x0e \n \x07 \x04 \x05 \x03 \x01 \x03 \x02 \x01 \x12 \x03 C\x0c \x17 \n \x0f \n \x08 \x04 \
2385
- \x05 \x03 \x01 \x03 \x02 \x02 \0 \x12 \x03 D\x06 $\n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \
2386
- \x02 \x02 \0 \x05 \x12 \x03 D\x06 \x0c \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x02 \x02 \0 \
2387
- \x01 \x12 \x03 D\r \x1f \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x02 \x02 \0 \x03 \x12 \x03 D\
2388
- \" #\n \x0f \n \x08 \x04 \x05 \x03 \x01 \x03 \x02 \x02 \x01 \x12 \x03 E\x06 \x1f \n \x10 \n \
2389
- \t \x04 \x05 \x03 \x01 \x03 \x02 \x02 \x01 \x05 \x12 \x03 E\x06 \x0b \n \x10 \n \t \x04 \
2390
- \x05 \x03 \x01 \x03 \x02 \x02 \x01 \x01 \x12 \x03 E\x0c \x1a \n \x10 \n \t \x04 \x05 \x03 \
2391
- \x01 \x03 \x02 \x02 \x01 \x03 \x12 \x03 E\x1d \x1e \n \x0e \n \x06 \x04 \x05 \x03 \x01 \
2392
- \x08 \0 \x12 \x04 H\x04 L\x05 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x08 \0 \x01 \x12 \x03 H\
2393
- \n \x0f \n \r \n \x06 \x04 \x05 \x03 \x01 \x02 \0 \x12 \x03 I\x06 '\n \x0e \n \x07 \x04 \x05 \
2394
- \x03 \x01 \x02 \0 \x06 \x12 \x03 I\x06 \x13 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \0 \
2395
- \x01 \x12 \x03 I\x14 \" \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \0 \x03 \x12 \x03 I%&\n \r \
2396
- \n \x06 \x04 \x05 \x03 \x01 \x02 \x01 \x12 \x03 J\x06 -\n \x0e \n \x07 \x04 \x05 \x03 \x01 \
2397
- \x02 \x01 \x06 \x12 \x03 J\x06 \x16 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \x01 \x01 \
2398
- \x12 \x03 J\x17 (\n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \x01 \x03 \x12 \x03 J+,\n \r \n \
2399
- \x06 \x04 \x05 \x03 \x01 \x02 \x02 \x12 \x03 K\x06 %\n \x0e \n \x07 \x04 \x05 \x03 \x01 \
2400
- \x02 \x02 \x06 \x12 \x03 K\x06 \x11 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \x02 \x01 \
2401
- \x12 \x03 K\x12 \x20 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \x02 \x03 \x12 \x03 K#$\n \
2402
- \x0b \n \x04 \x04 \x05 \x02 \0 \x12 \x03 O\x02 \x1e \n \x0c \n \x05 \x04 \x05 \x02 \0 \x04 \
2403
- \x12 \x03 O\x02 \n \n \x0c \n \x05 \x04 \x05 \x02 \0 \x06 \x12 \x03 O\x0b \x11 \n \x0c \n \
2404
- \x05 \x04 \x05 \x02 \0 \x01 \x12 \x03 O\x12 \x19 \n \x0c \n \x05 \x04 \x05 \x02 \0 \x03 \
2405
- \x12 \x03 O\x1c \x1d \n \x0b \n \x04 \x04 \x05 \x02 \x01 \x12 \x03 P\x02 %\n \x0c \n \x05 \
2406
- \x04 \x05 \x02 \x01 \x04 \x12 \x03 P\x02 \n \n \x0c \n \x05 \x04 \x05 \x02 \x01 \x06 \x12 \
2407
- \x03 P\x0b \x18 \n \x0c \n \x05 \x04 \x05 \x02 \x01 \x01 \x12 \x03 P\x19 \x20 \n \x0c \n \
2408
- \x05 \x04 \x05 \x02 \x01 \x03 \x12 \x03 P#$b\x06 proto3\
2380
+ \x12 \x03 4&'\n \r \n \x06 \x04 \x05 \x03 \0 \x02 \x02 \x12 \x03 5\x04 !\n \x0e \n \x07 \
2381
+ \x04 \x05 \x03 \0 \x02 \x02 \x05 \x12 \x03 5\x04 \x08 \n \x0e \n \x07 \x04 \x05 \x03 \0 \
2382
+ \x02 \x02 \x01 \x12 \x03 5\t \x1c \n \x0e \n \x07 \x04 \x05 \x03 \0 \x02 \x02 \x03 \x12 \
2383
+ \x03 5\x1f \x20 \n \x0c \n \x04 \x04 \x05 \x03 \x01 \x12 \x04 8\x02 N\x03 \n \x0c \n \x05 \
2384
+ \x04 \x05 \x03 \x01 \x01 \x12 \x03 8\n \x10 \n \x0e \n \x06 \x04 \x05 \x03 \x01 \x03 \0 \
2385
+ \x12 \x04 9\x04 =\x05 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x03 \0 \x01 \x12 \x03 9\x0c \
2386
+ \x19 \n \x0f \n \x08 \x04 \x05 \x03 \x01 \x03 \0 \x02 \0 \x12 \x03 :\x06 $\n \x10 \n \t \x04 \
2387
+ \x05 \x03 \x01 \x03 \0 \x02 \0 \x05 \x12 \x03 :\x06 \x0c \n \x10 \n \t \x04 \x05 \x03 \x01 \
2388
+ \x03 \0 \x02 \0 \x01 \x12 \x03 :\r \x1f \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \0 \
2389
+ \x03 \x12 \x03 :\" #\n \x0f \n \x08 \x04 \x05 \x03 \x01 \x03 \0 \x02 \x01 \x12 \x03 ;\x06 \
2390
+ \x20 \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x01 \x06 \x12 \x03 ;\x06 \x10 \n \x10 \
2391
+ \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x01 \x01 \x12 \x03 ;\x11 \x1b \n \x10 \n \t \x04 \
2392
+ \x05 \x03 \x01 \x03 \0 \x02 \x01 \x03 \x12 \x03 ;\x1e \x1f \n \x0f \n \x08 \x04 \x05 \x03 \
2393
+ \x01 \x03 \0 \x02 \x02 \x12 \x03 <\x06 &\n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x02 \
2394
+ \x04 \x12 \x03 <\x06 \x0e \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x02 \x06 \x12 \
2395
+ \x03 <\x0f \x17 \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x02 \x01 \x12 \x03 <\x18 !\
2396
+ \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \0 \x02 \x02 \x03 \x12 \x03 <$%\n \x0e \n \x06 \x04 \
2397
+ \x05 \x03 \x01 \x03 \x01 \x12 \x04 ?\x04 B\x05 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x03 \
2398
+ \x01 \x01 \x12 \x03 ?\x0c \x1c \n \x0f \n \x08 \x04 \x05 \x03 \x01 \x03 \x01 \x02 \0 \x12 \
2399
+ \x03 @\x06 $\n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x01 \x02 \0 \x05 \x12 \x03 @\x06 \x0c \
2400
+ \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x01 \x02 \0 \x01 \x12 \x03 @\r \x1f \n \x10 \n \t \
2401
+ \x04 \x05 \x03 \x01 \x03 \x01 \x02 \0 \x03 \x12 \x03 @\" #\n \x0f \n \x08 \x04 \x05 \x03 \
2402
+ \x01 \x03 \x01 \x02 \x01 \x12 \x03 A\x06 \x20 \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x01 \
2403
+ \x02 \x01 \x06 \x12 \x03 A\x06 \x10 \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x01 \x02 \x01 \
2404
+ \x01 \x12 \x03 A\x11 \x1b \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x01 \x02 \x01 \x03 \x12 \
2405
+ \x03 A\x1e \x1f \n \x0e \n \x06 \x04 \x05 \x03 \x01 \x03 \x02 \x12 \x04 D\x04 G\x05 \n \
2406
+ \x0e \n \x07 \x04 \x05 \x03 \x01 \x03 \x02 \x01 \x12 \x03 D\x0c \x17 \n \x0f \n \x08 \x04 \
2407
+ \x05 \x03 \x01 \x03 \x02 \x02 \0 \x12 \x03 E\x06 $\n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \
2408
+ \x02 \x02 \0 \x05 \x12 \x03 E\x06 \x0c \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x02 \x02 \0 \
2409
+ \x01 \x12 \x03 E\r \x1f \n \x10 \n \t \x04 \x05 \x03 \x01 \x03 \x02 \x02 \0 \x03 \x12 \x03 E\
2410
+ \" #\n \x0f \n \x08 \x04 \x05 \x03 \x01 \x03 \x02 \x02 \x01 \x12 \x03 F\x06 \x1f \n \x10 \n \
2411
+ \t \x04 \x05 \x03 \x01 \x03 \x02 \x02 \x01 \x05 \x12 \x03 F\x06 \x0b \n \x10 \n \t \x04 \
2412
+ \x05 \x03 \x01 \x03 \x02 \x02 \x01 \x01 \x12 \x03 F\x0c \x1a \n \x10 \n \t \x04 \x05 \x03 \
2413
+ \x01 \x03 \x02 \x02 \x01 \x03 \x12 \x03 F\x1d \x1e \n \x0e \n \x06 \x04 \x05 \x03 \x01 \
2414
+ \x08 \0 \x12 \x04 I\x04 M\x05 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x08 \0 \x01 \x12 \x03 I\
2415
+ \n \x0f \n \r \n \x06 \x04 \x05 \x03 \x01 \x02 \0 \x12 \x03 J\x06 '\n \x0e \n \x07 \x04 \x05 \
2416
+ \x03 \x01 \x02 \0 \x06 \x12 \x03 J\x06 \x13 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \0 \
2417
+ \x01 \x12 \x03 J\x14 \" \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \0 \x03 \x12 \x03 J%&\n \r \
2418
+ \n \x06 \x04 \x05 \x03 \x01 \x02 \x01 \x12 \x03 K\x06 -\n \x0e \n \x07 \x04 \x05 \x03 \x01 \
2419
+ \x02 \x01 \x06 \x12 \x03 K\x06 \x16 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \x01 \x01 \
2420
+ \x12 \x03 K\x17 (\n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \x01 \x03 \x12 \x03 K+,\n \r \n \
2421
+ \x06 \x04 \x05 \x03 \x01 \x02 \x02 \x12 \x03 L\x06 %\n \x0e \n \x07 \x04 \x05 \x03 \x01 \
2422
+ \x02 \x02 \x06 \x12 \x03 L\x06 \x11 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \x02 \x01 \
2423
+ \x12 \x03 L\x12 \x20 \n \x0e \n \x07 \x04 \x05 \x03 \x01 \x02 \x02 \x03 \x12 \x03 L#$\n \
2424
+ \x0b \n \x04 \x04 \x05 \x02 \0 \x12 \x03 P\x02 \x1e \n \x0c \n \x05 \x04 \x05 \x02 \0 \x04 \
2425
+ \x12 \x03 P\x02 \n \n \x0c \n \x05 \x04 \x05 \x02 \0 \x06 \x12 \x03 P\x0b \x11 \n \x0c \n \
2426
+ \x05 \x04 \x05 \x02 \0 \x01 \x12 \x03 P\x12 \x19 \n \x0c \n \x05 \x04 \x05 \x02 \0 \x03 \
2427
+ \x12 \x03 P\x1c \x1d \n \x0b \n \x04 \x04 \x05 \x02 \x01 \x12 \x03 Q\x02 %\n \x0c \n \x05 \
2428
+ \x04 \x05 \x02 \x01 \x04 \x12 \x03 Q\x02 \n \n \x0c \n \x05 \x04 \x05 \x02 \x01 \x06 \x12 \
2429
+ \x03 Q\x0b \x18 \n \x0c \n \x05 \x04 \x05 \x02 \x01 \x01 \x12 \x03 Q\x19 \x20 \n \x0c \n \
2430
+ \x05 \x04 \x05 \x02 \x01 \x03 \x12 \x03 Q#$b\x06 proto3\
2409
2431
";
2410
2432
2411
2433
/// `FileDescriptorProto` object which was a source for this generated file
0 commit comments