@google-apps/chat 0.10.0 → 0.12.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.
@@ -2442,7 +2442,8 @@
2442
2442
  "oneof": [
2443
2443
  "userMention",
2444
2444
  "slashCommand",
2445
- "richLinkMetadata"
2445
+ "richLinkMetadata",
2446
+ "customEmojiMetadata"
2446
2447
  ]
2447
2448
  }
2448
2449
  },
@@ -2473,6 +2474,10 @@
2473
2474
  "richLinkMetadata": {
2474
2475
  "type": "RichLinkMetadata",
2475
2476
  "id": 6
2477
+ },
2478
+ "customEmojiMetadata": {
2479
+ "type": "CustomEmojiMetadata",
2480
+ "id": 7
2476
2481
  }
2477
2482
  }
2478
2483
  },
@@ -2567,6 +2572,14 @@
2567
2572
  }
2568
2573
  }
2569
2574
  },
2575
+ "CustomEmojiMetadata": {
2576
+ "fields": {
2577
+ "customEmoji": {
2578
+ "type": "CustomEmoji",
2579
+ "id": 1
2580
+ }
2581
+ }
2582
+ },
2570
2583
  "DriveLinkData": {
2571
2584
  "fields": {
2572
2585
  "driveDataRef": {
@@ -2609,7 +2622,8 @@
2609
2622
  "ANNOTATION_TYPE_UNSPECIFIED": 0,
2610
2623
  "USER_MENTION": 1,
2611
2624
  "SLASH_COMMAND": 2,
2612
- "RICH_LINK": 3
2625
+ "RICH_LINK": 3,
2626
+ "CUSTOM_EMOJI": 4
2613
2627
  }
2614
2628
  },
2615
2629
  "Attachment": {
@@ -2628,7 +2642,10 @@
2628
2642
  "fields": {
2629
2643
  "name": {
2630
2644
  "type": "string",
2631
- "id": 1
2645
+ "id": 1,
2646
+ "options": {
2647
+ "(google.api.field_behavior)": "OPTIONAL"
2648
+ }
2632
2649
  },
2633
2650
  "contentName": {
2634
2651
  "type": "string",
@@ -2646,7 +2663,10 @@
2646
2663
  },
2647
2664
  "attachmentDataRef": {
2648
2665
  "type": "AttachmentDataRef",
2649
- "id": 4
2666
+ "id": 4,
2667
+ "options": {
2668
+ "(google.api.field_behavior)": "OPTIONAL"
2669
+ }
2650
2670
  },
2651
2671
  "driveDataRef": {
2652
2672
  "type": "DriveDataRef",
@@ -2699,11 +2719,17 @@
2699
2719
  "fields": {
2700
2720
  "resourceName": {
2701
2721
  "type": "string",
2702
- "id": 1
2722
+ "id": 1,
2723
+ "options": {
2724
+ "(google.api.field_behavior)": "OPTIONAL"
2725
+ }
2703
2726
  },
2704
2727
  "attachmentUploadToken": {
2705
2728
  "type": "string",
2706
- "id": 2
2729
+ "id": 2,
2730
+ "options": {
2731
+ "(google.api.field_behavior)": "OPTIONAL"
2732
+ }
2707
2733
  }
2708
2734
  }
2709
2735
  },
@@ -2746,6 +2772,173 @@
2746
2772
  }
2747
2773
  }
2748
2774
  },
