@google-apps/chat 0.9.0 → 0.11.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.
@@ -1,4 +1,7 @@
1
1
  {
2
+ "options": {
3
+ "syntax": "proto3"
4
+ },
2
5
  "nested": {
3
6
  "google": {
4
7
  "nested": {
@@ -2625,7 +2628,10 @@
2625
2628
  "fields": {
2626
2629
  "name": {
2627
2630
  "type": "string",
2628
- "id": 1
2631
+ "id": 1,
2632
+ "options": {
2633
+ "(google.api.field_behavior)": "OPTIONAL"
2634
+ }
2629
2635
  },
2630
2636
  "contentName": {
2631
2637
  "type": "string",
@@ -2643,7 +2649,10 @@
2643
2649
  },
2644
2650
  "attachmentDataRef": {
2645
2651
  "type": "AttachmentDataRef",
2646
- "id": 4
2652
+ "id": 4,
2653
+ "options": {
2654
+ "(google.api.field_behavior)": "OPTIONAL"
2655
+ }
2647
2656
  },
2648
2657
  "driveDataRef": {
2649
2658
  "type": "DriveDataRef",
@@ -2696,11 +2705,17 @@
2696
2705
  "fields": {
2697
2706
  "resourceName": {
2698
2707
  "type": "string",
2699
- "id": 1
2708
+ "id": 1,
2709
+ "options": {
2710
+ "(google.api.field_behavior)": "OPTIONAL"
2711
+ }
2700
2712
  },
2701
2713
  "attachmentUploadToken": {
2702
2714
  "type": "string",
2703
- "id": 2
2715
+ "id": 2,
2716
+ "options": {
2717
+ "(google.api.field_behavior)": "OPTIONAL"
2718
+ }
2704
2719
  }
2705
2720
  }
2706
2721
  },
@@ -3342,7 +3357,7 @@
3342
3357
  "type": "string",
3343
3358
  "id": 1,
3344
3359
  "options": {
3345
- "(google.api.resource_reference).type": "chat.googleapis.com/Membership"
3360
+ "(google.api.field_behavior)": "IDENTIFIER"
3346
3361
  }
3347
3362
  },
3348
3363
  "state": {
@@ -3361,11 +3376,17 @@
3361
3376
  },
3362
3377
  "member": {
3363
3378
  "type": "User",
3364
- "id": 3
3379
+ "id": 3,
3380
+ "options": {
3381
+ "(google.api.field_behavior)": "OPTIONAL"
3382
+ }
3365
3383
  },
3366
3384
  "groupMember": {
3367
3385
  "type": "Group",
3368
- "id": 5
3386
+ "id": 5,
3387
+ "options": {
3388
+ "(google.api.field_behavior)": "OPTIONAL"
3389
+ }
3369
3390
  },
3370
3391
  "createTime": {
3371
3392
  "type": "google.protobuf.Timestamp",
@@ -3419,7 +3440,10 @@
3419
3440
  },
3420
3441
  "useAdminAccess": {
3421
3442
  "type": "bool",
3422
- "id": 5
3443
+ "id": 5,
3444
+ "options": {
3445
+ "(google.api.field_behavior)": "OPTIONAL"
3446
+ }
3423
3447
  }
3424
3448
  }
3425
3449
  },
@@ -3441,7 +3465,10 @@
3441
3465
  },
3442
3466
  "useAdminAccess": {
3443
3467
  "type": "bool",
3444
- "id": 3
3468
+ "id": 3,
3469
+ "options": {
3470
+ "(google.api.field_behavior)": "OPTIONAL"
3471
+ }
3445
3472
  }
3446
3473
  }
3447
3474
  },
@@ -3492,7 +3519,10 @@
3492
3519
  },
3493
3520
  "useAdminAccess": {
3494
3521
  "type": "bool",
3495
- "id": 8
3522
+ "id": 8,
3523
+ "options": {
3524
+ "(google.api.field_behavior)": "OPTIONAL"
3525
+ }
3496
3526
  }
3497
3527
  }
3498
3528
  },
@@ -3524,7 +3554,10 @@
3524
3554
  },
3525
3555
  "useAdminAccess": {
3526
3556
  "type": "bool",
3527
- "id": 3
3557
+ "id": 3,
3558
+ "options": {
3559
+ "(google.api.field_behavior)": "OPTIONAL"
3560
+ }
3528
3561
  }
3529
3562
  }
