@google-apps/chat 0.24.0 → 0.26.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.
@@ -93,12 +93,19 @@
93
93
  "type": "FileDescriptorProto",
94
94
  "id": 1
95
95
  }
96
- }
96
+ },
97
+ "extensions": [
98
+ [
99
+ 536000000,
100
+ 536000000
101
+ ]
102
+ ]
97
103
  },
98
104
  "Edition": {
99
105
  "edition": "proto2",
100
106
  "values": {
101
107
  "EDITION_UNKNOWN": 0,
108
+ "EDITION_LEGACY": 900,
102
109
  "EDITION_PROTO2": 998,
103
110
  "EDITION_PROTO3": 999,
104
111
  "EDITION_2023": 1000,
@@ -137,6 +144,11 @@
137
144
  "type": "int32",
138
145
  "id": 11
139
146
  },
147
+ "optionDependency": {
148
+ "rule": "repeated",
149
+ "type": "string",
150
+ "id": 15
151
+ },
140
152
  "messageType": {
141
153
  "rule": "repeated",
142
154
  "type": "DescriptorProto",
@@ -225,6 +237,10 @@
225
237
  "rule": "repeated",
226
238
  "type": "string",
227
239
  "id": 10
240
+ },
241
+ "visibility": {
242
+ "type": "SymbolVisibility",
243
+ "id": 11
228
244
  }
229
245
  },
230
246
  "nested": {
@@ -450,6 +466,10 @@
450
466
  "rule": "repeated",
451
467
  "type": "string",
452
468
  "id": 5
469
+ },
470
+ "visibility": {
471
+ "type": "SymbolVisibility",
472
+ "id": 6
453
473
  }
454
474
  },
455
475
  "nested": {
@@ -500,7 +520,14 @@
500
520
  "type": "ServiceOptions",
501
521
  "id": 3
502
522
  }
503
- }
523
+ },
524
+ "reserved": [
525
+ [
526
+ 4,
527
+ 4
528
+ ],
529
+ "stream"
530
+ ]
504
531
  },
505
532
  "MethodDescriptorProto": {
506
533
  "edition": "proto2",
@@ -664,6 +691,7 @@
664
691
  42,
665
692
  42
666
693
  ],
694
+ "php_generic_services",
667
695
  [
668
696
  38,
669
697
  38
@@ -799,7 +827,8 @@
799
827
  "type": "bool",
800
828
  "id": 10,
801
829
  "options": {
802
- "default": false
830
+ "default": false,
831
+ "deprecated": true
803
832
  }
804
833
  },
805
834
  "debugRedact": {
@@ -827,6 +856,10 @@
827
856
  "type": "FeatureSet",
828
857
  "id": 21
829
858
  },
859
+ "featureSupport": {
860
+ "type": "FeatureSupport",
861
+ "id": 22
862
+ },
830
863
  "uninterpretedOption": {
831
864
  "rule": "repeated",
832
865
  "type": "UninterpretedOption",
@@ -896,6 +929,26 @@
896
929
  "id": 2
897
930
  }
898
931
  }
932
+ },
933
+ "FeatureSupport": {
934
+ "fields": {
935
+ "editionIntroduced": {
936
+ "type": "Edition",
937
+ "id": 1
938
+ },
939
+ "editionDeprecated": {
940
+ "type": "Edition",
941
+ "id": 2
942
+ },
943
+ "deprecationWarning": {
944
+ "type": "string",
945
+ "id": 3
946
+ },
947
+ "editionRemoved": {
948
+ "type": "Edition",
949
+ "id": 4
950
+ }
951
+ }
899
952
  }
900
953
  }
901
954
  },
@@ -984,6 +1037,10 @@
984
1037
  "default": false
985
1038
  }
986
1039
  },