2775
+ "Reaction": {
2776
+ "options": {
2777
+ "(google.api.resource).type": "chat.googleapis.com/Reaction",
2778
+ "(google.api.resource).pattern": "spaces/{space}/messages/{message}/reactions/{reaction}"
2779
+ },
2780
+ "fields": {
2781
+ "name": {
2782
+ "type": "string",
2783
+ "id": 1,
2784
+ "options": {
2785
+ "(google.api.field_behavior)": "IDENTIFIER"
2786
+ }
2787
+ },
2788
+ "user": {
2789
+ "type": "User",
2790
+ "id": 2,
2791
+ "options": {
2792
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
2793
+ }
2794
+ },
2795
+ "emoji": {
2796
+ "type": "Emoji",
2797
+ "id": 3,
2798
+ "options": {
2799
+ "(google.api.field_behavior)": "REQUIRED"
2800
+ }
2801
+ }
2802
+ }
2803
+ },
2804
+ "Emoji": {
2805
+ "oneofs": {
2806
+ "content": {
2807
+ "oneof": [
2808
+ "unicode",
2809
+ "customEmoji"
2810
+ ]
2811
+ }
2812
+ },
2813
+ "fields": {
2814
+ "unicode": {
2815
+ "type": "string",
2816
+ "id": 1,
2817
+ "options": {
2818
+ "(google.api.field_behavior)": "OPTIONAL"
2819
+ }
2820
+ },
2821
+ "customEmoji": {
2822
+ "type": "CustomEmoji",
2823
+ "id": 2
2824
+ }
2825
+ }
2826
+ },
2827
+ "CustomEmoji": {
2828
+ "fields": {
2829
+ "uid": {
2830
+ "type": "string",
2831
+ "id": 1,
2832
+ "options": {
2833
+ "(google.api.field_info).format": "UUID4",
2834
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
2835
+ }
2836
+ }
2837
+ }
2838
+ },
2839
+ "EmojiReactionSummary": {
2840
+ "oneofs": {
2841
+ "_reactionCount": {
2842
+ "oneof": [
2843
+ "reactionCount"
2844
+ ]
2845
+ }
2846
+ },
2847
+ "fields": {
2848
+ "emoji": {
2849
+ "type": "Emoji",
2850
+ "id": 1,
2851
+ "options": {
2852
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
2853
+ }
2854
+ },
2855
+ "reactionCount": {
2856
+ "type": "int32",
2857
+ "id": 2,
2858
+ "options": {
2859
+ "(google.api.field_behavior)": "OUTPUT_ONLY",
2860
+ "proto3_optional": true
2861
+ }
2862
+ }
2863
+ }
2864
+ },
2865
+ "CreateReactionRequest": {
2866
+ "fields": {
2867
+ "parent": {
2868
+ "type": "string",
2869
+ "id": 1,
2870
+ "options": {
2871
+ "(google.api.field_behavior)": "REQUIRED",
2872
+ "(google.api.resource_reference).child_type": "chat.googleapis.com/Reaction"
2873
+ }
2874
+ },
2875
+ "reaction": {
2876
+ "type": "Reaction",
2877
+ "id": 2,
2878
+ "options": {
2879
+ "(google.api.field_behavior)": "REQUIRED"
2880
+ }
2881
+ }
2882
+ }
2883
+ },
2884
+ "ListReactionsRequest": {
2885
+ "fields": {
2886
+ "parent": {
2887
+ "type": "string",
2888
+ "id": 1,
2889
+ "options": {
2890
+ "(google.api.field_behavior)": "REQUIRED",
2891
+ "(google.api.resource_reference).child_type": "chat.googleapis.com/Reaction"
2892
+ }
2893
+ },
2894
+ "pageSize": {
2895
+ "type": "int32",
2896
+ "id": 2,
2897
+ "options": {
2898
+ "(google.api.field_behavior)": "OPTIONAL"
2899
+ }
2900
+ },
2901
+ "pageToken": {
2902
+ "type": "string",
2903
+ "id": 3,
2904
+ "options": {
2905
+ "(google.api.field_behavior)": "OPTIONAL"
2906
+ }
2907
+ },
2908
+ "filter": {
2909
+ "type": "string",
2910
+ "id": 4,
2911
+ "options": {
2912
+ "(google.api.field_behavior)": "OPTIONAL"
2913
+ }
2914
+ }
2915
+ }
2916
+ },
2917
+ "ListReactionsResponse": {
2918
+ "fields": {
2919
+ "reactions": {
2920
+ "rule": "repeated",
2921
+ "type": "Reaction",
2922
+ "id": 1
2923
+ },
2924
+ "nextPageToken": {
2925
+ "type": "string",
2926
+ "id": 2
2927
+ }
2928
+ }
2929
+ },
2930
+ "DeleteReactionRequest": {
2931
+ "fields": {
2932
+ "name": {
2933
+ "type": "string",
2934
+ "id": 1,
2935
+ "options": {
2936
+ "(google.api.field_behavior)": "REQUIRED",
2937
+ "(google.api.resource_reference).type": "chat.googleapis.com/Reaction"
2938
+ }
2939
+ }
2940
+ }
2941
+ },
2749
2942
  "User": {
2750
2943
  "fields": {
2751
2944
  "name": {
@@ -3345,7 +3538,7 @@
3345
3538
  "type": "string",
3346
3539
  "id": 1,
3347
3540
  "options": {
3348
- "(google.api.resource_reference).type": "chat.googleapis.com/Membership"
3541
+ "(google.api.field_behavior)": "IDENTIFIER"
3349
3542
  }
3350
3543
  },
3351
3544
  "state": {
@@ -3364,11 +3557,17 @@
3364
3557
  },
3365
3558
  "member": {
3366
3559
  "type": "User",
3367
- "id": 3
3560
+ "id": 3,
3561
+ "options": {
3562
+ "(google.api.field_behavior)": "OPTIONAL"
3563
+ }
3368
3564
  },
3369
3565
  "groupMember": {
3370
3566
  "type": "Group",
3371
- "id": 5
3567
+ "id": 5,
3568
+ "options": {
3569
+ "(google.api.field_behavior)": "OPTIONAL"
3570
+ }
3372
3571
  },
3373
3572
  "createTime": {
3374
3573
  "type": "google.protobuf.Timestamp",
@@ -3422,7 +3621,10 @@
3422
3621
  },
3423
3622
  "useAdminAccess": {
3424
3623
  "type": "bool",
3425
- "id": 5
3624
+ "id": 5,
3625
+ "options": {
3626
+ "(google.api.field_behavior)": "OPTIONAL"
3627
+ }
3426
3628
  }
3427
3629
  }
3428
3630
  },
