@google-apps/chat 0.8.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.
@@ -2976,6 +2976,24 @@
2976
2976
  }
2977
2977
  ]
2978
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
+ },
2979
2997
  "GetSpace": {
2980
2998
  "requestType": "GetSpaceRequest",
2981
2999
  "responseType": "Space",
@@ -3398,6 +3416,10 @@
3398
3416
  "options": {
3399
3417
  "(google.api.field_behavior)": "REQUIRED"
3400
3418
  }
3419
+ },
3420
+ "useAdminAccess": {
3421
+ "type": "bool",
3422
+ "id": 5
3401
3423
  }
3402
3424
  }
3403
3425
  },
@@ -3416,6 +3438,10 @@
3416
3438
  "options": {
3417
3439
  "(google.api.field_behavior)": "REQUIRED"
3418
3440
  }
3441
+ },
3442
+ "useAdminAccess": {
3443
+ "type": "bool",
3444
+ "id": 3
3419
3445
  }
3420
3446
  }
3421
3447
  },
@@ -3463,6 +3489,10 @@
3463
3489
  "options": {
3464
3490
  "(google.api.field_behavior)": "OPTIONAL"
3465
3491
  }
3492
+ },
3493
+ "useAdminAccess": {
3494
+ "type": "bool",
3495
+ "id": 8
3466
3496
  }
3467
3497
  }
3468
3498
  },
@@ -3491,6 +3521,10 @@
3491
3521
  "(google.api.field_behavior)": "REQUIRED",
3492
3522
  "(google.api.resource_reference).type": "chat.googleapis.com/Membership"
3493
3523
  }
3524
+ },
3525
+ "useAdminAccess": {
3526
+ "type": "bool",
3527
+ "id": 3
3494
3528
  }
3495
3529
  }
3496
3530
  },
@@ -3503,6 +3537,10 @@
3503
3537
  "(google.api.field_behavior)": "REQUIRED",
3504
3538
  "(google.api.resource_reference).type": "chat.googleapis.com/Membership"
3505
3539
  }
3540
+ },
3541
+ "useAdminAccess": {
3542
+ "type": "bool",
3543
+ "id": 2
3506
3544
  }
3507
3545
  }
3508
3546
  },
@@ -4636,6 +4674,13 @@
4636
4674
  "(google.api.field_behavior)": "OPTIONAL"
4637
4675
  }
4638
4676
  },
4677
+ "lastActiveTime": {
4678
+ "type": "google.protobuf.Timestamp",
4679
+ "id": 18,
4680
+ "options": {
4681
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4682
+ }
4683
+ },
4639
4684
  "adminInstalled": {
4640
4685
  "type": "bool",
4641
4686
  "id": 19,
@@ -4643,6 +4688,13 @@
4643
4688
  "(google.api.field_behavior)": "OUTPUT_ONLY"
4644
4689
  }
4645
4690
  },
4691
+ "membershipCount": {
4692
+ "type": "MembershipCount",
4693
+ "id": 20,
4694
+ "options": {
4695
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4696
+ }
4697
+ },
4646
4698
  "accessSettings": {
4647
4699
  "type": "AccessSettings",
4648
4700
  "id": 23,
@@ -4694,6 +4746,18 @@
4694
4746
  }
4695
4747
  }
4696
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
+ },
4697
4761
  "AccessSettings": {
4698
4762
  "fields": {
4699
4763
  "accessState": {
@@ -4788,6 +4852,10 @@
4788
4852
  "(google.api.field_behavior)": "REQUIRED",
4789
4853
  "(google.api.resource_reference).type": "chat.googleapis.com/Space"
4790
4854
  }
4855
+ },
4856
+ "useAdminAccess": {
4857
+ "type": "bool",
4858
+ "id": 2
4791
4859
  }
4792
4860
  }
4793
4861
  },
@@ -4814,6 +4882,57 @@
4814
4882
  "updateMask": {
4815
4883
  "type": "google.protobuf.FieldMask",
4816
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
4817
4936
  }
4818
4937
  }
4819
4938
  },
@@ -4826,6 +4945,10 @@
4826
4945
  "(google.api.field_behavior)": "REQUIRED",
4827
4946
  "(google.api.resource_reference).type": "chat.googleapis.com/Space"
4828
4947
  }
4948
+ },
4949
+ "useAdminAccess": {
4950
+ "type": "bool",
4951
+ "id": 2
4829
4952
  }
4830
4953
  }
4831
4954
  },