1040
+ "featureSupport": {
1041
+ "type": "FieldOptions.FeatureSupport",
1042
+ "id": 4
1043
+ },
987
1044
  "uninterpretedOption": {
988
1045
  "rule": "repeated",
989
1046
  "type": "UninterpretedOption",
@@ -1126,6 +1183,7 @@
1126
1183
  "options": {
1127
1184
  "retention": "RETENTION_RUNTIME",
1128
1185
  "targets": "TARGET_TYPE_FILE",
1186
+ "feature_support.edition_introduced": "EDITION_2023",
1129
1187
  "edition_defaults.edition": "EDITION_2023",
1130
1188
  "edition_defaults.value": "EXPLICIT"
1131
1189
  }
@@ -1136,6 +1194,7 @@
1136
1194
  "options": {
1137
1195
  "retention": "RETENTION_RUNTIME",
1138
1196
  "targets": "TARGET_TYPE_FILE",
1197
+ "feature_support.edition_introduced": "EDITION_2023",
1139
1198
  "edition_defaults.edition": "EDITION_PROTO3",
1140
1199
  "edition_defaults.value": "OPEN"
1141
1200
  }
@@ -1146,6 +1205,7 @@
1146
1205
  "options": {
1147
1206
  "retention": "RETENTION_RUNTIME",
1148
1207
  "targets": "TARGET_TYPE_FILE",
1208
+ "feature_support.edition_introduced": "EDITION_2023",
1149
1209
  "edition_defaults.edition": "EDITION_PROTO3",
1150
1210
  "edition_defaults.value": "PACKED"
1151
1211
  }
@@ -1156,6 +1216,7 @@
1156
1216
  "options": {
1157
1217
  "retention": "RETENTION_RUNTIME",
1158
1218
  "targets": "TARGET_TYPE_FILE",
1219
+ "feature_support.edition_introduced": "EDITION_2023",
1159
1220
  "edition_defaults.edition": "EDITION_PROTO3",
1160
1221
  "edition_defaults.value": "VERIFY"
1161
1222
  }
@@ -1166,7 +1227,8 @@
1166
1227
  "options": {
1167
1228
  "retention": "RETENTION_RUNTIME",
1168
1229
  "targets": "TARGET_TYPE_FILE",
1169
- "edition_defaults.edition": "EDITION_PROTO2",
1230
+ "feature_support.edition_introduced": "EDITION_2023",
1231
+ "edition_defaults.edition": "EDITION_LEGACY",
1170
1232
  "edition_defaults.value": "LENGTH_PREFIXED"
1171
1233
  }
1172
1234
  },
@@ -1176,27 +1238,38 @@
1176
1238
  "options": {
1177
1239
  "retention": "RETENTION_RUNTIME",
1178
1240
  "targets": "TARGET_TYPE_FILE",
1241
+ "feature_support.edition_introduced": "EDITION_2023",
1179
1242
  "edition_defaults.edition": "EDITION_PROTO3",
1180
1243
  "edition_defaults.value": "ALLOW"
1181
1244
  }
1245
+ },
1246
+ "enforceNamingStyle": {
1247
+ "type": "EnforceNamingStyle",
1248
+ "id": 7,
1249
+ "options": {
1250
+ "retention": "RETENTION_SOURCE",
1251
+ "targets": "TARGET_TYPE_METHOD",
1252
+ "feature_support.edition_introduced": "EDITION_2024",
1253
+ "edition_defaults.edition": "EDITION_2024",
1254
+ "edition_defaults.value": "STYLE2024"
1255
+ }
1256
+ },
1257
+ "defaultSymbolVisibility": {
1258
+ "type": "VisibilityFeature.DefaultSymbolVisibility",
1259
+ "id": 8,
1260
+ "options": {
1261
+ "retention": "RETENTION_SOURCE",
1262
+ "targets": "TARGET_TYPE_FILE",
1263
+ "feature_support.edition_introduced": "EDITION_2024",
1264
+ "edition_defaults.edition": "EDITION_2024",
1265
+ "edition_defaults.value": "EXPORT_TOP_LEVEL"
1266
+ }
1182
1267
  }
1183
1268
  },