@@ -3444,7 +3646,10 @@
3444
3646
  },
3445
3647
  "useAdminAccess": {
3446
3648
  "type": "bool",
3447
- "id": 3
3649
+ "id": 3,
3650
+ "options": {
3651
+ "(google.api.field_behavior)": "OPTIONAL"
3652
+ }
3448
3653
  }
3449
3654
  }
3450
3655
  },
@@ -3495,7 +3700,10 @@
3495
3700
  },
3496
3701
  "useAdminAccess": {
3497
3702
  "type": "bool",
3498
- "id": 8
3703
+ "id": 8,
3704
+ "options": {
3705
+ "(google.api.field_behavior)": "OPTIONAL"
3706
+ }
3499
3707
  }
3500
3708
  }
3501
3709
  },
@@ -3527,7 +3735,10 @@
3527
3735
  },
3528
3736
  "useAdminAccess": {
3529
3737
  "type": "bool",
3530
- "id": 3
3738
+ "id": 3,
3739
+ "options": {
3740
+ "(google.api.field_behavior)": "OPTIONAL"
3741
+ }
3531
3742
  }
3532
3743
  }
3533
3744
  },
@@ -3543,7 +3754,10 @@
3543
3754
  },
3544
3755
  "useAdminAccess": {
3545
3756
  "type": "bool",
3546
- "id": 2
3757
+ "id": 2,
3758
+ "options": {
3759
+ "(google.api.field_behavior)": "OPTIONAL"
3760
+ }
3547
3761
  }
3548
3762
  }
3549
3763
  },