3530
3563
  },
@@ -3540,7 +3573,10 @@
3540
3573
  },
3541
3574
  "useAdminAccess": {
3542
3575
  "type": "bool",
3543
- "id": 2
3576
+ "id": 2,
3577
+ "options": {
3578
+ "(google.api.field_behavior)": "OPTIONAL"
3579
+ }
3544
3580
  }
3545
3581
  }
3546
3582
  },
@@ -3560,7 +3596,10 @@
3560
3596
  "fields": {
3561
3597
  "name": {
3562
3598
  "type": "string",
3563
- "id": 1
3599
+ "id": 1,
3600
+ "options": {
3601
+ "(google.api.field_behavior)": "IDENTIFIER"
3602
+ }
3564
3603
  },
3565
3604
  "sender": {
3566
3605
  "type": "User",
@@ -3592,7 +3631,10 @@
3592
3631
  },
3593
3632
  "text": {
3594
3633
  "type": "string",
3595
- "id": 4
3634
+ "id": 4,
3635
+ "options": {
3636
+ "(google.api.field_behavior)": "OPTIONAL"
3637
+ }
3596
3638
  },
3597
3639
  "formattedText": {
3598
3640
  "type": "string",
@@ -3612,7 +3654,10 @@
3612
3654
  "cardsV2": {
3613
3655
  "rule": "repeated",
3614
3656
  "type": "CardWithId",
3615
- "id": 22
3657
+ "id": 22,
3658
+ "options": {
3659
+ "(google.api.field_behavior)": "OPTIONAL"
3660
+ }
3616
3661
  },
3617
3662
  "annotations": {
3618
3663
  "rule": "repeated",
@@ -3628,11 +3673,17 @@
3628
3673
  },
3629
3674
  "space": {
3630
3675
  "type": "Space",
3631
- "id": 12
3676
+ "id": 12,
3677
+ "options": {
3678
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
3679
+ }
3632
3680
  },
3633
3681
  "fallbackText": {
3634
3682
  "type": "string",
3635
- "id": 13
3683
+ "id": 13,
3684
+ "options": {
3685
+ "(google.api.field_behavior)": "OPTIONAL"
3686
+ }
3636
3687
  },
3637
3688
  "actionResponse": {
3638
3689
  "type": "ActionResponse",
@@ -3658,7 +3709,10 @@
3658
3709
  "attachment": {
3659
3710
  "rule": "repeated",
3660
3711
  "type": "Attachment",
3661
- "id": 18
3712
+ "id": 18,
3713
+ "options": {
3714
+ "(google.api.field_behavior)": "OPTIONAL"
3715
+ }
3662
3716
  },
3663
3717
  "matchedUrl": {
3664
3718
  "type": "MatchedUrl",
@@ -3676,7 +3730,10 @@
3676
3730
  },
3677
3731
  "clientAssignedMessageId": {
3678
3732
  "type": "string",
3679
- "id": 32
3733
+ "id": 32,
3734
+ "options": {
3735
+ "(google.api.field_behavior)": "OPTIONAL"
3736
+ }
3680
3737
  },
3681
3738
  "emojiReactionSummaries": {
3682
3739
  "rule": "repeated",
@@ -3690,7 +3747,7 @@
3690
3747
  "type": "User",
3691
3748
  "id": 36,
3692
3749
  "options": {
3693
- "(google.api.field_behavior)": "IMMUTABLE"
3750
+ "(google.api.field_behavior)": "OPTIONAL"
3694
3751
  }
3695
3752
  },
3696
3753
  "deletionMetadata": {
@@ -3718,7 +3775,10 @@
3718
3775
  "accessoryWidgets": {
3719
3776
  "rule": "repeated",
3720
3777
  "type": "AccessoryWidget",
3721
- "id": 44
3778
+ "id": 44,
3779
+ "options": {
3780
+ "(google.api.field_behavior)": "OPTIONAL"
3781
+ }
3722
3782
  }
3723
3783
  }
3724
3784
  },
@@ -3764,7 +3824,10 @@
3764
3824
  "fields": {
3765
3825
  "name": {
3766
3826
  "type": "string",
3767
- "id": 1
3827
+ "id": 1,
3828
+ "options": {
3829
+ "(google.api.field_behavior)": "IDENTIFIER"
3830
+ }
3768
3831
  },
3769
3832
  "threadKey": {
3770
3833
  "type": "string",
@@ -3887,7 +3950,10 @@
3887
3950
  },
3888
3951
  "force": {
3889
3952
  "type": "bool",
3890
- "id": 2
3953
+ "id": 2,
3954
+ "options": {
3955
+ "(google.api.field_behavior)": "OPTIONAL"
3956
+ }
3891
3957
  }
3892
3958
  }
3893
3959
  },
@@ -3902,7 +3968,10 @@
3902
3968
  },