1184
1269
  "extensions": [
1185
1270
  [
1186
1271
  1000,
1187
- 1000
1188
- ],
1189
- [
1190
- 1001,
1191
- 1001
1192
- ],
1193
- [
1194
- 1002,
1195
- 1002
1196
- ],
1197
- [
1198
- 9990,
1199
- 9990
1272
+ 9994
1200
1273
  ],
1201
1274
  [
1202
1275
  9995,
@@ -1241,7 +1314,13 @@
1241
1314
  "UTF8_VALIDATION_UNKNOWN": 0,
1242
1315
  "VERIFY": 2,
1243
1316
  "NONE": 3
1244
- }
1317
+ },
1318
+ "reserved": [
1319
+ [
1320
+ 1,
1321
+ 1
1322
+ ]
1323
+ ]
1245
1324
  },
1246
1325
  "MessageEncoding": {
1247
1326
  "values": {
@@ -1256,6 +1335,33 @@
1256
1335
  "ALLOW": 1,
1257
1336
  "LEGACY_BEST_EFFORT": 2
1258
1337
  }
1338
+ },
1339
+ "EnforceNamingStyle": {
1340
+ "values": {
1341
+ "ENFORCE_NAMING_STYLE_UNKNOWN": 0,
1342
+ "STYLE2024": 1,
1343
+ "STYLE_LEGACY": 2
1344
+ }
1345
+ },
1346
+ "VisibilityFeature": {
1347
+ "fields": {},
1348
+ "reserved": [
1349
+ [
1350
+ 1,
1351
+ 536870911
1352
+ ]
1353
+ ],
1354
+ "nested": {
1355
+ "DefaultSymbolVisibility": {
1356
+ "values": {
1357
+ "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
1358
+ "EXPORT_ALL": 1,
1359
+ "EXPORT_TOP_LEVEL": 2,
1360
+ "LOCAL_ALL": 3,
1361
+ "STRICT": 4
1362
+ }
1363
+ }
1364
+ }
1259
1365
  }
1260
1366
  }
1261
1367
  },
@@ -1283,11 +1389,26 @@
1283
1389
  "type": "Edition",
1284
1390
  "id": 3
1285
1391
  },
1286
- "features": {
1392
+ "overridableFeatures": {
1287
1393
  "type": "FeatureSet",
1288
- "id": 2
1394
+ "id": 4
1395
+ },
1396
+ "fixedFeatures": {
1397
+ "type": "FeatureSet",
1398
+ "id": 5
1289
1399
  }
1290
- }
1400
+ },
1401
+ "reserved": [
1402
+ [
1403
+ 1,
1404
+ 1
1405
+ ],
1406
+ [
1407
+ 2,
1408
+ 2
1409
+ ],
1410
+ "features"
1411
+ ]
1291
1412
  }
1292
1413
  }
1293
1414
  },
@@ -1300,6 +1421,12 @@
1300
1421
  "id": 1
1301
1422
  }
1302
1423
  },
1424
+ "extensions": [
1425
+ [
1426
+ 536000000,
1427
+ 536000000
1428
+ ]
1429
+ ],
1303
1430
  "nested": {
1304
1431
  "Location": {
1305
1432
  "fields": {
@@ -1385,6 +1512,14 @@
1385
1512
  }
1386
1513
  }
1387
1514
  },
1515
+ "SymbolVisibility": {
1516
+ "edition": "proto2",
1517
+ "values": {
1518
+ "VISIBILITY_UNSET": 0,
1519
+ "VISIBILITY_LOCAL": 1,
1520
+ "VISIBILITY_EXPORT": 2
1521
+ }
1522
+ },
1388
1523
  "Duration": {
1389
1524
  "fields": {
1390
1525
  "seconds": {
@@ -3496,10 +3631,220 @@
3496
3631
  }
3497
3632
  }
3498
3633
  },