@@ -3563,7 +3777,10 @@
3563
3777
  "fields": {
3564
3778
  "name": {
3565
3779
  "type": "string",
3566
- "id": 1
3780
+ "id": 1,
3781
+ "options": {
3782
+ "(google.api.field_behavior)": "IDENTIFIER"
3783
+ }
3567
3784
  },
3568
3785
  "sender": {
3569
3786
  "type": "User",
@@ -3595,7 +3812,10 @@
3595
3812
  },
3596
3813
  "text": {
3597
3814
  "type": "string",
3598
- "id": 4
3815
+ "id": 4,
3816
+ "options": {
3817
+ "(google.api.field_behavior)": "OPTIONAL"
3818
+ }
3599
3819
  },
3600
3820
  "formattedText": {
3601
3821
  "type": "string",
@@ -3615,7 +3835,10 @@
3615
3835
  "cardsV2": {
3616
3836
  "rule": "repeated",
3617
3837
  "type": "CardWithId",
3618
- "id": 22
3838
+ "id": 22,
3839
+ "options": {
3840
+ "(google.api.field_behavior)": "OPTIONAL"
3841
+ }
3619
3842
  },
3620
3843
  "annotations": {
3621
3844
  "rule": "repeated",
@@ -3631,11 +3854,17 @@
3631
3854
  },
3632
3855
  "space": {
3633
3856
  "type": "Space",
3634
- "id": 12
3857
+ "id": 12,
3858
+ "options": {
3859
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
3860
+ }
3635
3861
  },
3636
3862
  "fallbackText": {
3637
3863
  "type": "string",
3638
- "id": 13
3864
+ "id": 13,
3865
+ "options": {
3866
+ "(google.api.field_behavior)": "OPTIONAL"
3867
+ }
3639
3868
  },
3640
3869
  "actionResponse": {
3641
3870
  "type": "ActionResponse",
@@ -3661,7 +3890,10 @@
3661
3890
  "attachment": {
3662
3891
  "rule": "repeated",
3663
3892
  "type": "Attachment",
3664
- "id": 18
3893
+ "id": 18,
3894
+ "options": {
3895
+ "(google.api.field_behavior)": "OPTIONAL"
3896
+ }
3665
3897
  },
3666
3898
  "matchedUrl": {
3667
3899
  "type": "MatchedUrl",
@@ -3679,7 +3911,10 @@
3679
3911
  },
3680
3912
  "clientAssignedMessageId": {
3681
3913
  "type": "string",
3682
- "id": 32
3914
+ "id": 32,
3915
+ "options": {
3916
+ "(google.api.field_behavior)": "OPTIONAL"
3917
+ }
3683
3918
  },
3684
3919
  "emojiReactionSummaries": {
3685
3920
  "rule": "repeated",
@@ -3693,7 +3928,7 @@
3693
3928
  "type": "User",
3694
3929
  "id": 36,
3695
3930
  "options": {
3696
- "(google.api.field_behavior)": "IMMUTABLE"
3931
+ "(google.api.field_behavior)": "OPTIONAL"
3697
3932
  }
3698
3933
  },
3699
3934
  "deletionMetadata": {
@@ -3721,7 +3956,10 @@
3721
3956
  "accessoryWidgets": {
3722
3957
  "rule": "repeated",
3723
3958
  "type": "AccessoryWidget",
3724
- "id": 44
3959
+ "id": 44,
3960
+ "options": {
3961
+ "(google.api.field_behavior)": "OPTIONAL"
3962
+ }
3725
3963
  }
3726
3964
  }
3727
3965
  },
@@ -3767,7 +4005,10 @@
3767
4005
  "fields": {
3768
4006
  "name": {
3769
4007
  "type": "string",
3770
- "id": 1
4008
+ "id": 1,
4009
+ "options": {
4010
+ "(google.api.field_behavior)": "IDENTIFIER"
4011
+ }
3771
4012
  },
3772
4013
  "threadKey": {
3773
4014
  "type": "string",
@@ -3890,7 +4131,10 @@
3890
4131
  },
3891
4132
  "force": {
3892
4133
  "type": "bool",
3893
- "id": 2
4134
+ "id": 2,
4135
+ "options": {
4136
+ "(google.api.field_behavior)": "OPTIONAL"
4137
+ }
3894
4138
  }
3895
4139
  }
3896
4140
  },
@@ -3905,7 +4149,10 @@
3905
4149
  },
3906
4150
  "updateMask": {
3907
4151
  "type": "google.protobuf.FieldMask",
3908
- "id": 2
4152
+ "id": 2,
4153
+ "options": {
4154
+ "(google.api.field_behavior)": "REQUIRED"
4155
+ }
3909
4156
  },