3903
3969
  "updateMask": {
3904
3970
  "type": "google.protobuf.FieldMask",
3905
- "id": 2
3971
+ "id": 2,
3972
+ "options": {
3973
+ "(google.api.field_behavior)": "REQUIRED"
3974
+ }
3906
3975
  },
3907
3976
  "allowMissing": {
3908
3977
  "type": "bool",
@@ -3982,23 +4051,38 @@
3982
4051
  },
3983
4052
  "pageSize": {
3984
4053
  "type": "int32",
3985
- "id": 2
4054
+ "id": 2,
4055
+ "options": {
4056
+ "(google.api.field_behavior)": "OPTIONAL"
4057
+ }
3986
4058
  },
3987
4059
  "pageToken": {
3988
4060
  "type": "string",
3989
- "id": 3
4061
+ "id": 3,
4062
+ "options": {
4063
+ "(google.api.field_behavior)": "OPTIONAL"
4064
+ }
3990
4065
  },
3991
4066
  "filter": {
3992
4067
  "type": "string",
3993
- "id": 4
4068
+ "id": 4,
4069
+ "options": {
4070
+ "(google.api.field_behavior)": "OPTIONAL"
4071
+ }
3994
4072
  },
3995
4073
  "orderBy": {
3996
4074
  "type": "string",
3997
- "id": 5
4075
+ "id": 5,
4076
+ "options": {
4077
+ "(google.api.field_behavior)": "OPTIONAL"
4078
+ }
3998
4079
  },
3999
4080
  "showDeleted": {
4000
4081
  "type": "bool",
4001
- "id": 6
4082
+ "id": 6,
4083
+ "options": {
4084
+ "(google.api.field_behavior)": "OPTIONAL"
4085
+ }
4002
4086
  }
4003
4087
  }
4004
4088
  },
@@ -4441,7 +4525,10 @@
4441
4525
  "fields": {
4442
4526
  "name": {
4443
4527
  "type": "string",
4444
- "id": 1
4528
+ "id": 1,
4529
+ "options": {
4530
+ "(google.api.field_behavior)": "IDENTIFIER"
4531
+ }
4445
4532
  },
4446
4533
  "user": {
4447
4534
  "type": "User",
@@ -4452,7 +4539,10 @@
4452
4539
  },
4453
4540
  "emoji": {
4454
4541
  "type": "Emoji",
4455
- "id": 3
4542
+ "id": 3,
4543
+ "options": {
4544
+ "(google.api.field_behavior)": "REQUIRED"
4545
+ }
4456
4546
  }
4457
4547
  }
4458
4548
  },
