-
Notifications
You must be signed in to change notification settings - Fork 568
Expand file tree
/
Copy path.owlbot-manifest.json
More file actions
140 lines (140 loc) · 5.85 KB
/
.owlbot-manifest.json
File metadata and controls
140 lines (140 loc) · 5.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"generated": [
".gitignore",
".repo-metadata.json",
".rubocop.yml",
".toys.rb",
".yardopts",
"AUTHENTICATION.md",
"CHANGELOG.md",
"Gemfile",
"LICENSE.md",
"README.md",
"Rakefile",
"gapic_metadata.json",
"google-apps-chat-v1.gemspec",
"lib/google-apps-chat-v1.rb",
"lib/google/apps/chat/v1.rb",
"lib/google/apps/chat/v1/chat_service.rb",
"lib/google/apps/chat/v1/chat_service/client.rb",
"lib/google/apps/chat/v1/chat_service/credentials.rb",
"lib/google/apps/chat/v1/chat_service/paths.rb",
"lib/google/apps/chat/v1/chat_service/rest.rb",
"lib/google/apps/chat/v1/chat_service/rest/client.rb",
"lib/google/apps/chat/v1/chat_service/rest/service_stub.rb",
"lib/google/apps/chat/v1/rest.rb",
"lib/google/apps/chat/v1/version.rb",
"lib/google/chat/v1/action_status_pb.rb",
"lib/google/chat/v1/annotation_pb.rb",
"lib/google/chat/v1/attachment_pb.rb",
"lib/google/chat/v1/chat_service_pb.rb",
"lib/google/chat/v1/chat_service_services_pb.rb",
"lib/google/chat/v1/contextual_addon_pb.rb",
"lib/google/chat/v1/deletion_metadata_pb.rb",
"lib/google/chat/v1/event_payload_pb.rb",
"lib/google/chat/v1/group_pb.rb",
"lib/google/chat/v1/history_state_pb.rb",
"lib/google/chat/v1/matched_url_pb.rb",
"lib/google/chat/v1/membership_pb.rb",
"lib/google/chat/v1/message_pb.rb",
"lib/google/chat/v1/reaction_pb.rb",
"lib/google/chat/v1/section_pb.rb",
"lib/google/chat/v1/slash_command_pb.rb",
"lib/google/chat/v1/space_event_pb.rb",
"lib/google/chat/v1/space_notification_setting_pb.rb",
"lib/google/chat/v1/space_pb.rb",
"lib/google/chat/v1/space_read_state_pb.rb",
"lib/google/chat/v1/space_setup_pb.rb",
"lib/google/chat/v1/thread_read_state_pb.rb",
"lib/google/chat/v1/user_pb.rb",
"lib/google/chat/v1/widgets_pb.rb",
"proto_docs/README.md",
"proto_docs/google/api/client.rb",
"proto_docs/google/api/field_behavior.rb",
"proto_docs/google/api/field_info.rb",
"proto_docs/google/api/launch_stage.rb",
"proto_docs/google/api/resource.rb",
"proto_docs/google/apps/card/v1/card.rb",
"proto_docs/google/chat/v1/action_status.rb",
"proto_docs/google/chat/v1/annotation.rb",
"proto_docs/google/chat/v1/attachment.rb",
"proto_docs/google/chat/v1/contextual_addon.rb",
"proto_docs/google/chat/v1/deletion_metadata.rb",
"proto_docs/google/chat/v1/event_payload.rb",
"proto_docs/google/chat/v1/group.rb",
"proto_docs/google/chat/v1/history_state.rb",
"proto_docs/google/chat/v1/matched_url.rb",
"proto_docs/google/chat/v1/membership.rb",
"proto_docs/google/chat/v1/message.rb",
"proto_docs/google/chat/v1/reaction.rb",
"proto_docs/google/chat/v1/section.rb",
"proto_docs/google/chat/v1/slash_command.rb",
"proto_docs/google/chat/v1/space.rb",
"proto_docs/google/chat/v1/space_event.rb",
"proto_docs/google/chat/v1/space_notification_setting.rb",
"proto_docs/google/chat/v1/space_read_state.rb",
"proto_docs/google/chat/v1/space_setup.rb",
"proto_docs/google/chat/v1/thread_read_state.rb",
"proto_docs/google/chat/v1/user.rb",
"proto_docs/google/chat/v1/widgets.rb",
"proto_docs/google/protobuf/duration.rb",
"proto_docs/google/protobuf/empty.rb",
"proto_docs/google/protobuf/field_mask.rb",
"proto_docs/google/protobuf/timestamp.rb",
"proto_docs/google/protobuf/wrappers.rb",
"proto_docs/google/rpc/code.rb",
"proto_docs/google/type/color.rb",
"snippets/Gemfile",
"snippets/chat_service/complete_import_space.rb",
"snippets/chat_service/create_custom_emoji.rb",
"snippets/chat_service/create_membership.rb",
"snippets/chat_service/create_message.rb",
"snippets/chat_service/create_reaction.rb",
"snippets/chat_service/create_section.rb",
"snippets/chat_service/create_space.rb",
"snippets/chat_service/delete_custom_emoji.rb",
"snippets/chat_service/delete_membership.rb",
"snippets/chat_service/delete_message.rb",
"snippets/chat_service/delete_reaction.rb",
"snippets/chat_service/delete_section.rb",
"snippets/chat_service/delete_space.rb",
"snippets/chat_service/find_direct_message.rb",
"snippets/chat_service/find_group_chats.rb",
"snippets/chat_service/get_attachment.rb",
"snippets/chat_service/get_custom_emoji.rb",
"snippets/chat_service/get_membership.rb",
"snippets/chat_service/get_message.rb",
"snippets/chat_service/get_space.rb",
"snippets/chat_service/get_space_event.rb",
"snippets/chat_service/get_space_notification_setting.rb",
"snippets/chat_service/get_space_read_state.rb",
"snippets/chat_service/get_thread_read_state.rb",
"snippets/chat_service/list_custom_emojis.rb",
"snippets/chat_service/list_memberships.rb",
"snippets/chat_service/list_messages.rb",
"snippets/chat_service/list_reactions.rb",
"snippets/chat_service/list_section_items.rb",
"snippets/chat_service/list_sections.rb",
"snippets/chat_service/list_space_events.rb",
"snippets/chat_service/list_spaces.rb",
"snippets/chat_service/move_section_item.rb",
"snippets/chat_service/position_section.rb",
"snippets/chat_service/search_spaces.rb",
"snippets/chat_service/set_up_space.rb",
"snippets/chat_service/update_membership.rb",
"snippets/chat_service/update_message.rb",
"snippets/chat_service/update_section.rb",
"snippets/chat_service/update_space.rb",
"snippets/chat_service/update_space_notification_setting.rb",
"snippets/chat_service/update_space_read_state.rb",
"snippets/chat_service/upload_attachment.rb",
"snippets/snippet_metadata_google.chat.v1.json",
"test/google/apps/chat/v1/chat_service_paths_test.rb",
"test/google/apps/chat/v1/chat_service_rest_test.rb",
"test/google/apps/chat/v1/chat_service_test.rb",
"test/helper.rb"
],
"static": [
".OwlBot.yaml"
]
}