3910
4157
  "allowMissing": {
3911
4158
  "type": "bool",
@@ -3985,23 +4232,38 @@
3985
4232
  },
3986
4233
  "pageSize": {
3987
4234
  "type": "int32",
3988
- "id": 2
4235
+ "id": 2,
4236
+ "options": {
4237
+ "(google.api.field_behavior)": "OPTIONAL"
4238
+ }
3989
4239
  },
3990
4240
  "pageToken": {
3991
4241
  "type": "string",
3992
- "id": 3
4242
+ "id": 3,
4243
+ "options": {
4244
+ "(google.api.field_behavior)": "OPTIONAL"
4245
+ }
3993
4246
  },
3994
4247
  "filter": {
3995
4248
  "type": "string",
3996
- "id": 4
4249
+ "id": 4,
4250
+ "options": {
4251
+ "(google.api.field_behavior)": "OPTIONAL"
4252
+ }
3997
4253
  },
3998
4254
  "orderBy": {
3999
4255
  "type": "string",
4000
- "id": 5
4256
+ "id": 5,
4257
+ "options": {
4258
+ "(google.api.field_behavior)": "OPTIONAL"
4259
+ }
4001
4260
  },
4002
4261
  "showDeleted": {
4003
4262
  "type": "bool",
4004
- "id": 6
4263
+ "id": 6,
4264
+ "options": {
4265
+ "(google.api.field_behavior)": "OPTIONAL"
4266
+ }
4005
4267
  }
4006
4268
  }
4007
4269
  },
@@ -4436,162 +4698,6 @@
4436
4698
  }
4437
4699
  }
4438
4700
  },