3634
+ "Audience": {
3635
+ "fields": {
3636
+ "name": {
3637
+ "type": "string",
3638
+ "id": 1
3639
+ }
3640
+ }
3641
+ },
3642
+ "Availability": {
3643
+ "options": {
3644
+ "(google.api.resource).type": "chat.googleapis.com/Availability",
3645
+ "(google.api.resource).pattern": "users/{user}/availability",
3646
+ "(google.api.resource).plural": "availabilities",
3647
+ "(google.api.resource).singular": "availability"
3648
+ },
3649
+ "oneofs": {
3650
+ "stateMetadata": {
3651
+ "oneof": [
3652
+ "doNotDisturbMetadata"
3653
+ ]
3654
+ }
3655
+ },
3656
+ "fields": {
3657
+ "name": {
3658
+ "type": "string",
3659
+ "id": 1,
3660
+ "options": {
3661
+ "(google.api.field_behavior)": "IDENTIFIER"
3662
+ }
3663
+ },
3664
+ "state": {
3665
+ "type": "State",
3666
+ "id": 2,
3667
+ "options": {
3668
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
3669
+ }
3670
+ },
3671
+ "doNotDisturbMetadata": {
3672
+ "type": "DoNotDisturbMetadata",
3673
+ "id": 3,
3674
+ "options": {
3675
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
3676
+ }
3677
+ },
3678
+ "customStatus": {
3679
+ "type": "CustomStatus",
3680
+ "id": 4,
3681
+ "options": {
3682
+ "(google.api.field_behavior)": "OPTIONAL"
3683
+ }
3684
+ }
3685
+ },
3686
+ "nested": {
3687
+ "State": {
3688
+ "values": {
3689
+ "STATE_UNSPECIFIED": 0,
3690
+ "ACTIVE": 1,
3691
+ "IDLE": 2,
3692
+ "AWAY": 3,
3693
+ "DO_NOT_DISTURB": 4
3694
+ }
3695
+ }
3696
+ }
3697
+ },
3698
+ "CustomStatus": {
3699
+ "oneofs": {
3700
+ "expiration": {
3701
+ "oneof": [
3702
+ "expireTime",
3703
+ "ttl"
3704
+ ]
3705
+ }
3706
+ },
3707
+ "fields": {
3708
+ "text": {
3709
+ "type": "string",
3710
+ "id": 1,
3711
+ "options": {
3712
+ "(google.api.field_behavior)": "REQUIRED"
3713
+ }
3714
+ },
3715
+ "emoji": {
3716
+ "type": "Emoji",
3717
+ "id": 2,
3718
+ "options": {
3719
+ "(google.api.field_behavior)": "REQUIRED"
3720
+ }
3721
+ },
3722
+ "expireTime": {
3723
+ "type": "google.protobuf.Timestamp",
3724
+ "id": 3
3725
+ },
3726
+ "ttl": {
3727
+ "type": "google.protobuf.Duration",
3728
+ "id": 4,
3729
+ "options": {
3730
+ "(google.api.field_behavior)": "INPUT_ONLY"
3731
+ }
3732
+ }
3733
+ }
3734
+ },
3735
+ "DoNotDisturbMetadata": {
3736
+ "fields": {
3737
+ "expirationTime": {
3738
+ "type": "google.protobuf.Timestamp",
3739
+ "id": 1,
3740
+ "options": {
3741
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
3742
+ }
3743
+ }
3744
+ }
3745
+ },
3746
+ "GetAvailabilityRequest": {
3747
+ "fields": {
3748
+ "name": {
3749
+ "type": "string",
3750
+ "id": 1,
3751
+ "options": {
3752
+ "(google.api.field_behavior)": "REQUIRED",
3753
+ "(google.api.resource_reference).type": "chat.googleapis.com/Availability"
3754
+ }
3755
+ }
3756
+ }
3757
+ },
3758
+ "UpdateAvailabilityRequest": {
3759
+ "fields": {
3760
+ "availability": {
3761
+ "type": "Availability",
3762
+ "id": 1,
3763
+ "options": {
3764
+ "(google.api.field_behavior)": "REQUIRED"
3765
+ }
3766
+ },
3767
+ "updateMask": {
3768
+ "type": "google.protobuf.FieldMask",
3769
+ "id": 2,
3770
+ "options": {
3771
+ "(google.api.field_behavior)": "REQUIRED"
3772
+ }
3773
+ }
3774
+ }
3775
+ },
3776
+ "MarkAsActiveRequest": {
3777
+ "oneofs": {
3778
+ "expiration": {
3779
+ "oneof": [
3780
+ "expireTime",
3781
+ "ttl"
3782
+ ]
3783
+ }
3784
+ },
3785
+ "fields": {
3786
+ "name": {
3787
+ "type": "string",
3788
+ "id": 1,
3789
+ "options": {
3790
+ "(google.api.field_behavior)": "REQUIRED",
3791
+ "(google.api.resource_reference).type": "chat.googleapis.com/Availability"
3792
+ }
3793
+ },
3794
+ "expireTime": {
3795
+ "type": "google.protobuf.Timestamp",
3796
+ "id": 2
3797
+ },
3798
+ "ttl": {
3799
+ "type": "google.protobuf.Duration",
3800
+ "id": 3
3801
+ }
3802
+ }
3803
+ },
3804
+ "MarkAsAwayRequest": {
3805
+ "fields": {
3806
+ "name": {
3807
+ "type": "string",
3808
+ "id": 1,
3809
+ "options": {
3810
+ "(google.api.field_behavior)": "REQUIRED",
3811
+ "(google.api.resource_reference).type": "chat.googleapis.com/Availability"
3812
+ }
3813
+ }
3814
+ }
3815
+ },
3816
+ "MarkAsDoNotDisturbRequest": {
3817
+ "oneofs": {
3818
+ "expiration": {
3819
+ "oneof": [
3820
+ "expireTime",
3821
+ "ttl"
3822
+ ]
3823
+ }
3824
+ },
3825
+ "fields": {
3826
+ "name": {
3827
+ "type": "string",
3828
+ "id": 1,
3829
+ "options": {
3830
+ "(google.api.field_behavior)": "REQUIRED",
3831
+ "(google.api.resource_reference).type": "chat.googleapis.com/Availability"
3832
+ }
3833
+ },
3834
+ "expireTime": {
3835
+ "type": "google.protobuf.Timestamp",
3836
+ "id": 2
3837
+ },
3838
+ "ttl": {
3839
+ "type": "google.protobuf.Duration",
3840
+ "id": 3
3841
+ }
3842
+ }
3843
+ },
3499
3844
  "ChatService": {
3500
3845
  "options": {
3501
3846
  "(google.api.default_host)": "chat.googleapis.com",
3502
- "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/chat.admin.delete,https://www.googleapis.com/auth/chat.admin.memberships,https://www.googleapis.com/auth/chat.admin.memberships.readonly,https://www.googleapis.com/auth/chat.admin.spaces,https://www.googleapis.com/auth/chat.admin.spaces.readonly,https://www.googleapis.com/auth/chat.app.delete,https://www.googleapis.com/auth/chat.app.memberships,https://www.googleapis.com/auth/chat.app.memberships.readonly,https://www.googleapis.com/auth/chat.app.messages.readonly,https://www.googleapis.com/auth/chat.app.spaces,https://www.googleapis.com/auth/chat.app.spaces.create,https://www.googleapis.com/auth/chat.app.spaces.readonly,https://www.googleapis.com/auth/chat.bot,https://www.googleapis.com/auth/chat.customemojis,https://www.googleapis.com/auth/chat.customemojis.readonly,https://www.googleapis.com/auth/chat.delete,https://www.googleapis.com/auth/chat.import,https://www.googleapis.com/auth/chat.memberships,https://www.googleapis.com/auth/chat.memberships.app,https://www.googleapis.com/auth/chat.memberships.readonly,https://www.googleapis.com/auth/chat.messages,https://www.googleapis.com/auth/chat.messages.create,https://www.googleapis.com/auth/chat.messages.reactions,https://www.googleapis.com/auth/chat.messages.reactions.create,https://www.googleapis.com/auth/chat.messages.reactions.readonly,https://www.googleapis.com/auth/chat.messages.readonly,https://www.googleapis.com/auth/chat.spaces,https://www.googleapis.com/auth/chat.spaces.create,https://www.googleapis.com/auth/chat.spaces.readonly,https://www.googleapis.com/auth/chat.users.readstate,https://www.googleapis.com/auth/chat.users.readstate.readonly,https://www.googleapis.com/auth/chat.users.sections,https://www.googleapis.com/auth/chat.users.sections.readonly,https://www.googleapis.com/auth/chat.users.spacesettings"
3847
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/chat.admin.delete,https://www.googleapis.com/auth/chat.admin.memberships,https://www.googleapis.com/auth/chat.admin.memberships.readonly,https://www.googleapis.com/auth/chat.admin.spaces,https://www.googleapis.com/auth/chat.admin.spaces.readonly,https://www.googleapis.com/auth/chat.app.delete,https://www.googleapis.com/auth/chat.app.memberships,https://www.googleapis.com/auth/chat.app.memberships.readonly,https://www.googleapis.com/auth/chat.app.messages.readonly,https://www.googleapis.com/auth/chat.app.spaces,https://www.googleapis.com/auth/chat.app.spaces.create,https://www.googleapis.com/auth/chat.app.spaces.readonly,https://www.googleapis.com/auth/chat.bot,https://www.googleapis.com/auth/chat.customemojis,https://www.googleapis.com/auth/chat.customemojis.readonly,https://www.googleapis.com/auth/chat.delete,https://www.googleapis.com/auth/chat.import,https://www.googleapis.com/auth/chat.memberships,https://www.googleapis.com/auth/chat.memberships.app,https://www.googleapis.com/auth/chat.memberships.readonly,https://www.googleapis.com/auth/chat.messages,https://www.googleapis.com/auth/chat.messages.create,https://www.googleapis.com/auth/chat.messages.reactions,https://www.googleapis.com/auth/chat.messages.reactions.create,https://www.googleapis.com/auth/chat.messages.reactions.readonly,https://www.googleapis.com/auth/chat.messages.readonly,https://www.googleapis.com/auth/chat.spaces,https://www.googleapis.com/auth/chat.spaces.create,https://www.googleapis.com/auth/chat.spaces.readonly,https://www.googleapis.com/auth/chat.users.availability,https://www.googleapis.com/auth/chat.users.availability.readonly,https://www.googleapis.com/auth/chat.users.readstate,https://www.googleapis.com/auth/chat.users.readstate.readonly,https://www.googleapis.com/auth/chat.users.sections,https://www.googleapis.com/auth/chat.users.sections.readonly,https://www.googleapis.com/auth/chat.users.spacesettings"
3503
3848
  },
3504
3849
  "methods": {
3505
3850
  "CreateMessage": {
@@ -4088,6 +4433,92 @@
4088
4433
  }
4089
4434
  ]
4090
4435
  },