@@ -4468,7 +4558,10 @@
4468
4558
  "fields": {
4469
4559
  "unicode": {
4470
4560
  "type": "string",
4471
- "id": 1
4561
+ "id": 1,
4562
+ "options": {
4563
+ "(google.api.field_behavior)": "OPTIONAL"
4564
+ }
4472
4565
  },
4473
4566
  "customEmoji": {
4474
4567
  "type": "CustomEmoji",
@@ -4485,6 +4578,7 @@
4485
4578
  "type": "string",
4486
4579
  "id": 1,
4487
4580
  "options": {
4581
+ "(google.api.field_info).format": "UUID4",
4488
4582
  "(google.api.field_behavior)": "OUTPUT_ONLY"
4489
4583
  }
4490
4584
  }
@@ -4501,12 +4595,16 @@
4501
4595
  "fields": {
4502
4596
  "emoji": {
4503
4597
  "type": "Emoji",
4504
- "id": 1
4598
+ "id": 1,
4599
+ "options": {
4600
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4601
+ }
4505
4602
  },
4506
4603
  "reactionCount": {
4507
4604
  "type": "int32",
4508
4605
  "id": 2,
4509
4606
  "options": {
4607
+ "(google.api.field_behavior)": "OUTPUT_ONLY",
4510
4608
  "proto3_optional": true
4511
4609
  }
4512
4610
  }
@@ -4602,10 +4700,21 @@
4602
4700
  "(google.api.resource).type": "chat.googleapis.com/Space",
4603
4701
  "(google.api.resource).pattern": "spaces/{space}"
4604
4702
  },
4703
+ "oneofs": {
4704
+ "spacePermissionSettings": {
4705
+ "oneof": [
4706
+ "predefinedPermissionSettings",
4707
+ "permissionSettings"
4708
+ ]
4709
+ }
4710
+ },
4605
4711
  "fields": {
4606
4712
  "name": {
4607
4713
  "type": "string",
4608
- "id": 1
4714
+ "id": 1,
4715
+ "options": {
4716
+ "(google.api.field_behavior)": "IDENTIFIER"
4717
+ }
4609
4718
  },
4610
4719
  "type": {
4611
4720
  "type": "Type",
@@ -4617,7 +4726,10 @@
4617
4726
  },
4618
4727
  "spaceType": {
4619
4728
  "type": "SpaceType",
4620
- "id": 10
4729
+ "id": 10,
4730
+ "options": {
4731
+ "(google.api.field_behavior)": "OPTIONAL"
4732
+ }
4621
4733
  },
4622
4734
  "singleUserBotDm": {
4623
4735
  "type": "bool",
@@ -4636,13 +4748,16 @@
4636
4748
  },
4637
4749
  "displayName": {
4638
4750
  "type": "string",
4639
- "id": 3
4751
+ "id": 3,
4752
+ "options": {
4753
+ "(google.api.field_behavior)": "OPTIONAL"
4754
+ }
4640
4755
  },
4641
4756
  "externalUserAllowed": {
4642
4757
  "type": "bool",
4643
4758
  "id": 8,
4644
4759
  "options": {
4645
- "(google.api.field_behavior)": "IMMUTABLE"
4760
+ "(google.api.field_behavior)": "OPTIONAL"
4646
4761
  }
4647
4762
  },
4648
4763
  "spaceThreadingState": {
@@ -4654,11 +4769,17 @@
4654
4769
  },
4655
4770
  "spaceDetails": {
4656
4771
  "type": "SpaceDetails",
4657
- "id": 11
4772
+ "id": 11,
4773
+ "options": {
4774
+ "(google.api.field_behavior)": "OPTIONAL"
4775
+ }
4658
4776
  },
4659
4777
  "spaceHistoryState": {
4660
4778
  "type": "HistoryState",
4661
- "id": 13
4779
+ "id": 13,
4780
+ "options": {
4781
+ "(google.api.field_behavior)": "OPTIONAL"
4782
+ }
4662
4783
  },
4663
4784
  "importMode": {
4664
4785
  "type": "bool",
@@ -4708,6 +4829,27 @@
4708
4829
  "options": {
4709
4830
  "(google.api.field_behavior)": "OUTPUT_ONLY"
4710
4831
  }
4832
+ },
4833
+ "predefinedPermissionSettings": {
4834
+ "type": "PredefinedPermissionSettings",
4835
+ "id": 26,
4836
+ "options": {
4837
+ "(google.api.field_behavior)": "OPTIONAL"
4838
+ }
4839
+ },
4840
+ "permissionSettings": {
4841
+ "type": "PermissionSettings",
4842
+ "id": 27,
4843
+ "options": {
4844
+ "(google.api.field_behavior)": "OPTIONAL"
4845
+ }
4846
+ },
4847
+ "importModeExpireTime": {
4848
+ "type": "google.protobuf.Timestamp",
4849
+ "id": 28,
4850
+ "options": {
4851
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4852
+ }
4711
4853
  }
4712
4854
  },
4713
4855
  "nested": {
@@ -4738,11 +4880,17 @@
4738
4880
  "fields": {
4739
4881
  "description": {
4740
4882
  "type": "string",
4741
- "id": 1
4883
+ "id": 1,
4884
+ "options": {
4885
+ "(google.api.field_behavior)": "OPTIONAL"
4886
+ }
4742
4887
  },
4743
4888
  "guidelines": {
4744
4889
  "type": "string",
4745
- "id": 2
4890
+ "id": 2,
4891
+ "options": {
4892
+ "(google.api.field_behavior)": "OPTIONAL"
4893
+ }
4746
4894
  }
4747
4895
  }
4748
4896
  },
@@ -4750,11 +4898,17 @@
4750
4898
  "fields": {
4751
4899
  "joinedDirectHumanUserCount": {
4752
4900
  "type": "int32",
4753
- "id": 4
4901
+ "id": 4,
4902
+ "options": {
4903
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4904
+ }
4754
4905
  },
4755
4906
  "joinedGroupCount": {
4756
4907
  "type": "int32",
4757
- "id": 5
4908
+ "id": 5,
4909
+ "options": {
4910
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4911
+ }
4758
4912
  }
4759
4913
  }
4760
4914
  },