4439
- "Reaction": {
4440
- "options": {
4441
- "(google.api.resource).type": "chat.googleapis.com/Reaction",
4442
- "(google.api.resource).pattern": "spaces/{space}/messages/{message}/reactions/{reaction}"
4443
- },
4444
- "fields": {
4445
- "name": {
4446
- "type": "string",
4447
- "id": 1
4448
- },
4449
- "user": {
4450
- "type": "User",
4451
- "id": 2,
4452
- "options": {
4453
- "(google.api.field_behavior)": "OUTPUT_ONLY"
4454
- }
4455
- },
4456
- "emoji": {
4457
- "type": "Emoji",
4458
- "id": 3
4459
- }
4460
- }
4461
- },
4462
- "Emoji": {
4463
- "oneofs": {
4464
- "content": {
4465
- "oneof": [
4466
- "unicode",
4467
- "customEmoji"
4468
- ]
4469
- }
4470
- },
4471
- "fields": {
4472
- "unicode": {
4473
- "type": "string",
4474
- "id": 1
4475
- },
4476
- "customEmoji": {
4477
- "type": "CustomEmoji",
4478
- "id": 2,
4479
- "options": {
4480
- "(google.api.field_behavior)": "OUTPUT_ONLY"
4481
- }
4482
- }
4483
- }
4484
- },
4485
- "CustomEmoji": {
4486
- "fields": {
4487
- "uid": {
4488
- "type": "string",
4489
- "id": 1,
4490
- "options": {
4491
- "(google.api.field_behavior)": "OUTPUT_ONLY"
4492
- }
4493
- }
4494
- }
4495
- },
4496
- "EmojiReactionSummary": {
4497
- "oneofs": {
4498
- "_reactionCount": {
4499
- "oneof": [
4500
- "reactionCount"
4501
- ]
4502
- }
4503
- },
4504
- "fields": {
4505
- "emoji": {
4506
- "type": "Emoji",
4507
- "id": 1
4508
- },
4509
- "reactionCount": {
4510
- "type": "int32",
4511
- "id": 2,
4512
- "options": {
4513
- "proto3_optional": true
4514
- }
4515
- }
4516
- }
4517
- },
4518
- "CreateReactionRequest": {
4519
- "fields": {
4520
- "parent": {
4521
- "type": "string",
4522
- "id": 1,
4523
- "options": {
4524
- "(google.api.field_behavior)": "REQUIRED",
4525
- "(google.api.resource_reference).child_type": "chat.googleapis.com/Reaction"
4526
- }
4527
- },
4528
- "reaction": {
4529
- "type": "Reaction",
4530
- "id": 2,
4531
- "options": {
4532
- "(google.api.field_behavior)": "REQUIRED"
4533
- }
4534
- }
4535
- }
4536
- },
4537
- "ListReactionsRequest": {
4538
- "fields": {
4539
- "parent": {
4540
- "type": "string",
4541
- "id": 1,
4542
- "options": {
4543
- "(google.api.field_behavior)": "REQUIRED",
4544
- "(google.api.resource_reference).child_type": "chat.googleapis.com/Reaction"
4545
- }
4546
- },
4547
- "pageSize": {
4548
- "type": "int32",
4549
- "id": 2,
4550
- "options": {
4551
- "(google.api.field_behavior)": "OPTIONAL"
4552
- }
4553
- },
4554
- "pageToken": {
4555
- "type": "string",
4556
- "id": 3,
4557
- "options": {
4558
- "(google.api.field_behavior)": "OPTIONAL"
4559
- }
4560
- },
4561
- "filter": {
4562
- "type": "string",
4563
- "id": 4,
4564
- "options": {
4565
- "(google.api.field_behavior)": "OPTIONAL"
4566
- }
4567
- }
4568
- }
4569
- },
4570
- "ListReactionsResponse": {
4571
- "fields": {
4572
- "reactions": {
4573
- "rule": "repeated",
4574
- "type": "Reaction",
4575
- "id": 1
4576
- },
4577
- "nextPageToken": {
4578
- "type": "string",
4579
- "id": 2
4580
- }
4581
- }
4582
- },
4583
- "DeleteReactionRequest": {
4584
- "fields": {
4585
- "name": {
4586
- "type": "string",
4587
- "id": 1,
4588
- "options": {
4589
- "(google.api.field_behavior)": "REQUIRED",
4590
- "(google.api.resource_reference).type": "chat.googleapis.com/Reaction"
4591
- }
4592
- }
4593
- }
4594
- },
4595
4701
  "SlashCommand": {
4596
4702
  "fields": {
4597
4703
  "commandId": {
@@ -4616,7 +4722,10 @@
4616
4722
  "fields": {
4617
4723
  "name": {
4618
4724
  "type": "string",
4619
- "id": 1
4725
+ "id": 1,
4726
+ "options": {
4727
+ "(google.api.field_behavior)": "IDENTIFIER"
4728
+ }
4620
4729
  },
4621
4730
  "type": {
4622
4731
  "type": "Type",
@@ -4628,7 +4737,10 @@
4628
4737
  },
4629
4738
  "spaceType": {
4630
4739
  "type": "SpaceType",
4631
- "id": 10
4740
+ "id": 10,
4741
+ "options": {
4742
+ "(google.api.field_behavior)": "OPTIONAL"
4743
+ }
4632
4744
  },
4633
4745
  "singleUserBotDm": {
4634
4746
  "type": "bool",
@@ -4647,13 +4759,16 @@
4647
4759
  },
4648
4760
  "displayName": {
4649
4761
  "type": "string",
4650
- "id": 3
4762
+ "id": 3,
4763
+ "options": {
4764
+ "(google.api.field_behavior)": "OPTIONAL"
4765
+ }
4651
4766
  },
4652
4767
  "externalUserAllowed": {
4653
4768
  "type": "bool",
4654
4769
  "id": 8,
4655
4770
  "options": {
4656
- "(google.api.field_behavior)": "IMMUTABLE"
4771
+ "(google.api.field_behavior)": "OPTIONAL"
4657
4772
  }
4658
4773
  },
4659
4774
  "spaceThreadingState": {
@@ -4665,11 +4780,17 @@
4665
4780
  },
4666
4781
  "spaceDetails": {
4667
4782
  "type": "SpaceDetails",
4668
- "id": 11
4783
+ "id": 11,
4784
+ "options": {
4785
+ "(google.api.field_behavior)": "OPTIONAL"
4786
+ }
4669
4787
  },
4670
4788
  "spaceHistoryState": {
4671
4789
  "type": "HistoryState",
4672
- "id": 13
4790
+ "id": 13,
4791
+ "options": {
4792
+ "(google.api.field_behavior)": "OPTIONAL"
4793
+ }
4673
4794
  },
4674
4795
  "importMode": {
4675
4796
  "type": "bool",
@@ -4733,6 +4854,13 @@
4733
4854
  "options": {
4734
4855
  "(google.api.field_behavior)": "OPTIONAL"
4735
4856
  }
4857
+ },
4858
+ "importModeExpireTime": {
4859
+ "type": "google.protobuf.Timestamp",
4860
+ "id": 28,
4861
+ "options": {
4862
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4863
+ }
4736
4864
  }
4737
4865
  },
4738
4866
  "nested": {
@@ -4763,11 +4891,17 @@
4763
4891
  "fields": {
4764
4892
  "description": {
4765
4893
  "type": "string",
4766
- "id": 1
4894
+ "id": 1,
4895
+ "options": {
4896
+ "(google.api.field_behavior)": "OPTIONAL"
4897
+ }
4767
4898
  },
4768
4899
  "guidelines": {
4769
4900
  "type": "string",
4770
- "id": 2
4901
+ "id": 2,
4902
+ "options": {
4903
+ "(google.api.field_behavior)": "OPTIONAL"
4904
+ }
4771
4905
  }
4772
4906
  }
4773
4907
  },
@@ -4775,11 +4909,17 @@
4775
4909
  "fields": {
4776
4910
  "joinedDirectHumanUserCount": {
4777
4911
  "type": "int32",
4778
- "id": 4
4912
+ "id": 4,
4913
+ "options": {
4914
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4915
+ }
4779
4916
  },
4780
4917
  "joinedGroupCount": {
4781
4918
  "type": "int32",
4782
- "id": 5
4919
+ "id": 5,
4920
+ "options": {
4921
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4922
+ }
4783
4923
  }
4784
4924
  }
4785
4925
  },
@@ -4865,6 +5005,7 @@
4865
5005
  "type": "PermissionSetting",
4866
5006
  "id": 1,
4867
5007
  "options": {
5008
+ "(google.api.field_behavior)": "OPTIONAL",
4868
5009
  "proto3_optional": true
4869
5010
  }
4870
5011
  },
@@ -4872,6 +5013,7 @@
4872
5013
  "type": "PermissionSetting",
4873
5014
  "id": 2,
4874
5015
  "options": {
5016
+ "(google.api.field_behavior)": "OPTIONAL",
4875
5017
  "proto3_optional": true
4876
5018
  }
4877
5019
  },
