@google-apps/chat 0.7.0 → 0.9.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.
@@ -2531,7 +2531,8 @@
2531
2531
  "oneofs": {
2532
2532
  "data": {
2533
2533
  "oneof": [
2534
- "driveLinkData"
2534
+ "driveLinkData",
2535
+ "chatSpaceLinkData"
2535
2536
  ]
2536
2537
  }
2537
2538
  },
@@ -2547,13 +2548,18 @@
2547
2548
  "driveLinkData": {
2548
2549
  "type": "DriveLinkData",
2549
2550
  "id": 3
2551
+ },
2552
+ "chatSpaceLinkData": {
2553
+ "type": "ChatSpaceLinkData",
2554
+ "id": 4
2550
2555
  }
2551
2556
  },
2552
2557
  "nested": {
2553
2558
  "RichLinkType": {
2554
2559
  "values": {
2555
2560
  "RICH_LINK_TYPE_UNSPECIFIED": 0,
2556
- "DRIVE_FILE": 1
2561
+ "DRIVE_FILE": 1,
2562
+ "CHAT_SPACE": 2
2557
2563
  }
2558
2564
  }
2559
2565
  }
@@ -2570,6 +2576,31 @@
2570
2576
  }
2571
2577
  }
2572
2578
  },
2579
+ "ChatSpaceLinkData": {
2580
+ "fields": {
2581
+ "space": {
2582
+ "type": "string",
2583
+ "id": 1,
2584
+ "options": {
2585
+ "(google.api.resource_reference).type": "chat.googleapis.com/Space"
2586
+ }
2587
+ },
2588
+ "thread": {
2589
+ "type": "string",
2590
+ "id": 2,
2591
+ "options": {
2592
+ "(google.api.resource_reference).type": "chat.googleapis.com/Thread"
2593
+ }
2594
+ },
2595
+ "message": {
2596
+ "type": "string",
2597
+ "id": 3,
2598
+ "options": {
2599
+ "(google.api.resource_reference).type": "chat.googleapis.com/Message"
2600
+ }
2601
+ }
2602
+ }
2603
+ },
2573
2604
  "AnnotationType": {
2574
2605
  "values": {
2575
2606
  "ANNOTATION_TYPE_UNSPECIFIED": 0,
@@ -2945,6 +2976,24 @@
2945
2976
  }
2946
2977
  ]
2947
2978
  },
2979
+ "SearchSpaces": {
2980
+ "requestType": "SearchSpacesRequest",
2981
+ "responseType": "SearchSpacesResponse",
2982
+ "options": {
2983
+ "(google.api.http).get": "/v1/spaces:search",
2984
+ "(google.api.method_signature)": ""
2985
+ },
2986
+ "parsedOptions": [
2987
+ {
2988
+ "(google.api.http)": {
2989
+ "get": "/v1/spaces:search"
2990
+ }
2991
+ },
2992
+ {
2993
+ "(google.api.method_signature)": ""
2994
+ }
2995
+ ]
2996
+ },
2948
2997
  "GetSpace": {
2949
2998
  "requestType": "GetSpaceRequest",
2950
2999
  "responseType": "Space",
@@ -3367,6 +3416,10 @@
3367
3416
  "options": {
3368
3417
  "(google.api.field_behavior)": "REQUIRED"
3369
3418
  }
3419
+ },
3420
+ "useAdminAccess": {
3421
+ "type": "bool",
3422
+ "id": 5
3370
3423
  }
3371
3424
  }
3372
3425
  },
@@ -3385,6 +3438,10 @@
3385
3438
  "options": {
3386
3439
  "(google.api.field_behavior)": "REQUIRED"
3387
3440
  }
3441
+ },
3442
+ "useAdminAccess": {
3443
+ "type": "bool",
3444
+ "id": 3
3388
3445
  }
3389
3446
  }
3390
3447
  },
@@ -3432,6 +3489,10 @@
3432
3489
  "options": {
3433
3490
  "(google.api.field_behavior)": "OPTIONAL"
3434
3491
  }
3492
+ },
3493
+ "useAdminAccess": {
3494
+ "type": "bool",
3495
+ "id": 8
3435
3496
  }
3436
3497
  }
3437
3498
  },
@@ -3460,6 +3521,10 @@
3460
3521
  "(google.api.field_behavior)": "REQUIRED",
3461
3522
  "(google.api.resource_reference).type": "chat.googleapis.com/Membership"
3462
3523
  }
3524
+ },
3525
+ "useAdminAccess": {
3526
+ "type": "bool",
3527
+ "id": 3
3463
3528
  }