@@ -4784,6 +4938,141 @@
4784
4938
  }
4785
4939
  }
4786
4940
  }
4941
+ },
4942
+ "PredefinedPermissionSettings": {
4943
+ "values": {
4944
+ "PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED": 0,
4945
+ "COLLABORATION_SPACE": 1,
4946
+ "ANNOUNCEMENT_SPACE": 2
4947
+ }
4948
+ },
4949
+ "PermissionSettings": {
4950
+ "oneofs": {
4951
+ "_manageMembersAndGroups": {
4952
+ "oneof": [
4953
+ "manageMembersAndGroups"
4954
+ ]
4955
+ },
4956
+ "_modifySpaceDetails": {
4957
+ "oneof": [
4958
+ "modifySpaceDetails"
4959
+ ]
4960
+ },
4961
+ "_toggleHistory": {
4962
+ "oneof": [
4963
+ "toggleHistory"
4964
+ ]
4965
+ },
4966
+ "_useAtMentionAll": {
4967
+ "oneof": [
4968
+ "useAtMentionAll"
4969
+ ]
4970
+ },
4971
+ "_manageApps": {
4972
+ "oneof": [
4973
+ "manageApps"
4974
+ ]
4975
+ },
4976
+ "_manageWebhooks": {
4977
+ "oneof": [
4978
+ "manageWebhooks"
4979
+ ]
4980
+ },
4981
+ "_postMessages": {
4982
+ "oneof": [
4983
+ "postMessages"
4984
+ ]
4985
+ },
4986
+ "_replyMessages": {
4987
+ "oneof": [
4988
+ "replyMessages"
4989
+ ]
4990
+ }
4991
+ },
4992
+ "fields": {
4993
+ "manageMembersAndGroups": {
4994
+ "type": "PermissionSetting",
4995
+ "id": 1,
4996
+ "options": {
4997
+ "(google.api.field_behavior)": "OPTIONAL",
4998
+ "proto3_optional": true
4999
+ }
5000
+ },
5001
+ "modifySpaceDetails": {
5002
+ "type": "PermissionSetting",
5003
+ "id": 2,
5004
+ "options": {
5005
+ "(google.api.field_behavior)": "OPTIONAL",
5006
+ "proto3_optional": true
5007
+ }
5008
+ },
5009
+ "toggleHistory": {
5010
+ "type": "PermissionSetting",
5011
+ "id": 3,
5012
+ "options": {
5013
+ "(google.api.field_behavior)": "OPTIONAL",
5014
+ "proto3_optional": true
5015
+ }
5016
+ },
5017
+ "useAtMentionAll": {
5018
+ "type": "PermissionSetting",
5019
+ "id": 4,
5020
+ "options": {
5021
+ "(google.api.field_behavior)": "OPTIONAL",
5022
+ "proto3_optional": true
5023
+ }
5024
+ },
5025
+ "manageApps": {
5026
+ "type": "PermissionSetting",
5027
+ "id": 5,
5028
+ "options": {
5029
+ "(google.api.field_behavior)": "OPTIONAL",
5030
+ "proto3_optional": true
5031
+ }
5032
+ },
5033
+ "manageWebhooks": {
5034
+ "type": "PermissionSetting",
5035
+ "id": 6,
5036
+ "options": {
5037
+ "(google.api.field_behavior)": "OPTIONAL",
5038
+ "proto3_optional": true
5039
+ }
5040
+ },
5041
+ "postMessages": {
5042
+ "type": "PermissionSetting",
5043
+ "id": 7,
5044
+ "options": {
5045
+ "(google.api.field_behavior)": "OUTPUT_ONLY",
5046
+ "proto3_optional": true
5047
+ }
5048
+ },
5049
+ "replyMessages": {
5050
+ "type": "PermissionSetting",
5051
+ "id": 8,
5052
+ "options": {
5053
+ "(google.api.field_behavior)": "OPTIONAL",
5054
+ "proto3_optional": true
5055
+ }
5056
+ }
5057
+ }
5058
+ },
5059
+ "PermissionSetting": {
5060
+ "fields": {
5061
+ "managersAllowed": {
5062
+ "type": "bool",
5063
+ "id": 1,
5064
+ "options": {
5065
+ "(google.api.field_behavior)": "OPTIONAL"
5066
+ }
5067
+ },
5068
+ "membersAllowed": {
5069
+ "type": "bool",
5070
+ "id": 2,
5071
+ "options": {
5072
+ "(google.api.field_behavior)": "OPTIONAL"
5073
+ }
5074
+ }
5075
+ }
4787
5076
  }