4436
+ "GetAvailability": {
4437
+ "requestType": "GetAvailabilityRequest",
4438
+ "responseType": "Availability",
4439
+ "options": {
4440
+ "(google.api.http).get": "/v1/{name=users/*/availability}",
4441
+ "(google.api.method_signature)": "name"
4442
+ },
4443
+ "parsedOptions": [
4444
+ {
4445
+ "(google.api.http)": {
4446
+ "get": "/v1/{name=users/*/availability}"
4447
+ }
4448
+ },
4449
+ {
4450
+ "(google.api.method_signature)": "name"
4451
+ }
4452
+ ]
4453
+ },
4454
+ "MarkAsActive": {
4455
+ "requestType": "MarkAsActiveRequest",
4456
+ "responseType": "Availability",
4457
+ "options": {
4458
+ "(google.api.http).post": "/v1/{name=users/*/availability}:markAsActive",
4459
+ "(google.api.http).body": "*"
4460
+ },
4461
+ "parsedOptions": [
4462
+ {
4463
+ "(google.api.http)": {
4464
+ "post": "/v1/{name=users/*/availability}:markAsActive",
4465
+ "body": "*"
4466
+ }
4467
+ }
4468
+ ]
4469
+ },
4470
+ "MarkAsAway": {
4471
+ "requestType": "MarkAsAwayRequest",
4472
+ "responseType": "Availability",
4473
+ "options": {
4474
+ "(google.api.http).post": "/v1/{name=users/*/availability}:markAsAway",
4475
+ "(google.api.http).body": "*"
4476
+ },
4477
+ "parsedOptions": [
4478
+ {
4479
+ "(google.api.http)": {
4480
+ "post": "/v1/{name=users/*/availability}:markAsAway",
4481
+ "body": "*"
4482
+ }
4483
+ }
4484
+ ]
4485
+ },
4486
+ "MarkAsDoNotDisturb": {
4487
+ "requestType": "MarkAsDoNotDisturbRequest",
4488
+ "responseType": "Availability",
4489
+ "options": {
4490
+ "(google.api.http).post": "/v1/{name=users/*/availability}:markAsDoNotDisturb",
4491
+ "(google.api.http).body": "*"
4492
+ },
4493
+ "parsedOptions": [
4494
+ {
4495
+ "(google.api.http)": {
4496
+ "post": "/v1/{name=users/*/availability}:markAsDoNotDisturb",
4497
+ "body": "*"
4498
+ }
4499
+ }
4500
+ ]
4501
+ },
4502
+ "UpdateAvailability": {
4503
+ "requestType": "UpdateAvailabilityRequest",
4504
+ "responseType": "Availability",
4505
+ "options": {
4506
+ "(google.api.http).patch": "/v1/{availability.name=users/*/availability}",
4507
+ "(google.api.http).body": "availability",
4508
+ "(google.api.method_signature)": "availability,update_mask"
4509
+ },
4510
+ "parsedOptions": [
4511
+ {
4512
+ "(google.api.http)": {
4513
+ "patch": "/v1/{availability.name=users/*/availability}",
4514
+ "body": "availability"
4515
+ }
4516
+ },
4517
+ {
4518
+ "(google.api.method_signature)": "availability,update_mask"
4519
+ }
4520
+ ]
4521
+ },
4091
4522
  "GetSpaceEvent": {
4092
4523
  "requestType": "GetSpaceEventRequest",
4093
4524
  "responseType": "SpaceEvent",
@@ -4803,7 +5234,8 @@
4803
5234
  "QuoteType": {
4804
5235
  "values": {
4805
5236
  "QUOTE_TYPE_UNSPECIFIED": 0,
4806
- "REPLY": 1
5237
+ "REPLY": 1,
5238
+ "FORWARD": 2
4807
5239
  }
4808
5240
  }
4809
5241
  }