3464
3529
  }
3465
3530
  },
@@ -3472,6 +3537,10 @@
3472
3537
  "(google.api.field_behavior)": "REQUIRED",
3473
3538
  "(google.api.resource_reference).type": "chat.googleapis.com/Membership"
3474
3539
  }
3540
+ },
3541
+ "useAdminAccess": {
3542
+ "type": "bool",
3543
+ "id": 2
3475
3544
  }
3476
3545
  }
3477
3546
  },
@@ -4605,6 +4674,13 @@
4605
4674
  "(google.api.field_behavior)": "OPTIONAL"
4606
4675
  }
4607
4676
  },
4677
+ "lastActiveTime": {
4678
+ "type": "google.protobuf.Timestamp",
4679
+ "id": 18,
4680
+ "options": {
4681
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4682
+ }
4683
+ },
4608
4684
  "adminInstalled": {
4609
4685
  "type": "bool",
4610
4686
  "id": 19,
@@ -4612,6 +4688,13 @@
4612
4688
  "(google.api.field_behavior)": "OUTPUT_ONLY"
4613
4689
  }
4614
4690
  },
4691
+ "membershipCount": {
4692
+ "type": "MembershipCount",
4693
+ "id": 20,
4694
+ "options": {
4695
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4696
+ }
4697
+ },
4615
4698
  "accessSettings": {
4616
4699
  "type": "AccessSettings",
4617
4700
  "id": 23,
@@ -4663,6 +4746,18 @@
4663
4746
  }
4664
4747
  }
4665
4748
  },
4749
+ "MembershipCount": {
4750
+ "fields": {
4751
+ "joinedDirectHumanUserCount": {
4752
+ "type": "int32",
4753
+ "id": 4
4754
+ },
4755
+ "joinedGroupCount": {
4756
+ "type": "int32",
4757
+ "id": 5
4758
+ }
4759
+ }
4760
+ },
4666
4761
  "AccessSettings": {
4667
4762
  "fields": {
4668
4763
  "accessState": {
@@ -4757,6 +4852,10 @@
4757
4852
  "(google.api.field_behavior)": "REQUIRED",
4758
4853
  "(google.api.resource_reference).type": "chat.googleapis.com/Space"
4759
4854
  }
4855
+ },
4856
+ "useAdminAccess": {
4857
+ "type": "bool",
4858
+ "id": 2
4760
4859
  }
4761
4860
  }
4762
4861
  },
@@ -4783,6 +4882,57 @@
4783
4882
  "updateMask": {
4784
4883
  "type": "google.protobuf.FieldMask",
4785
4884
  "id": 2
4885
+ },
4886
+ "useAdminAccess": {
4887
+ "type": "bool",
4888
+ "id": 3
4889
+ }
4890
+ }
4891
+ },
4892
+ "SearchSpacesRequest": {
4893
+ "fields": {
4894
+ "useAdminAccess": {
4895
+ "type": "bool",
4896
+ "id": 1
4897
+ },
4898
+ "pageSize": {
4899
+ "type": "int32",
4900
+ "id": 2
4901
+ },
4902
+ "pageToken": {
4903
+ "type": "string",
4904
+ "id": 3
4905
+ },
4906
+ "query": {
4907
+ "type": "string",
4908
+ "id": 4,
4909
+ "options": {
4910
+ "(google.api.field_behavior)": "REQUIRED"
4911
+ }
4912
+ },
4913
+ "orderBy": {
4914
+ "type": "string",
4915
+ "id": 5,
4916
+ "options": {
4917
+ "(google.api.field_behavior)": "OPTIONAL"
4918
+ }
4919
+ }
4920
+ }
4921
+ },
4922
+ "SearchSpacesResponse": {
4923
+ "fields": {
4924
+ "spaces": {
4925
+ "rule": "repeated",
4926
+ "type": "Space",
4927
+ "id": 1
4928
+ },
4929
+ "nextPageToken": {
4930
+ "type": "string",
4931
+ "id": 2
4932
+ },
4933
+ "totalSize": {
4934
+ "type": "int32",
4935
+ "id": 3
4786
4936
  }
4787
4937
  }
4788
4938
  },
@@ -4795,6 +4945,10 @@
4795
4945
  "(google.api.field_behavior)": "REQUIRED",
4796
4946
  "(google.api.resource_reference).type": "chat.googleapis.com/Space"
4797
4947
  }
4948
+ },
4949
+ "useAdminAccess": {
4950
+ "type": "bool",
4951
+ "id": 2
4798
4952
  }
4799
4953
  }
4800
4954
  },