google-apps-chat-v1 0.25.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.
- checksums.yaml +4 -4
- data/lib/google/apps/chat/v1/chat_service/client.rb +18 -0
- data/lib/google/apps/chat/v1/chat_service/rest/client.rb +18 -0
- data/lib/google/apps/chat/v1/version.rb +1 -1
- data/lib/google/chat/v1/audience_pb.rb +21 -0
- data/lib/google/chat/v1/space_pb.rb +5 -1
- data/proto_docs/google/chat/v1/audience.rb +51 -0
- data/proto_docs/google/chat/v1/space.rb +54 -0
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23084a0c6d282c4e30dee50c303214fd1433a36b71147224f483bd873b6be3e9
|
|
4
|
+
data.tar.gz: c2bf76cef3b5466ffef720602d7d351b361ad9b495f63c182b1e166a859c0d88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0825ffe7320e2a370dba900d23d6965cef3e7c348f187076616b428075a1343cd50299d763068044461a3b6139842ad0638378d06ca5dcff230954b0b6aa15c5'
|
|
7
|
+
data.tar.gz: f4177a0ff4271497567ad2187a4e2c9c8a48c1fd9e07e0ce22431b78f091c3bf7b6041850b8d1036e7a765da594c3d17207ff14938ef41a1aa4eb4e4ef4c8c4d
|
|
@@ -2613,6 +2613,24 @@ module Google
|
|
|
2613
2613
|
# users](https://developers.google.com/workspace/chat/space-target-audience).
|
|
2614
2614
|
# `access_settings.audience` is not supported with `useAdminAccess`.
|
|
2615
2615
|
#
|
|
2616
|
+
# `access_settings.access_permission_settings`: Updates the [access
|
|
2617
|
+
# permission
|
|
2618
|
+
# settings](https://support.google.com/chat/answer/11971020) of who can
|
|
2619
|
+
# discover and join the space where `spaceType` field is `SPACE`. Principals
|
|
2620
|
+
# allowed to join the space must also be allowed to discover it. To update
|
|
2621
|
+
# access permission settings for a space, the authenticating user must be a
|
|
2622
|
+
# space manager or assistant manager and omit all other field masks in the
|
|
2623
|
+
# request. You can't update this field if the space is in [import
|
|
2624
|
+
# mode](https://developers.google.com/workspace/chat/import-data-overview).
|
|
2625
|
+
# To learn more, see [Make a space discoverable to specific
|
|
2626
|
+
# users](https://developers.google.com/workspace/chat/space-target-audience).
|
|
2627
|
+
# `access_settings.access_permission_settings` is not supported with
|
|
2628
|
+
# `useAdminAccess`.
|
|
2629
|
+
# The supported field masks include:
|
|
2630
|
+
#
|
|
2631
|
+
# - `access_settings.access_permission_settings.discoverSpaceSetting`
|
|
2632
|
+
# - `access_settings.access_permission_settings.joinSpaceSetting`
|
|
2633
|
+
#
|
|
2616
2634
|
# `permission_settings`: Supports changing the
|
|
2617
2635
|
# [permission settings](https://support.google.com/chat/answer/13340792)
|
|
2618
2636
|
# of a space.
|
|
@@ -2540,6 +2540,24 @@ module Google
|
|
|
2540
2540
|
# users](https://developers.google.com/workspace/chat/space-target-audience).
|
|
2541
2541
|
# `access_settings.audience` is not supported with `useAdminAccess`.
|
|
2542
2542
|
#
|
|
2543
|
+
# `access_settings.access_permission_settings`: Updates the [access
|
|
2544
|
+
# permission
|
|
2545
|
+
# settings](https://support.google.com/chat/answer/11971020) of who can
|
|
2546
|
+
# discover and join the space where `spaceType` field is `SPACE`. Principals
|
|
2547
|
+
# allowed to join the space must also be allowed to discover it. To update
|
|
2548
|
+
# access permission settings for a space, the authenticating user must be a
|
|
2549
|
+
# space manager or assistant manager and omit all other field masks in the
|
|
2550
|
+
# request. You can't update this field if the space is in [import
|
|
2551
|
+
# mode](https://developers.google.com/workspace/chat/import-data-overview).
|
|
2552
|
+
# To learn more, see [Make a space discoverable to specific
|
|
2553
|
+
# users](https://developers.google.com/workspace/chat/space-target-audience).
|
|
2554
|
+
# `access_settings.access_permission_settings` is not supported with
|
|
2555
|
+
# `useAdminAccess`.
|
|
2556
|
+
# The supported field masks include:
|
|
2557
|
+
#
|
|
2558
|
+
# - `access_settings.access_permission_settings.discoverSpaceSetting`
|
|
2559
|
+
# - `access_settings.access_permission_settings.joinSpaceSetting`
|
|
2560
|
+
#
|
|
2543
2561
|
# `permission_settings`: Supports changing the
|
|
2544
2562
|
# [permission settings](https://support.google.com/chat/answer/13340792)
|
|
2545
2563
|
# of a space.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/chat/v1/audience.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
descriptor_data = "\n\x1dgoogle/chat/v1/audience.proto\x12\x0egoogle.chat.v1\"\x18\n\x08\x41udience\x12\x0c\n\x04name\x18\x01 \x01(\tB\xa6\x01\n\x12\x63om.google.chat.v1B\rAudienceProtoP\x01Z,cloud.google.com/go/chat/apiv1/chatpb;chatpb\xa2\x02\x0b\x44YNAPIProto\xaa\x02\x13Google.Apps.Chat.V1\xca\x02\x13Google\\Apps\\Chat\\V1\xea\x02\x16Google::Apps::Chat::V1b\x06proto3"
|
|
9
|
+
|
|
10
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
11
|
+
pool.add_serialized_file(descriptor_data)
|
|
12
|
+
|
|
13
|
+
module Google
|
|
14
|
+
module Apps
|
|
15
|
+
module Chat
|
|
16
|
+
module V1
|
|
17
|
+
Audience = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.chat.v1.Audience").msgclass
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
@@ -6,12 +6,13 @@ require 'google/protobuf'
|
|
|
6
6
|
|
|
7
7
|
require 'google/api/field_behavior_pb'
|
|
8
8
|
require 'google/api/resource_pb'
|
|
9
|
+
require 'google/chat/v1/audience_pb'
|
|
9
10
|
require 'google/chat/v1/history_state_pb'
|
|
10
11
|
require 'google/protobuf/field_mask_pb'
|
|
11
12
|
require 'google/protobuf/timestamp_pb'
|
|
12
13
|
|
|
13
14
|
|
|
14
|
-
descriptor_data = "\n\x1agoogle/chat/v1/space.proto\x12\x0egoogle.chat.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\"google/chat/v1/history_state.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
|
15
|
+
descriptor_data = "\n\x1agoogle/chat/v1/space.proto\x12\x0egoogle.chat.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1dgoogle/chat/v1/audience.proto\x1a\"google/chat/v1/history_state.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x8c\x1a\n\x05Space\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12/\n\x04type\x18\x02 \x01(\x0e\x32\x1a.google.chat.v1.Space.TypeB\x05\x18\x01\xe0\x41\x03\x12\x38\n\nspace_type\x18\n \x01(\x0e\x32\x1f.google.chat.v1.Space.SpaceTypeB\x03\xe0\x41\x01\x12\x1f\n\x12single_user_bot_dm\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12\x17\n\x08threaded\x18\x05 \x01(\x08\x42\x05\x18\x01\xe0\x41\x03\x12\x19\n\x0c\x64isplay_name\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12%\n\x15\x65xternal_user_allowed\x18\x08 \x01(\x08\x42\x06\xe0\x41\x05\xe0\x41\x01\x12M\n\x15space_threading_state\x18\t \x01(\x0e\x32).google.chat.v1.Space.SpaceThreadingStateB\x03\xe0\x41\x03\x12>\n\rspace_details\x18\x0b \x01(\x0b\x32\".google.chat.v1.Space.SpaceDetailsB\x03\xe0\x41\x01\x12>\n\x13space_history_state\x18\r \x01(\x0e\x32\x1c.google.chat.v1.HistoryStateB\x03\xe0\x41\x01\x12\x18\n\x0bimport_mode\x18\x10 \x01(\x08\x42\x03\xe0\x41\x01\x12\x37\n\x0b\x63reate_time\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xe0\x41\x05\xe0\x41\x01\x12\x39\n\x10last_active_time\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1c\n\x0f\x61\x64min_installed\x18\x13 \x01(\x08\x42\x03\xe0\x41\x03\x12\x44\n\x10membership_count\x18\x14 \x01(\x0b\x32%.google.chat.v1.Space.MembershipCountB\x03\xe0\x41\x03\x12\x42\n\x0f\x61\x63\x63\x65ss_settings\x18\x17 \x01(\x0b\x32$.google.chat.v1.Space.AccessSettingsB\x03\xe0\x41\x01\x12\x1d\n\x08\x63ustomer\x18\x18 \x01(\tB\x06\xe0\x41\x05\xe0\x41\x01H\x01\x88\x01\x01\x12\x16\n\tspace_uri\x18\x19 \x01(\tB\x03\xe0\x41\x03\x12\x64\n\x1epredefined_permission_settings\x18\x1a \x01(\x0e\x32\x32.google.chat.v1.Space.PredefinedPermissionSettingsB\x06\xe0\x41\x04\xe0\x41\x01H\x00\x12L\n\x13permission_settings\x18\x1b \x01(\x0b\x32(.google.chat.v1.Space.PermissionSettingsB\x03\xe0\x41\x01H\x00\x12@\n\x17import_mode_expire_time\x18\x1c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x1a\x41\n\x0cSpaceDetails\x12\x18\n\x0b\x64\x65scription\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x17\n\nguidelines\x18\x02 \x01(\tB\x03\xe0\x41\x01\x1a_\n\x0fMembershipCount\x12+\n\x1ejoined_direct_human_user_count\x18\x04 \x01(\x05\x42\x03\xe0\x41\x03\x12\x1f\n\x12joined_group_count\x18\x05 \x01(\x05\x42\x03\xe0\x41\x03\x1a\x99\x02\n\x0e\x41\x63\x63\x65ssSettings\x12K\n\x0c\x61\x63\x63\x65ss_state\x18\x01 \x01(\x0e\x32\x30.google.chat.v1.Space.AccessSettings.AccessStateB\x03\xe0\x41\x03\x12\x15\n\x08\x61udience\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12W\n\x1a\x61\x63\x63\x65ss_permission_settings\x18\x05 \x01(\x0b\x32..google.chat.v1.Space.AccessPermissionSettingsB\x03\xe0\x41\x01\"J\n\x0b\x41\x63\x63\x65ssState\x12\x1c\n\x18\x41\x43\x43\x45SS_STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07PRIVATE\x10\x01\x12\x10\n\x0c\x44ISCOVERABLE\x10\x02\x1a\xbe\x01\n\x18\x41\x63\x63\x65ssPermissionSettings\x12R\n\x16\x64iscover_space_setting\x18\x01 \x01(\x0b\x32-.google.chat.v1.Space.AccessPermissionSettingB\x03\xe0\x41\x01\x12N\n\x12join_space_setting\x18\x02 \x01(\x0b\x32-.google.chat.v1.Space.AccessPermissionSettingB\x03\xe0\x41\x01\x1aV\n\x17\x41\x63\x63\x65ssPermissionSetting\x12;\n\nprincipals\x18\x01 \x03(\x0b\x32\x1f.google.chat.v1.Space.PrincipalB\x06\xe0\x41\x01\xe0\x41\x06\x1aK\n\tPrincipal\x12,\n\x08\x61udience\x18\x01 \x01(\x0b\x32\x18.google.chat.v1.AudienceH\x00\x42\x10\n\x0eprincipal_type\x1a\xa8\x06\n\x12PermissionSettings\x12T\n\x19manage_members_and_groups\x18\x01 \x01(\x0b\x32\'.google.chat.v1.Space.PermissionSettingB\x03\xe0\x41\x01H\x00\x88\x01\x01\x12O\n\x14modify_space_details\x18\x02 \x01(\x0b\x32\'.google.chat.v1.Space.PermissionSettingB\x03\xe0\x41\x01H\x01\x88\x01\x01\x12I\n\x0etoggle_history\x18\x03 \x01(\x0b\x32\'.google.chat.v1.Space.PermissionSettingB\x03\xe0\x41\x01H\x02\x88\x01\x01\x12M\n\x12use_at_mention_all\x18\x04 \x01(\x0b\x32\'.google.chat.v1.Space.PermissionSettingB\x03\xe0\x41\x01H\x03\x88\x01\x01\x12\x46\n\x0bmanage_apps\x18\x05 \x01(\x0b\x32\'.google.chat.v1.Space.PermissionSettingB\x03\xe0\x41\x01H\x04\x88\x01\x01\x12J\n\x0fmanage_webhooks\x18\x06 \x01(\x0b\x32\'.google.chat.v1.Space.PermissionSettingB\x03\xe0\x41\x01H\x05\x88\x01\x01\x12H\n\rpost_messages\x18\x07 \x01(\x0b\x32\'.google.chat.v1.Space.PermissionSettingB\x03\xe0\x41\x03H\x06\x88\x01\x01\x12I\n\x0ereply_messages\x18\x08 \x01(\x0b\x32\'.google.chat.v1.Space.PermissionSettingB\x03\xe0\x41\x01H\x07\x88\x01\x01\x42\x1c\n\x1a_manage_members_and_groupsB\x17\n\x15_modify_space_detailsB\x11\n\x0f_toggle_historyB\x15\n\x13_use_at_mention_allB\x0e\n\x0c_manage_appsB\x12\n\x10_manage_webhooksB\x10\n\x0e_post_messagesB\x11\n\x0f_reply_messages\x1a\x9d\x01\n\x11PermissionSetting\x12\x1d\n\x10managers_allowed\x18\x01 \x01(\x08\x42\x03\xe0\x41\x01\x12,\n\x1a\x61ssistant_managers_allowed\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01H\x00\x88\x01\x01\x12\x1c\n\x0fmembers_allowed\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\x42\x1d\n\x1b_assistant_managers_allowed\".\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04ROOM\x10\x01\x12\x06\n\x02\x44M\x10\x02\"V\n\tSpaceType\x12\x1a\n\x16SPACE_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05SPACE\x10\x01\x12\x0e\n\nGROUP_CHAT\x10\x02\x12\x12\n\x0e\x44IRECT_MESSAGE\x10\x03\"\x82\x01\n\x13SpaceThreadingState\x12%\n!SPACE_THREADING_STATE_UNSPECIFIED\x10\x00\x12\x15\n\x11THREADED_MESSAGES\x10\x02\x12\x14\n\x10GROUPED_MESSAGES\x10\x03\x12\x17\n\x13UNTHREADED_MESSAGES\x10\x04\"\x7f\n\x1cPredefinedPermissionSettings\x12.\n*PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED\x10\x00\x12\x17\n\x13\x43OLLABORATION_SPACE\x10\x01\x12\x16\n\x12\x41NNOUNCEMENT_SPACE\x10\x02:.\xea\x41+\n\x19\x63hat.googleapis.com/Space\x12\x0espaces/{space}B\x1b\n\x19space_permission_settingsB\x0b\n\t_customer\"X\n\x12\x43reateSpaceRequest\x12)\n\x05space\x18\x01 \x01(\x0b\x32\x15.google.chat.v1.SpaceB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"Y\n\x11ListSpacesRequest\x12\x16\n\tpage_size\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x03 \x01(\tB\x03\xe0\x41\x01\"T\n\x12ListSpacesResponse\x12%\n\x06spaces\x18\x01 \x03(\x0b\x32\x15.google.chat.v1.Space\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"a\n\x0fGetSpaceRequest\x12/\n\x04name\x18\x01 \x01(\tB!\xe0\x41\x02\xfa\x41\x1b\n\x19\x63hat.googleapis.com/Space\x12\x1d\n\x10use_admin_access\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\"-\n\x18\x46indDirectMessageRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\x8b\x01\n\x15\x46indGroupChatsRequest\x12\x12\n\x05users\x18\x05 \x03(\tB\x03\xe0\x41\x01\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12-\n\nspace_view\x18\x04 \x01(\x0e\x32\x19.google.chat.v1.SpaceView\"X\n\x16\x46indGroupChatsResponse\x12%\n\x06spaces\x18\x01 \x03(\x0b\x32\x15.google.chat.v1.Space\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x94\x01\n\x12UpdateSpaceRequest\x12)\n\x05space\x18\x01 \x01(\x0b\x32\x15.google.chat.v1.SpaceB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x1d\n\x10use_admin_access\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\"\x81\x01\n\x13SearchSpacesRequest\x12\x18\n\x10use_admin_access\x18\x01 \x01(\x08\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x12\n\x05query\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"j\n\x14SearchSpacesResponse\x12%\n\x06spaces\x18\x01 \x03(\x0b\x32\x15.google.chat.v1.Space\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x12\n\ntotal_size\x18\x03 \x01(\x05\"d\n\x12\x44\x65leteSpaceRequest\x12/\n\x04name\x18\x01 \x01(\tB!\xe0\x41\x02\xfa\x41\x1b\n\x19\x63hat.googleapis.com/Space\x12\x1d\n\x10use_admin_access\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\"M\n\x1a\x43ompleteImportSpaceRequest\x12/\n\x04name\x18\x01 \x01(\tB!\xe0\x41\x02\xfa\x41\x1b\n\x19\x63hat.googleapis.com/Space\"C\n\x1b\x43ompleteImportSpaceResponse\x12$\n\x05space\x18\x01 \x01(\x0b\x32\x15.google.chat.v1.Space*c\n\tSpaceView\x12\x1a\n\x16SPACE_VIEW_UNSPECIFIED\x10\x00\x12!\n\x1dSPACE_VIEW_RESOURCE_NAME_ONLY\x10\x03\x12\x17\n\x13SPACE_VIEW_EXPANDED\x10\x04\x42\xa3\x01\n\x12\x63om.google.chat.v1B\nSpaceProtoP\x01Z,cloud.google.com/go/chat/apiv1/chatpb;chatpb\xa2\x02\x0b\x44YNAPIProto\xaa\x02\x13Google.Apps.Chat.V1\xca\x02\x13Google\\Apps\\Chat\\V1\xea\x02\x16Google::Apps::Chat::V1b\x06proto3"
|
|
15
16
|
|
|
16
17
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
17
18
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -25,6 +26,9 @@ module Google
|
|
|
25
26
|
Space::MembershipCount = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.chat.v1.Space.MembershipCount").msgclass
|
|
26
27
|
Space::AccessSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.chat.v1.Space.AccessSettings").msgclass
|
|
27
28
|
Space::AccessSettings::AccessState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.chat.v1.Space.AccessSettings.AccessState").enummodule
|
|
29
|
+
Space::AccessPermissionSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.chat.v1.Space.AccessPermissionSettings").msgclass
|
|
30
|
+
Space::AccessPermissionSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.chat.v1.Space.AccessPermissionSetting").msgclass
|
|
31
|
+
Space::Principal = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.chat.v1.Space.Principal").msgclass
|
|
28
32
|
Space::PermissionSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.chat.v1.Space.PermissionSettings").msgclass
|
|
29
33
|
Space::PermissionSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.chat.v1.Space.PermissionSetting").msgclass
|
|
30
34
|
Space::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.chat.v1.Space.Type").enummodule
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2026 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Apps
|
|
22
|
+
module Chat
|
|
23
|
+
module V1
|
|
24
|
+
# A target audience in Google Chat. A target audience represents a group of
|
|
25
|
+
# users within a Google Workspace organization, defined by an administrator.
|
|
26
|
+
# Target audiences are used to configure access and visibility settings for
|
|
27
|
+
# resources, such as making a space discoverable to a specific group of users.
|
|
28
|
+
#
|
|
29
|
+
# For more details, see [Target
|
|
30
|
+
# audiences](https://support.google.com/a/answer/9934697) and [Make a space
|
|
31
|
+
# discoverable to a target
|
|
32
|
+
# audience](https://developers.google.com/workspace/chat/space-target-audience).
|
|
33
|
+
# @!attribute [rw] name
|
|
34
|
+
# @return [::String]
|
|
35
|
+
# The resource name of the [target
|
|
36
|
+
# audience](https://support.google.com/a/answer/9934697) who can discover
|
|
37
|
+
# or join the space. For details, see [Make a space
|
|
38
|
+
# discoverable to a target
|
|
39
|
+
# audience](https://developers.google.com/workspace/chat/space-target-audience).
|
|
40
|
+
# Format: `audiences/{audience}`
|
|
41
|
+
#
|
|
42
|
+
# To use the default target audience for the Google Workspace organization,
|
|
43
|
+
# set to `audiences/default`.
|
|
44
|
+
class Audience
|
|
45
|
+
include ::Google::Protobuf::MessageExts
|
|
46
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
@@ -259,6 +259,12 @@ module Google
|
|
|
259
259
|
#
|
|
260
260
|
# Setting the target audience requires [user
|
|
261
261
|
# authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
|
|
262
|
+
# @!attribute [rw] access_permission_settings
|
|
263
|
+
# @return [::Google::Apps::Chat::V1::Space::AccessPermissionSettings]
|
|
264
|
+
# Optional. Access permission settings for the space.
|
|
265
|
+
#
|
|
266
|
+
# To set the target audience when creating a space, specify the
|
|
267
|
+
# `accessSettings.audience` field in your request.
|
|
262
268
|
class AccessSettings
|
|
263
269
|
include ::Google::Protobuf::MessageExts
|
|
264
270
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -285,6 +291,36 @@ module Google
|
|
|
285
291
|
end
|
|
286
292
|
end
|
|
287
293
|
|
|
294
|
+
# Access permission settings for a space.
|
|
295
|
+
# @!attribute [rw] discover_space_setting
|
|
296
|
+
# @return [::Google::Apps::Chat::V1::Space::AccessPermissionSetting]
|
|
297
|
+
# Optional. Access permission setting for discovering the space.
|
|
298
|
+
# @!attribute [rw] join_space_setting
|
|
299
|
+
# @return [::Google::Apps::Chat::V1::Space::AccessPermissionSetting]
|
|
300
|
+
# Optional. Access permission setting for joining the space.
|
|
301
|
+
class AccessPermissionSettings
|
|
302
|
+
include ::Google::Protobuf::MessageExts
|
|
303
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
304
|
+
end
|
|
305
|
+
|
|
306
|
+
# An access permission setting.
|
|
307
|
+
# @!attribute [rw] principals
|
|
308
|
+
# @return [::Array<::Google::Apps::Chat::V1::Space::Principal>]
|
|
309
|
+
# Optional. Unordered list. Allowed principals for this permission.
|
|
310
|
+
class AccessPermissionSetting
|
|
311
|
+
include ::Google::Protobuf::MessageExts
|
|
312
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
313
|
+
end
|
|
314
|
+
|
|
315
|
+
# A principal representing an entity granted access.
|
|
316
|
+
# @!attribute [rw] audience
|
|
317
|
+
# @return [::Google::Apps::Chat::V1::Audience]
|
|
318
|
+
# An audience.
|
|
319
|
+
class Principal
|
|
320
|
+
include ::Google::Protobuf::MessageExts
|
|
321
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
322
|
+
end
|
|
323
|
+
|
|
288
324
|
# [Permission settings](https://support.google.com/chat/answer/13340792)
|
|
289
325
|
# that you can specify when updating an existing named space.
|
|
290
326
|
#
|
|
@@ -659,6 +695,24 @@ module Google
|
|
|
659
695
|
# users](https://developers.google.com/workspace/chat/space-target-audience).
|
|
660
696
|
# `access_settings.audience` is not supported with `useAdminAccess`.
|
|
661
697
|
#
|
|
698
|
+
# `access_settings.access_permission_settings`: Updates the [access
|
|
699
|
+
# permission
|
|
700
|
+
# settings](https://support.google.com/chat/answer/11971020) of who can
|
|
701
|
+
# discover and join the space where `spaceType` field is `SPACE`. Principals
|
|
702
|
+
# allowed to join the space must also be allowed to discover it. To update
|
|
703
|
+
# access permission settings for a space, the authenticating user must be a
|
|
704
|
+
# space manager or assistant manager and omit all other field masks in the
|
|
705
|
+
# request. You can't update this field if the space is in [import
|
|
706
|
+
# mode](https://developers.google.com/workspace/chat/import-data-overview).
|
|
707
|
+
# To learn more, see [Make a space discoverable to specific
|
|
708
|
+
# users](https://developers.google.com/workspace/chat/space-target-audience).
|
|
709
|
+
# `access_settings.access_permission_settings` is not supported with
|
|
710
|
+
# `useAdminAccess`.
|
|
711
|
+
# The supported field masks include:
|
|
712
|
+
#
|
|
713
|
+
# - `access_settings.access_permission_settings.discoverSpaceSetting`
|
|
714
|
+
# - `access_settings.access_permission_settings.joinSpaceSetting`
|
|
715
|
+
#
|
|
662
716
|
# `permission_settings`: Supports changing the
|
|
663
717
|
# [permission settings](https://support.google.com/chat/answer/13340792)
|
|
664
718
|
# of a space.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apps-chat-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -85,6 +85,7 @@ files:
|
|
|
85
85
|
- lib/google/chat/v1/action_status_pb.rb
|
|
86
86
|
- lib/google/chat/v1/annotation_pb.rb
|
|
87
87
|
- lib/google/chat/v1/attachment_pb.rb
|
|
88
|
+
- lib/google/chat/v1/audience_pb.rb
|
|
88
89
|
- lib/google/chat/v1/availability_pb.rb
|
|
89
90
|
- lib/google/chat/v1/chat_service_pb.rb
|
|
90
91
|
- lib/google/chat/v1/chat_service_services_pb.rb
|
|
@@ -117,6 +118,7 @@ files:
|
|
|
117
118
|
- proto_docs/google/chat/v1/action_status.rb
|
|
118
119
|
- proto_docs/google/chat/v1/annotation.rb
|
|
119
120
|
- proto_docs/google/chat/v1/attachment.rb
|
|
121
|
+
- proto_docs/google/chat/v1/audience.rb
|
|
120
122
|
- proto_docs/google/chat/v1/availability.rb
|
|
121
123
|
- proto_docs/google/chat/v1/contextual_addon.rb
|
|
122
124
|
- proto_docs/google/chat/v1/deletion_metadata.rb
|