@@ -5847,6 +6279,13 @@
5847
6279
  "options": {
5848
6280
  "(google.api.field_behavior)": "OPTIONAL"
5849
6281
  }
6282
+ },
6283
+ "accessPermissionSettings": {
6284
+ "type": "AccessPermissionSettings",
6285
+ "id": 5,
6286
+ "options": {
6287
+ "(google.api.field_behavior)": "OPTIONAL"
6288
+ }
5850
6289
  }
5851
6290
  },
5852
6291
  "nested": {
@@ -5859,6 +6298,51 @@
5859
6298
  }
5860
6299
  }
5861
6300
  },
6301
+ "AccessPermissionSettings": {
6302
+ "fields": {
6303
+ "discoverSpaceSetting": {
6304
+ "type": "AccessPermissionSetting",
6305
+ "id": 1,
6306
+ "options": {
6307
+ "(google.api.field_behavior)": "OPTIONAL"
6308
+ }
6309
+ },
6310
+ "joinSpaceSetting": {
6311
+ "type": "AccessPermissionSetting",
6312
+ "id": 2,
6313
+ "options": {
6314
+ "(google.api.field_behavior)": "OPTIONAL"
6315
+ }
6316
+ }
6317
+ }
6318
+ },
6319
+ "AccessPermissionSetting": {
6320
+ "fields": {
6321
+ "principals": {
6322
+ "rule": "repeated",
6323
+ "type": "Principal",
6324
+ "id": 1,
6325
+ "options": {
6326
+ "(google.api.field_behavior)": "UNORDERED_LIST"
6327
+ }
6328
+ }
6329
+ }
6330
+ },
6331
+ "Principal": {
6332
+ "oneofs": {
6333
+ "principalType": {
6334
+ "oneof": [
6335
+ "audience"
6336
+ ]
6337
+ }
6338
+ },
6339
+ "fields": {
6340
+ "audience": {
6341
+ "type": "Audience",
6342
+ "id": 1
6343
+ }
6344
+ }
6345
+ },
5862
6346
  "PredefinedPermissionSettings": {
5863
6347
  "values": {
5864
6348
  "PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED": 0,
@@ -7120,8 +7604,7 @@
7120
7604
  "java_multiple_files": true,
7121
7605
  "java_outer_classname": "LaunchStageProto",
7122
7606
  "java_package": "com.google.api",
7123
- "objc_class_prefix": "GAPI",
7124
- "cc_enable_arenas": true
7607
+ "objc_class_prefix": "GAPI"
7125
7608
  },
7126
7609
  "nested": {
7127
7610
  "fieldBehavior": {
@@ -7233,6 +7716,11 @@
7233
7716
  "format": {
7234
7717
  "type": "Format",
7235
7718
  "id": 1
7719
+ },
7720
+ "referencedTypes": {
7721
+ "rule": "repeated",
7722
+ "type": "TypeReference",
7723
+ "id": 2
7236
7724
  }
7237
7725
  },
7238
7726
  "nested": {
@@ -7247,6 +7735,14 @@
7247
7735
  }
7248
7736
  }
7249
7737
  },