@@ -4879,6 +5021,7 @@
4879
5021
  "type": "PermissionSetting",
4880
5022
  "id": 3,
4881
5023
  "options": {
5024
+ "(google.api.field_behavior)": "OPTIONAL",
4882
5025
  "proto3_optional": true
4883
5026
  }
4884
5027
  },
@@ -4886,6 +5029,7 @@
4886
5029
  "type": "PermissionSetting",
4887
5030
  "id": 4,
4888
5031
  "options": {
5032
+ "(google.api.field_behavior)": "OPTIONAL",
4889
5033
  "proto3_optional": true
4890
5034
  }
4891
5035
  },
@@ -4893,6 +5037,7 @@
4893
5037
  "type": "PermissionSetting",
4894
5038
  "id": 5,
4895
5039
  "options": {
5040
+ "(google.api.field_behavior)": "OPTIONAL",
4896
5041
  "proto3_optional": true
4897
5042
  }
4898
5043
  },
@@ -4900,6 +5045,7 @@
4900
5045
  "type": "PermissionSetting",
4901
5046
  "id": 6,
4902
5047
  "options": {
5048
+ "(google.api.field_behavior)": "OPTIONAL",
4903
5049
  "proto3_optional": true
4904
5050
  }
4905
5051
  },
@@ -4915,6 +5061,7 @@
4915
5061
  "type": "PermissionSetting",