4788
5077
  }
4789
5078
  },
@@ -4855,7 +5144,10 @@
4855
5144
  },
4856
5145
  "useAdminAccess": {
4857
5146
  "type": "bool",
4858
- "id": 2
5147
+ "id": 2,
5148
+ "options": {
5149
+ "(google.api.field_behavior)": "OPTIONAL"
5150
+ }
4859
5151
  }
4860
5152
  }
4861
5153
  },
@@ -4881,11 +5173,17 @@
4881
5173
  },
4882
5174
  "updateMask": {
4883
5175
  "type": "google.protobuf.FieldMask",
4884
- "id": 2
5176
+ "id": 2,
5177
+ "options": {
5178
+ "(google.api.field_behavior)": "REQUIRED"
5179
+ }
4885
5180
  },
4886
5181
  "useAdminAccess": {
4887
5182
  "type": "bool",
4888
- "id": 3
5183
+ "id": 3,
5184
+ "options": {
5185
+ "(google.api.field_behavior)": "OPTIONAL"
5186
+ }
4889
5187
  }
4890
5188
  }
4891
5189
  },
@@ -4948,7 +5246,10 @@
4948
5246
  },
4949
5247
  "useAdminAccess": {
4950
5248
  "type": "bool",
4951
- "id": 2
5249
+ "id": 2,
5250
+ "options": {
5251
+ "(google.api.field_behavior)": "OPTIONAL"
5252
+ }
4952
5253
  }
4953
5254
  }
4954
5255
  },
@@ -5119,11 +5420,17 @@
5119
5420
  },
5120
5421
  "pageSize": {
5121
5422
  "type": "int32",
5122
- "id": 5
5423
+ "id": 5,
5424
+ "options": {
5425
+ "(google.api.field_behavior)": "OPTIONAL"
5426
+ }
5123
5427
  },
5124
5428
  "pageToken": {
5125
5429
  "type": "string",
5126
- "id": 6
5430
+ "id": 6,
5431
+ "options": {
5432
+ "(google.api.field_behavior)": "OPTIONAL"
5433
+ }
5127
5434
  },
5128
5435
  "filter": {
5129
5436
  "type": "string",
@@ -5444,9 +5751,9 @@
5444
5751
  "api": {
5445
5752
  "options": {
5446
5753
  "cc_enable_arenas": true,
5447
- "go_package": "google.golang.org/genproto/googleapis/api;api",
5754
+ "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations",
5448
5755
  "java_multiple_files": true,
5449
- "java_outer_classname": "LaunchStageProto",
5756
+ "java_outer_classname": "FieldInfoProto",
5450
5757
  "java_package": "com.google.api",
5451
5758
  "objc_class_prefix": "GAPI"
5452
5759
  },
@@ -5928,6 +6235,30 @@
5928
6235
  "GA": 4,
5929
6236
  "DEPRECATED": 5
5930
6237
  }
6238
+ },
6239
+ "fieldInfo": {
6240
+ "type": "google.api.FieldInfo",
6241
+ "id": 291403980,
6242
+ "extend": "google.protobuf.FieldOptions"
6243
+ },
6244
+ "FieldInfo": {
6245
+ "fields": {
6246
+ "format": {
6247
+ "type": "Format",
6248
+ "id": 1
6249
+ }
6250
+ },
6251
+ "nested": {
6252
+ "Format": {
6253
+ "values": {
6254
+ "FORMAT_UNSPECIFIED": 0,
6255
+ "UUID4": 1,
6256
+ "IPV4": 2,
6257
+ "IPV6": 3,
6258
+ "IPV4_OR_IPV6": 4
6259
+ }
6260
+ }
6261
+ }
5931
6262
  }
5932
6263
  }
5933
6264
  }