7738
+ "TypeReference": {
7739
+ "fields": {
7740
+ "typeName": {
7741
+ "type": "string",
7742
+ "id": 1
7743
+ }
7744
+ }
7745
+ },
7250
7746
  "http": {
7251
7747
  "type": "HttpRule",
7252
7748
  "id": 72295728,
@@ -7368,6 +7864,10 @@
7368
7864
  "rule": "repeated",
7369
7865
  "type": "ClientLibraryDestination",
7370
7866
  "id": 2
7867
+ },
7868
+ "selectiveGapicGeneration": {
7869
+ "type": "SelectiveGapicGeneration",
7870
+ "id": 3
7371
7871
  }
7372
7872
  }
7373
7873
  },
@@ -7508,6 +8008,28 @@
7508
8008
  "common": {
7509
8009
  "type": "CommonLanguageSettings",
7510
8010
  "id": 1
8011
+ },
8012
+ "experimentalFeatures": {
8013
+ "type": "ExperimentalFeatures",
8014
+ "id": 2
8015
+ }
8016
+ },
8017
+ "nested": {
8018
+ "ExperimentalFeatures": {
8019
+ "fields": {
8020
+ "restAsyncIoEnabled": {
8021
+ "type": "bool",
8022
+ "id": 1
8023
+ },
8024
+ "protobufPythonicTypesEnabled": {
8025
+ "type": "bool",
8026
+ "id": 2
8027
+ },
8028
+ "unversionedPackageDisabled": {
8029
+ "type": "bool",
8030
+ "id": 3
8031
+ }
8032
+ }
7511
8033
  }
7512
8034
  }
7513
8035
  },
@@ -7565,6 +8087,11 @@
7565
8087
  "common": {
7566
8088
  "type": "CommonLanguageSettings",
7567
8089
  "id": 1
8090
+ },
8091
+ "renamedServices": {
8092
+ "keyType": "string",
8093
+ "type": "string",
8094
+ "id": 2
7568
8095
  }
7569
8096
  }
7570
8097
  },
@@ -7626,6 +8153,19 @@
7626
8153
  "PACKAGE_MANAGER": 20
7627
8154
  }
7628
8155
  },
8156
+ "SelectiveGapicGeneration": {
8157
+ "fields": {
8158
+ "methods": {
8159
+ "rule": "repeated",
8160
+ "type": "string",
8161
+ "id": 1
8162
+ },
8163
+ "generateOmittedAsInternal": {
8164
+ "type": "bool",
8165
+ "id": 2
8166
+ }
8167
+ }
8168
+ },
7629
8169
  "LaunchStage": {
7630
8170
  "values": {
7631
8171
  "LAUNCH_STAGE_UNSPECIFIED": 0,