4916
5062
  "id": 8,
4917
5063
  "options": {
5064
+ "(google.api.field_behavior)": "OPTIONAL",
4918
5065
  "proto3_optional": true
4919
5066
  }
4920
5067
  }
@@ -4924,11 +5071,17 @@
4924
5071
  "fields": {
4925
5072
  "managersAllowed": {
4926
5073
  "type": "bool",
4927
- "id": 1
5074
+ "id": 1,
5075
+ "options": {
5076
+ "(google.api.field_behavior)": "OPTIONAL"
5077
+ }
4928
5078
  },
4929
5079
  "membersAllowed": {
4930
5080
  "type": "bool",
4931
- "id": 2
5081
+ "id": 2,
5082
+ "options": {
5083
+ "(google.api.field_behavior)": "OPTIONAL"
5084
+ }
4932
5085
  }
4933
5086
  }
4934
5087
  }
@@ -5002,7 +5155,10 @@
5002
5155
  },
5003
5156
  "useAdminAccess": {
5004
5157
  "type": "bool",
5005
- "id": 2
5158
+ "id": 2,
5159
+ "options": {
5160
+ "(google.api.field_behavior)": "OPTIONAL"
5161
+ }
5006
5162
  }
5007
5163
  }
5008
5164
  },
@@ -5028,11 +5184,17 @@
5028
5184
  },
5029
5185
  "updateMask": {
5030
5186
  "type": "google.protobuf.FieldMask",
5031
- "id": 2
5187
+ "id": 2,
5188
+ "options": {
5189
+ "(google.api.field_behavior)": "REQUIRED"
5190
+ }
5032
5191
  },
5033
5192
  "useAdminAccess": {
5034
5193
  "type": "bool",
5035
- "id": 3
5194
+ "id": 3,
5195
+ "options": {
5196
+ "(google.api.field_behavior)": "OPTIONAL"
5197
+ }
5036
5198
  }
5037
5199
  }
5038
5200
  },
@@ -5095,7 +5257,10 @@
5095
5257
  },
5096
5258
  "useAdminAccess": {
5097
5259
  "type": "bool",
5098
- "id": 2
5260
+ "id": 2,
5261
+ "options": {
5262
+ "(google.api.field_behavior)": "OPTIONAL"
5263
+ }
5099
5264
  }
5100
5265
  }
5101
5266
  },
@@ -5266,11 +5431,17 @@
5266
5431
  },
5267
5432
  "pageSize": {
5268
5433
  "type": "int32",
5269
- "id": 5
5434
+ "id": 5,
5435
+ "options": {
5436
+ "(google.api.field_behavior)": "OPTIONAL"
5437
+ }
5270
5438
  },
5271
5439
  "pageToken": {
5272
5440
  "type": "string",
5273
- "id": 6
5441
+ "id": 6,
5442
+ "options": {
5443
+ "(google.api.field_behavior)": "OPTIONAL"
5444
+ }
5274
5445
  },
5275
5446
  "filter": {
5276
5447
  "type": "string",
@@ -5694,6 +5865,30 @@
5694
5865
  "IDENTIFIER": 8
5695
5866
  }
5696
5867
  },
5868
+ "fieldInfo": {
5869
+ "type": "google.api.FieldInfo",
5870
+ "id": 291403980,
5871
+ "extend": "google.protobuf.FieldOptions"
5872
+ },
5873
+ "FieldInfo": {
5874
+ "fields": {
5875
+ "format": {
5876
+ "type": "Format",
5877
+ "id": 1
5878
+ }
5879
+ },
5880
+ "nested": {
5881
+ "Format": {
5882
+ "values": {
5883
+ "FORMAT_UNSPECIFIED": 0,
5884
+ "UUID4": 1,
5885
+ "IPV4": 2,
5886
+ "IPV6": 3,
5887
+ "IPV4_OR_IPV6": 4
5888
+ }
5889
+ }
5890
+ }
5891
+ },
5697
5892
  "http": {
5698
5893
  "type": "HttpRule",
5699
5894
  "id": 72295728,