mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
- Create api.proto with PluginAPI service definition covering all 236 methods from server/public/plugin/api.go - Create api_user_team.proto with User, Session, and Team request/response messages with placeholder fields - Create api_channel_post.proto with Channel, Post, and Emoji messages - Create api_kv_config.proto with KV store, config, plugin, and logging messages - Create api_file_bot.proto with File, Upload, and Bot messages - Create api_remaining.proto with Server, Command, Preference, OAuth, Group, SharedChannel, Property, and Audit messages - Add ViewUsersRestrictions to common.proto - Add apiverify tool that parses Go API interface and proto service to ensure parity - Update Makefile with new proto file mappings Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1267 lines
144 KiB
Go
1267 lines
144 KiB
Go
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.6
|
|
// protoc v6.33.4
|
|
// source: api.proto
|
|
|
|
package pluginapiv1
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
unsafe "unsafe"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
var File_api_proto protoreflect.FileDescriptor
|
|
|
|
const file_api_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\tapi.proto\x12\x17mattermost.pluginapi.v1\x1a\x13api_user_team.proto\x1a\x16api_channel_post.proto\x1a\x13api_kv_config.proto\x1a\x12api_file_bot.proto\x1a\x13api_remaining.proto2\x84\xe0\x01\n" +
|
|
"\tPluginAPI\x12e\n" +
|
|
"\n" +
|
|
"CreateUser\x12*.mattermost.pluginapi.v1.CreateUserRequest\x1a+.mattermost.pluginapi.v1.CreateUserResponse\x12e\n" +
|
|
"\n" +
|
|
"DeleteUser\x12*.mattermost.pluginapi.v1.DeleteUserRequest\x1a+.mattermost.pluginapi.v1.DeleteUserResponse\x12_\n" +
|
|
"\bGetUsers\x12(.mattermost.pluginapi.v1.GetUsersRequest\x1a).mattermost.pluginapi.v1.GetUsersResponse\x12n\n" +
|
|
"\rGetUsersByIds\x12-.mattermost.pluginapi.v1.GetUsersByIdsRequest\x1a..mattermost.pluginapi.v1.GetUsersByIdsResponse\x12\\\n" +
|
|
"\aGetUser\x12'.mattermost.pluginapi.v1.GetUserRequest\x1a(.mattermost.pluginapi.v1.GetUserResponse\x12q\n" +
|
|
"\x0eGetUserByEmail\x12..mattermost.pluginapi.v1.GetUserByEmailRequest\x1a/.mattermost.pluginapi.v1.GetUserByEmailResponse\x12z\n" +
|
|
"\x11GetUserByUsername\x121.mattermost.pluginapi.v1.GetUserByUsernameRequest\x1a2.mattermost.pluginapi.v1.GetUserByUsernameResponse\x12\x80\x01\n" +
|
|
"\x13GetUsersByUsernames\x123.mattermost.pluginapi.v1.GetUsersByUsernamesRequest\x1a4.mattermost.pluginapi.v1.GetUsersByUsernamesResponse\x12q\n" +
|
|
"\x0eGetUsersInTeam\x12..mattermost.pluginapi.v1.GetUsersInTeamRequest\x1a/.mattermost.pluginapi.v1.GetUsersInTeamResponse\x12e\n" +
|
|
"\n" +
|
|
"UpdateUser\x12*.mattermost.pluginapi.v1.UpdateUserRequest\x1a+.mattermost.pluginapi.v1.UpdateUserResponse\x12n\n" +
|
|
"\rGetUserStatus\x12-.mattermost.pluginapi.v1.GetUserStatusRequest\x1a..mattermost.pluginapi.v1.GetUserStatusResponse\x12\x83\x01\n" +
|
|
"\x14GetUserStatusesByIds\x124.mattermost.pluginapi.v1.GetUserStatusesByIdsRequest\x1a5.mattermost.pluginapi.v1.GetUserStatusesByIdsResponse\x12w\n" +
|
|
"\x10UpdateUserStatus\x120.mattermost.pluginapi.v1.UpdateUserStatusRequest\x1a1.mattermost.pluginapi.v1.UpdateUserStatusResponse\x12\x86\x01\n" +
|
|
"\x15SetUserStatusTimedDND\x125.mattermost.pluginapi.v1.SetUserStatusTimedDNDRequest\x1a6.mattermost.pluginapi.v1.SetUserStatusTimedDNDResponse\x12w\n" +
|
|
"\x10UpdateUserActive\x120.mattermost.pluginapi.v1.UpdateUserActiveRequest\x1a1.mattermost.pluginapi.v1.UpdateUserActiveResponse\x12\x89\x01\n" +
|
|
"\x16UpdateUserCustomStatus\x126.mattermost.pluginapi.v1.UpdateUserCustomStatusRequest\x1a7.mattermost.pluginapi.v1.UpdateUserCustomStatusResponse\x12\x89\x01\n" +
|
|
"\x16RemoveUserCustomStatus\x126.mattermost.pluginapi.v1.RemoveUserCustomStatusRequest\x1a7.mattermost.pluginapi.v1.RemoveUserCustomStatusResponse\x12z\n" +
|
|
"\x11GetUsersInChannel\x121.mattermost.pluginapi.v1.GetUsersInChannelRequest\x1a2.mattermost.pluginapi.v1.GetUsersInChannelResponse\x12\x86\x01\n" +
|
|
"\x15GetLDAPUserAttributes\x125.mattermost.pluginapi.v1.GetLDAPUserAttributesRequest\x1a6.mattermost.pluginapi.v1.GetLDAPUserAttributesResponse\x12h\n" +
|
|
"\vSearchUsers\x12+.mattermost.pluginapi.v1.SearchUsersRequest\x1a,.mattermost.pluginapi.v1.SearchUsersResponse\x12t\n" +
|
|
"\x0fGetProfileImage\x12/.mattermost.pluginapi.v1.GetProfileImageRequest\x1a0.mattermost.pluginapi.v1.GetProfileImageResponse\x12t\n" +
|
|
"\x0fSetProfileImage\x12/.mattermost.pluginapi.v1.SetProfileImageRequest\x1a0.mattermost.pluginapi.v1.SetProfileImageResponse\x12t\n" +
|
|
"\x0fHasPermissionTo\x12/.mattermost.pluginapi.v1.HasPermissionToRequest\x1a0.mattermost.pluginapi.v1.HasPermissionToResponse\x12\x80\x01\n" +
|
|
"\x13HasPermissionToTeam\x123.mattermost.pluginapi.v1.HasPermissionToTeamRequest\x1a4.mattermost.pluginapi.v1.HasPermissionToTeamResponse\x12\x89\x01\n" +
|
|
"\x16HasPermissionToChannel\x126.mattermost.pluginapi.v1.HasPermissionToChannelRequest\x1a7.mattermost.pluginapi.v1.HasPermissionToChannelResponse\x12z\n" +
|
|
"\x11PublishUserTyping\x121.mattermost.pluginapi.v1.PublishUserTypingRequest\x1a2.mattermost.pluginapi.v1.PublishUserTypingResponse\x12q\n" +
|
|
"\x0eUpdateUserAuth\x12..mattermost.pluginapi.v1.UpdateUserAuthRequest\x1a/.mattermost.pluginapi.v1.UpdateUserAuthResponse\x12t\n" +
|
|
"\x0fUpdateUserRoles\x12/.mattermost.pluginapi.v1.UpdateUserRolesRequest\x1a0.mattermost.pluginapi.v1.UpdateUserRolesResponse\x12e\n" +
|
|
"\n" +
|
|
"GetSession\x12*.mattermost.pluginapi.v1.GetSessionRequest\x1a+.mattermost.pluginapi.v1.GetSessionResponse\x12n\n" +
|
|
"\rCreateSession\x12-.mattermost.pluginapi.v1.CreateSessionRequest\x1a..mattermost.pluginapi.v1.CreateSessionResponse\x12\x80\x01\n" +
|
|
"\x13ExtendSessionExpiry\x123.mattermost.pluginapi.v1.ExtendSessionExpiryRequest\x1a4.mattermost.pluginapi.v1.ExtendSessionExpiryResponse\x12n\n" +
|
|
"\rRevokeSession\x12-.mattermost.pluginapi.v1.RevokeSessionRequest\x1a..mattermost.pluginapi.v1.RevokeSessionResponse\x12\x86\x01\n" +
|
|
"\x15CreateUserAccessToken\x125.mattermost.pluginapi.v1.CreateUserAccessTokenRequest\x1a6.mattermost.pluginapi.v1.CreateUserAccessTokenResponse\x12\x86\x01\n" +
|
|
"\x15RevokeUserAccessToken\x125.mattermost.pluginapi.v1.RevokeUserAccessTokenRequest\x1a6.mattermost.pluginapi.v1.RevokeUserAccessTokenResponse\x12e\n" +
|
|
"\n" +
|
|
"CreateTeam\x12*.mattermost.pluginapi.v1.CreateTeamRequest\x1a+.mattermost.pluginapi.v1.CreateTeamResponse\x12e\n" +
|
|
"\n" +
|
|
"DeleteTeam\x12*.mattermost.pluginapi.v1.DeleteTeamRequest\x1a+.mattermost.pluginapi.v1.DeleteTeamResponse\x12_\n" +
|
|
"\bGetTeams\x12(.mattermost.pluginapi.v1.GetTeamsRequest\x1a).mattermost.pluginapi.v1.GetTeamsResponse\x12\\\n" +
|
|
"\aGetTeam\x12'.mattermost.pluginapi.v1.GetTeamRequest\x1a(.mattermost.pluginapi.v1.GetTeamResponse\x12n\n" +
|
|
"\rGetTeamByName\x12-.mattermost.pluginapi.v1.GetTeamByNameRequest\x1a..mattermost.pluginapi.v1.GetTeamByNameResponse\x12\x86\x01\n" +
|
|
"\x15GetTeamsUnreadForUser\x125.mattermost.pluginapi.v1.GetTeamsUnreadForUserRequest\x1a6.mattermost.pluginapi.v1.GetTeamsUnreadForUserResponse\x12e\n" +
|
|
"\n" +
|
|
"UpdateTeam\x12*.mattermost.pluginapi.v1.UpdateTeamRequest\x1a+.mattermost.pluginapi.v1.UpdateTeamResponse\x12h\n" +
|
|
"\vSearchTeams\x12+.mattermost.pluginapi.v1.SearchTeamsRequest\x1a,.mattermost.pluginapi.v1.SearchTeamsResponse\x12t\n" +
|
|
"\x0fGetTeamsForUser\x12/.mattermost.pluginapi.v1.GetTeamsForUserRequest\x1a0.mattermost.pluginapi.v1.GetTeamsForUserResponse\x12w\n" +
|
|
"\x10CreateTeamMember\x120.mattermost.pluginapi.v1.CreateTeamMemberRequest\x1a1.mattermost.pluginapi.v1.CreateTeamMemberResponse\x12z\n" +
|
|
"\x11CreateTeamMembers\x121.mattermost.pluginapi.v1.CreateTeamMembersRequest\x1a2.mattermost.pluginapi.v1.CreateTeamMembersResponse\x12\x98\x01\n" +
|
|
"\x1bCreateTeamMembersGracefully\x12;.mattermost.pluginapi.v1.CreateTeamMembersGracefullyRequest\x1a<.mattermost.pluginapi.v1.CreateTeamMembersGracefullyResponse\x12w\n" +
|
|
"\x10DeleteTeamMember\x120.mattermost.pluginapi.v1.DeleteTeamMemberRequest\x1a1.mattermost.pluginapi.v1.DeleteTeamMemberResponse\x12q\n" +
|
|
"\x0eGetTeamMembers\x12..mattermost.pluginapi.v1.GetTeamMembersRequest\x1a/.mattermost.pluginapi.v1.GetTeamMembersResponse\x12n\n" +
|
|
"\rGetTeamMember\x12-.mattermost.pluginapi.v1.GetTeamMemberRequest\x1a..mattermost.pluginapi.v1.GetTeamMemberResponse\x12\x86\x01\n" +
|
|
"\x15GetTeamMembersForUser\x125.mattermost.pluginapi.v1.GetTeamMembersForUserRequest\x1a6.mattermost.pluginapi.v1.GetTeamMembersForUserResponse\x12\x86\x01\n" +
|
|
"\x15UpdateTeamMemberRoles\x125.mattermost.pluginapi.v1.UpdateTeamMemberRolesRequest\x1a6.mattermost.pluginapi.v1.UpdateTeamMemberRolesResponse\x12h\n" +
|
|
"\vGetTeamIcon\x12+.mattermost.pluginapi.v1.GetTeamIconRequest\x1a,.mattermost.pluginapi.v1.GetTeamIconResponse\x12h\n" +
|
|
"\vSetTeamIcon\x12+.mattermost.pluginapi.v1.SetTeamIconRequest\x1a,.mattermost.pluginapi.v1.SetTeamIconResponse\x12q\n" +
|
|
"\x0eRemoveTeamIcon\x12..mattermost.pluginapi.v1.RemoveTeamIconRequest\x1a/.mattermost.pluginapi.v1.RemoveTeamIconResponse\x12k\n" +
|
|
"\fGetTeamStats\x12,.mattermost.pluginapi.v1.GetTeamStatsRequest\x1a-.mattermost.pluginapi.v1.GetTeamStatsResponse\x12n\n" +
|
|
"\rCreateChannel\x12-.mattermost.pluginapi.v1.CreateChannelRequest\x1a..mattermost.pluginapi.v1.CreateChannelResponse\x12n\n" +
|
|
"\rDeleteChannel\x12-.mattermost.pluginapi.v1.DeleteChannelRequest\x1a..mattermost.pluginapi.v1.DeleteChannelResponse\x12\x8f\x01\n" +
|
|
"\x18GetPublicChannelsForTeam\x128.mattermost.pluginapi.v1.GetPublicChannelsForTeamRequest\x1a9.mattermost.pluginapi.v1.GetPublicChannelsForTeamResponse\x12e\n" +
|
|
"\n" +
|
|
"GetChannel\x12*.mattermost.pluginapi.v1.GetChannelRequest\x1a+.mattermost.pluginapi.v1.GetChannelResponse\x12w\n" +
|
|
"\x10GetChannelByName\x120.mattermost.pluginapi.v1.GetChannelByNameRequest\x1a1.mattermost.pluginapi.v1.GetChannelByNameResponse\x12\x98\x01\n" +
|
|
"\x1bGetChannelByNameForTeamName\x12;.mattermost.pluginapi.v1.GetChannelByNameForTeamNameRequest\x1a<.mattermost.pluginapi.v1.GetChannelByNameForTeamNameResponse\x12\x92\x01\n" +
|
|
"\x19GetChannelsForTeamForUser\x129.mattermost.pluginapi.v1.GetChannelsForTeamForUserRequest\x1a:.mattermost.pluginapi.v1.GetChannelsForTeamForUserResponse\x12t\n" +
|
|
"\x0fGetChannelStats\x12/.mattermost.pluginapi.v1.GetChannelStatsRequest\x1a0.mattermost.pluginapi.v1.GetChannelStatsResponse\x12w\n" +
|
|
"\x10GetDirectChannel\x120.mattermost.pluginapi.v1.GetDirectChannelRequest\x1a1.mattermost.pluginapi.v1.GetDirectChannelResponse\x12t\n" +
|
|
"\x0fGetGroupChannel\x12/.mattermost.pluginapi.v1.GetGroupChannelRequest\x1a0.mattermost.pluginapi.v1.GetGroupChannelResponse\x12n\n" +
|
|
"\rUpdateChannel\x12-.mattermost.pluginapi.v1.UpdateChannelRequest\x1a..mattermost.pluginapi.v1.UpdateChannelResponse\x12q\n" +
|
|
"\x0eSearchChannels\x12..mattermost.pluginapi.v1.SearchChannelsRequest\x1a/.mattermost.pluginapi.v1.SearchChannelsResponse\x12w\n" +
|
|
"\x10AddChannelMember\x120.mattermost.pluginapi.v1.AddChannelMemberRequest\x1a1.mattermost.pluginapi.v1.AddChannelMemberResponse\x12w\n" +
|
|
"\x10AddUserToChannel\x120.mattermost.pluginapi.v1.AddUserToChannelRequest\x1a1.mattermost.pluginapi.v1.AddUserToChannelResponse\x12w\n" +
|
|
"\x10GetChannelMember\x120.mattermost.pluginapi.v1.GetChannelMemberRequest\x1a1.mattermost.pluginapi.v1.GetChannelMemberResponse\x12z\n" +
|
|
"\x11GetChannelMembers\x121.mattermost.pluginapi.v1.GetChannelMembersRequest\x1a2.mattermost.pluginapi.v1.GetChannelMembersResponse\x12\x89\x01\n" +
|
|
"\x16GetChannelMembersByIds\x126.mattermost.pluginapi.v1.GetChannelMembersByIdsRequest\x1a7.mattermost.pluginapi.v1.GetChannelMembersByIdsResponse\x12\x8f\x01\n" +
|
|
"\x18GetChannelMembersForUser\x128.mattermost.pluginapi.v1.GetChannelMembersForUserRequest\x1a9.mattermost.pluginapi.v1.GetChannelMembersForUserResponse\x12\x8f\x01\n" +
|
|
"\x18UpdateChannelMemberRoles\x128.mattermost.pluginapi.v1.UpdateChannelMemberRolesRequest\x1a9.mattermost.pluginapi.v1.UpdateChannelMemberRolesResponse\x12\xa7\x01\n" +
|
|
" UpdateChannelMemberNotifications\x12@.mattermost.pluginapi.v1.UpdateChannelMemberNotificationsRequest\x1aA.mattermost.pluginapi.v1.UpdateChannelMemberNotificationsResponse\x12\xa7\x01\n" +
|
|
" PatchChannelMembersNotifications\x12@.mattermost.pluginapi.v1.PatchChannelMembersNotificationsRequest\x1aA.mattermost.pluginapi.v1.PatchChannelMembersNotificationsResponse\x12\x80\x01\n" +
|
|
"\x13DeleteChannelMember\x123.mattermost.pluginapi.v1.DeleteChannelMemberRequest\x1a4.mattermost.pluginapi.v1.DeleteChannelMemberResponse\x12\x9b\x01\n" +
|
|
"\x1cCreateChannelSidebarCategory\x12<.mattermost.pluginapi.v1.CreateChannelSidebarCategoryRequest\x1a=.mattermost.pluginapi.v1.CreateChannelSidebarCategoryResponse\x12\x98\x01\n" +
|
|
"\x1bGetChannelSidebarCategories\x12;.mattermost.pluginapi.v1.GetChannelSidebarCategoriesRequest\x1a<.mattermost.pluginapi.v1.GetChannelSidebarCategoriesResponse\x12\xa1\x01\n" +
|
|
"\x1eUpdateChannelSidebarCategories\x12>.mattermost.pluginapi.v1.UpdateChannelSidebarCategoriesRequest\x1a?.mattermost.pluginapi.v1.UpdateChannelSidebarCategoriesResponse\x12e\n" +
|
|
"\n" +
|
|
"CreatePost\x12*.mattermost.pluginapi.v1.CreatePostRequest\x1a+.mattermost.pluginapi.v1.CreatePostResponse\x12h\n" +
|
|
"\vAddReaction\x12+.mattermost.pluginapi.v1.AddReactionRequest\x1a,.mattermost.pluginapi.v1.AddReactionResponse\x12q\n" +
|
|
"\x0eRemoveReaction\x12..mattermost.pluginapi.v1.RemoveReactionRequest\x1a/.mattermost.pluginapi.v1.RemoveReactionResponse\x12k\n" +
|
|
"\fGetReactions\x12,.mattermost.pluginapi.v1.GetReactionsRequest\x1a-.mattermost.pluginapi.v1.GetReactionsResponse\x12z\n" +
|
|
"\x11SendEphemeralPost\x121.mattermost.pluginapi.v1.SendEphemeralPostRequest\x1a2.mattermost.pluginapi.v1.SendEphemeralPostResponse\x12\x80\x01\n" +
|
|
"\x13UpdateEphemeralPost\x123.mattermost.pluginapi.v1.UpdateEphemeralPostRequest\x1a4.mattermost.pluginapi.v1.UpdateEphemeralPostResponse\x12\x80\x01\n" +
|
|
"\x13DeleteEphemeralPost\x123.mattermost.pluginapi.v1.DeleteEphemeralPostRequest\x1a4.mattermost.pluginapi.v1.DeleteEphemeralPostResponse\x12e\n" +
|
|
"\n" +
|
|
"DeletePost\x12*.mattermost.pluginapi.v1.DeletePostRequest\x1a+.mattermost.pluginapi.v1.DeletePostResponse\x12n\n" +
|
|
"\rGetPostThread\x12-.mattermost.pluginapi.v1.GetPostThreadRequest\x1a..mattermost.pluginapi.v1.GetPostThreadResponse\x12\\\n" +
|
|
"\aGetPost\x12'.mattermost.pluginapi.v1.GetPostRequest\x1a(.mattermost.pluginapi.v1.GetPostResponse\x12n\n" +
|
|
"\rGetPostsSince\x12-.mattermost.pluginapi.v1.GetPostsSinceRequest\x1a..mattermost.pluginapi.v1.GetPostsSinceResponse\x12n\n" +
|
|
"\rGetPostsAfter\x12-.mattermost.pluginapi.v1.GetPostsAfterRequest\x1a..mattermost.pluginapi.v1.GetPostsAfterResponse\x12q\n" +
|
|
"\x0eGetPostsBefore\x12..mattermost.pluginapi.v1.GetPostsBeforeRequest\x1a/.mattermost.pluginapi.v1.GetPostsBeforeResponse\x12}\n" +
|
|
"\x12GetPostsForChannel\x122.mattermost.pluginapi.v1.GetPostsForChannelRequest\x1a3.mattermost.pluginapi.v1.GetPostsForChannelResponse\x12e\n" +
|
|
"\n" +
|
|
"UpdatePost\x12*.mattermost.pluginapi.v1.UpdatePostRequest\x1a+.mattermost.pluginapi.v1.UpdatePostResponse\x12z\n" +
|
|
"\x11SearchPostsInTeam\x121.mattermost.pluginapi.v1.SearchPostsInTeamRequest\x1a2.mattermost.pluginapi.v1.SearchPostsInTeamResponse\x12\x8f\x01\n" +
|
|
"\x18SearchPostsInTeamForUser\x128.mattermost.pluginapi.v1.SearchPostsInTeamForUserRequest\x1a9.mattermost.pluginapi.v1.SearchPostsInTeamForUserResponse\x12k\n" +
|
|
"\fGetEmojiList\x12,.mattermost.pluginapi.v1.GetEmojiListRequest\x1a-.mattermost.pluginapi.v1.GetEmojiListResponse\x12q\n" +
|
|
"\x0eGetEmojiByName\x12..mattermost.pluginapi.v1.GetEmojiByNameRequest\x1a/.mattermost.pluginapi.v1.GetEmojiByNameResponse\x12_\n" +
|
|
"\bGetEmoji\x12(.mattermost.pluginapi.v1.GetEmojiRequest\x1a).mattermost.pluginapi.v1.GetEmojiResponse\x12n\n" +
|
|
"\rGetEmojiImage\x12-.mattermost.pluginapi.v1.GetEmojiImageRequest\x1a..mattermost.pluginapi.v1.GetEmojiImageResponse\x12V\n" +
|
|
"\x05KVSet\x12%.mattermost.pluginapi.v1.KVSetRequest\x1a&.mattermost.pluginapi.v1.KVSetResponse\x12t\n" +
|
|
"\x0fKVCompareAndSet\x12/.mattermost.pluginapi.v1.KVCompareAndSetRequest\x1a0.mattermost.pluginapi.v1.KVCompareAndSetResponse\x12}\n" +
|
|
"\x12KVCompareAndDelete\x122.mattermost.pluginapi.v1.KVCompareAndDeleteRequest\x1a3.mattermost.pluginapi.v1.KVCompareAndDeleteResponse\x12w\n" +
|
|
"\x10KVSetWithOptions\x120.mattermost.pluginapi.v1.KVSetWithOptionsRequest\x1a1.mattermost.pluginapi.v1.KVSetWithOptionsResponse\x12t\n" +
|
|
"\x0fKVSetWithExpiry\x12/.mattermost.pluginapi.v1.KVSetWithExpiryRequest\x1a0.mattermost.pluginapi.v1.KVSetWithExpiryResponse\x12V\n" +
|
|
"\x05KVGet\x12%.mattermost.pluginapi.v1.KVGetRequest\x1a&.mattermost.pluginapi.v1.KVGetResponse\x12_\n" +
|
|
"\bKVDelete\x12(.mattermost.pluginapi.v1.KVDeleteRequest\x1a).mattermost.pluginapi.v1.KVDeleteResponse\x12h\n" +
|
|
"\vKVDeleteAll\x12+.mattermost.pluginapi.v1.KVDeleteAllRequest\x1a,.mattermost.pluginapi.v1.KVDeleteAllResponse\x12Y\n" +
|
|
"\x06KVList\x12&.mattermost.pluginapi.v1.KVListRequest\x1a'.mattermost.pluginapi.v1.KVListResponse\x12\x86\x01\n" +
|
|
"\x15PublishWebSocketEvent\x125.mattermost.pluginapi.v1.PublishWebSocketEventRequest\x1a6.mattermost.pluginapi.v1.PublishWebSocketEventResponse\x12\x8c\x01\n" +
|
|
"\x17LoadPluginConfiguration\x127.mattermost.pluginapi.v1.LoadPluginConfigurationRequest\x1a8.mattermost.pluginapi.v1.LoadPluginConfigurationResponse\x12b\n" +
|
|
"\tGetConfig\x12).mattermost.pluginapi.v1.GetConfigRequest\x1a*.mattermost.pluginapi.v1.GetConfigResponse\x12\x83\x01\n" +
|
|
"\x14GetUnsanitizedConfig\x124.mattermost.pluginapi.v1.GetUnsanitizedConfigRequest\x1a5.mattermost.pluginapi.v1.GetUnsanitizedConfigResponse\x12e\n" +
|
|
"\n" +
|
|
"SaveConfig\x12*.mattermost.pluginapi.v1.SaveConfigRequest\x1a+.mattermost.pluginapi.v1.SaveConfigResponse\x12t\n" +
|
|
"\x0fGetPluginConfig\x12/.mattermost.pluginapi.v1.GetPluginConfigRequest\x1a0.mattermost.pluginapi.v1.GetPluginConfigResponse\x12w\n" +
|
|
"\x10SavePluginConfig\x120.mattermost.pluginapi.v1.SavePluginConfigRequest\x1a1.mattermost.pluginapi.v1.SavePluginConfigResponse\x12n\n" +
|
|
"\rGetBundlePath\x12-.mattermost.pluginapi.v1.GetBundlePathRequest\x1a..mattermost.pluginapi.v1.GetBundlePathResponse\x12e\n" +
|
|
"\n" +
|
|
"GetPlugins\x12*.mattermost.pluginapi.v1.GetPluginsRequest\x1a+.mattermost.pluginapi.v1.GetPluginsResponse\x12k\n" +
|
|
"\fEnablePlugin\x12,.mattermost.pluginapi.v1.EnablePluginRequest\x1a-.mattermost.pluginapi.v1.EnablePluginResponse\x12n\n" +
|
|
"\rDisablePlugin\x12-.mattermost.pluginapi.v1.DisablePluginRequest\x1a..mattermost.pluginapi.v1.DisablePluginResponse\x12k\n" +
|
|
"\fRemovePlugin\x12,.mattermost.pluginapi.v1.RemovePluginRequest\x1a-.mattermost.pluginapi.v1.RemovePluginResponse\x12t\n" +
|
|
"\x0fGetPluginStatus\x12/.mattermost.pluginapi.v1.GetPluginStatusRequest\x1a0.mattermost.pluginapi.v1.GetPluginStatusResponse\x12n\n" +
|
|
"\rInstallPlugin\x12-.mattermost.pluginapi.v1.InstallPluginRequest\x1a..mattermost.pluginapi.v1.InstallPluginResponse\x12h\n" +
|
|
"\vGetPluginID\x12+.mattermost.pluginapi.v1.GetPluginIDRequest\x1a,.mattermost.pluginapi.v1.GetPluginIDResponse\x12_\n" +
|
|
"\bLogDebug\x12(.mattermost.pluginapi.v1.LogDebugRequest\x1a).mattermost.pluginapi.v1.LogDebugResponse\x12\\\n" +
|
|
"\aLogInfo\x12'.mattermost.pluginapi.v1.LogInfoRequest\x1a(.mattermost.pluginapi.v1.LogInfoResponse\x12_\n" +
|
|
"\bLogError\x12(.mattermost.pluginapi.v1.LogErrorRequest\x1a).mattermost.pluginapi.v1.LogErrorResponse\x12\\\n" +
|
|
"\aLogWarn\x12'.mattermost.pluginapi.v1.LogWarnRequest\x1a(.mattermost.pluginapi.v1.LogWarnResponse\x12n\n" +
|
|
"\rCopyFileInfos\x12-.mattermost.pluginapi.v1.CopyFileInfosRequest\x1a..mattermost.pluginapi.v1.CopyFileInfosResponse\x12h\n" +
|
|
"\vGetFileInfo\x12+.mattermost.pluginapi.v1.GetFileInfoRequest\x1a,.mattermost.pluginapi.v1.GetFileInfoResponse\x12\x8f\x01\n" +
|
|
"\x18SetFileSearchableContent\x128.mattermost.pluginapi.v1.SetFileSearchableContentRequest\x1a9.mattermost.pluginapi.v1.SetFileSearchableContentResponse\x12k\n" +
|
|
"\fGetFileInfos\x12,.mattermost.pluginapi.v1.GetFileInfosRequest\x1a-.mattermost.pluginapi.v1.GetFileInfosResponse\x12\\\n" +
|
|
"\aGetFile\x12'.mattermost.pluginapi.v1.GetFileRequest\x1a(.mattermost.pluginapi.v1.GetFileResponse\x12h\n" +
|
|
"\vGetFileLink\x12+.mattermost.pluginapi.v1.GetFileLinkRequest\x1a,.mattermost.pluginapi.v1.GetFileLinkResponse\x12_\n" +
|
|
"\bReadFile\x12(.mattermost.pluginapi.v1.ReadFileRequest\x1a).mattermost.pluginapi.v1.ReadFileResponse\x12e\n" +
|
|
"\n" +
|
|
"UploadFile\x12*.mattermost.pluginapi.v1.UploadFileRequest\x1a+.mattermost.pluginapi.v1.UploadFileResponse\x12\x80\x01\n" +
|
|
"\x13CreateUploadSession\x123.mattermost.pluginapi.v1.CreateUploadSessionRequest\x1a4.mattermost.pluginapi.v1.CreateUploadSessionResponse\x12e\n" +
|
|
"\n" +
|
|
"UploadData\x12*.mattermost.pluginapi.v1.UploadDataRequest\x1a+.mattermost.pluginapi.v1.UploadDataResponse\x12w\n" +
|
|
"\x10GetUploadSession\x120.mattermost.pluginapi.v1.GetUploadSessionRequest\x1a1.mattermost.pluginapi.v1.GetUploadSessionResponse\x12b\n" +
|
|
"\tCreateBot\x12).mattermost.pluginapi.v1.CreateBotRequest\x1a*.mattermost.pluginapi.v1.CreateBotResponse\x12_\n" +
|
|
"\bPatchBot\x12(.mattermost.pluginapi.v1.PatchBotRequest\x1a).mattermost.pluginapi.v1.PatchBotResponse\x12Y\n" +
|
|
"\x06GetBot\x12&.mattermost.pluginapi.v1.GetBotRequest\x1a'.mattermost.pluginapi.v1.GetBotResponse\x12\\\n" +
|
|
"\aGetBots\x12'.mattermost.pluginapi.v1.GetBotsRequest\x1a(.mattermost.pluginapi.v1.GetBotsResponse\x12t\n" +
|
|
"\x0fUpdateBotActive\x12/.mattermost.pluginapi.v1.UpdateBotActiveRequest\x1a0.mattermost.pluginapi.v1.UpdateBotActiveResponse\x12}\n" +
|
|
"\x12PermanentDeleteBot\x122.mattermost.pluginapi.v1.PermanentDeleteBotRequest\x1a3.mattermost.pluginapi.v1.PermanentDeleteBotResponse\x12n\n" +
|
|
"\rEnsureBotUser\x12-.mattermost.pluginapi.v1.EnsureBotUserRequest\x1a..mattermost.pluginapi.v1.EnsureBotUserResponse\x12e\n" +
|
|
"\n" +
|
|
"GetLicense\x12*.mattermost.pluginapi.v1.GetLicenseRequest\x1a+.mattermost.pluginapi.v1.GetLicenseResponse\x12z\n" +
|
|
"\x11IsEnterpriseReady\x121.mattermost.pluginapi.v1.IsEnterpriseReadyRequest\x1a2.mattermost.pluginapi.v1.IsEnterpriseReadyResponse\x12w\n" +
|
|
"\x10GetServerVersion\x120.mattermost.pluginapi.v1.GetServerVersionRequest\x1a1.mattermost.pluginapi.v1.GetServerVersionResponse\x12\x83\x01\n" +
|
|
"\x14GetSystemInstallDate\x124.mattermost.pluginapi.v1.GetSystemInstallDateRequest\x1a5.mattermost.pluginapi.v1.GetSystemInstallDateResponse\x12t\n" +
|
|
"\x0fGetDiagnosticId\x12/.mattermost.pluginapi.v1.GetDiagnosticIdRequest\x1a0.mattermost.pluginapi.v1.GetDiagnosticIdResponse\x12q\n" +
|
|
"\x0eGetTelemetryId\x12..mattermost.pluginapi.v1.GetTelemetryIdRequest\x1a/.mattermost.pluginapi.v1.GetTelemetryIdResponse\x12t\n" +
|
|
"\x0fRegisterCommand\x12/.mattermost.pluginapi.v1.RegisterCommandRequest\x1a0.mattermost.pluginapi.v1.RegisterCommandResponse\x12z\n" +
|
|
"\x11UnregisterCommand\x121.mattermost.pluginapi.v1.UnregisterCommandRequest\x1a2.mattermost.pluginapi.v1.UnregisterCommandResponse\x12\x80\x01\n" +
|
|
"\x13ExecuteSlashCommand\x123.mattermost.pluginapi.v1.ExecuteSlashCommandRequest\x1a4.mattermost.pluginapi.v1.ExecuteSlashCommandResponse\x12n\n" +
|
|
"\rCreateCommand\x12-.mattermost.pluginapi.v1.CreateCommandRequest\x1a..mattermost.pluginapi.v1.CreateCommandResponse\x12k\n" +
|
|
"\fListCommands\x12,.mattermost.pluginapi.v1.ListCommandsRequest\x1a-.mattermost.pluginapi.v1.ListCommandsResponse\x12}\n" +
|
|
"\x12ListCustomCommands\x122.mattermost.pluginapi.v1.ListCustomCommandsRequest\x1a3.mattermost.pluginapi.v1.ListCustomCommandsResponse\x12}\n" +
|
|
"\x12ListPluginCommands\x122.mattermost.pluginapi.v1.ListPluginCommandsRequest\x1a3.mattermost.pluginapi.v1.ListPluginCommandsResponse\x12\x80\x01\n" +
|
|
"\x13ListBuiltInCommands\x123.mattermost.pluginapi.v1.ListBuiltInCommandsRequest\x1a4.mattermost.pluginapi.v1.ListBuiltInCommandsResponse\x12e\n" +
|
|
"\n" +
|
|
"GetCommand\x12*.mattermost.pluginapi.v1.GetCommandRequest\x1a+.mattermost.pluginapi.v1.GetCommandResponse\x12n\n" +
|
|
"\rUpdateCommand\x12-.mattermost.pluginapi.v1.UpdateCommandRequest\x1a..mattermost.pluginapi.v1.UpdateCommandResponse\x12n\n" +
|
|
"\rDeleteCommand\x12-.mattermost.pluginapi.v1.DeleteCommandRequest\x1a..mattermost.pluginapi.v1.DeleteCommandResponse\x12\x83\x01\n" +
|
|
"\x14GetPreferenceForUser\x124.mattermost.pluginapi.v1.GetPreferenceForUserRequest\x1a5.mattermost.pluginapi.v1.GetPreferenceForUserResponse\x12\x86\x01\n" +
|
|
"\x15GetPreferencesForUser\x125.mattermost.pluginapi.v1.GetPreferencesForUserRequest\x1a6.mattermost.pluginapi.v1.GetPreferencesForUserResponse\x12\x8f\x01\n" +
|
|
"\x18UpdatePreferencesForUser\x128.mattermost.pluginapi.v1.UpdatePreferencesForUserRequest\x1a9.mattermost.pluginapi.v1.UpdatePreferencesForUserResponse\x12\x8f\x01\n" +
|
|
"\x18DeletePreferencesForUser\x128.mattermost.pluginapi.v1.DeletePreferencesForUserRequest\x1a9.mattermost.pluginapi.v1.DeletePreferencesForUserResponse\x12q\n" +
|
|
"\x0eCreateOAuthApp\x12..mattermost.pluginapi.v1.CreateOAuthAppRequest\x1a/.mattermost.pluginapi.v1.CreateOAuthAppResponse\x12h\n" +
|
|
"\vGetOAuthApp\x12+.mattermost.pluginapi.v1.GetOAuthAppRequest\x1a,.mattermost.pluginapi.v1.GetOAuthAppResponse\x12q\n" +
|
|
"\x0eUpdateOAuthApp\x12..mattermost.pluginapi.v1.UpdateOAuthAppRequest\x1a/.mattermost.pluginapi.v1.UpdateOAuthAppResponse\x12q\n" +
|
|
"\x0eDeleteOAuthApp\x12..mattermost.pluginapi.v1.DeleteOAuthAppRequest\x1a/.mattermost.pluginapi.v1.DeleteOAuthAppResponse\x12_\n" +
|
|
"\bGetGroup\x12(.mattermost.pluginapi.v1.GetGroupRequest\x1a).mattermost.pluginapi.v1.GetGroupResponse\x12q\n" +
|
|
"\x0eGetGroupByName\x12..mattermost.pluginapi.v1.GetGroupByNameRequest\x1a/.mattermost.pluginapi.v1.GetGroupByNameResponse\x12\x80\x01\n" +
|
|
"\x13GetGroupMemberUsers\x123.mattermost.pluginapi.v1.GetGroupMemberUsersRequest\x1a4.mattermost.pluginapi.v1.GetGroupMemberUsersResponse\x12z\n" +
|
|
"\x11GetGroupsBySource\x121.mattermost.pluginapi.v1.GetGroupsBySourceRequest\x1a2.mattermost.pluginapi.v1.GetGroupsBySourceResponse\x12w\n" +
|
|
"\x10GetGroupsForUser\x120.mattermost.pluginapi.v1.GetGroupsForUserRequest\x1a1.mattermost.pluginapi.v1.GetGroupsForUserResponse\x12z\n" +
|
|
"\x11UpsertGroupMember\x121.mattermost.pluginapi.v1.UpsertGroupMemberRequest\x1a2.mattermost.pluginapi.v1.UpsertGroupMemberResponse\x12}\n" +
|
|
"\x12UpsertGroupMembers\x122.mattermost.pluginapi.v1.UpsertGroupMembersRequest\x1a3.mattermost.pluginapi.v1.UpsertGroupMembersResponse\x12}\n" +
|
|
"\x12GetGroupByRemoteID\x122.mattermost.pluginapi.v1.GetGroupByRemoteIDRequest\x1a3.mattermost.pluginapi.v1.GetGroupByRemoteIDResponse\x12h\n" +
|
|
"\vCreateGroup\x12+.mattermost.pluginapi.v1.CreateGroupRequest\x1a,.mattermost.pluginapi.v1.CreateGroupResponse\x12h\n" +
|
|
"\vUpdateGroup\x12+.mattermost.pluginapi.v1.UpdateGroupRequest\x1a,.mattermost.pluginapi.v1.UpdateGroupResponse\x12h\n" +
|
|
"\vDeleteGroup\x12+.mattermost.pluginapi.v1.DeleteGroupRequest\x1a,.mattermost.pluginapi.v1.DeleteGroupResponse\x12k\n" +
|
|
"\fRestoreGroup\x12,.mattermost.pluginapi.v1.RestoreGroupRequest\x1a-.mattermost.pluginapi.v1.RestoreGroupResponse\x12z\n" +
|
|
"\x11DeleteGroupMember\x121.mattermost.pluginapi.v1.DeleteGroupMemberRequest\x1a2.mattermost.pluginapi.v1.DeleteGroupMemberResponse\x12w\n" +
|
|
"\x10GetGroupSyncable\x120.mattermost.pluginapi.v1.GetGroupSyncableRequest\x1a1.mattermost.pluginapi.v1.GetGroupSyncableResponse\x12z\n" +
|
|
"\x11GetGroupSyncables\x121.mattermost.pluginapi.v1.GetGroupSyncablesRequest\x1a2.mattermost.pluginapi.v1.GetGroupSyncablesResponse\x12\x80\x01\n" +
|
|
"\x13UpsertGroupSyncable\x123.mattermost.pluginapi.v1.UpsertGroupSyncableRequest\x1a4.mattermost.pluginapi.v1.UpsertGroupSyncableResponse\x12\x80\x01\n" +
|
|
"\x13UpdateGroupSyncable\x123.mattermost.pluginapi.v1.UpdateGroupSyncableRequest\x1a4.mattermost.pluginapi.v1.UpdateGroupSyncableResponse\x12\x80\x01\n" +
|
|
"\x13DeleteGroupSyncable\x123.mattermost.pluginapi.v1.DeleteGroupSyncableRequest\x1a4.mattermost.pluginapi.v1.DeleteGroupSyncableResponse\x12b\n" +
|
|
"\tGetGroups\x12).mattermost.pluginapi.v1.GetGroupsRequest\x1a*.mattermost.pluginapi.v1.GetGroupsResponse\x12\xa7\x01\n" +
|
|
" CreateDefaultSyncableMemberships\x12@.mattermost.pluginapi.v1.CreateDefaultSyncableMembershipsRequest\x1aA.mattermost.pluginapi.v1.CreateDefaultSyncableMembershipsResponse\x12\xaa\x01\n" +
|
|
"!DeleteGroupConstrainedMemberships\x12A.mattermost.pluginapi.v1.DeleteGroupConstrainedMembershipsRequest\x1aB.mattermost.pluginapi.v1.DeleteGroupConstrainedMembershipsResponse\x12\xa4\x01\n" +
|
|
"\x1fRegisterPluginForSharedChannels\x12?.mattermost.pluginapi.v1.RegisterPluginForSharedChannelsRequest\x1a@.mattermost.pluginapi.v1.RegisterPluginForSharedChannelsResponse\x12\xaa\x01\n" +
|
|
"!UnregisterPluginForSharedChannels\x12A.mattermost.pluginapi.v1.UnregisterPluginForSharedChannelsRequest\x1aB.mattermost.pluginapi.v1.UnregisterPluginForSharedChannelsResponse\x12k\n" +
|
|
"\fShareChannel\x12,.mattermost.pluginapi.v1.ShareChannelRequest\x1a-.mattermost.pluginapi.v1.ShareChannelResponse\x12\x80\x01\n" +
|
|
"\x13UpdateSharedChannel\x123.mattermost.pluginapi.v1.UpdateSharedChannelRequest\x1a4.mattermost.pluginapi.v1.UpdateSharedChannelResponse\x12q\n" +
|
|
"\x0eUnshareChannel\x12..mattermost.pluginapi.v1.UnshareChannelRequest\x1a/.mattermost.pluginapi.v1.UnshareChannelResponse\x12\x92\x01\n" +
|
|
"\x19UpdateSharedChannelCursor\x129.mattermost.pluginapi.v1.UpdateSharedChannelCursorRequest\x1a:.mattermost.pluginapi.v1.UpdateSharedChannelCursorResponse\x12z\n" +
|
|
"\x11SyncSharedChannel\x121.mattermost.pluginapi.v1.SyncSharedChannelRequest\x1a2.mattermost.pluginapi.v1.SyncSharedChannelResponse\x12\x86\x01\n" +
|
|
"\x15InviteRemoteToChannel\x125.mattermost.pluginapi.v1.InviteRemoteToChannelRequest\x1a6.mattermost.pluginapi.v1.InviteRemoteToChannelResponse\x12\x92\x01\n" +
|
|
"\x19UninviteRemoteFromChannel\x129.mattermost.pluginapi.v1.UninviteRemoteFromChannelRequest\x1a:.mattermost.pluginapi.v1.UninviteRemoteFromChannelResponse\x12\x80\x01\n" +
|
|
"\x13CreatePropertyField\x123.mattermost.pluginapi.v1.CreatePropertyFieldRequest\x1a4.mattermost.pluginapi.v1.CreatePropertyFieldResponse\x12w\n" +
|
|
"\x10GetPropertyField\x120.mattermost.pluginapi.v1.GetPropertyFieldRequest\x1a1.mattermost.pluginapi.v1.GetPropertyFieldResponse\x12z\n" +
|
|
"\x11GetPropertyFields\x121.mattermost.pluginapi.v1.GetPropertyFieldsRequest\x1a2.mattermost.pluginapi.v1.GetPropertyFieldsResponse\x12\x80\x01\n" +
|
|
"\x13UpdatePropertyField\x123.mattermost.pluginapi.v1.UpdatePropertyFieldRequest\x1a4.mattermost.pluginapi.v1.UpdatePropertyFieldResponse\x12\x80\x01\n" +
|
|
"\x13DeletePropertyField\x123.mattermost.pluginapi.v1.DeletePropertyFieldRequest\x1a4.mattermost.pluginapi.v1.DeletePropertyFieldResponse\x12\x83\x01\n" +
|
|
"\x14SearchPropertyFields\x124.mattermost.pluginapi.v1.SearchPropertyFieldsRequest\x1a5.mattermost.pluginapi.v1.SearchPropertyFieldsResponse\x12\x80\x01\n" +
|
|
"\x13CountPropertyFields\x123.mattermost.pluginapi.v1.CountPropertyFieldsRequest\x1a4.mattermost.pluginapi.v1.CountPropertyFieldsResponse\x12\x9b\x01\n" +
|
|
"\x1cCountPropertyFieldsForTarget\x12<.mattermost.pluginapi.v1.CountPropertyFieldsForTargetRequest\x1a=.mattermost.pluginapi.v1.CountPropertyFieldsForTargetResponse\x12\x80\x01\n" +
|
|
"\x13CreatePropertyValue\x123.mattermost.pluginapi.v1.CreatePropertyValueRequest\x1a4.mattermost.pluginapi.v1.CreatePropertyValueResponse\x12w\n" +
|
|
"\x10GetPropertyValue\x120.mattermost.pluginapi.v1.GetPropertyValueRequest\x1a1.mattermost.pluginapi.v1.GetPropertyValueResponse\x12z\n" +
|
|
"\x11GetPropertyValues\x121.mattermost.pluginapi.v1.GetPropertyValuesRequest\x1a2.mattermost.pluginapi.v1.GetPropertyValuesResponse\x12\x80\x01\n" +
|
|
"\x13UpdatePropertyValue\x123.mattermost.pluginapi.v1.UpdatePropertyValueRequest\x1a4.mattermost.pluginapi.v1.UpdatePropertyValueResponse\x12\x80\x01\n" +
|
|
"\x13UpsertPropertyValue\x123.mattermost.pluginapi.v1.UpsertPropertyValueRequest\x1a4.mattermost.pluginapi.v1.UpsertPropertyValueResponse\x12\x80\x01\n" +
|
|
"\x13DeletePropertyValue\x123.mattermost.pluginapi.v1.DeletePropertyValueRequest\x1a4.mattermost.pluginapi.v1.DeletePropertyValueResponse\x12\x83\x01\n" +
|
|
"\x14SearchPropertyValues\x124.mattermost.pluginapi.v1.SearchPropertyValuesRequest\x1a5.mattermost.pluginapi.v1.SearchPropertyValuesResponse\x12\x86\x01\n" +
|
|
"\x15RegisterPropertyGroup\x125.mattermost.pluginapi.v1.RegisterPropertyGroupRequest\x1a6.mattermost.pluginapi.v1.RegisterPropertyGroupResponse\x12w\n" +
|
|
"\x10GetPropertyGroup\x120.mattermost.pluginapi.v1.GetPropertyGroupRequest\x1a1.mattermost.pluginapi.v1.GetPropertyGroupResponse\x12\x89\x01\n" +
|
|
"\x16GetPropertyFieldByName\x126.mattermost.pluginapi.v1.GetPropertyFieldByNameRequest\x1a7.mattermost.pluginapi.v1.GetPropertyFieldByNameResponse\x12\x83\x01\n" +
|
|
"\x14UpdatePropertyFields\x124.mattermost.pluginapi.v1.UpdatePropertyFieldsRequest\x1a5.mattermost.pluginapi.v1.UpdatePropertyFieldsResponse\x12\x83\x01\n" +
|
|
"\x14UpdatePropertyValues\x124.mattermost.pluginapi.v1.UpdatePropertyValuesRequest\x1a5.mattermost.pluginapi.v1.UpdatePropertyValuesResponse\x12\x83\x01\n" +
|
|
"\x14UpsertPropertyValues\x124.mattermost.pluginapi.v1.UpsertPropertyValuesRequest\x1a5.mattermost.pluginapi.v1.UpsertPropertyValuesResponse\x12\x9e\x01\n" +
|
|
"\x1dDeletePropertyValuesForTarget\x12=.mattermost.pluginapi.v1.DeletePropertyValuesForTargetRequest\x1a>.mattermost.pluginapi.v1.DeletePropertyValuesForTargetResponse\x12\x9b\x01\n" +
|
|
"\x1cDeletePropertyValuesForField\x12<.mattermost.pluginapi.v1.DeletePropertyValuesForFieldRequest\x1a=.mattermost.pluginapi.v1.DeletePropertyValuesForFieldResponse\x12h\n" +
|
|
"\vLogAuditRec\x12+.mattermost.pluginapi.v1.LogAuditRecRequest\x1a,.mattermost.pluginapi.v1.LogAuditRecResponse\x12\x83\x01\n" +
|
|
"\x14LogAuditRecWithLevel\x124.mattermost.pluginapi.v1.LogAuditRecWithLevelRequest\x1a5.mattermost.pluginapi.v1.LogAuditRecWithLevelResponse\x12e\n" +
|
|
"\n" +
|
|
"PluginHTTP\x12*.mattermost.pluginapi.v1.PluginHTTPRequest\x1a+.mattermost.pluginapi.v1.PluginHTTPResponse\x12q\n" +
|
|
"\x0eGetCloudLimits\x12..mattermost.pluginapi.v1.GetCloudLimitsRequest\x1a/.mattermost.pluginapi.v1.GetCloudLimitsResponse\x12\x86\x01\n" +
|
|
"\x15OpenInteractiveDialog\x125.mattermost.pluginapi.v1.OpenInteractiveDialogRequest\x1a6.mattermost.pluginapi.v1.OpenInteractiveDialogResponse\x12\x92\x01\n" +
|
|
"\x19PublishPluginClusterEvent\x129.mattermost.pluginapi.v1.PublishPluginClusterEventRequest\x1a:.mattermost.pluginapi.v1.PublishPluginClusterEventResponse\x12\x95\x01\n" +
|
|
"\x1aRegisterCollectionAndTopic\x12:.mattermost.pluginapi.v1.RegisterCollectionAndTopicRequest\x1a;.mattermost.pluginapi.v1.RegisterCollectionAndTopicResponse\x12\x80\x01\n" +
|
|
"\x13RequestTrialLicense\x123.mattermost.pluginapi.v1.RequestTrialLicenseRequest\x1a4.mattermost.pluginapi.v1.RequestTrialLicenseResponse\x12\x83\x01\n" +
|
|
"\x14RolesGrantPermission\x124.mattermost.pluginapi.v1.RolesGrantPermissionRequest\x1a5.mattermost.pluginapi.v1.RolesGrantPermissionResponse\x12_\n" +
|
|
"\bSendMail\x12(.mattermost.pluginapi.v1.SendMailRequest\x1a).mattermost.pluginapi.v1.SendMailResponse\x12\x83\x01\n" +
|
|
"\x14SendPushNotification\x124.mattermost.pluginapi.v1.SendPushNotificationRequest\x1a5.mattermost.pluginapi.v1.SendPushNotificationResponseBXZVgithub.com/mattermost/mattermost/server/public/pluginapi/grpc/generated/go/pluginapiv1b\x06proto3"
|
|
|
|
var file_api_proto_goTypes = []any{
|
|
(*CreateUserRequest)(nil), // 0: mattermost.pluginapi.v1.CreateUserRequest
|
|
(*DeleteUserRequest)(nil), // 1: mattermost.pluginapi.v1.DeleteUserRequest
|
|
(*GetUsersRequest)(nil), // 2: mattermost.pluginapi.v1.GetUsersRequest
|
|
(*GetUsersByIdsRequest)(nil), // 3: mattermost.pluginapi.v1.GetUsersByIdsRequest
|
|
(*GetUserRequest)(nil), // 4: mattermost.pluginapi.v1.GetUserRequest
|
|
(*GetUserByEmailRequest)(nil), // 5: mattermost.pluginapi.v1.GetUserByEmailRequest
|
|
(*GetUserByUsernameRequest)(nil), // 6: mattermost.pluginapi.v1.GetUserByUsernameRequest
|
|
(*GetUsersByUsernamesRequest)(nil), // 7: mattermost.pluginapi.v1.GetUsersByUsernamesRequest
|
|
(*GetUsersInTeamRequest)(nil), // 8: mattermost.pluginapi.v1.GetUsersInTeamRequest
|
|
(*UpdateUserRequest)(nil), // 9: mattermost.pluginapi.v1.UpdateUserRequest
|
|
(*GetUserStatusRequest)(nil), // 10: mattermost.pluginapi.v1.GetUserStatusRequest
|
|
(*GetUserStatusesByIdsRequest)(nil), // 11: mattermost.pluginapi.v1.GetUserStatusesByIdsRequest
|
|
(*UpdateUserStatusRequest)(nil), // 12: mattermost.pluginapi.v1.UpdateUserStatusRequest
|
|
(*SetUserStatusTimedDNDRequest)(nil), // 13: mattermost.pluginapi.v1.SetUserStatusTimedDNDRequest
|
|
(*UpdateUserActiveRequest)(nil), // 14: mattermost.pluginapi.v1.UpdateUserActiveRequest
|
|
(*UpdateUserCustomStatusRequest)(nil), // 15: mattermost.pluginapi.v1.UpdateUserCustomStatusRequest
|
|
(*RemoveUserCustomStatusRequest)(nil), // 16: mattermost.pluginapi.v1.RemoveUserCustomStatusRequest
|
|
(*GetUsersInChannelRequest)(nil), // 17: mattermost.pluginapi.v1.GetUsersInChannelRequest
|
|
(*GetLDAPUserAttributesRequest)(nil), // 18: mattermost.pluginapi.v1.GetLDAPUserAttributesRequest
|
|
(*SearchUsersRequest)(nil), // 19: mattermost.pluginapi.v1.SearchUsersRequest
|
|
(*GetProfileImageRequest)(nil), // 20: mattermost.pluginapi.v1.GetProfileImageRequest
|
|
(*SetProfileImageRequest)(nil), // 21: mattermost.pluginapi.v1.SetProfileImageRequest
|
|
(*HasPermissionToRequest)(nil), // 22: mattermost.pluginapi.v1.HasPermissionToRequest
|
|
(*HasPermissionToTeamRequest)(nil), // 23: mattermost.pluginapi.v1.HasPermissionToTeamRequest
|
|
(*HasPermissionToChannelRequest)(nil), // 24: mattermost.pluginapi.v1.HasPermissionToChannelRequest
|
|
(*PublishUserTypingRequest)(nil), // 25: mattermost.pluginapi.v1.PublishUserTypingRequest
|
|
(*UpdateUserAuthRequest)(nil), // 26: mattermost.pluginapi.v1.UpdateUserAuthRequest
|
|
(*UpdateUserRolesRequest)(nil), // 27: mattermost.pluginapi.v1.UpdateUserRolesRequest
|
|
(*GetSessionRequest)(nil), // 28: mattermost.pluginapi.v1.GetSessionRequest
|
|
(*CreateSessionRequest)(nil), // 29: mattermost.pluginapi.v1.CreateSessionRequest
|
|
(*ExtendSessionExpiryRequest)(nil), // 30: mattermost.pluginapi.v1.ExtendSessionExpiryRequest
|
|
(*RevokeSessionRequest)(nil), // 31: mattermost.pluginapi.v1.RevokeSessionRequest
|
|
(*CreateUserAccessTokenRequest)(nil), // 32: mattermost.pluginapi.v1.CreateUserAccessTokenRequest
|
|
(*RevokeUserAccessTokenRequest)(nil), // 33: mattermost.pluginapi.v1.RevokeUserAccessTokenRequest
|
|
(*CreateTeamRequest)(nil), // 34: mattermost.pluginapi.v1.CreateTeamRequest
|
|
(*DeleteTeamRequest)(nil), // 35: mattermost.pluginapi.v1.DeleteTeamRequest
|
|
(*GetTeamsRequest)(nil), // 36: mattermost.pluginapi.v1.GetTeamsRequest
|
|
(*GetTeamRequest)(nil), // 37: mattermost.pluginapi.v1.GetTeamRequest
|
|
(*GetTeamByNameRequest)(nil), // 38: mattermost.pluginapi.v1.GetTeamByNameRequest
|
|
(*GetTeamsUnreadForUserRequest)(nil), // 39: mattermost.pluginapi.v1.GetTeamsUnreadForUserRequest
|
|
(*UpdateTeamRequest)(nil), // 40: mattermost.pluginapi.v1.UpdateTeamRequest
|
|
(*SearchTeamsRequest)(nil), // 41: mattermost.pluginapi.v1.SearchTeamsRequest
|
|
(*GetTeamsForUserRequest)(nil), // 42: mattermost.pluginapi.v1.GetTeamsForUserRequest
|
|
(*CreateTeamMemberRequest)(nil), // 43: mattermost.pluginapi.v1.CreateTeamMemberRequest
|
|
(*CreateTeamMembersRequest)(nil), // 44: mattermost.pluginapi.v1.CreateTeamMembersRequest
|
|
(*CreateTeamMembersGracefullyRequest)(nil), // 45: mattermost.pluginapi.v1.CreateTeamMembersGracefullyRequest
|
|
(*DeleteTeamMemberRequest)(nil), // 46: mattermost.pluginapi.v1.DeleteTeamMemberRequest
|
|
(*GetTeamMembersRequest)(nil), // 47: mattermost.pluginapi.v1.GetTeamMembersRequest
|
|
(*GetTeamMemberRequest)(nil), // 48: mattermost.pluginapi.v1.GetTeamMemberRequest
|
|
(*GetTeamMembersForUserRequest)(nil), // 49: mattermost.pluginapi.v1.GetTeamMembersForUserRequest
|
|
(*UpdateTeamMemberRolesRequest)(nil), // 50: mattermost.pluginapi.v1.UpdateTeamMemberRolesRequest
|
|
(*GetTeamIconRequest)(nil), // 51: mattermost.pluginapi.v1.GetTeamIconRequest
|
|
(*SetTeamIconRequest)(nil), // 52: mattermost.pluginapi.v1.SetTeamIconRequest
|
|
(*RemoveTeamIconRequest)(nil), // 53: mattermost.pluginapi.v1.RemoveTeamIconRequest
|
|
(*GetTeamStatsRequest)(nil), // 54: mattermost.pluginapi.v1.GetTeamStatsRequest
|
|
(*CreateChannelRequest)(nil), // 55: mattermost.pluginapi.v1.CreateChannelRequest
|
|
(*DeleteChannelRequest)(nil), // 56: mattermost.pluginapi.v1.DeleteChannelRequest
|
|
(*GetPublicChannelsForTeamRequest)(nil), // 57: mattermost.pluginapi.v1.GetPublicChannelsForTeamRequest
|
|
(*GetChannelRequest)(nil), // 58: mattermost.pluginapi.v1.GetChannelRequest
|
|
(*GetChannelByNameRequest)(nil), // 59: mattermost.pluginapi.v1.GetChannelByNameRequest
|
|
(*GetChannelByNameForTeamNameRequest)(nil), // 60: mattermost.pluginapi.v1.GetChannelByNameForTeamNameRequest
|
|
(*GetChannelsForTeamForUserRequest)(nil), // 61: mattermost.pluginapi.v1.GetChannelsForTeamForUserRequest
|
|
(*GetChannelStatsRequest)(nil), // 62: mattermost.pluginapi.v1.GetChannelStatsRequest
|
|
(*GetDirectChannelRequest)(nil), // 63: mattermost.pluginapi.v1.GetDirectChannelRequest
|
|
(*GetGroupChannelRequest)(nil), // 64: mattermost.pluginapi.v1.GetGroupChannelRequest
|
|
(*UpdateChannelRequest)(nil), // 65: mattermost.pluginapi.v1.UpdateChannelRequest
|
|
(*SearchChannelsRequest)(nil), // 66: mattermost.pluginapi.v1.SearchChannelsRequest
|
|
(*AddChannelMemberRequest)(nil), // 67: mattermost.pluginapi.v1.AddChannelMemberRequest
|
|
(*AddUserToChannelRequest)(nil), // 68: mattermost.pluginapi.v1.AddUserToChannelRequest
|
|
(*GetChannelMemberRequest)(nil), // 69: mattermost.pluginapi.v1.GetChannelMemberRequest
|
|
(*GetChannelMembersRequest)(nil), // 70: mattermost.pluginapi.v1.GetChannelMembersRequest
|
|
(*GetChannelMembersByIdsRequest)(nil), // 71: mattermost.pluginapi.v1.GetChannelMembersByIdsRequest
|
|
(*GetChannelMembersForUserRequest)(nil), // 72: mattermost.pluginapi.v1.GetChannelMembersForUserRequest
|
|
(*UpdateChannelMemberRolesRequest)(nil), // 73: mattermost.pluginapi.v1.UpdateChannelMemberRolesRequest
|
|
(*UpdateChannelMemberNotificationsRequest)(nil), // 74: mattermost.pluginapi.v1.UpdateChannelMemberNotificationsRequest
|
|
(*PatchChannelMembersNotificationsRequest)(nil), // 75: mattermost.pluginapi.v1.PatchChannelMembersNotificationsRequest
|
|
(*DeleteChannelMemberRequest)(nil), // 76: mattermost.pluginapi.v1.DeleteChannelMemberRequest
|
|
(*CreateChannelSidebarCategoryRequest)(nil), // 77: mattermost.pluginapi.v1.CreateChannelSidebarCategoryRequest
|
|
(*GetChannelSidebarCategoriesRequest)(nil), // 78: mattermost.pluginapi.v1.GetChannelSidebarCategoriesRequest
|
|
(*UpdateChannelSidebarCategoriesRequest)(nil), // 79: mattermost.pluginapi.v1.UpdateChannelSidebarCategoriesRequest
|
|
(*CreatePostRequest)(nil), // 80: mattermost.pluginapi.v1.CreatePostRequest
|
|
(*AddReactionRequest)(nil), // 81: mattermost.pluginapi.v1.AddReactionRequest
|
|
(*RemoveReactionRequest)(nil), // 82: mattermost.pluginapi.v1.RemoveReactionRequest
|
|
(*GetReactionsRequest)(nil), // 83: mattermost.pluginapi.v1.GetReactionsRequest
|
|
(*SendEphemeralPostRequest)(nil), // 84: mattermost.pluginapi.v1.SendEphemeralPostRequest
|
|
(*UpdateEphemeralPostRequest)(nil), // 85: mattermost.pluginapi.v1.UpdateEphemeralPostRequest
|
|
(*DeleteEphemeralPostRequest)(nil), // 86: mattermost.pluginapi.v1.DeleteEphemeralPostRequest
|
|
(*DeletePostRequest)(nil), // 87: mattermost.pluginapi.v1.DeletePostRequest
|
|
(*GetPostThreadRequest)(nil), // 88: mattermost.pluginapi.v1.GetPostThreadRequest
|
|
(*GetPostRequest)(nil), // 89: mattermost.pluginapi.v1.GetPostRequest
|
|
(*GetPostsSinceRequest)(nil), // 90: mattermost.pluginapi.v1.GetPostsSinceRequest
|
|
(*GetPostsAfterRequest)(nil), // 91: mattermost.pluginapi.v1.GetPostsAfterRequest
|
|
(*GetPostsBeforeRequest)(nil), // 92: mattermost.pluginapi.v1.GetPostsBeforeRequest
|
|
(*GetPostsForChannelRequest)(nil), // 93: mattermost.pluginapi.v1.GetPostsForChannelRequest
|
|
(*UpdatePostRequest)(nil), // 94: mattermost.pluginapi.v1.UpdatePostRequest
|
|
(*SearchPostsInTeamRequest)(nil), // 95: mattermost.pluginapi.v1.SearchPostsInTeamRequest
|
|
(*SearchPostsInTeamForUserRequest)(nil), // 96: mattermost.pluginapi.v1.SearchPostsInTeamForUserRequest
|
|
(*GetEmojiListRequest)(nil), // 97: mattermost.pluginapi.v1.GetEmojiListRequest
|
|
(*GetEmojiByNameRequest)(nil), // 98: mattermost.pluginapi.v1.GetEmojiByNameRequest
|
|
(*GetEmojiRequest)(nil), // 99: mattermost.pluginapi.v1.GetEmojiRequest
|
|
(*GetEmojiImageRequest)(nil), // 100: mattermost.pluginapi.v1.GetEmojiImageRequest
|
|
(*KVSetRequest)(nil), // 101: mattermost.pluginapi.v1.KVSetRequest
|
|
(*KVCompareAndSetRequest)(nil), // 102: mattermost.pluginapi.v1.KVCompareAndSetRequest
|
|
(*KVCompareAndDeleteRequest)(nil), // 103: mattermost.pluginapi.v1.KVCompareAndDeleteRequest
|
|
(*KVSetWithOptionsRequest)(nil), // 104: mattermost.pluginapi.v1.KVSetWithOptionsRequest
|
|
(*KVSetWithExpiryRequest)(nil), // 105: mattermost.pluginapi.v1.KVSetWithExpiryRequest
|
|
(*KVGetRequest)(nil), // 106: mattermost.pluginapi.v1.KVGetRequest
|
|
(*KVDeleteRequest)(nil), // 107: mattermost.pluginapi.v1.KVDeleteRequest
|
|
(*KVDeleteAllRequest)(nil), // 108: mattermost.pluginapi.v1.KVDeleteAllRequest
|
|
(*KVListRequest)(nil), // 109: mattermost.pluginapi.v1.KVListRequest
|
|
(*PublishWebSocketEventRequest)(nil), // 110: mattermost.pluginapi.v1.PublishWebSocketEventRequest
|
|
(*LoadPluginConfigurationRequest)(nil), // 111: mattermost.pluginapi.v1.LoadPluginConfigurationRequest
|
|
(*GetConfigRequest)(nil), // 112: mattermost.pluginapi.v1.GetConfigRequest
|
|
(*GetUnsanitizedConfigRequest)(nil), // 113: mattermost.pluginapi.v1.GetUnsanitizedConfigRequest
|
|
(*SaveConfigRequest)(nil), // 114: mattermost.pluginapi.v1.SaveConfigRequest
|
|
(*GetPluginConfigRequest)(nil), // 115: mattermost.pluginapi.v1.GetPluginConfigRequest
|
|
(*SavePluginConfigRequest)(nil), // 116: mattermost.pluginapi.v1.SavePluginConfigRequest
|
|
(*GetBundlePathRequest)(nil), // 117: mattermost.pluginapi.v1.GetBundlePathRequest
|
|
(*GetPluginsRequest)(nil), // 118: mattermost.pluginapi.v1.GetPluginsRequest
|
|
(*EnablePluginRequest)(nil), // 119: mattermost.pluginapi.v1.EnablePluginRequest
|
|
(*DisablePluginRequest)(nil), // 120: mattermost.pluginapi.v1.DisablePluginRequest
|
|
(*RemovePluginRequest)(nil), // 121: mattermost.pluginapi.v1.RemovePluginRequest
|
|
(*GetPluginStatusRequest)(nil), // 122: mattermost.pluginapi.v1.GetPluginStatusRequest
|
|
(*InstallPluginRequest)(nil), // 123: mattermost.pluginapi.v1.InstallPluginRequest
|
|
(*GetPluginIDRequest)(nil), // 124: mattermost.pluginapi.v1.GetPluginIDRequest
|
|
(*LogDebugRequest)(nil), // 125: mattermost.pluginapi.v1.LogDebugRequest
|
|
(*LogInfoRequest)(nil), // 126: mattermost.pluginapi.v1.LogInfoRequest
|
|
(*LogErrorRequest)(nil), // 127: mattermost.pluginapi.v1.LogErrorRequest
|
|
(*LogWarnRequest)(nil), // 128: mattermost.pluginapi.v1.LogWarnRequest
|
|
(*CopyFileInfosRequest)(nil), // 129: mattermost.pluginapi.v1.CopyFileInfosRequest
|
|
(*GetFileInfoRequest)(nil), // 130: mattermost.pluginapi.v1.GetFileInfoRequest
|
|
(*SetFileSearchableContentRequest)(nil), // 131: mattermost.pluginapi.v1.SetFileSearchableContentRequest
|
|
(*GetFileInfosRequest)(nil), // 132: mattermost.pluginapi.v1.GetFileInfosRequest
|
|
(*GetFileRequest)(nil), // 133: mattermost.pluginapi.v1.GetFileRequest
|
|
(*GetFileLinkRequest)(nil), // 134: mattermost.pluginapi.v1.GetFileLinkRequest
|
|
(*ReadFileRequest)(nil), // 135: mattermost.pluginapi.v1.ReadFileRequest
|
|
(*UploadFileRequest)(nil), // 136: mattermost.pluginapi.v1.UploadFileRequest
|
|
(*CreateUploadSessionRequest)(nil), // 137: mattermost.pluginapi.v1.CreateUploadSessionRequest
|
|
(*UploadDataRequest)(nil), // 138: mattermost.pluginapi.v1.UploadDataRequest
|
|
(*GetUploadSessionRequest)(nil), // 139: mattermost.pluginapi.v1.GetUploadSessionRequest
|
|
(*CreateBotRequest)(nil), // 140: mattermost.pluginapi.v1.CreateBotRequest
|
|
(*PatchBotRequest)(nil), // 141: mattermost.pluginapi.v1.PatchBotRequest
|
|
(*GetBotRequest)(nil), // 142: mattermost.pluginapi.v1.GetBotRequest
|
|
(*GetBotsRequest)(nil), // 143: mattermost.pluginapi.v1.GetBotsRequest
|
|
(*UpdateBotActiveRequest)(nil), // 144: mattermost.pluginapi.v1.UpdateBotActiveRequest
|
|
(*PermanentDeleteBotRequest)(nil), // 145: mattermost.pluginapi.v1.PermanentDeleteBotRequest
|
|
(*EnsureBotUserRequest)(nil), // 146: mattermost.pluginapi.v1.EnsureBotUserRequest
|
|
(*GetLicenseRequest)(nil), // 147: mattermost.pluginapi.v1.GetLicenseRequest
|
|
(*IsEnterpriseReadyRequest)(nil), // 148: mattermost.pluginapi.v1.IsEnterpriseReadyRequest
|
|
(*GetServerVersionRequest)(nil), // 149: mattermost.pluginapi.v1.GetServerVersionRequest
|
|
(*GetSystemInstallDateRequest)(nil), // 150: mattermost.pluginapi.v1.GetSystemInstallDateRequest
|
|
(*GetDiagnosticIdRequest)(nil), // 151: mattermost.pluginapi.v1.GetDiagnosticIdRequest
|
|
(*GetTelemetryIdRequest)(nil), // 152: mattermost.pluginapi.v1.GetTelemetryIdRequest
|
|
(*RegisterCommandRequest)(nil), // 153: mattermost.pluginapi.v1.RegisterCommandRequest
|
|
(*UnregisterCommandRequest)(nil), // 154: mattermost.pluginapi.v1.UnregisterCommandRequest
|
|
(*ExecuteSlashCommandRequest)(nil), // 155: mattermost.pluginapi.v1.ExecuteSlashCommandRequest
|
|
(*CreateCommandRequest)(nil), // 156: mattermost.pluginapi.v1.CreateCommandRequest
|
|
(*ListCommandsRequest)(nil), // 157: mattermost.pluginapi.v1.ListCommandsRequest
|
|
(*ListCustomCommandsRequest)(nil), // 158: mattermost.pluginapi.v1.ListCustomCommandsRequest
|
|
(*ListPluginCommandsRequest)(nil), // 159: mattermost.pluginapi.v1.ListPluginCommandsRequest
|
|
(*ListBuiltInCommandsRequest)(nil), // 160: mattermost.pluginapi.v1.ListBuiltInCommandsRequest
|
|
(*GetCommandRequest)(nil), // 161: mattermost.pluginapi.v1.GetCommandRequest
|
|
(*UpdateCommandRequest)(nil), // 162: mattermost.pluginapi.v1.UpdateCommandRequest
|
|
(*DeleteCommandRequest)(nil), // 163: mattermost.pluginapi.v1.DeleteCommandRequest
|
|
(*GetPreferenceForUserRequest)(nil), // 164: mattermost.pluginapi.v1.GetPreferenceForUserRequest
|
|
(*GetPreferencesForUserRequest)(nil), // 165: mattermost.pluginapi.v1.GetPreferencesForUserRequest
|
|
(*UpdatePreferencesForUserRequest)(nil), // 166: mattermost.pluginapi.v1.UpdatePreferencesForUserRequest
|
|
(*DeletePreferencesForUserRequest)(nil), // 167: mattermost.pluginapi.v1.DeletePreferencesForUserRequest
|
|
(*CreateOAuthAppRequest)(nil), // 168: mattermost.pluginapi.v1.CreateOAuthAppRequest
|
|
(*GetOAuthAppRequest)(nil), // 169: mattermost.pluginapi.v1.GetOAuthAppRequest
|
|
(*UpdateOAuthAppRequest)(nil), // 170: mattermost.pluginapi.v1.UpdateOAuthAppRequest
|
|
(*DeleteOAuthAppRequest)(nil), // 171: mattermost.pluginapi.v1.DeleteOAuthAppRequest
|
|
(*GetGroupRequest)(nil), // 172: mattermost.pluginapi.v1.GetGroupRequest
|
|
(*GetGroupByNameRequest)(nil), // 173: mattermost.pluginapi.v1.GetGroupByNameRequest
|
|
(*GetGroupMemberUsersRequest)(nil), // 174: mattermost.pluginapi.v1.GetGroupMemberUsersRequest
|
|
(*GetGroupsBySourceRequest)(nil), // 175: mattermost.pluginapi.v1.GetGroupsBySourceRequest
|
|
(*GetGroupsForUserRequest)(nil), // 176: mattermost.pluginapi.v1.GetGroupsForUserRequest
|
|
(*UpsertGroupMemberRequest)(nil), // 177: mattermost.pluginapi.v1.UpsertGroupMemberRequest
|
|
(*UpsertGroupMembersRequest)(nil), // 178: mattermost.pluginapi.v1.UpsertGroupMembersRequest
|
|
(*GetGroupByRemoteIDRequest)(nil), // 179: mattermost.pluginapi.v1.GetGroupByRemoteIDRequest
|
|
(*CreateGroupRequest)(nil), // 180: mattermost.pluginapi.v1.CreateGroupRequest
|
|
(*UpdateGroupRequest)(nil), // 181: mattermost.pluginapi.v1.UpdateGroupRequest
|
|
(*DeleteGroupRequest)(nil), // 182: mattermost.pluginapi.v1.DeleteGroupRequest
|
|
(*RestoreGroupRequest)(nil), // 183: mattermost.pluginapi.v1.RestoreGroupRequest
|
|
(*DeleteGroupMemberRequest)(nil), // 184: mattermost.pluginapi.v1.DeleteGroupMemberRequest
|
|
(*GetGroupSyncableRequest)(nil), // 185: mattermost.pluginapi.v1.GetGroupSyncableRequest
|
|
(*GetGroupSyncablesRequest)(nil), // 186: mattermost.pluginapi.v1.GetGroupSyncablesRequest
|
|
(*UpsertGroupSyncableRequest)(nil), // 187: mattermost.pluginapi.v1.UpsertGroupSyncableRequest
|
|
(*UpdateGroupSyncableRequest)(nil), // 188: mattermost.pluginapi.v1.UpdateGroupSyncableRequest
|
|
(*DeleteGroupSyncableRequest)(nil), // 189: mattermost.pluginapi.v1.DeleteGroupSyncableRequest
|
|
(*GetGroupsRequest)(nil), // 190: mattermost.pluginapi.v1.GetGroupsRequest
|
|
(*CreateDefaultSyncableMembershipsRequest)(nil), // 191: mattermost.pluginapi.v1.CreateDefaultSyncableMembershipsRequest
|
|
(*DeleteGroupConstrainedMembershipsRequest)(nil), // 192: mattermost.pluginapi.v1.DeleteGroupConstrainedMembershipsRequest
|
|
(*RegisterPluginForSharedChannelsRequest)(nil), // 193: mattermost.pluginapi.v1.RegisterPluginForSharedChannelsRequest
|
|
(*UnregisterPluginForSharedChannelsRequest)(nil), // 194: mattermost.pluginapi.v1.UnregisterPluginForSharedChannelsRequest
|
|
(*ShareChannelRequest)(nil), // 195: mattermost.pluginapi.v1.ShareChannelRequest
|
|
(*UpdateSharedChannelRequest)(nil), // 196: mattermost.pluginapi.v1.UpdateSharedChannelRequest
|
|
(*UnshareChannelRequest)(nil), // 197: mattermost.pluginapi.v1.UnshareChannelRequest
|
|
(*UpdateSharedChannelCursorRequest)(nil), // 198: mattermost.pluginapi.v1.UpdateSharedChannelCursorRequest
|
|
(*SyncSharedChannelRequest)(nil), // 199: mattermost.pluginapi.v1.SyncSharedChannelRequest
|
|
(*InviteRemoteToChannelRequest)(nil), // 200: mattermost.pluginapi.v1.InviteRemoteToChannelRequest
|
|
(*UninviteRemoteFromChannelRequest)(nil), // 201: mattermost.pluginapi.v1.UninviteRemoteFromChannelRequest
|
|
(*CreatePropertyFieldRequest)(nil), // 202: mattermost.pluginapi.v1.CreatePropertyFieldRequest
|
|
(*GetPropertyFieldRequest)(nil), // 203: mattermost.pluginapi.v1.GetPropertyFieldRequest
|
|
(*GetPropertyFieldsRequest)(nil), // 204: mattermost.pluginapi.v1.GetPropertyFieldsRequest
|
|
(*UpdatePropertyFieldRequest)(nil), // 205: mattermost.pluginapi.v1.UpdatePropertyFieldRequest
|
|
(*DeletePropertyFieldRequest)(nil), // 206: mattermost.pluginapi.v1.DeletePropertyFieldRequest
|
|
(*SearchPropertyFieldsRequest)(nil), // 207: mattermost.pluginapi.v1.SearchPropertyFieldsRequest
|
|
(*CountPropertyFieldsRequest)(nil), // 208: mattermost.pluginapi.v1.CountPropertyFieldsRequest
|
|
(*CountPropertyFieldsForTargetRequest)(nil), // 209: mattermost.pluginapi.v1.CountPropertyFieldsForTargetRequest
|
|
(*CreatePropertyValueRequest)(nil), // 210: mattermost.pluginapi.v1.CreatePropertyValueRequest
|
|
(*GetPropertyValueRequest)(nil), // 211: mattermost.pluginapi.v1.GetPropertyValueRequest
|
|
(*GetPropertyValuesRequest)(nil), // 212: mattermost.pluginapi.v1.GetPropertyValuesRequest
|
|
(*UpdatePropertyValueRequest)(nil), // 213: mattermost.pluginapi.v1.UpdatePropertyValueRequest
|
|
(*UpsertPropertyValueRequest)(nil), // 214: mattermost.pluginapi.v1.UpsertPropertyValueRequest
|
|
(*DeletePropertyValueRequest)(nil), // 215: mattermost.pluginapi.v1.DeletePropertyValueRequest
|
|
(*SearchPropertyValuesRequest)(nil), // 216: mattermost.pluginapi.v1.SearchPropertyValuesRequest
|
|
(*RegisterPropertyGroupRequest)(nil), // 217: mattermost.pluginapi.v1.RegisterPropertyGroupRequest
|
|
(*GetPropertyGroupRequest)(nil), // 218: mattermost.pluginapi.v1.GetPropertyGroupRequest
|
|
(*GetPropertyFieldByNameRequest)(nil), // 219: mattermost.pluginapi.v1.GetPropertyFieldByNameRequest
|
|
(*UpdatePropertyFieldsRequest)(nil), // 220: mattermost.pluginapi.v1.UpdatePropertyFieldsRequest
|
|
(*UpdatePropertyValuesRequest)(nil), // 221: mattermost.pluginapi.v1.UpdatePropertyValuesRequest
|
|
(*UpsertPropertyValuesRequest)(nil), // 222: mattermost.pluginapi.v1.UpsertPropertyValuesRequest
|
|
(*DeletePropertyValuesForTargetRequest)(nil), // 223: mattermost.pluginapi.v1.DeletePropertyValuesForTargetRequest
|
|
(*DeletePropertyValuesForFieldRequest)(nil), // 224: mattermost.pluginapi.v1.DeletePropertyValuesForFieldRequest
|
|
(*LogAuditRecRequest)(nil), // 225: mattermost.pluginapi.v1.LogAuditRecRequest
|
|
(*LogAuditRecWithLevelRequest)(nil), // 226: mattermost.pluginapi.v1.LogAuditRecWithLevelRequest
|
|
(*PluginHTTPRequest)(nil), // 227: mattermost.pluginapi.v1.PluginHTTPRequest
|
|
(*GetCloudLimitsRequest)(nil), // 228: mattermost.pluginapi.v1.GetCloudLimitsRequest
|
|
(*OpenInteractiveDialogRequest)(nil), // 229: mattermost.pluginapi.v1.OpenInteractiveDialogRequest
|
|
(*PublishPluginClusterEventRequest)(nil), // 230: mattermost.pluginapi.v1.PublishPluginClusterEventRequest
|
|
(*RegisterCollectionAndTopicRequest)(nil), // 231: mattermost.pluginapi.v1.RegisterCollectionAndTopicRequest
|
|
(*RequestTrialLicenseRequest)(nil), // 232: mattermost.pluginapi.v1.RequestTrialLicenseRequest
|
|
(*RolesGrantPermissionRequest)(nil), // 233: mattermost.pluginapi.v1.RolesGrantPermissionRequest
|
|
(*SendMailRequest)(nil), // 234: mattermost.pluginapi.v1.SendMailRequest
|
|
(*SendPushNotificationRequest)(nil), // 235: mattermost.pluginapi.v1.SendPushNotificationRequest
|
|
(*CreateUserResponse)(nil), // 236: mattermost.pluginapi.v1.CreateUserResponse
|
|
(*DeleteUserResponse)(nil), // 237: mattermost.pluginapi.v1.DeleteUserResponse
|
|
(*GetUsersResponse)(nil), // 238: mattermost.pluginapi.v1.GetUsersResponse
|
|
(*GetUsersByIdsResponse)(nil), // 239: mattermost.pluginapi.v1.GetUsersByIdsResponse
|
|
(*GetUserResponse)(nil), // 240: mattermost.pluginapi.v1.GetUserResponse
|
|
(*GetUserByEmailResponse)(nil), // 241: mattermost.pluginapi.v1.GetUserByEmailResponse
|
|
(*GetUserByUsernameResponse)(nil), // 242: mattermost.pluginapi.v1.GetUserByUsernameResponse
|
|
(*GetUsersByUsernamesResponse)(nil), // 243: mattermost.pluginapi.v1.GetUsersByUsernamesResponse
|
|
(*GetUsersInTeamResponse)(nil), // 244: mattermost.pluginapi.v1.GetUsersInTeamResponse
|
|
(*UpdateUserResponse)(nil), // 245: mattermost.pluginapi.v1.UpdateUserResponse
|
|
(*GetUserStatusResponse)(nil), // 246: mattermost.pluginapi.v1.GetUserStatusResponse
|
|
(*GetUserStatusesByIdsResponse)(nil), // 247: mattermost.pluginapi.v1.GetUserStatusesByIdsResponse
|
|
(*UpdateUserStatusResponse)(nil), // 248: mattermost.pluginapi.v1.UpdateUserStatusResponse
|
|
(*SetUserStatusTimedDNDResponse)(nil), // 249: mattermost.pluginapi.v1.SetUserStatusTimedDNDResponse
|
|
(*UpdateUserActiveResponse)(nil), // 250: mattermost.pluginapi.v1.UpdateUserActiveResponse
|
|
(*UpdateUserCustomStatusResponse)(nil), // 251: mattermost.pluginapi.v1.UpdateUserCustomStatusResponse
|
|
(*RemoveUserCustomStatusResponse)(nil), // 252: mattermost.pluginapi.v1.RemoveUserCustomStatusResponse
|
|
(*GetUsersInChannelResponse)(nil), // 253: mattermost.pluginapi.v1.GetUsersInChannelResponse
|
|
(*GetLDAPUserAttributesResponse)(nil), // 254: mattermost.pluginapi.v1.GetLDAPUserAttributesResponse
|
|
(*SearchUsersResponse)(nil), // 255: mattermost.pluginapi.v1.SearchUsersResponse
|
|
(*GetProfileImageResponse)(nil), // 256: mattermost.pluginapi.v1.GetProfileImageResponse
|
|
(*SetProfileImageResponse)(nil), // 257: mattermost.pluginapi.v1.SetProfileImageResponse
|
|
(*HasPermissionToResponse)(nil), // 258: mattermost.pluginapi.v1.HasPermissionToResponse
|
|
(*HasPermissionToTeamResponse)(nil), // 259: mattermost.pluginapi.v1.HasPermissionToTeamResponse
|
|
(*HasPermissionToChannelResponse)(nil), // 260: mattermost.pluginapi.v1.HasPermissionToChannelResponse
|
|
(*PublishUserTypingResponse)(nil), // 261: mattermost.pluginapi.v1.PublishUserTypingResponse
|
|
(*UpdateUserAuthResponse)(nil), // 262: mattermost.pluginapi.v1.UpdateUserAuthResponse
|
|
(*UpdateUserRolesResponse)(nil), // 263: mattermost.pluginapi.v1.UpdateUserRolesResponse
|
|
(*GetSessionResponse)(nil), // 264: mattermost.pluginapi.v1.GetSessionResponse
|
|
(*CreateSessionResponse)(nil), // 265: mattermost.pluginapi.v1.CreateSessionResponse
|
|
(*ExtendSessionExpiryResponse)(nil), // 266: mattermost.pluginapi.v1.ExtendSessionExpiryResponse
|
|
(*RevokeSessionResponse)(nil), // 267: mattermost.pluginapi.v1.RevokeSessionResponse
|
|
(*CreateUserAccessTokenResponse)(nil), // 268: mattermost.pluginapi.v1.CreateUserAccessTokenResponse
|
|
(*RevokeUserAccessTokenResponse)(nil), // 269: mattermost.pluginapi.v1.RevokeUserAccessTokenResponse
|
|
(*CreateTeamResponse)(nil), // 270: mattermost.pluginapi.v1.CreateTeamResponse
|
|
(*DeleteTeamResponse)(nil), // 271: mattermost.pluginapi.v1.DeleteTeamResponse
|
|
(*GetTeamsResponse)(nil), // 272: mattermost.pluginapi.v1.GetTeamsResponse
|
|
(*GetTeamResponse)(nil), // 273: mattermost.pluginapi.v1.GetTeamResponse
|
|
(*GetTeamByNameResponse)(nil), // 274: mattermost.pluginapi.v1.GetTeamByNameResponse
|
|
(*GetTeamsUnreadForUserResponse)(nil), // 275: mattermost.pluginapi.v1.GetTeamsUnreadForUserResponse
|
|
(*UpdateTeamResponse)(nil), // 276: mattermost.pluginapi.v1.UpdateTeamResponse
|
|
(*SearchTeamsResponse)(nil), // 277: mattermost.pluginapi.v1.SearchTeamsResponse
|
|
(*GetTeamsForUserResponse)(nil), // 278: mattermost.pluginapi.v1.GetTeamsForUserResponse
|
|
(*CreateTeamMemberResponse)(nil), // 279: mattermost.pluginapi.v1.CreateTeamMemberResponse
|
|
(*CreateTeamMembersResponse)(nil), // 280: mattermost.pluginapi.v1.CreateTeamMembersResponse
|
|
(*CreateTeamMembersGracefullyResponse)(nil), // 281: mattermost.pluginapi.v1.CreateTeamMembersGracefullyResponse
|
|
(*DeleteTeamMemberResponse)(nil), // 282: mattermost.pluginapi.v1.DeleteTeamMemberResponse
|
|
(*GetTeamMembersResponse)(nil), // 283: mattermost.pluginapi.v1.GetTeamMembersResponse
|
|
(*GetTeamMemberResponse)(nil), // 284: mattermost.pluginapi.v1.GetTeamMemberResponse
|
|
(*GetTeamMembersForUserResponse)(nil), // 285: mattermost.pluginapi.v1.GetTeamMembersForUserResponse
|
|
(*UpdateTeamMemberRolesResponse)(nil), // 286: mattermost.pluginapi.v1.UpdateTeamMemberRolesResponse
|
|
(*GetTeamIconResponse)(nil), // 287: mattermost.pluginapi.v1.GetTeamIconResponse
|
|
(*SetTeamIconResponse)(nil), // 288: mattermost.pluginapi.v1.SetTeamIconResponse
|
|
(*RemoveTeamIconResponse)(nil), // 289: mattermost.pluginapi.v1.RemoveTeamIconResponse
|
|
(*GetTeamStatsResponse)(nil), // 290: mattermost.pluginapi.v1.GetTeamStatsResponse
|
|
(*CreateChannelResponse)(nil), // 291: mattermost.pluginapi.v1.CreateChannelResponse
|
|
(*DeleteChannelResponse)(nil), // 292: mattermost.pluginapi.v1.DeleteChannelResponse
|
|
(*GetPublicChannelsForTeamResponse)(nil), // 293: mattermost.pluginapi.v1.GetPublicChannelsForTeamResponse
|
|
(*GetChannelResponse)(nil), // 294: mattermost.pluginapi.v1.GetChannelResponse
|
|
(*GetChannelByNameResponse)(nil), // 295: mattermost.pluginapi.v1.GetChannelByNameResponse
|
|
(*GetChannelByNameForTeamNameResponse)(nil), // 296: mattermost.pluginapi.v1.GetChannelByNameForTeamNameResponse
|
|
(*GetChannelsForTeamForUserResponse)(nil), // 297: mattermost.pluginapi.v1.GetChannelsForTeamForUserResponse
|
|
(*GetChannelStatsResponse)(nil), // 298: mattermost.pluginapi.v1.GetChannelStatsResponse
|
|
(*GetDirectChannelResponse)(nil), // 299: mattermost.pluginapi.v1.GetDirectChannelResponse
|
|
(*GetGroupChannelResponse)(nil), // 300: mattermost.pluginapi.v1.GetGroupChannelResponse
|
|
(*UpdateChannelResponse)(nil), // 301: mattermost.pluginapi.v1.UpdateChannelResponse
|
|
(*SearchChannelsResponse)(nil), // 302: mattermost.pluginapi.v1.SearchChannelsResponse
|
|
(*AddChannelMemberResponse)(nil), // 303: mattermost.pluginapi.v1.AddChannelMemberResponse
|
|
(*AddUserToChannelResponse)(nil), // 304: mattermost.pluginapi.v1.AddUserToChannelResponse
|
|
(*GetChannelMemberResponse)(nil), // 305: mattermost.pluginapi.v1.GetChannelMemberResponse
|
|
(*GetChannelMembersResponse)(nil), // 306: mattermost.pluginapi.v1.GetChannelMembersResponse
|
|
(*GetChannelMembersByIdsResponse)(nil), // 307: mattermost.pluginapi.v1.GetChannelMembersByIdsResponse
|
|
(*GetChannelMembersForUserResponse)(nil), // 308: mattermost.pluginapi.v1.GetChannelMembersForUserResponse
|
|
(*UpdateChannelMemberRolesResponse)(nil), // 309: mattermost.pluginapi.v1.UpdateChannelMemberRolesResponse
|
|
(*UpdateChannelMemberNotificationsResponse)(nil), // 310: mattermost.pluginapi.v1.UpdateChannelMemberNotificationsResponse
|
|
(*PatchChannelMembersNotificationsResponse)(nil), // 311: mattermost.pluginapi.v1.PatchChannelMembersNotificationsResponse
|
|
(*DeleteChannelMemberResponse)(nil), // 312: mattermost.pluginapi.v1.DeleteChannelMemberResponse
|
|
(*CreateChannelSidebarCategoryResponse)(nil), // 313: mattermost.pluginapi.v1.CreateChannelSidebarCategoryResponse
|
|
(*GetChannelSidebarCategoriesResponse)(nil), // 314: mattermost.pluginapi.v1.GetChannelSidebarCategoriesResponse
|
|
(*UpdateChannelSidebarCategoriesResponse)(nil), // 315: mattermost.pluginapi.v1.UpdateChannelSidebarCategoriesResponse
|
|
(*CreatePostResponse)(nil), // 316: mattermost.pluginapi.v1.CreatePostResponse
|
|
(*AddReactionResponse)(nil), // 317: mattermost.pluginapi.v1.AddReactionResponse
|
|
(*RemoveReactionResponse)(nil), // 318: mattermost.pluginapi.v1.RemoveReactionResponse
|
|
(*GetReactionsResponse)(nil), // 319: mattermost.pluginapi.v1.GetReactionsResponse
|
|
(*SendEphemeralPostResponse)(nil), // 320: mattermost.pluginapi.v1.SendEphemeralPostResponse
|
|
(*UpdateEphemeralPostResponse)(nil), // 321: mattermost.pluginapi.v1.UpdateEphemeralPostResponse
|
|
(*DeleteEphemeralPostResponse)(nil), // 322: mattermost.pluginapi.v1.DeleteEphemeralPostResponse
|
|
(*DeletePostResponse)(nil), // 323: mattermost.pluginapi.v1.DeletePostResponse
|
|
(*GetPostThreadResponse)(nil), // 324: mattermost.pluginapi.v1.GetPostThreadResponse
|
|
(*GetPostResponse)(nil), // 325: mattermost.pluginapi.v1.GetPostResponse
|
|
(*GetPostsSinceResponse)(nil), // 326: mattermost.pluginapi.v1.GetPostsSinceResponse
|
|
(*GetPostsAfterResponse)(nil), // 327: mattermost.pluginapi.v1.GetPostsAfterResponse
|
|
(*GetPostsBeforeResponse)(nil), // 328: mattermost.pluginapi.v1.GetPostsBeforeResponse
|
|
(*GetPostsForChannelResponse)(nil), // 329: mattermost.pluginapi.v1.GetPostsForChannelResponse
|
|
(*UpdatePostResponse)(nil), // 330: mattermost.pluginapi.v1.UpdatePostResponse
|
|
(*SearchPostsInTeamResponse)(nil), // 331: mattermost.pluginapi.v1.SearchPostsInTeamResponse
|
|
(*SearchPostsInTeamForUserResponse)(nil), // 332: mattermost.pluginapi.v1.SearchPostsInTeamForUserResponse
|
|
(*GetEmojiListResponse)(nil), // 333: mattermost.pluginapi.v1.GetEmojiListResponse
|
|
(*GetEmojiByNameResponse)(nil), // 334: mattermost.pluginapi.v1.GetEmojiByNameResponse
|
|
(*GetEmojiResponse)(nil), // 335: mattermost.pluginapi.v1.GetEmojiResponse
|
|
(*GetEmojiImageResponse)(nil), // 336: mattermost.pluginapi.v1.GetEmojiImageResponse
|
|
(*KVSetResponse)(nil), // 337: mattermost.pluginapi.v1.KVSetResponse
|
|
(*KVCompareAndSetResponse)(nil), // 338: mattermost.pluginapi.v1.KVCompareAndSetResponse
|
|
(*KVCompareAndDeleteResponse)(nil), // 339: mattermost.pluginapi.v1.KVCompareAndDeleteResponse
|
|
(*KVSetWithOptionsResponse)(nil), // 340: mattermost.pluginapi.v1.KVSetWithOptionsResponse
|
|
(*KVSetWithExpiryResponse)(nil), // 341: mattermost.pluginapi.v1.KVSetWithExpiryResponse
|
|
(*KVGetResponse)(nil), // 342: mattermost.pluginapi.v1.KVGetResponse
|
|
(*KVDeleteResponse)(nil), // 343: mattermost.pluginapi.v1.KVDeleteResponse
|
|
(*KVDeleteAllResponse)(nil), // 344: mattermost.pluginapi.v1.KVDeleteAllResponse
|
|
(*KVListResponse)(nil), // 345: mattermost.pluginapi.v1.KVListResponse
|
|
(*PublishWebSocketEventResponse)(nil), // 346: mattermost.pluginapi.v1.PublishWebSocketEventResponse
|
|
(*LoadPluginConfigurationResponse)(nil), // 347: mattermost.pluginapi.v1.LoadPluginConfigurationResponse
|
|
(*GetConfigResponse)(nil), // 348: mattermost.pluginapi.v1.GetConfigResponse
|
|
(*GetUnsanitizedConfigResponse)(nil), // 349: mattermost.pluginapi.v1.GetUnsanitizedConfigResponse
|
|
(*SaveConfigResponse)(nil), // 350: mattermost.pluginapi.v1.SaveConfigResponse
|
|
(*GetPluginConfigResponse)(nil), // 351: mattermost.pluginapi.v1.GetPluginConfigResponse
|
|
(*SavePluginConfigResponse)(nil), // 352: mattermost.pluginapi.v1.SavePluginConfigResponse
|
|
(*GetBundlePathResponse)(nil), // 353: mattermost.pluginapi.v1.GetBundlePathResponse
|
|
(*GetPluginsResponse)(nil), // 354: mattermost.pluginapi.v1.GetPluginsResponse
|
|
(*EnablePluginResponse)(nil), // 355: mattermost.pluginapi.v1.EnablePluginResponse
|
|
(*DisablePluginResponse)(nil), // 356: mattermost.pluginapi.v1.DisablePluginResponse
|
|
(*RemovePluginResponse)(nil), // 357: mattermost.pluginapi.v1.RemovePluginResponse
|
|
(*GetPluginStatusResponse)(nil), // 358: mattermost.pluginapi.v1.GetPluginStatusResponse
|
|
(*InstallPluginResponse)(nil), // 359: mattermost.pluginapi.v1.InstallPluginResponse
|
|
(*GetPluginIDResponse)(nil), // 360: mattermost.pluginapi.v1.GetPluginIDResponse
|
|
(*LogDebugResponse)(nil), // 361: mattermost.pluginapi.v1.LogDebugResponse
|
|
(*LogInfoResponse)(nil), // 362: mattermost.pluginapi.v1.LogInfoResponse
|
|
(*LogErrorResponse)(nil), // 363: mattermost.pluginapi.v1.LogErrorResponse
|
|
(*LogWarnResponse)(nil), // 364: mattermost.pluginapi.v1.LogWarnResponse
|
|
(*CopyFileInfosResponse)(nil), // 365: mattermost.pluginapi.v1.CopyFileInfosResponse
|
|
(*GetFileInfoResponse)(nil), // 366: mattermost.pluginapi.v1.GetFileInfoResponse
|
|
(*SetFileSearchableContentResponse)(nil), // 367: mattermost.pluginapi.v1.SetFileSearchableContentResponse
|
|
(*GetFileInfosResponse)(nil), // 368: mattermost.pluginapi.v1.GetFileInfosResponse
|
|
(*GetFileResponse)(nil), // 369: mattermost.pluginapi.v1.GetFileResponse
|
|
(*GetFileLinkResponse)(nil), // 370: mattermost.pluginapi.v1.GetFileLinkResponse
|
|
(*ReadFileResponse)(nil), // 371: mattermost.pluginapi.v1.ReadFileResponse
|
|
(*UploadFileResponse)(nil), // 372: mattermost.pluginapi.v1.UploadFileResponse
|
|
(*CreateUploadSessionResponse)(nil), // 373: mattermost.pluginapi.v1.CreateUploadSessionResponse
|
|
(*UploadDataResponse)(nil), // 374: mattermost.pluginapi.v1.UploadDataResponse
|
|
(*GetUploadSessionResponse)(nil), // 375: mattermost.pluginapi.v1.GetUploadSessionResponse
|
|
(*CreateBotResponse)(nil), // 376: mattermost.pluginapi.v1.CreateBotResponse
|
|
(*PatchBotResponse)(nil), // 377: mattermost.pluginapi.v1.PatchBotResponse
|
|
(*GetBotResponse)(nil), // 378: mattermost.pluginapi.v1.GetBotResponse
|
|
(*GetBotsResponse)(nil), // 379: mattermost.pluginapi.v1.GetBotsResponse
|
|
(*UpdateBotActiveResponse)(nil), // 380: mattermost.pluginapi.v1.UpdateBotActiveResponse
|
|
(*PermanentDeleteBotResponse)(nil), // 381: mattermost.pluginapi.v1.PermanentDeleteBotResponse
|
|
(*EnsureBotUserResponse)(nil), // 382: mattermost.pluginapi.v1.EnsureBotUserResponse
|
|
(*GetLicenseResponse)(nil), // 383: mattermost.pluginapi.v1.GetLicenseResponse
|
|
(*IsEnterpriseReadyResponse)(nil), // 384: mattermost.pluginapi.v1.IsEnterpriseReadyResponse
|
|
(*GetServerVersionResponse)(nil), // 385: mattermost.pluginapi.v1.GetServerVersionResponse
|
|
(*GetSystemInstallDateResponse)(nil), // 386: mattermost.pluginapi.v1.GetSystemInstallDateResponse
|
|
(*GetDiagnosticIdResponse)(nil), // 387: mattermost.pluginapi.v1.GetDiagnosticIdResponse
|
|
(*GetTelemetryIdResponse)(nil), // 388: mattermost.pluginapi.v1.GetTelemetryIdResponse
|
|
(*RegisterCommandResponse)(nil), // 389: mattermost.pluginapi.v1.RegisterCommandResponse
|
|
(*UnregisterCommandResponse)(nil), // 390: mattermost.pluginapi.v1.UnregisterCommandResponse
|
|
(*ExecuteSlashCommandResponse)(nil), // 391: mattermost.pluginapi.v1.ExecuteSlashCommandResponse
|
|
(*CreateCommandResponse)(nil), // 392: mattermost.pluginapi.v1.CreateCommandResponse
|
|
(*ListCommandsResponse)(nil), // 393: mattermost.pluginapi.v1.ListCommandsResponse
|
|
(*ListCustomCommandsResponse)(nil), // 394: mattermost.pluginapi.v1.ListCustomCommandsResponse
|
|
(*ListPluginCommandsResponse)(nil), // 395: mattermost.pluginapi.v1.ListPluginCommandsResponse
|
|
(*ListBuiltInCommandsResponse)(nil), // 396: mattermost.pluginapi.v1.ListBuiltInCommandsResponse
|
|
(*GetCommandResponse)(nil), // 397: mattermost.pluginapi.v1.GetCommandResponse
|
|
(*UpdateCommandResponse)(nil), // 398: mattermost.pluginapi.v1.UpdateCommandResponse
|
|
(*DeleteCommandResponse)(nil), // 399: mattermost.pluginapi.v1.DeleteCommandResponse
|
|
(*GetPreferenceForUserResponse)(nil), // 400: mattermost.pluginapi.v1.GetPreferenceForUserResponse
|
|
(*GetPreferencesForUserResponse)(nil), // 401: mattermost.pluginapi.v1.GetPreferencesForUserResponse
|
|
(*UpdatePreferencesForUserResponse)(nil), // 402: mattermost.pluginapi.v1.UpdatePreferencesForUserResponse
|
|
(*DeletePreferencesForUserResponse)(nil), // 403: mattermost.pluginapi.v1.DeletePreferencesForUserResponse
|
|
(*CreateOAuthAppResponse)(nil), // 404: mattermost.pluginapi.v1.CreateOAuthAppResponse
|
|
(*GetOAuthAppResponse)(nil), // 405: mattermost.pluginapi.v1.GetOAuthAppResponse
|
|
(*UpdateOAuthAppResponse)(nil), // 406: mattermost.pluginapi.v1.UpdateOAuthAppResponse
|
|
(*DeleteOAuthAppResponse)(nil), // 407: mattermost.pluginapi.v1.DeleteOAuthAppResponse
|
|
(*GetGroupResponse)(nil), // 408: mattermost.pluginapi.v1.GetGroupResponse
|
|
(*GetGroupByNameResponse)(nil), // 409: mattermost.pluginapi.v1.GetGroupByNameResponse
|
|
(*GetGroupMemberUsersResponse)(nil), // 410: mattermost.pluginapi.v1.GetGroupMemberUsersResponse
|
|
(*GetGroupsBySourceResponse)(nil), // 411: mattermost.pluginapi.v1.GetGroupsBySourceResponse
|
|
(*GetGroupsForUserResponse)(nil), // 412: mattermost.pluginapi.v1.GetGroupsForUserResponse
|
|
(*UpsertGroupMemberResponse)(nil), // 413: mattermost.pluginapi.v1.UpsertGroupMemberResponse
|
|
(*UpsertGroupMembersResponse)(nil), // 414: mattermost.pluginapi.v1.UpsertGroupMembersResponse
|
|
(*GetGroupByRemoteIDResponse)(nil), // 415: mattermost.pluginapi.v1.GetGroupByRemoteIDResponse
|
|
(*CreateGroupResponse)(nil), // 416: mattermost.pluginapi.v1.CreateGroupResponse
|
|
(*UpdateGroupResponse)(nil), // 417: mattermost.pluginapi.v1.UpdateGroupResponse
|
|
(*DeleteGroupResponse)(nil), // 418: mattermost.pluginapi.v1.DeleteGroupResponse
|
|
(*RestoreGroupResponse)(nil), // 419: mattermost.pluginapi.v1.RestoreGroupResponse
|
|
(*DeleteGroupMemberResponse)(nil), // 420: mattermost.pluginapi.v1.DeleteGroupMemberResponse
|
|
(*GetGroupSyncableResponse)(nil), // 421: mattermost.pluginapi.v1.GetGroupSyncableResponse
|
|
(*GetGroupSyncablesResponse)(nil), // 422: mattermost.pluginapi.v1.GetGroupSyncablesResponse
|
|
(*UpsertGroupSyncableResponse)(nil), // 423: mattermost.pluginapi.v1.UpsertGroupSyncableResponse
|
|
(*UpdateGroupSyncableResponse)(nil), // 424: mattermost.pluginapi.v1.UpdateGroupSyncableResponse
|
|
(*DeleteGroupSyncableResponse)(nil), // 425: mattermost.pluginapi.v1.DeleteGroupSyncableResponse
|
|
(*GetGroupsResponse)(nil), // 426: mattermost.pluginapi.v1.GetGroupsResponse
|
|
(*CreateDefaultSyncableMembershipsResponse)(nil), // 427: mattermost.pluginapi.v1.CreateDefaultSyncableMembershipsResponse
|
|
(*DeleteGroupConstrainedMembershipsResponse)(nil), // 428: mattermost.pluginapi.v1.DeleteGroupConstrainedMembershipsResponse
|
|
(*RegisterPluginForSharedChannelsResponse)(nil), // 429: mattermost.pluginapi.v1.RegisterPluginForSharedChannelsResponse
|
|
(*UnregisterPluginForSharedChannelsResponse)(nil), // 430: mattermost.pluginapi.v1.UnregisterPluginForSharedChannelsResponse
|
|
(*ShareChannelResponse)(nil), // 431: mattermost.pluginapi.v1.ShareChannelResponse
|
|
(*UpdateSharedChannelResponse)(nil), // 432: mattermost.pluginapi.v1.UpdateSharedChannelResponse
|
|
(*UnshareChannelResponse)(nil), // 433: mattermost.pluginapi.v1.UnshareChannelResponse
|
|
(*UpdateSharedChannelCursorResponse)(nil), // 434: mattermost.pluginapi.v1.UpdateSharedChannelCursorResponse
|
|
(*SyncSharedChannelResponse)(nil), // 435: mattermost.pluginapi.v1.SyncSharedChannelResponse
|
|
(*InviteRemoteToChannelResponse)(nil), // 436: mattermost.pluginapi.v1.InviteRemoteToChannelResponse
|
|
(*UninviteRemoteFromChannelResponse)(nil), // 437: mattermost.pluginapi.v1.UninviteRemoteFromChannelResponse
|
|
(*CreatePropertyFieldResponse)(nil), // 438: mattermost.pluginapi.v1.CreatePropertyFieldResponse
|
|
(*GetPropertyFieldResponse)(nil), // 439: mattermost.pluginapi.v1.GetPropertyFieldResponse
|
|
(*GetPropertyFieldsResponse)(nil), // 440: mattermost.pluginapi.v1.GetPropertyFieldsResponse
|
|
(*UpdatePropertyFieldResponse)(nil), // 441: mattermost.pluginapi.v1.UpdatePropertyFieldResponse
|
|
(*DeletePropertyFieldResponse)(nil), // 442: mattermost.pluginapi.v1.DeletePropertyFieldResponse
|
|
(*SearchPropertyFieldsResponse)(nil), // 443: mattermost.pluginapi.v1.SearchPropertyFieldsResponse
|
|
(*CountPropertyFieldsResponse)(nil), // 444: mattermost.pluginapi.v1.CountPropertyFieldsResponse
|
|
(*CountPropertyFieldsForTargetResponse)(nil), // 445: mattermost.pluginapi.v1.CountPropertyFieldsForTargetResponse
|
|
(*CreatePropertyValueResponse)(nil), // 446: mattermost.pluginapi.v1.CreatePropertyValueResponse
|
|
(*GetPropertyValueResponse)(nil), // 447: mattermost.pluginapi.v1.GetPropertyValueResponse
|
|
(*GetPropertyValuesResponse)(nil), // 448: mattermost.pluginapi.v1.GetPropertyValuesResponse
|
|
(*UpdatePropertyValueResponse)(nil), // 449: mattermost.pluginapi.v1.UpdatePropertyValueResponse
|
|
(*UpsertPropertyValueResponse)(nil), // 450: mattermost.pluginapi.v1.UpsertPropertyValueResponse
|
|
(*DeletePropertyValueResponse)(nil), // 451: mattermost.pluginapi.v1.DeletePropertyValueResponse
|
|
(*SearchPropertyValuesResponse)(nil), // 452: mattermost.pluginapi.v1.SearchPropertyValuesResponse
|
|
(*RegisterPropertyGroupResponse)(nil), // 453: mattermost.pluginapi.v1.RegisterPropertyGroupResponse
|
|
(*GetPropertyGroupResponse)(nil), // 454: mattermost.pluginapi.v1.GetPropertyGroupResponse
|
|
(*GetPropertyFieldByNameResponse)(nil), // 455: mattermost.pluginapi.v1.GetPropertyFieldByNameResponse
|
|
(*UpdatePropertyFieldsResponse)(nil), // 456: mattermost.pluginapi.v1.UpdatePropertyFieldsResponse
|
|
(*UpdatePropertyValuesResponse)(nil), // 457: mattermost.pluginapi.v1.UpdatePropertyValuesResponse
|
|
(*UpsertPropertyValuesResponse)(nil), // 458: mattermost.pluginapi.v1.UpsertPropertyValuesResponse
|
|
(*DeletePropertyValuesForTargetResponse)(nil), // 459: mattermost.pluginapi.v1.DeletePropertyValuesForTargetResponse
|
|
(*DeletePropertyValuesForFieldResponse)(nil), // 460: mattermost.pluginapi.v1.DeletePropertyValuesForFieldResponse
|
|
(*LogAuditRecResponse)(nil), // 461: mattermost.pluginapi.v1.LogAuditRecResponse
|
|
(*LogAuditRecWithLevelResponse)(nil), // 462: mattermost.pluginapi.v1.LogAuditRecWithLevelResponse
|
|
(*PluginHTTPResponse)(nil), // 463: mattermost.pluginapi.v1.PluginHTTPResponse
|
|
(*GetCloudLimitsResponse)(nil), // 464: mattermost.pluginapi.v1.GetCloudLimitsResponse
|
|
(*OpenInteractiveDialogResponse)(nil), // 465: mattermost.pluginapi.v1.OpenInteractiveDialogResponse
|
|
(*PublishPluginClusterEventResponse)(nil), // 466: mattermost.pluginapi.v1.PublishPluginClusterEventResponse
|
|
(*RegisterCollectionAndTopicResponse)(nil), // 467: mattermost.pluginapi.v1.RegisterCollectionAndTopicResponse
|
|
(*RequestTrialLicenseResponse)(nil), // 468: mattermost.pluginapi.v1.RequestTrialLicenseResponse
|
|
(*RolesGrantPermissionResponse)(nil), // 469: mattermost.pluginapi.v1.RolesGrantPermissionResponse
|
|
(*SendMailResponse)(nil), // 470: mattermost.pluginapi.v1.SendMailResponse
|
|
(*SendPushNotificationResponse)(nil), // 471: mattermost.pluginapi.v1.SendPushNotificationResponse
|
|
}
|
|
var file_api_proto_depIdxs = []int32{
|
|
0, // 0: mattermost.pluginapi.v1.PluginAPI.CreateUser:input_type -> mattermost.pluginapi.v1.CreateUserRequest
|
|
1, // 1: mattermost.pluginapi.v1.PluginAPI.DeleteUser:input_type -> mattermost.pluginapi.v1.DeleteUserRequest
|
|
2, // 2: mattermost.pluginapi.v1.PluginAPI.GetUsers:input_type -> mattermost.pluginapi.v1.GetUsersRequest
|
|
3, // 3: mattermost.pluginapi.v1.PluginAPI.GetUsersByIds:input_type -> mattermost.pluginapi.v1.GetUsersByIdsRequest
|
|
4, // 4: mattermost.pluginapi.v1.PluginAPI.GetUser:input_type -> mattermost.pluginapi.v1.GetUserRequest
|
|
5, // 5: mattermost.pluginapi.v1.PluginAPI.GetUserByEmail:input_type -> mattermost.pluginapi.v1.GetUserByEmailRequest
|
|
6, // 6: mattermost.pluginapi.v1.PluginAPI.GetUserByUsername:input_type -> mattermost.pluginapi.v1.GetUserByUsernameRequest
|
|
7, // 7: mattermost.pluginapi.v1.PluginAPI.GetUsersByUsernames:input_type -> mattermost.pluginapi.v1.GetUsersByUsernamesRequest
|
|
8, // 8: mattermost.pluginapi.v1.PluginAPI.GetUsersInTeam:input_type -> mattermost.pluginapi.v1.GetUsersInTeamRequest
|
|
9, // 9: mattermost.pluginapi.v1.PluginAPI.UpdateUser:input_type -> mattermost.pluginapi.v1.UpdateUserRequest
|
|
10, // 10: mattermost.pluginapi.v1.PluginAPI.GetUserStatus:input_type -> mattermost.pluginapi.v1.GetUserStatusRequest
|
|
11, // 11: mattermost.pluginapi.v1.PluginAPI.GetUserStatusesByIds:input_type -> mattermost.pluginapi.v1.GetUserStatusesByIdsRequest
|
|
12, // 12: mattermost.pluginapi.v1.PluginAPI.UpdateUserStatus:input_type -> mattermost.pluginapi.v1.UpdateUserStatusRequest
|
|
13, // 13: mattermost.pluginapi.v1.PluginAPI.SetUserStatusTimedDND:input_type -> mattermost.pluginapi.v1.SetUserStatusTimedDNDRequest
|
|
14, // 14: mattermost.pluginapi.v1.PluginAPI.UpdateUserActive:input_type -> mattermost.pluginapi.v1.UpdateUserActiveRequest
|
|
15, // 15: mattermost.pluginapi.v1.PluginAPI.UpdateUserCustomStatus:input_type -> mattermost.pluginapi.v1.UpdateUserCustomStatusRequest
|
|
16, // 16: mattermost.pluginapi.v1.PluginAPI.RemoveUserCustomStatus:input_type -> mattermost.pluginapi.v1.RemoveUserCustomStatusRequest
|
|
17, // 17: mattermost.pluginapi.v1.PluginAPI.GetUsersInChannel:input_type -> mattermost.pluginapi.v1.GetUsersInChannelRequest
|
|
18, // 18: mattermost.pluginapi.v1.PluginAPI.GetLDAPUserAttributes:input_type -> mattermost.pluginapi.v1.GetLDAPUserAttributesRequest
|
|
19, // 19: mattermost.pluginapi.v1.PluginAPI.SearchUsers:input_type -> mattermost.pluginapi.v1.SearchUsersRequest
|
|
20, // 20: mattermost.pluginapi.v1.PluginAPI.GetProfileImage:input_type -> mattermost.pluginapi.v1.GetProfileImageRequest
|
|
21, // 21: mattermost.pluginapi.v1.PluginAPI.SetProfileImage:input_type -> mattermost.pluginapi.v1.SetProfileImageRequest
|
|
22, // 22: mattermost.pluginapi.v1.PluginAPI.HasPermissionTo:input_type -> mattermost.pluginapi.v1.HasPermissionToRequest
|
|
23, // 23: mattermost.pluginapi.v1.PluginAPI.HasPermissionToTeam:input_type -> mattermost.pluginapi.v1.HasPermissionToTeamRequest
|
|
24, // 24: mattermost.pluginapi.v1.PluginAPI.HasPermissionToChannel:input_type -> mattermost.pluginapi.v1.HasPermissionToChannelRequest
|
|
25, // 25: mattermost.pluginapi.v1.PluginAPI.PublishUserTyping:input_type -> mattermost.pluginapi.v1.PublishUserTypingRequest
|
|
26, // 26: mattermost.pluginapi.v1.PluginAPI.UpdateUserAuth:input_type -> mattermost.pluginapi.v1.UpdateUserAuthRequest
|
|
27, // 27: mattermost.pluginapi.v1.PluginAPI.UpdateUserRoles:input_type -> mattermost.pluginapi.v1.UpdateUserRolesRequest
|
|
28, // 28: mattermost.pluginapi.v1.PluginAPI.GetSession:input_type -> mattermost.pluginapi.v1.GetSessionRequest
|
|
29, // 29: mattermost.pluginapi.v1.PluginAPI.CreateSession:input_type -> mattermost.pluginapi.v1.CreateSessionRequest
|
|
30, // 30: mattermost.pluginapi.v1.PluginAPI.ExtendSessionExpiry:input_type -> mattermost.pluginapi.v1.ExtendSessionExpiryRequest
|
|
31, // 31: mattermost.pluginapi.v1.PluginAPI.RevokeSession:input_type -> mattermost.pluginapi.v1.RevokeSessionRequest
|
|
32, // 32: mattermost.pluginapi.v1.PluginAPI.CreateUserAccessToken:input_type -> mattermost.pluginapi.v1.CreateUserAccessTokenRequest
|
|
33, // 33: mattermost.pluginapi.v1.PluginAPI.RevokeUserAccessToken:input_type -> mattermost.pluginapi.v1.RevokeUserAccessTokenRequest
|
|
34, // 34: mattermost.pluginapi.v1.PluginAPI.CreateTeam:input_type -> mattermost.pluginapi.v1.CreateTeamRequest
|
|
35, // 35: mattermost.pluginapi.v1.PluginAPI.DeleteTeam:input_type -> mattermost.pluginapi.v1.DeleteTeamRequest
|
|
36, // 36: mattermost.pluginapi.v1.PluginAPI.GetTeams:input_type -> mattermost.pluginapi.v1.GetTeamsRequest
|
|
37, // 37: mattermost.pluginapi.v1.PluginAPI.GetTeam:input_type -> mattermost.pluginapi.v1.GetTeamRequest
|
|
38, // 38: mattermost.pluginapi.v1.PluginAPI.GetTeamByName:input_type -> mattermost.pluginapi.v1.GetTeamByNameRequest
|
|
39, // 39: mattermost.pluginapi.v1.PluginAPI.GetTeamsUnreadForUser:input_type -> mattermost.pluginapi.v1.GetTeamsUnreadForUserRequest
|
|
40, // 40: mattermost.pluginapi.v1.PluginAPI.UpdateTeam:input_type -> mattermost.pluginapi.v1.UpdateTeamRequest
|
|
41, // 41: mattermost.pluginapi.v1.PluginAPI.SearchTeams:input_type -> mattermost.pluginapi.v1.SearchTeamsRequest
|
|
42, // 42: mattermost.pluginapi.v1.PluginAPI.GetTeamsForUser:input_type -> mattermost.pluginapi.v1.GetTeamsForUserRequest
|
|
43, // 43: mattermost.pluginapi.v1.PluginAPI.CreateTeamMember:input_type -> mattermost.pluginapi.v1.CreateTeamMemberRequest
|
|
44, // 44: mattermost.pluginapi.v1.PluginAPI.CreateTeamMembers:input_type -> mattermost.pluginapi.v1.CreateTeamMembersRequest
|
|
45, // 45: mattermost.pluginapi.v1.PluginAPI.CreateTeamMembersGracefully:input_type -> mattermost.pluginapi.v1.CreateTeamMembersGracefullyRequest
|
|
46, // 46: mattermost.pluginapi.v1.PluginAPI.DeleteTeamMember:input_type -> mattermost.pluginapi.v1.DeleteTeamMemberRequest
|
|
47, // 47: mattermost.pluginapi.v1.PluginAPI.GetTeamMembers:input_type -> mattermost.pluginapi.v1.GetTeamMembersRequest
|
|
48, // 48: mattermost.pluginapi.v1.PluginAPI.GetTeamMember:input_type -> mattermost.pluginapi.v1.GetTeamMemberRequest
|
|
49, // 49: mattermost.pluginapi.v1.PluginAPI.GetTeamMembersForUser:input_type -> mattermost.pluginapi.v1.GetTeamMembersForUserRequest
|
|
50, // 50: mattermost.pluginapi.v1.PluginAPI.UpdateTeamMemberRoles:input_type -> mattermost.pluginapi.v1.UpdateTeamMemberRolesRequest
|
|
51, // 51: mattermost.pluginapi.v1.PluginAPI.GetTeamIcon:input_type -> mattermost.pluginapi.v1.GetTeamIconRequest
|
|
52, // 52: mattermost.pluginapi.v1.PluginAPI.SetTeamIcon:input_type -> mattermost.pluginapi.v1.SetTeamIconRequest
|
|
53, // 53: mattermost.pluginapi.v1.PluginAPI.RemoveTeamIcon:input_type -> mattermost.pluginapi.v1.RemoveTeamIconRequest
|
|
54, // 54: mattermost.pluginapi.v1.PluginAPI.GetTeamStats:input_type -> mattermost.pluginapi.v1.GetTeamStatsRequest
|
|
55, // 55: mattermost.pluginapi.v1.PluginAPI.CreateChannel:input_type -> mattermost.pluginapi.v1.CreateChannelRequest
|
|
56, // 56: mattermost.pluginapi.v1.PluginAPI.DeleteChannel:input_type -> mattermost.pluginapi.v1.DeleteChannelRequest
|
|
57, // 57: mattermost.pluginapi.v1.PluginAPI.GetPublicChannelsForTeam:input_type -> mattermost.pluginapi.v1.GetPublicChannelsForTeamRequest
|
|
58, // 58: mattermost.pluginapi.v1.PluginAPI.GetChannel:input_type -> mattermost.pluginapi.v1.GetChannelRequest
|
|
59, // 59: mattermost.pluginapi.v1.PluginAPI.GetChannelByName:input_type -> mattermost.pluginapi.v1.GetChannelByNameRequest
|
|
60, // 60: mattermost.pluginapi.v1.PluginAPI.GetChannelByNameForTeamName:input_type -> mattermost.pluginapi.v1.GetChannelByNameForTeamNameRequest
|
|
61, // 61: mattermost.pluginapi.v1.PluginAPI.GetChannelsForTeamForUser:input_type -> mattermost.pluginapi.v1.GetChannelsForTeamForUserRequest
|
|
62, // 62: mattermost.pluginapi.v1.PluginAPI.GetChannelStats:input_type -> mattermost.pluginapi.v1.GetChannelStatsRequest
|
|
63, // 63: mattermost.pluginapi.v1.PluginAPI.GetDirectChannel:input_type -> mattermost.pluginapi.v1.GetDirectChannelRequest
|
|
64, // 64: mattermost.pluginapi.v1.PluginAPI.GetGroupChannel:input_type -> mattermost.pluginapi.v1.GetGroupChannelRequest
|
|
65, // 65: mattermost.pluginapi.v1.PluginAPI.UpdateChannel:input_type -> mattermost.pluginapi.v1.UpdateChannelRequest
|
|
66, // 66: mattermost.pluginapi.v1.PluginAPI.SearchChannels:input_type -> mattermost.pluginapi.v1.SearchChannelsRequest
|
|
67, // 67: mattermost.pluginapi.v1.PluginAPI.AddChannelMember:input_type -> mattermost.pluginapi.v1.AddChannelMemberRequest
|
|
68, // 68: mattermost.pluginapi.v1.PluginAPI.AddUserToChannel:input_type -> mattermost.pluginapi.v1.AddUserToChannelRequest
|
|
69, // 69: mattermost.pluginapi.v1.PluginAPI.GetChannelMember:input_type -> mattermost.pluginapi.v1.GetChannelMemberRequest
|
|
70, // 70: mattermost.pluginapi.v1.PluginAPI.GetChannelMembers:input_type -> mattermost.pluginapi.v1.GetChannelMembersRequest
|
|
71, // 71: mattermost.pluginapi.v1.PluginAPI.GetChannelMembersByIds:input_type -> mattermost.pluginapi.v1.GetChannelMembersByIdsRequest
|
|
72, // 72: mattermost.pluginapi.v1.PluginAPI.GetChannelMembersForUser:input_type -> mattermost.pluginapi.v1.GetChannelMembersForUserRequest
|
|
73, // 73: mattermost.pluginapi.v1.PluginAPI.UpdateChannelMemberRoles:input_type -> mattermost.pluginapi.v1.UpdateChannelMemberRolesRequest
|
|
74, // 74: mattermost.pluginapi.v1.PluginAPI.UpdateChannelMemberNotifications:input_type -> mattermost.pluginapi.v1.UpdateChannelMemberNotificationsRequest
|
|
75, // 75: mattermost.pluginapi.v1.PluginAPI.PatchChannelMembersNotifications:input_type -> mattermost.pluginapi.v1.PatchChannelMembersNotificationsRequest
|
|
76, // 76: mattermost.pluginapi.v1.PluginAPI.DeleteChannelMember:input_type -> mattermost.pluginapi.v1.DeleteChannelMemberRequest
|
|
77, // 77: mattermost.pluginapi.v1.PluginAPI.CreateChannelSidebarCategory:input_type -> mattermost.pluginapi.v1.CreateChannelSidebarCategoryRequest
|
|
78, // 78: mattermost.pluginapi.v1.PluginAPI.GetChannelSidebarCategories:input_type -> mattermost.pluginapi.v1.GetChannelSidebarCategoriesRequest
|
|
79, // 79: mattermost.pluginapi.v1.PluginAPI.UpdateChannelSidebarCategories:input_type -> mattermost.pluginapi.v1.UpdateChannelSidebarCategoriesRequest
|
|
80, // 80: mattermost.pluginapi.v1.PluginAPI.CreatePost:input_type -> mattermost.pluginapi.v1.CreatePostRequest
|
|
81, // 81: mattermost.pluginapi.v1.PluginAPI.AddReaction:input_type -> mattermost.pluginapi.v1.AddReactionRequest
|
|
82, // 82: mattermost.pluginapi.v1.PluginAPI.RemoveReaction:input_type -> mattermost.pluginapi.v1.RemoveReactionRequest
|
|
83, // 83: mattermost.pluginapi.v1.PluginAPI.GetReactions:input_type -> mattermost.pluginapi.v1.GetReactionsRequest
|
|
84, // 84: mattermost.pluginapi.v1.PluginAPI.SendEphemeralPost:input_type -> mattermost.pluginapi.v1.SendEphemeralPostRequest
|
|
85, // 85: mattermost.pluginapi.v1.PluginAPI.UpdateEphemeralPost:input_type -> mattermost.pluginapi.v1.UpdateEphemeralPostRequest
|
|
86, // 86: mattermost.pluginapi.v1.PluginAPI.DeleteEphemeralPost:input_type -> mattermost.pluginapi.v1.DeleteEphemeralPostRequest
|
|
87, // 87: mattermost.pluginapi.v1.PluginAPI.DeletePost:input_type -> mattermost.pluginapi.v1.DeletePostRequest
|
|
88, // 88: mattermost.pluginapi.v1.PluginAPI.GetPostThread:input_type -> mattermost.pluginapi.v1.GetPostThreadRequest
|
|
89, // 89: mattermost.pluginapi.v1.PluginAPI.GetPost:input_type -> mattermost.pluginapi.v1.GetPostRequest
|
|
90, // 90: mattermost.pluginapi.v1.PluginAPI.GetPostsSince:input_type -> mattermost.pluginapi.v1.GetPostsSinceRequest
|
|
91, // 91: mattermost.pluginapi.v1.PluginAPI.GetPostsAfter:input_type -> mattermost.pluginapi.v1.GetPostsAfterRequest
|
|
92, // 92: mattermost.pluginapi.v1.PluginAPI.GetPostsBefore:input_type -> mattermost.pluginapi.v1.GetPostsBeforeRequest
|
|
93, // 93: mattermost.pluginapi.v1.PluginAPI.GetPostsForChannel:input_type -> mattermost.pluginapi.v1.GetPostsForChannelRequest
|
|
94, // 94: mattermost.pluginapi.v1.PluginAPI.UpdatePost:input_type -> mattermost.pluginapi.v1.UpdatePostRequest
|
|
95, // 95: mattermost.pluginapi.v1.PluginAPI.SearchPostsInTeam:input_type -> mattermost.pluginapi.v1.SearchPostsInTeamRequest
|
|
96, // 96: mattermost.pluginapi.v1.PluginAPI.SearchPostsInTeamForUser:input_type -> mattermost.pluginapi.v1.SearchPostsInTeamForUserRequest
|
|
97, // 97: mattermost.pluginapi.v1.PluginAPI.GetEmojiList:input_type -> mattermost.pluginapi.v1.GetEmojiListRequest
|
|
98, // 98: mattermost.pluginapi.v1.PluginAPI.GetEmojiByName:input_type -> mattermost.pluginapi.v1.GetEmojiByNameRequest
|
|
99, // 99: mattermost.pluginapi.v1.PluginAPI.GetEmoji:input_type -> mattermost.pluginapi.v1.GetEmojiRequest
|
|
100, // 100: mattermost.pluginapi.v1.PluginAPI.GetEmojiImage:input_type -> mattermost.pluginapi.v1.GetEmojiImageRequest
|
|
101, // 101: mattermost.pluginapi.v1.PluginAPI.KVSet:input_type -> mattermost.pluginapi.v1.KVSetRequest
|
|
102, // 102: mattermost.pluginapi.v1.PluginAPI.KVCompareAndSet:input_type -> mattermost.pluginapi.v1.KVCompareAndSetRequest
|
|
103, // 103: mattermost.pluginapi.v1.PluginAPI.KVCompareAndDelete:input_type -> mattermost.pluginapi.v1.KVCompareAndDeleteRequest
|
|
104, // 104: mattermost.pluginapi.v1.PluginAPI.KVSetWithOptions:input_type -> mattermost.pluginapi.v1.KVSetWithOptionsRequest
|
|
105, // 105: mattermost.pluginapi.v1.PluginAPI.KVSetWithExpiry:input_type -> mattermost.pluginapi.v1.KVSetWithExpiryRequest
|
|
106, // 106: mattermost.pluginapi.v1.PluginAPI.KVGet:input_type -> mattermost.pluginapi.v1.KVGetRequest
|
|
107, // 107: mattermost.pluginapi.v1.PluginAPI.KVDelete:input_type -> mattermost.pluginapi.v1.KVDeleteRequest
|
|
108, // 108: mattermost.pluginapi.v1.PluginAPI.KVDeleteAll:input_type -> mattermost.pluginapi.v1.KVDeleteAllRequest
|
|
109, // 109: mattermost.pluginapi.v1.PluginAPI.KVList:input_type -> mattermost.pluginapi.v1.KVListRequest
|
|
110, // 110: mattermost.pluginapi.v1.PluginAPI.PublishWebSocketEvent:input_type -> mattermost.pluginapi.v1.PublishWebSocketEventRequest
|
|
111, // 111: mattermost.pluginapi.v1.PluginAPI.LoadPluginConfiguration:input_type -> mattermost.pluginapi.v1.LoadPluginConfigurationRequest
|
|
112, // 112: mattermost.pluginapi.v1.PluginAPI.GetConfig:input_type -> mattermost.pluginapi.v1.GetConfigRequest
|
|
113, // 113: mattermost.pluginapi.v1.PluginAPI.GetUnsanitizedConfig:input_type -> mattermost.pluginapi.v1.GetUnsanitizedConfigRequest
|
|
114, // 114: mattermost.pluginapi.v1.PluginAPI.SaveConfig:input_type -> mattermost.pluginapi.v1.SaveConfigRequest
|
|
115, // 115: mattermost.pluginapi.v1.PluginAPI.GetPluginConfig:input_type -> mattermost.pluginapi.v1.GetPluginConfigRequest
|
|
116, // 116: mattermost.pluginapi.v1.PluginAPI.SavePluginConfig:input_type -> mattermost.pluginapi.v1.SavePluginConfigRequest
|
|
117, // 117: mattermost.pluginapi.v1.PluginAPI.GetBundlePath:input_type -> mattermost.pluginapi.v1.GetBundlePathRequest
|
|
118, // 118: mattermost.pluginapi.v1.PluginAPI.GetPlugins:input_type -> mattermost.pluginapi.v1.GetPluginsRequest
|
|
119, // 119: mattermost.pluginapi.v1.PluginAPI.EnablePlugin:input_type -> mattermost.pluginapi.v1.EnablePluginRequest
|
|
120, // 120: mattermost.pluginapi.v1.PluginAPI.DisablePlugin:input_type -> mattermost.pluginapi.v1.DisablePluginRequest
|
|
121, // 121: mattermost.pluginapi.v1.PluginAPI.RemovePlugin:input_type -> mattermost.pluginapi.v1.RemovePluginRequest
|
|
122, // 122: mattermost.pluginapi.v1.PluginAPI.GetPluginStatus:input_type -> mattermost.pluginapi.v1.GetPluginStatusRequest
|
|
123, // 123: mattermost.pluginapi.v1.PluginAPI.InstallPlugin:input_type -> mattermost.pluginapi.v1.InstallPluginRequest
|
|
124, // 124: mattermost.pluginapi.v1.PluginAPI.GetPluginID:input_type -> mattermost.pluginapi.v1.GetPluginIDRequest
|
|
125, // 125: mattermost.pluginapi.v1.PluginAPI.LogDebug:input_type -> mattermost.pluginapi.v1.LogDebugRequest
|
|
126, // 126: mattermost.pluginapi.v1.PluginAPI.LogInfo:input_type -> mattermost.pluginapi.v1.LogInfoRequest
|
|
127, // 127: mattermost.pluginapi.v1.PluginAPI.LogError:input_type -> mattermost.pluginapi.v1.LogErrorRequest
|
|
128, // 128: mattermost.pluginapi.v1.PluginAPI.LogWarn:input_type -> mattermost.pluginapi.v1.LogWarnRequest
|
|
129, // 129: mattermost.pluginapi.v1.PluginAPI.CopyFileInfos:input_type -> mattermost.pluginapi.v1.CopyFileInfosRequest
|
|
130, // 130: mattermost.pluginapi.v1.PluginAPI.GetFileInfo:input_type -> mattermost.pluginapi.v1.GetFileInfoRequest
|
|
131, // 131: mattermost.pluginapi.v1.PluginAPI.SetFileSearchableContent:input_type -> mattermost.pluginapi.v1.SetFileSearchableContentRequest
|
|
132, // 132: mattermost.pluginapi.v1.PluginAPI.GetFileInfos:input_type -> mattermost.pluginapi.v1.GetFileInfosRequest
|
|
133, // 133: mattermost.pluginapi.v1.PluginAPI.GetFile:input_type -> mattermost.pluginapi.v1.GetFileRequest
|
|
134, // 134: mattermost.pluginapi.v1.PluginAPI.GetFileLink:input_type -> mattermost.pluginapi.v1.GetFileLinkRequest
|
|
135, // 135: mattermost.pluginapi.v1.PluginAPI.ReadFile:input_type -> mattermost.pluginapi.v1.ReadFileRequest
|
|
136, // 136: mattermost.pluginapi.v1.PluginAPI.UploadFile:input_type -> mattermost.pluginapi.v1.UploadFileRequest
|
|
137, // 137: mattermost.pluginapi.v1.PluginAPI.CreateUploadSession:input_type -> mattermost.pluginapi.v1.CreateUploadSessionRequest
|
|
138, // 138: mattermost.pluginapi.v1.PluginAPI.UploadData:input_type -> mattermost.pluginapi.v1.UploadDataRequest
|
|
139, // 139: mattermost.pluginapi.v1.PluginAPI.GetUploadSession:input_type -> mattermost.pluginapi.v1.GetUploadSessionRequest
|
|
140, // 140: mattermost.pluginapi.v1.PluginAPI.CreateBot:input_type -> mattermost.pluginapi.v1.CreateBotRequest
|
|
141, // 141: mattermost.pluginapi.v1.PluginAPI.PatchBot:input_type -> mattermost.pluginapi.v1.PatchBotRequest
|
|
142, // 142: mattermost.pluginapi.v1.PluginAPI.GetBot:input_type -> mattermost.pluginapi.v1.GetBotRequest
|
|
143, // 143: mattermost.pluginapi.v1.PluginAPI.GetBots:input_type -> mattermost.pluginapi.v1.GetBotsRequest
|
|
144, // 144: mattermost.pluginapi.v1.PluginAPI.UpdateBotActive:input_type -> mattermost.pluginapi.v1.UpdateBotActiveRequest
|
|
145, // 145: mattermost.pluginapi.v1.PluginAPI.PermanentDeleteBot:input_type -> mattermost.pluginapi.v1.PermanentDeleteBotRequest
|
|
146, // 146: mattermost.pluginapi.v1.PluginAPI.EnsureBotUser:input_type -> mattermost.pluginapi.v1.EnsureBotUserRequest
|
|
147, // 147: mattermost.pluginapi.v1.PluginAPI.GetLicense:input_type -> mattermost.pluginapi.v1.GetLicenseRequest
|
|
148, // 148: mattermost.pluginapi.v1.PluginAPI.IsEnterpriseReady:input_type -> mattermost.pluginapi.v1.IsEnterpriseReadyRequest
|
|
149, // 149: mattermost.pluginapi.v1.PluginAPI.GetServerVersion:input_type -> mattermost.pluginapi.v1.GetServerVersionRequest
|
|
150, // 150: mattermost.pluginapi.v1.PluginAPI.GetSystemInstallDate:input_type -> mattermost.pluginapi.v1.GetSystemInstallDateRequest
|
|
151, // 151: mattermost.pluginapi.v1.PluginAPI.GetDiagnosticId:input_type -> mattermost.pluginapi.v1.GetDiagnosticIdRequest
|
|
152, // 152: mattermost.pluginapi.v1.PluginAPI.GetTelemetryId:input_type -> mattermost.pluginapi.v1.GetTelemetryIdRequest
|
|
153, // 153: mattermost.pluginapi.v1.PluginAPI.RegisterCommand:input_type -> mattermost.pluginapi.v1.RegisterCommandRequest
|
|
154, // 154: mattermost.pluginapi.v1.PluginAPI.UnregisterCommand:input_type -> mattermost.pluginapi.v1.UnregisterCommandRequest
|
|
155, // 155: mattermost.pluginapi.v1.PluginAPI.ExecuteSlashCommand:input_type -> mattermost.pluginapi.v1.ExecuteSlashCommandRequest
|
|
156, // 156: mattermost.pluginapi.v1.PluginAPI.CreateCommand:input_type -> mattermost.pluginapi.v1.CreateCommandRequest
|
|
157, // 157: mattermost.pluginapi.v1.PluginAPI.ListCommands:input_type -> mattermost.pluginapi.v1.ListCommandsRequest
|
|
158, // 158: mattermost.pluginapi.v1.PluginAPI.ListCustomCommands:input_type -> mattermost.pluginapi.v1.ListCustomCommandsRequest
|
|
159, // 159: mattermost.pluginapi.v1.PluginAPI.ListPluginCommands:input_type -> mattermost.pluginapi.v1.ListPluginCommandsRequest
|
|
160, // 160: mattermost.pluginapi.v1.PluginAPI.ListBuiltInCommands:input_type -> mattermost.pluginapi.v1.ListBuiltInCommandsRequest
|
|
161, // 161: mattermost.pluginapi.v1.PluginAPI.GetCommand:input_type -> mattermost.pluginapi.v1.GetCommandRequest
|
|
162, // 162: mattermost.pluginapi.v1.PluginAPI.UpdateCommand:input_type -> mattermost.pluginapi.v1.UpdateCommandRequest
|
|
163, // 163: mattermost.pluginapi.v1.PluginAPI.DeleteCommand:input_type -> mattermost.pluginapi.v1.DeleteCommandRequest
|
|
164, // 164: mattermost.pluginapi.v1.PluginAPI.GetPreferenceForUser:input_type -> mattermost.pluginapi.v1.GetPreferenceForUserRequest
|
|
165, // 165: mattermost.pluginapi.v1.PluginAPI.GetPreferencesForUser:input_type -> mattermost.pluginapi.v1.GetPreferencesForUserRequest
|
|
166, // 166: mattermost.pluginapi.v1.PluginAPI.UpdatePreferencesForUser:input_type -> mattermost.pluginapi.v1.UpdatePreferencesForUserRequest
|
|
167, // 167: mattermost.pluginapi.v1.PluginAPI.DeletePreferencesForUser:input_type -> mattermost.pluginapi.v1.DeletePreferencesForUserRequest
|
|
168, // 168: mattermost.pluginapi.v1.PluginAPI.CreateOAuthApp:input_type -> mattermost.pluginapi.v1.CreateOAuthAppRequest
|
|
169, // 169: mattermost.pluginapi.v1.PluginAPI.GetOAuthApp:input_type -> mattermost.pluginapi.v1.GetOAuthAppRequest
|
|
170, // 170: mattermost.pluginapi.v1.PluginAPI.UpdateOAuthApp:input_type -> mattermost.pluginapi.v1.UpdateOAuthAppRequest
|
|
171, // 171: mattermost.pluginapi.v1.PluginAPI.DeleteOAuthApp:input_type -> mattermost.pluginapi.v1.DeleteOAuthAppRequest
|
|
172, // 172: mattermost.pluginapi.v1.PluginAPI.GetGroup:input_type -> mattermost.pluginapi.v1.GetGroupRequest
|
|
173, // 173: mattermost.pluginapi.v1.PluginAPI.GetGroupByName:input_type -> mattermost.pluginapi.v1.GetGroupByNameRequest
|
|
174, // 174: mattermost.pluginapi.v1.PluginAPI.GetGroupMemberUsers:input_type -> mattermost.pluginapi.v1.GetGroupMemberUsersRequest
|
|
175, // 175: mattermost.pluginapi.v1.PluginAPI.GetGroupsBySource:input_type -> mattermost.pluginapi.v1.GetGroupsBySourceRequest
|
|
176, // 176: mattermost.pluginapi.v1.PluginAPI.GetGroupsForUser:input_type -> mattermost.pluginapi.v1.GetGroupsForUserRequest
|
|
177, // 177: mattermost.pluginapi.v1.PluginAPI.UpsertGroupMember:input_type -> mattermost.pluginapi.v1.UpsertGroupMemberRequest
|
|
178, // 178: mattermost.pluginapi.v1.PluginAPI.UpsertGroupMembers:input_type -> mattermost.pluginapi.v1.UpsertGroupMembersRequest
|
|
179, // 179: mattermost.pluginapi.v1.PluginAPI.GetGroupByRemoteID:input_type -> mattermost.pluginapi.v1.GetGroupByRemoteIDRequest
|
|
180, // 180: mattermost.pluginapi.v1.PluginAPI.CreateGroup:input_type -> mattermost.pluginapi.v1.CreateGroupRequest
|
|
181, // 181: mattermost.pluginapi.v1.PluginAPI.UpdateGroup:input_type -> mattermost.pluginapi.v1.UpdateGroupRequest
|
|
182, // 182: mattermost.pluginapi.v1.PluginAPI.DeleteGroup:input_type -> mattermost.pluginapi.v1.DeleteGroupRequest
|
|
183, // 183: mattermost.pluginapi.v1.PluginAPI.RestoreGroup:input_type -> mattermost.pluginapi.v1.RestoreGroupRequest
|
|
184, // 184: mattermost.pluginapi.v1.PluginAPI.DeleteGroupMember:input_type -> mattermost.pluginapi.v1.DeleteGroupMemberRequest
|
|
185, // 185: mattermost.pluginapi.v1.PluginAPI.GetGroupSyncable:input_type -> mattermost.pluginapi.v1.GetGroupSyncableRequest
|
|
186, // 186: mattermost.pluginapi.v1.PluginAPI.GetGroupSyncables:input_type -> mattermost.pluginapi.v1.GetGroupSyncablesRequest
|
|
187, // 187: mattermost.pluginapi.v1.PluginAPI.UpsertGroupSyncable:input_type -> mattermost.pluginapi.v1.UpsertGroupSyncableRequest
|
|
188, // 188: mattermost.pluginapi.v1.PluginAPI.UpdateGroupSyncable:input_type -> mattermost.pluginapi.v1.UpdateGroupSyncableRequest
|
|
189, // 189: mattermost.pluginapi.v1.PluginAPI.DeleteGroupSyncable:input_type -> mattermost.pluginapi.v1.DeleteGroupSyncableRequest
|
|
190, // 190: mattermost.pluginapi.v1.PluginAPI.GetGroups:input_type -> mattermost.pluginapi.v1.GetGroupsRequest
|
|
191, // 191: mattermost.pluginapi.v1.PluginAPI.CreateDefaultSyncableMemberships:input_type -> mattermost.pluginapi.v1.CreateDefaultSyncableMembershipsRequest
|
|
192, // 192: mattermost.pluginapi.v1.PluginAPI.DeleteGroupConstrainedMemberships:input_type -> mattermost.pluginapi.v1.DeleteGroupConstrainedMembershipsRequest
|
|
193, // 193: mattermost.pluginapi.v1.PluginAPI.RegisterPluginForSharedChannels:input_type -> mattermost.pluginapi.v1.RegisterPluginForSharedChannelsRequest
|
|
194, // 194: mattermost.pluginapi.v1.PluginAPI.UnregisterPluginForSharedChannels:input_type -> mattermost.pluginapi.v1.UnregisterPluginForSharedChannelsRequest
|
|
195, // 195: mattermost.pluginapi.v1.PluginAPI.ShareChannel:input_type -> mattermost.pluginapi.v1.ShareChannelRequest
|
|
196, // 196: mattermost.pluginapi.v1.PluginAPI.UpdateSharedChannel:input_type -> mattermost.pluginapi.v1.UpdateSharedChannelRequest
|
|
197, // 197: mattermost.pluginapi.v1.PluginAPI.UnshareChannel:input_type -> mattermost.pluginapi.v1.UnshareChannelRequest
|
|
198, // 198: mattermost.pluginapi.v1.PluginAPI.UpdateSharedChannelCursor:input_type -> mattermost.pluginapi.v1.UpdateSharedChannelCursorRequest
|
|
199, // 199: mattermost.pluginapi.v1.PluginAPI.SyncSharedChannel:input_type -> mattermost.pluginapi.v1.SyncSharedChannelRequest
|
|
200, // 200: mattermost.pluginapi.v1.PluginAPI.InviteRemoteToChannel:input_type -> mattermost.pluginapi.v1.InviteRemoteToChannelRequest
|
|
201, // 201: mattermost.pluginapi.v1.PluginAPI.UninviteRemoteFromChannel:input_type -> mattermost.pluginapi.v1.UninviteRemoteFromChannelRequest
|
|
202, // 202: mattermost.pluginapi.v1.PluginAPI.CreatePropertyField:input_type -> mattermost.pluginapi.v1.CreatePropertyFieldRequest
|
|
203, // 203: mattermost.pluginapi.v1.PluginAPI.GetPropertyField:input_type -> mattermost.pluginapi.v1.GetPropertyFieldRequest
|
|
204, // 204: mattermost.pluginapi.v1.PluginAPI.GetPropertyFields:input_type -> mattermost.pluginapi.v1.GetPropertyFieldsRequest
|
|
205, // 205: mattermost.pluginapi.v1.PluginAPI.UpdatePropertyField:input_type -> mattermost.pluginapi.v1.UpdatePropertyFieldRequest
|
|
206, // 206: mattermost.pluginapi.v1.PluginAPI.DeletePropertyField:input_type -> mattermost.pluginapi.v1.DeletePropertyFieldRequest
|
|
207, // 207: mattermost.pluginapi.v1.PluginAPI.SearchPropertyFields:input_type -> mattermost.pluginapi.v1.SearchPropertyFieldsRequest
|
|
208, // 208: mattermost.pluginapi.v1.PluginAPI.CountPropertyFields:input_type -> mattermost.pluginapi.v1.CountPropertyFieldsRequest
|
|
209, // 209: mattermost.pluginapi.v1.PluginAPI.CountPropertyFieldsForTarget:input_type -> mattermost.pluginapi.v1.CountPropertyFieldsForTargetRequest
|
|
210, // 210: mattermost.pluginapi.v1.PluginAPI.CreatePropertyValue:input_type -> mattermost.pluginapi.v1.CreatePropertyValueRequest
|
|
211, // 211: mattermost.pluginapi.v1.PluginAPI.GetPropertyValue:input_type -> mattermost.pluginapi.v1.GetPropertyValueRequest
|
|
212, // 212: mattermost.pluginapi.v1.PluginAPI.GetPropertyValues:input_type -> mattermost.pluginapi.v1.GetPropertyValuesRequest
|
|
213, // 213: mattermost.pluginapi.v1.PluginAPI.UpdatePropertyValue:input_type -> mattermost.pluginapi.v1.UpdatePropertyValueRequest
|
|
214, // 214: mattermost.pluginapi.v1.PluginAPI.UpsertPropertyValue:input_type -> mattermost.pluginapi.v1.UpsertPropertyValueRequest
|
|
215, // 215: mattermost.pluginapi.v1.PluginAPI.DeletePropertyValue:input_type -> mattermost.pluginapi.v1.DeletePropertyValueRequest
|
|
216, // 216: mattermost.pluginapi.v1.PluginAPI.SearchPropertyValues:input_type -> mattermost.pluginapi.v1.SearchPropertyValuesRequest
|
|
217, // 217: mattermost.pluginapi.v1.PluginAPI.RegisterPropertyGroup:input_type -> mattermost.pluginapi.v1.RegisterPropertyGroupRequest
|
|
218, // 218: mattermost.pluginapi.v1.PluginAPI.GetPropertyGroup:input_type -> mattermost.pluginapi.v1.GetPropertyGroupRequest
|
|
219, // 219: mattermost.pluginapi.v1.PluginAPI.GetPropertyFieldByName:input_type -> mattermost.pluginapi.v1.GetPropertyFieldByNameRequest
|
|
220, // 220: mattermost.pluginapi.v1.PluginAPI.UpdatePropertyFields:input_type -> mattermost.pluginapi.v1.UpdatePropertyFieldsRequest
|
|
221, // 221: mattermost.pluginapi.v1.PluginAPI.UpdatePropertyValues:input_type -> mattermost.pluginapi.v1.UpdatePropertyValuesRequest
|
|
222, // 222: mattermost.pluginapi.v1.PluginAPI.UpsertPropertyValues:input_type -> mattermost.pluginapi.v1.UpsertPropertyValuesRequest
|
|
223, // 223: mattermost.pluginapi.v1.PluginAPI.DeletePropertyValuesForTarget:input_type -> mattermost.pluginapi.v1.DeletePropertyValuesForTargetRequest
|
|
224, // 224: mattermost.pluginapi.v1.PluginAPI.DeletePropertyValuesForField:input_type -> mattermost.pluginapi.v1.DeletePropertyValuesForFieldRequest
|
|
225, // 225: mattermost.pluginapi.v1.PluginAPI.LogAuditRec:input_type -> mattermost.pluginapi.v1.LogAuditRecRequest
|
|
226, // 226: mattermost.pluginapi.v1.PluginAPI.LogAuditRecWithLevel:input_type -> mattermost.pluginapi.v1.LogAuditRecWithLevelRequest
|
|
227, // 227: mattermost.pluginapi.v1.PluginAPI.PluginHTTP:input_type -> mattermost.pluginapi.v1.PluginHTTPRequest
|
|
228, // 228: mattermost.pluginapi.v1.PluginAPI.GetCloudLimits:input_type -> mattermost.pluginapi.v1.GetCloudLimitsRequest
|
|
229, // 229: mattermost.pluginapi.v1.PluginAPI.OpenInteractiveDialog:input_type -> mattermost.pluginapi.v1.OpenInteractiveDialogRequest
|
|
230, // 230: mattermost.pluginapi.v1.PluginAPI.PublishPluginClusterEvent:input_type -> mattermost.pluginapi.v1.PublishPluginClusterEventRequest
|
|
231, // 231: mattermost.pluginapi.v1.PluginAPI.RegisterCollectionAndTopic:input_type -> mattermost.pluginapi.v1.RegisterCollectionAndTopicRequest
|
|
232, // 232: mattermost.pluginapi.v1.PluginAPI.RequestTrialLicense:input_type -> mattermost.pluginapi.v1.RequestTrialLicenseRequest
|
|
233, // 233: mattermost.pluginapi.v1.PluginAPI.RolesGrantPermission:input_type -> mattermost.pluginapi.v1.RolesGrantPermissionRequest
|
|
234, // 234: mattermost.pluginapi.v1.PluginAPI.SendMail:input_type -> mattermost.pluginapi.v1.SendMailRequest
|
|
235, // 235: mattermost.pluginapi.v1.PluginAPI.SendPushNotification:input_type -> mattermost.pluginapi.v1.SendPushNotificationRequest
|
|
236, // 236: mattermost.pluginapi.v1.PluginAPI.CreateUser:output_type -> mattermost.pluginapi.v1.CreateUserResponse
|
|
237, // 237: mattermost.pluginapi.v1.PluginAPI.DeleteUser:output_type -> mattermost.pluginapi.v1.DeleteUserResponse
|
|
238, // 238: mattermost.pluginapi.v1.PluginAPI.GetUsers:output_type -> mattermost.pluginapi.v1.GetUsersResponse
|
|
239, // 239: mattermost.pluginapi.v1.PluginAPI.GetUsersByIds:output_type -> mattermost.pluginapi.v1.GetUsersByIdsResponse
|
|
240, // 240: mattermost.pluginapi.v1.PluginAPI.GetUser:output_type -> mattermost.pluginapi.v1.GetUserResponse
|
|
241, // 241: mattermost.pluginapi.v1.PluginAPI.GetUserByEmail:output_type -> mattermost.pluginapi.v1.GetUserByEmailResponse
|
|
242, // 242: mattermost.pluginapi.v1.PluginAPI.GetUserByUsername:output_type -> mattermost.pluginapi.v1.GetUserByUsernameResponse
|
|
243, // 243: mattermost.pluginapi.v1.PluginAPI.GetUsersByUsernames:output_type -> mattermost.pluginapi.v1.GetUsersByUsernamesResponse
|
|
244, // 244: mattermost.pluginapi.v1.PluginAPI.GetUsersInTeam:output_type -> mattermost.pluginapi.v1.GetUsersInTeamResponse
|
|
245, // 245: mattermost.pluginapi.v1.PluginAPI.UpdateUser:output_type -> mattermost.pluginapi.v1.UpdateUserResponse
|
|
246, // 246: mattermost.pluginapi.v1.PluginAPI.GetUserStatus:output_type -> mattermost.pluginapi.v1.GetUserStatusResponse
|
|
247, // 247: mattermost.pluginapi.v1.PluginAPI.GetUserStatusesByIds:output_type -> mattermost.pluginapi.v1.GetUserStatusesByIdsResponse
|
|
248, // 248: mattermost.pluginapi.v1.PluginAPI.UpdateUserStatus:output_type -> mattermost.pluginapi.v1.UpdateUserStatusResponse
|
|
249, // 249: mattermost.pluginapi.v1.PluginAPI.SetUserStatusTimedDND:output_type -> mattermost.pluginapi.v1.SetUserStatusTimedDNDResponse
|
|
250, // 250: mattermost.pluginapi.v1.PluginAPI.UpdateUserActive:output_type -> mattermost.pluginapi.v1.UpdateUserActiveResponse
|
|
251, // 251: mattermost.pluginapi.v1.PluginAPI.UpdateUserCustomStatus:output_type -> mattermost.pluginapi.v1.UpdateUserCustomStatusResponse
|
|
252, // 252: mattermost.pluginapi.v1.PluginAPI.RemoveUserCustomStatus:output_type -> mattermost.pluginapi.v1.RemoveUserCustomStatusResponse
|
|
253, // 253: mattermost.pluginapi.v1.PluginAPI.GetUsersInChannel:output_type -> mattermost.pluginapi.v1.GetUsersInChannelResponse
|
|
254, // 254: mattermost.pluginapi.v1.PluginAPI.GetLDAPUserAttributes:output_type -> mattermost.pluginapi.v1.GetLDAPUserAttributesResponse
|
|
255, // 255: mattermost.pluginapi.v1.PluginAPI.SearchUsers:output_type -> mattermost.pluginapi.v1.SearchUsersResponse
|
|
256, // 256: mattermost.pluginapi.v1.PluginAPI.GetProfileImage:output_type -> mattermost.pluginapi.v1.GetProfileImageResponse
|
|
257, // 257: mattermost.pluginapi.v1.PluginAPI.SetProfileImage:output_type -> mattermost.pluginapi.v1.SetProfileImageResponse
|
|
258, // 258: mattermost.pluginapi.v1.PluginAPI.HasPermissionTo:output_type -> mattermost.pluginapi.v1.HasPermissionToResponse
|
|
259, // 259: mattermost.pluginapi.v1.PluginAPI.HasPermissionToTeam:output_type -> mattermost.pluginapi.v1.HasPermissionToTeamResponse
|
|
260, // 260: mattermost.pluginapi.v1.PluginAPI.HasPermissionToChannel:output_type -> mattermost.pluginapi.v1.HasPermissionToChannelResponse
|
|
261, // 261: mattermost.pluginapi.v1.PluginAPI.PublishUserTyping:output_type -> mattermost.pluginapi.v1.PublishUserTypingResponse
|
|
262, // 262: mattermost.pluginapi.v1.PluginAPI.UpdateUserAuth:output_type -> mattermost.pluginapi.v1.UpdateUserAuthResponse
|
|
263, // 263: mattermost.pluginapi.v1.PluginAPI.UpdateUserRoles:output_type -> mattermost.pluginapi.v1.UpdateUserRolesResponse
|
|
264, // 264: mattermost.pluginapi.v1.PluginAPI.GetSession:output_type -> mattermost.pluginapi.v1.GetSessionResponse
|
|
265, // 265: mattermost.pluginapi.v1.PluginAPI.CreateSession:output_type -> mattermost.pluginapi.v1.CreateSessionResponse
|
|
266, // 266: mattermost.pluginapi.v1.PluginAPI.ExtendSessionExpiry:output_type -> mattermost.pluginapi.v1.ExtendSessionExpiryResponse
|
|
267, // 267: mattermost.pluginapi.v1.PluginAPI.RevokeSession:output_type -> mattermost.pluginapi.v1.RevokeSessionResponse
|
|
268, // 268: mattermost.pluginapi.v1.PluginAPI.CreateUserAccessToken:output_type -> mattermost.pluginapi.v1.CreateUserAccessTokenResponse
|
|
269, // 269: mattermost.pluginapi.v1.PluginAPI.RevokeUserAccessToken:output_type -> mattermost.pluginapi.v1.RevokeUserAccessTokenResponse
|
|
270, // 270: mattermost.pluginapi.v1.PluginAPI.CreateTeam:output_type -> mattermost.pluginapi.v1.CreateTeamResponse
|
|
271, // 271: mattermost.pluginapi.v1.PluginAPI.DeleteTeam:output_type -> mattermost.pluginapi.v1.DeleteTeamResponse
|
|
272, // 272: mattermost.pluginapi.v1.PluginAPI.GetTeams:output_type -> mattermost.pluginapi.v1.GetTeamsResponse
|
|
273, // 273: mattermost.pluginapi.v1.PluginAPI.GetTeam:output_type -> mattermost.pluginapi.v1.GetTeamResponse
|
|
274, // 274: mattermost.pluginapi.v1.PluginAPI.GetTeamByName:output_type -> mattermost.pluginapi.v1.GetTeamByNameResponse
|
|
275, // 275: mattermost.pluginapi.v1.PluginAPI.GetTeamsUnreadForUser:output_type -> mattermost.pluginapi.v1.GetTeamsUnreadForUserResponse
|
|
276, // 276: mattermost.pluginapi.v1.PluginAPI.UpdateTeam:output_type -> mattermost.pluginapi.v1.UpdateTeamResponse
|
|
277, // 277: mattermost.pluginapi.v1.PluginAPI.SearchTeams:output_type -> mattermost.pluginapi.v1.SearchTeamsResponse
|
|
278, // 278: mattermost.pluginapi.v1.PluginAPI.GetTeamsForUser:output_type -> mattermost.pluginapi.v1.GetTeamsForUserResponse
|
|
279, // 279: mattermost.pluginapi.v1.PluginAPI.CreateTeamMember:output_type -> mattermost.pluginapi.v1.CreateTeamMemberResponse
|
|
280, // 280: mattermost.pluginapi.v1.PluginAPI.CreateTeamMembers:output_type -> mattermost.pluginapi.v1.CreateTeamMembersResponse
|
|
281, // 281: mattermost.pluginapi.v1.PluginAPI.CreateTeamMembersGracefully:output_type -> mattermost.pluginapi.v1.CreateTeamMembersGracefullyResponse
|
|
282, // 282: mattermost.pluginapi.v1.PluginAPI.DeleteTeamMember:output_type -> mattermost.pluginapi.v1.DeleteTeamMemberResponse
|
|
283, // 283: mattermost.pluginapi.v1.PluginAPI.GetTeamMembers:output_type -> mattermost.pluginapi.v1.GetTeamMembersResponse
|
|
284, // 284: mattermost.pluginapi.v1.PluginAPI.GetTeamMember:output_type -> mattermost.pluginapi.v1.GetTeamMemberResponse
|
|
285, // 285: mattermost.pluginapi.v1.PluginAPI.GetTeamMembersForUser:output_type -> mattermost.pluginapi.v1.GetTeamMembersForUserResponse
|
|
286, // 286: mattermost.pluginapi.v1.PluginAPI.UpdateTeamMemberRoles:output_type -> mattermost.pluginapi.v1.UpdateTeamMemberRolesResponse
|
|
287, // 287: mattermost.pluginapi.v1.PluginAPI.GetTeamIcon:output_type -> mattermost.pluginapi.v1.GetTeamIconResponse
|
|
288, // 288: mattermost.pluginapi.v1.PluginAPI.SetTeamIcon:output_type -> mattermost.pluginapi.v1.SetTeamIconResponse
|
|
289, // 289: mattermost.pluginapi.v1.PluginAPI.RemoveTeamIcon:output_type -> mattermost.pluginapi.v1.RemoveTeamIconResponse
|
|
290, // 290: mattermost.pluginapi.v1.PluginAPI.GetTeamStats:output_type -> mattermost.pluginapi.v1.GetTeamStatsResponse
|
|
291, // 291: mattermost.pluginapi.v1.PluginAPI.CreateChannel:output_type -> mattermost.pluginapi.v1.CreateChannelResponse
|
|
292, // 292: mattermost.pluginapi.v1.PluginAPI.DeleteChannel:output_type -> mattermost.pluginapi.v1.DeleteChannelResponse
|
|
293, // 293: mattermost.pluginapi.v1.PluginAPI.GetPublicChannelsForTeam:output_type -> mattermost.pluginapi.v1.GetPublicChannelsForTeamResponse
|
|
294, // 294: mattermost.pluginapi.v1.PluginAPI.GetChannel:output_type -> mattermost.pluginapi.v1.GetChannelResponse
|
|
295, // 295: mattermost.pluginapi.v1.PluginAPI.GetChannelByName:output_type -> mattermost.pluginapi.v1.GetChannelByNameResponse
|
|
296, // 296: mattermost.pluginapi.v1.PluginAPI.GetChannelByNameForTeamName:output_type -> mattermost.pluginapi.v1.GetChannelByNameForTeamNameResponse
|
|
297, // 297: mattermost.pluginapi.v1.PluginAPI.GetChannelsForTeamForUser:output_type -> mattermost.pluginapi.v1.GetChannelsForTeamForUserResponse
|
|
298, // 298: mattermost.pluginapi.v1.PluginAPI.GetChannelStats:output_type -> mattermost.pluginapi.v1.GetChannelStatsResponse
|
|
299, // 299: mattermost.pluginapi.v1.PluginAPI.GetDirectChannel:output_type -> mattermost.pluginapi.v1.GetDirectChannelResponse
|
|
300, // 300: mattermost.pluginapi.v1.PluginAPI.GetGroupChannel:output_type -> mattermost.pluginapi.v1.GetGroupChannelResponse
|
|
301, // 301: mattermost.pluginapi.v1.PluginAPI.UpdateChannel:output_type -> mattermost.pluginapi.v1.UpdateChannelResponse
|
|
302, // 302: mattermost.pluginapi.v1.PluginAPI.SearchChannels:output_type -> mattermost.pluginapi.v1.SearchChannelsResponse
|
|
303, // 303: mattermost.pluginapi.v1.PluginAPI.AddChannelMember:output_type -> mattermost.pluginapi.v1.AddChannelMemberResponse
|
|
304, // 304: mattermost.pluginapi.v1.PluginAPI.AddUserToChannel:output_type -> mattermost.pluginapi.v1.AddUserToChannelResponse
|
|
305, // 305: mattermost.pluginapi.v1.PluginAPI.GetChannelMember:output_type -> mattermost.pluginapi.v1.GetChannelMemberResponse
|
|
306, // 306: mattermost.pluginapi.v1.PluginAPI.GetChannelMembers:output_type -> mattermost.pluginapi.v1.GetChannelMembersResponse
|
|
307, // 307: mattermost.pluginapi.v1.PluginAPI.GetChannelMembersByIds:output_type -> mattermost.pluginapi.v1.GetChannelMembersByIdsResponse
|
|
308, // 308: mattermost.pluginapi.v1.PluginAPI.GetChannelMembersForUser:output_type -> mattermost.pluginapi.v1.GetChannelMembersForUserResponse
|
|
309, // 309: mattermost.pluginapi.v1.PluginAPI.UpdateChannelMemberRoles:output_type -> mattermost.pluginapi.v1.UpdateChannelMemberRolesResponse
|
|
310, // 310: mattermost.pluginapi.v1.PluginAPI.UpdateChannelMemberNotifications:output_type -> mattermost.pluginapi.v1.UpdateChannelMemberNotificationsResponse
|
|
311, // 311: mattermost.pluginapi.v1.PluginAPI.PatchChannelMembersNotifications:output_type -> mattermost.pluginapi.v1.PatchChannelMembersNotificationsResponse
|
|
312, // 312: mattermost.pluginapi.v1.PluginAPI.DeleteChannelMember:output_type -> mattermost.pluginapi.v1.DeleteChannelMemberResponse
|
|
313, // 313: mattermost.pluginapi.v1.PluginAPI.CreateChannelSidebarCategory:output_type -> mattermost.pluginapi.v1.CreateChannelSidebarCategoryResponse
|
|
314, // 314: mattermost.pluginapi.v1.PluginAPI.GetChannelSidebarCategories:output_type -> mattermost.pluginapi.v1.GetChannelSidebarCategoriesResponse
|
|
315, // 315: mattermost.pluginapi.v1.PluginAPI.UpdateChannelSidebarCategories:output_type -> mattermost.pluginapi.v1.UpdateChannelSidebarCategoriesResponse
|
|
316, // 316: mattermost.pluginapi.v1.PluginAPI.CreatePost:output_type -> mattermost.pluginapi.v1.CreatePostResponse
|
|
317, // 317: mattermost.pluginapi.v1.PluginAPI.AddReaction:output_type -> mattermost.pluginapi.v1.AddReactionResponse
|
|
318, // 318: mattermost.pluginapi.v1.PluginAPI.RemoveReaction:output_type -> mattermost.pluginapi.v1.RemoveReactionResponse
|
|
319, // 319: mattermost.pluginapi.v1.PluginAPI.GetReactions:output_type -> mattermost.pluginapi.v1.GetReactionsResponse
|
|
320, // 320: mattermost.pluginapi.v1.PluginAPI.SendEphemeralPost:output_type -> mattermost.pluginapi.v1.SendEphemeralPostResponse
|
|
321, // 321: mattermost.pluginapi.v1.PluginAPI.UpdateEphemeralPost:output_type -> mattermost.pluginapi.v1.UpdateEphemeralPostResponse
|
|
322, // 322: mattermost.pluginapi.v1.PluginAPI.DeleteEphemeralPost:output_type -> mattermost.pluginapi.v1.DeleteEphemeralPostResponse
|
|
323, // 323: mattermost.pluginapi.v1.PluginAPI.DeletePost:output_type -> mattermost.pluginapi.v1.DeletePostResponse
|
|
324, // 324: mattermost.pluginapi.v1.PluginAPI.GetPostThread:output_type -> mattermost.pluginapi.v1.GetPostThreadResponse
|
|
325, // 325: mattermost.pluginapi.v1.PluginAPI.GetPost:output_type -> mattermost.pluginapi.v1.GetPostResponse
|
|
326, // 326: mattermost.pluginapi.v1.PluginAPI.GetPostsSince:output_type -> mattermost.pluginapi.v1.GetPostsSinceResponse
|
|
327, // 327: mattermost.pluginapi.v1.PluginAPI.GetPostsAfter:output_type -> mattermost.pluginapi.v1.GetPostsAfterResponse
|
|
328, // 328: mattermost.pluginapi.v1.PluginAPI.GetPostsBefore:output_type -> mattermost.pluginapi.v1.GetPostsBeforeResponse
|
|
329, // 329: mattermost.pluginapi.v1.PluginAPI.GetPostsForChannel:output_type -> mattermost.pluginapi.v1.GetPostsForChannelResponse
|
|
330, // 330: mattermost.pluginapi.v1.PluginAPI.UpdatePost:output_type -> mattermost.pluginapi.v1.UpdatePostResponse
|
|
331, // 331: mattermost.pluginapi.v1.PluginAPI.SearchPostsInTeam:output_type -> mattermost.pluginapi.v1.SearchPostsInTeamResponse
|
|
332, // 332: mattermost.pluginapi.v1.PluginAPI.SearchPostsInTeamForUser:output_type -> mattermost.pluginapi.v1.SearchPostsInTeamForUserResponse
|
|
333, // 333: mattermost.pluginapi.v1.PluginAPI.GetEmojiList:output_type -> mattermost.pluginapi.v1.GetEmojiListResponse
|
|
334, // 334: mattermost.pluginapi.v1.PluginAPI.GetEmojiByName:output_type -> mattermost.pluginapi.v1.GetEmojiByNameResponse
|
|
335, // 335: mattermost.pluginapi.v1.PluginAPI.GetEmoji:output_type -> mattermost.pluginapi.v1.GetEmojiResponse
|
|
336, // 336: mattermost.pluginapi.v1.PluginAPI.GetEmojiImage:output_type -> mattermost.pluginapi.v1.GetEmojiImageResponse
|
|
337, // 337: mattermost.pluginapi.v1.PluginAPI.KVSet:output_type -> mattermost.pluginapi.v1.KVSetResponse
|
|
338, // 338: mattermost.pluginapi.v1.PluginAPI.KVCompareAndSet:output_type -> mattermost.pluginapi.v1.KVCompareAndSetResponse
|
|
339, // 339: mattermost.pluginapi.v1.PluginAPI.KVCompareAndDelete:output_type -> mattermost.pluginapi.v1.KVCompareAndDeleteResponse
|
|
340, // 340: mattermost.pluginapi.v1.PluginAPI.KVSetWithOptions:output_type -> mattermost.pluginapi.v1.KVSetWithOptionsResponse
|
|
341, // 341: mattermost.pluginapi.v1.PluginAPI.KVSetWithExpiry:output_type -> mattermost.pluginapi.v1.KVSetWithExpiryResponse
|
|
342, // 342: mattermost.pluginapi.v1.PluginAPI.KVGet:output_type -> mattermost.pluginapi.v1.KVGetResponse
|
|
343, // 343: mattermost.pluginapi.v1.PluginAPI.KVDelete:output_type -> mattermost.pluginapi.v1.KVDeleteResponse
|
|
344, // 344: mattermost.pluginapi.v1.PluginAPI.KVDeleteAll:output_type -> mattermost.pluginapi.v1.KVDeleteAllResponse
|
|
345, // 345: mattermost.pluginapi.v1.PluginAPI.KVList:output_type -> mattermost.pluginapi.v1.KVListResponse
|
|
346, // 346: mattermost.pluginapi.v1.PluginAPI.PublishWebSocketEvent:output_type -> mattermost.pluginapi.v1.PublishWebSocketEventResponse
|
|
347, // 347: mattermost.pluginapi.v1.PluginAPI.LoadPluginConfiguration:output_type -> mattermost.pluginapi.v1.LoadPluginConfigurationResponse
|
|
348, // 348: mattermost.pluginapi.v1.PluginAPI.GetConfig:output_type -> mattermost.pluginapi.v1.GetConfigResponse
|
|
349, // 349: mattermost.pluginapi.v1.PluginAPI.GetUnsanitizedConfig:output_type -> mattermost.pluginapi.v1.GetUnsanitizedConfigResponse
|
|
350, // 350: mattermost.pluginapi.v1.PluginAPI.SaveConfig:output_type -> mattermost.pluginapi.v1.SaveConfigResponse
|
|
351, // 351: mattermost.pluginapi.v1.PluginAPI.GetPluginConfig:output_type -> mattermost.pluginapi.v1.GetPluginConfigResponse
|
|
352, // 352: mattermost.pluginapi.v1.PluginAPI.SavePluginConfig:output_type -> mattermost.pluginapi.v1.SavePluginConfigResponse
|
|
353, // 353: mattermost.pluginapi.v1.PluginAPI.GetBundlePath:output_type -> mattermost.pluginapi.v1.GetBundlePathResponse
|
|
354, // 354: mattermost.pluginapi.v1.PluginAPI.GetPlugins:output_type -> mattermost.pluginapi.v1.GetPluginsResponse
|
|
355, // 355: mattermost.pluginapi.v1.PluginAPI.EnablePlugin:output_type -> mattermost.pluginapi.v1.EnablePluginResponse
|
|
356, // 356: mattermost.pluginapi.v1.PluginAPI.DisablePlugin:output_type -> mattermost.pluginapi.v1.DisablePluginResponse
|
|
357, // 357: mattermost.pluginapi.v1.PluginAPI.RemovePlugin:output_type -> mattermost.pluginapi.v1.RemovePluginResponse
|
|
358, // 358: mattermost.pluginapi.v1.PluginAPI.GetPluginStatus:output_type -> mattermost.pluginapi.v1.GetPluginStatusResponse
|
|
359, // 359: mattermost.pluginapi.v1.PluginAPI.InstallPlugin:output_type -> mattermost.pluginapi.v1.InstallPluginResponse
|
|
360, // 360: mattermost.pluginapi.v1.PluginAPI.GetPluginID:output_type -> mattermost.pluginapi.v1.GetPluginIDResponse
|
|
361, // 361: mattermost.pluginapi.v1.PluginAPI.LogDebug:output_type -> mattermost.pluginapi.v1.LogDebugResponse
|
|
362, // 362: mattermost.pluginapi.v1.PluginAPI.LogInfo:output_type -> mattermost.pluginapi.v1.LogInfoResponse
|
|
363, // 363: mattermost.pluginapi.v1.PluginAPI.LogError:output_type -> mattermost.pluginapi.v1.LogErrorResponse
|
|
364, // 364: mattermost.pluginapi.v1.PluginAPI.LogWarn:output_type -> mattermost.pluginapi.v1.LogWarnResponse
|
|
365, // 365: mattermost.pluginapi.v1.PluginAPI.CopyFileInfos:output_type -> mattermost.pluginapi.v1.CopyFileInfosResponse
|
|
366, // 366: mattermost.pluginapi.v1.PluginAPI.GetFileInfo:output_type -> mattermost.pluginapi.v1.GetFileInfoResponse
|
|
367, // 367: mattermost.pluginapi.v1.PluginAPI.SetFileSearchableContent:output_type -> mattermost.pluginapi.v1.SetFileSearchableContentResponse
|
|
368, // 368: mattermost.pluginapi.v1.PluginAPI.GetFileInfos:output_type -> mattermost.pluginapi.v1.GetFileInfosResponse
|
|
369, // 369: mattermost.pluginapi.v1.PluginAPI.GetFile:output_type -> mattermost.pluginapi.v1.GetFileResponse
|
|
370, // 370: mattermost.pluginapi.v1.PluginAPI.GetFileLink:output_type -> mattermost.pluginapi.v1.GetFileLinkResponse
|
|
371, // 371: mattermost.pluginapi.v1.PluginAPI.ReadFile:output_type -> mattermost.pluginapi.v1.ReadFileResponse
|
|
372, // 372: mattermost.pluginapi.v1.PluginAPI.UploadFile:output_type -> mattermost.pluginapi.v1.UploadFileResponse
|
|
373, // 373: mattermost.pluginapi.v1.PluginAPI.CreateUploadSession:output_type -> mattermost.pluginapi.v1.CreateUploadSessionResponse
|
|
374, // 374: mattermost.pluginapi.v1.PluginAPI.UploadData:output_type -> mattermost.pluginapi.v1.UploadDataResponse
|
|
375, // 375: mattermost.pluginapi.v1.PluginAPI.GetUploadSession:output_type -> mattermost.pluginapi.v1.GetUploadSessionResponse
|
|
376, // 376: mattermost.pluginapi.v1.PluginAPI.CreateBot:output_type -> mattermost.pluginapi.v1.CreateBotResponse
|
|
377, // 377: mattermost.pluginapi.v1.PluginAPI.PatchBot:output_type -> mattermost.pluginapi.v1.PatchBotResponse
|
|
378, // 378: mattermost.pluginapi.v1.PluginAPI.GetBot:output_type -> mattermost.pluginapi.v1.GetBotResponse
|
|
379, // 379: mattermost.pluginapi.v1.PluginAPI.GetBots:output_type -> mattermost.pluginapi.v1.GetBotsResponse
|
|
380, // 380: mattermost.pluginapi.v1.PluginAPI.UpdateBotActive:output_type -> mattermost.pluginapi.v1.UpdateBotActiveResponse
|
|
381, // 381: mattermost.pluginapi.v1.PluginAPI.PermanentDeleteBot:output_type -> mattermost.pluginapi.v1.PermanentDeleteBotResponse
|
|
382, // 382: mattermost.pluginapi.v1.PluginAPI.EnsureBotUser:output_type -> mattermost.pluginapi.v1.EnsureBotUserResponse
|
|
383, // 383: mattermost.pluginapi.v1.PluginAPI.GetLicense:output_type -> mattermost.pluginapi.v1.GetLicenseResponse
|
|
384, // 384: mattermost.pluginapi.v1.PluginAPI.IsEnterpriseReady:output_type -> mattermost.pluginapi.v1.IsEnterpriseReadyResponse
|
|
385, // 385: mattermost.pluginapi.v1.PluginAPI.GetServerVersion:output_type -> mattermost.pluginapi.v1.GetServerVersionResponse
|
|
386, // 386: mattermost.pluginapi.v1.PluginAPI.GetSystemInstallDate:output_type -> mattermost.pluginapi.v1.GetSystemInstallDateResponse
|
|
387, // 387: mattermost.pluginapi.v1.PluginAPI.GetDiagnosticId:output_type -> mattermost.pluginapi.v1.GetDiagnosticIdResponse
|
|
388, // 388: mattermost.pluginapi.v1.PluginAPI.GetTelemetryId:output_type -> mattermost.pluginapi.v1.GetTelemetryIdResponse
|
|
389, // 389: mattermost.pluginapi.v1.PluginAPI.RegisterCommand:output_type -> mattermost.pluginapi.v1.RegisterCommandResponse
|
|
390, // 390: mattermost.pluginapi.v1.PluginAPI.UnregisterCommand:output_type -> mattermost.pluginapi.v1.UnregisterCommandResponse
|
|
391, // 391: mattermost.pluginapi.v1.PluginAPI.ExecuteSlashCommand:output_type -> mattermost.pluginapi.v1.ExecuteSlashCommandResponse
|
|
392, // 392: mattermost.pluginapi.v1.PluginAPI.CreateCommand:output_type -> mattermost.pluginapi.v1.CreateCommandResponse
|
|
393, // 393: mattermost.pluginapi.v1.PluginAPI.ListCommands:output_type -> mattermost.pluginapi.v1.ListCommandsResponse
|
|
394, // 394: mattermost.pluginapi.v1.PluginAPI.ListCustomCommands:output_type -> mattermost.pluginapi.v1.ListCustomCommandsResponse
|
|
395, // 395: mattermost.pluginapi.v1.PluginAPI.ListPluginCommands:output_type -> mattermost.pluginapi.v1.ListPluginCommandsResponse
|
|
396, // 396: mattermost.pluginapi.v1.PluginAPI.ListBuiltInCommands:output_type -> mattermost.pluginapi.v1.ListBuiltInCommandsResponse
|
|
397, // 397: mattermost.pluginapi.v1.PluginAPI.GetCommand:output_type -> mattermost.pluginapi.v1.GetCommandResponse
|
|
398, // 398: mattermost.pluginapi.v1.PluginAPI.UpdateCommand:output_type -> mattermost.pluginapi.v1.UpdateCommandResponse
|
|
399, // 399: mattermost.pluginapi.v1.PluginAPI.DeleteCommand:output_type -> mattermost.pluginapi.v1.DeleteCommandResponse
|
|
400, // 400: mattermost.pluginapi.v1.PluginAPI.GetPreferenceForUser:output_type -> mattermost.pluginapi.v1.GetPreferenceForUserResponse
|
|
401, // 401: mattermost.pluginapi.v1.PluginAPI.GetPreferencesForUser:output_type -> mattermost.pluginapi.v1.GetPreferencesForUserResponse
|
|
402, // 402: mattermost.pluginapi.v1.PluginAPI.UpdatePreferencesForUser:output_type -> mattermost.pluginapi.v1.UpdatePreferencesForUserResponse
|
|
403, // 403: mattermost.pluginapi.v1.PluginAPI.DeletePreferencesForUser:output_type -> mattermost.pluginapi.v1.DeletePreferencesForUserResponse
|
|
404, // 404: mattermost.pluginapi.v1.PluginAPI.CreateOAuthApp:output_type -> mattermost.pluginapi.v1.CreateOAuthAppResponse
|
|
405, // 405: mattermost.pluginapi.v1.PluginAPI.GetOAuthApp:output_type -> mattermost.pluginapi.v1.GetOAuthAppResponse
|
|
406, // 406: mattermost.pluginapi.v1.PluginAPI.UpdateOAuthApp:output_type -> mattermost.pluginapi.v1.UpdateOAuthAppResponse
|
|
407, // 407: mattermost.pluginapi.v1.PluginAPI.DeleteOAuthApp:output_type -> mattermost.pluginapi.v1.DeleteOAuthAppResponse
|
|
408, // 408: mattermost.pluginapi.v1.PluginAPI.GetGroup:output_type -> mattermost.pluginapi.v1.GetGroupResponse
|
|
409, // 409: mattermost.pluginapi.v1.PluginAPI.GetGroupByName:output_type -> mattermost.pluginapi.v1.GetGroupByNameResponse
|
|
410, // 410: mattermost.pluginapi.v1.PluginAPI.GetGroupMemberUsers:output_type -> mattermost.pluginapi.v1.GetGroupMemberUsersResponse
|
|
411, // 411: mattermost.pluginapi.v1.PluginAPI.GetGroupsBySource:output_type -> mattermost.pluginapi.v1.GetGroupsBySourceResponse
|
|
412, // 412: mattermost.pluginapi.v1.PluginAPI.GetGroupsForUser:output_type -> mattermost.pluginapi.v1.GetGroupsForUserResponse
|
|
413, // 413: mattermost.pluginapi.v1.PluginAPI.UpsertGroupMember:output_type -> mattermost.pluginapi.v1.UpsertGroupMemberResponse
|
|
414, // 414: mattermost.pluginapi.v1.PluginAPI.UpsertGroupMembers:output_type -> mattermost.pluginapi.v1.UpsertGroupMembersResponse
|
|
415, // 415: mattermost.pluginapi.v1.PluginAPI.GetGroupByRemoteID:output_type -> mattermost.pluginapi.v1.GetGroupByRemoteIDResponse
|
|
416, // 416: mattermost.pluginapi.v1.PluginAPI.CreateGroup:output_type -> mattermost.pluginapi.v1.CreateGroupResponse
|
|
417, // 417: mattermost.pluginapi.v1.PluginAPI.UpdateGroup:output_type -> mattermost.pluginapi.v1.UpdateGroupResponse
|
|
418, // 418: mattermost.pluginapi.v1.PluginAPI.DeleteGroup:output_type -> mattermost.pluginapi.v1.DeleteGroupResponse
|
|
419, // 419: mattermost.pluginapi.v1.PluginAPI.RestoreGroup:output_type -> mattermost.pluginapi.v1.RestoreGroupResponse
|
|
420, // 420: mattermost.pluginapi.v1.PluginAPI.DeleteGroupMember:output_type -> mattermost.pluginapi.v1.DeleteGroupMemberResponse
|
|
421, // 421: mattermost.pluginapi.v1.PluginAPI.GetGroupSyncable:output_type -> mattermost.pluginapi.v1.GetGroupSyncableResponse
|
|
422, // 422: mattermost.pluginapi.v1.PluginAPI.GetGroupSyncables:output_type -> mattermost.pluginapi.v1.GetGroupSyncablesResponse
|
|
423, // 423: mattermost.pluginapi.v1.PluginAPI.UpsertGroupSyncable:output_type -> mattermost.pluginapi.v1.UpsertGroupSyncableResponse
|
|
424, // 424: mattermost.pluginapi.v1.PluginAPI.UpdateGroupSyncable:output_type -> mattermost.pluginapi.v1.UpdateGroupSyncableResponse
|
|
425, // 425: mattermost.pluginapi.v1.PluginAPI.DeleteGroupSyncable:output_type -> mattermost.pluginapi.v1.DeleteGroupSyncableResponse
|
|
426, // 426: mattermost.pluginapi.v1.PluginAPI.GetGroups:output_type -> mattermost.pluginapi.v1.GetGroupsResponse
|
|
427, // 427: mattermost.pluginapi.v1.PluginAPI.CreateDefaultSyncableMemberships:output_type -> mattermost.pluginapi.v1.CreateDefaultSyncableMembershipsResponse
|
|
428, // 428: mattermost.pluginapi.v1.PluginAPI.DeleteGroupConstrainedMemberships:output_type -> mattermost.pluginapi.v1.DeleteGroupConstrainedMembershipsResponse
|
|
429, // 429: mattermost.pluginapi.v1.PluginAPI.RegisterPluginForSharedChannels:output_type -> mattermost.pluginapi.v1.RegisterPluginForSharedChannelsResponse
|
|
430, // 430: mattermost.pluginapi.v1.PluginAPI.UnregisterPluginForSharedChannels:output_type -> mattermost.pluginapi.v1.UnregisterPluginForSharedChannelsResponse
|
|
431, // 431: mattermost.pluginapi.v1.PluginAPI.ShareChannel:output_type -> mattermost.pluginapi.v1.ShareChannelResponse
|
|
432, // 432: mattermost.pluginapi.v1.PluginAPI.UpdateSharedChannel:output_type -> mattermost.pluginapi.v1.UpdateSharedChannelResponse
|
|
433, // 433: mattermost.pluginapi.v1.PluginAPI.UnshareChannel:output_type -> mattermost.pluginapi.v1.UnshareChannelResponse
|
|
434, // 434: mattermost.pluginapi.v1.PluginAPI.UpdateSharedChannelCursor:output_type -> mattermost.pluginapi.v1.UpdateSharedChannelCursorResponse
|
|
435, // 435: mattermost.pluginapi.v1.PluginAPI.SyncSharedChannel:output_type -> mattermost.pluginapi.v1.SyncSharedChannelResponse
|
|
436, // 436: mattermost.pluginapi.v1.PluginAPI.InviteRemoteToChannel:output_type -> mattermost.pluginapi.v1.InviteRemoteToChannelResponse
|
|
437, // 437: mattermost.pluginapi.v1.PluginAPI.UninviteRemoteFromChannel:output_type -> mattermost.pluginapi.v1.UninviteRemoteFromChannelResponse
|
|
438, // 438: mattermost.pluginapi.v1.PluginAPI.CreatePropertyField:output_type -> mattermost.pluginapi.v1.CreatePropertyFieldResponse
|
|
439, // 439: mattermost.pluginapi.v1.PluginAPI.GetPropertyField:output_type -> mattermost.pluginapi.v1.GetPropertyFieldResponse
|
|
440, // 440: mattermost.pluginapi.v1.PluginAPI.GetPropertyFields:output_type -> mattermost.pluginapi.v1.GetPropertyFieldsResponse
|
|
441, // 441: mattermost.pluginapi.v1.PluginAPI.UpdatePropertyField:output_type -> mattermost.pluginapi.v1.UpdatePropertyFieldResponse
|
|
442, // 442: mattermost.pluginapi.v1.PluginAPI.DeletePropertyField:output_type -> mattermost.pluginapi.v1.DeletePropertyFieldResponse
|
|
443, // 443: mattermost.pluginapi.v1.PluginAPI.SearchPropertyFields:output_type -> mattermost.pluginapi.v1.SearchPropertyFieldsResponse
|
|
444, // 444: mattermost.pluginapi.v1.PluginAPI.CountPropertyFields:output_type -> mattermost.pluginapi.v1.CountPropertyFieldsResponse
|
|
445, // 445: mattermost.pluginapi.v1.PluginAPI.CountPropertyFieldsForTarget:output_type -> mattermost.pluginapi.v1.CountPropertyFieldsForTargetResponse
|
|
446, // 446: mattermost.pluginapi.v1.PluginAPI.CreatePropertyValue:output_type -> mattermost.pluginapi.v1.CreatePropertyValueResponse
|
|
447, // 447: mattermost.pluginapi.v1.PluginAPI.GetPropertyValue:output_type -> mattermost.pluginapi.v1.GetPropertyValueResponse
|
|
448, // 448: mattermost.pluginapi.v1.PluginAPI.GetPropertyValues:output_type -> mattermost.pluginapi.v1.GetPropertyValuesResponse
|
|
449, // 449: mattermost.pluginapi.v1.PluginAPI.UpdatePropertyValue:output_type -> mattermost.pluginapi.v1.UpdatePropertyValueResponse
|
|
450, // 450: mattermost.pluginapi.v1.PluginAPI.UpsertPropertyValue:output_type -> mattermost.pluginapi.v1.UpsertPropertyValueResponse
|
|
451, // 451: mattermost.pluginapi.v1.PluginAPI.DeletePropertyValue:output_type -> mattermost.pluginapi.v1.DeletePropertyValueResponse
|
|
452, // 452: mattermost.pluginapi.v1.PluginAPI.SearchPropertyValues:output_type -> mattermost.pluginapi.v1.SearchPropertyValuesResponse
|
|
453, // 453: mattermost.pluginapi.v1.PluginAPI.RegisterPropertyGroup:output_type -> mattermost.pluginapi.v1.RegisterPropertyGroupResponse
|
|
454, // 454: mattermost.pluginapi.v1.PluginAPI.GetPropertyGroup:output_type -> mattermost.pluginapi.v1.GetPropertyGroupResponse
|
|
455, // 455: mattermost.pluginapi.v1.PluginAPI.GetPropertyFieldByName:output_type -> mattermost.pluginapi.v1.GetPropertyFieldByNameResponse
|
|
456, // 456: mattermost.pluginapi.v1.PluginAPI.UpdatePropertyFields:output_type -> mattermost.pluginapi.v1.UpdatePropertyFieldsResponse
|
|
457, // 457: mattermost.pluginapi.v1.PluginAPI.UpdatePropertyValues:output_type -> mattermost.pluginapi.v1.UpdatePropertyValuesResponse
|
|
458, // 458: mattermost.pluginapi.v1.PluginAPI.UpsertPropertyValues:output_type -> mattermost.pluginapi.v1.UpsertPropertyValuesResponse
|
|
459, // 459: mattermost.pluginapi.v1.PluginAPI.DeletePropertyValuesForTarget:output_type -> mattermost.pluginapi.v1.DeletePropertyValuesForTargetResponse
|
|
460, // 460: mattermost.pluginapi.v1.PluginAPI.DeletePropertyValuesForField:output_type -> mattermost.pluginapi.v1.DeletePropertyValuesForFieldResponse
|
|
461, // 461: mattermost.pluginapi.v1.PluginAPI.LogAuditRec:output_type -> mattermost.pluginapi.v1.LogAuditRecResponse
|
|
462, // 462: mattermost.pluginapi.v1.PluginAPI.LogAuditRecWithLevel:output_type -> mattermost.pluginapi.v1.LogAuditRecWithLevelResponse
|
|
463, // 463: mattermost.pluginapi.v1.PluginAPI.PluginHTTP:output_type -> mattermost.pluginapi.v1.PluginHTTPResponse
|
|
464, // 464: mattermost.pluginapi.v1.PluginAPI.GetCloudLimits:output_type -> mattermost.pluginapi.v1.GetCloudLimitsResponse
|
|
465, // 465: mattermost.pluginapi.v1.PluginAPI.OpenInteractiveDialog:output_type -> mattermost.pluginapi.v1.OpenInteractiveDialogResponse
|
|
466, // 466: mattermost.pluginapi.v1.PluginAPI.PublishPluginClusterEvent:output_type -> mattermost.pluginapi.v1.PublishPluginClusterEventResponse
|
|
467, // 467: mattermost.pluginapi.v1.PluginAPI.RegisterCollectionAndTopic:output_type -> mattermost.pluginapi.v1.RegisterCollectionAndTopicResponse
|
|
468, // 468: mattermost.pluginapi.v1.PluginAPI.RequestTrialLicense:output_type -> mattermost.pluginapi.v1.RequestTrialLicenseResponse
|
|
469, // 469: mattermost.pluginapi.v1.PluginAPI.RolesGrantPermission:output_type -> mattermost.pluginapi.v1.RolesGrantPermissionResponse
|
|
470, // 470: mattermost.pluginapi.v1.PluginAPI.SendMail:output_type -> mattermost.pluginapi.v1.SendMailResponse
|
|
471, // 471: mattermost.pluginapi.v1.PluginAPI.SendPushNotification:output_type -> mattermost.pluginapi.v1.SendPushNotificationResponse
|
|
236, // [236:472] is the sub-list for method output_type
|
|
0, // [0:236] is the sub-list for method input_type
|
|
0, // [0:0] is the sub-list for extension type_name
|
|
0, // [0:0] is the sub-list for extension extendee
|
|
0, // [0:0] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_api_proto_init() }
|
|
func file_api_proto_init() {
|
|
if File_api_proto != nil {
|
|
return
|
|
}
|
|
file_api_user_team_proto_init()
|
|
file_api_channel_post_proto_init()
|
|
file_api_kv_config_proto_init()
|
|
file_api_file_bot_proto_init()
|
|
file_api_remaining_proto_init()
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_api_proto_rawDesc), len(file_api_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_api_proto_goTypes,
|
|
DependencyIndexes: file_api_proto_depIdxs,
|
|
}.Build()
|
|
File_api_proto = out.File
|
|
file_api_proto_goTypes = nil
|
|
file_api_proto_depIdxs = nil
|
|
}
|