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>
12668 lines
408 KiB
Go
12668 lines
408 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_remaining.proto
|
|
|
|
package pluginapiv1
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
structpb "google.golang.org/protobuf/types/known/structpb"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
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)
|
|
)
|
|
|
|
type GetLicenseRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetLicenseRequest) Reset() {
|
|
*x = GetLicenseRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetLicenseRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetLicenseRequest) ProtoMessage() {}
|
|
|
|
func (x *GetLicenseRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[0]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetLicenseRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetLicenseRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type GetLicenseResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
LicenseJson []byte `protobuf:"bytes,2,opt,name=license_json,json=licenseJson,proto3" json:"license_json,omitempty"` // JSON-encoded model.License
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetLicenseResponse) Reset() {
|
|
*x = GetLicenseResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetLicenseResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetLicenseResponse) ProtoMessage() {}
|
|
|
|
func (x *GetLicenseResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[1]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetLicenseResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetLicenseResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *GetLicenseResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetLicenseResponse) GetLicenseJson() []byte {
|
|
if x != nil {
|
|
return x.LicenseJson
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type IsEnterpriseReadyRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *IsEnterpriseReadyRequest) Reset() {
|
|
*x = IsEnterpriseReadyRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *IsEnterpriseReadyRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*IsEnterpriseReadyRequest) ProtoMessage() {}
|
|
|
|
func (x *IsEnterpriseReadyRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[2]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use IsEnterpriseReadyRequest.ProtoReflect.Descriptor instead.
|
|
func (*IsEnterpriseReadyRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
type IsEnterpriseReadyResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
IsEnterpriseReady bool `protobuf:"varint,2,opt,name=is_enterprise_ready,json=isEnterpriseReady,proto3" json:"is_enterprise_ready,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *IsEnterpriseReadyResponse) Reset() {
|
|
*x = IsEnterpriseReadyResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *IsEnterpriseReadyResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*IsEnterpriseReadyResponse) ProtoMessage() {}
|
|
|
|
func (x *IsEnterpriseReadyResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[3]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use IsEnterpriseReadyResponse.ProtoReflect.Descriptor instead.
|
|
func (*IsEnterpriseReadyResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *IsEnterpriseReadyResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *IsEnterpriseReadyResponse) GetIsEnterpriseReady() bool {
|
|
if x != nil {
|
|
return x.IsEnterpriseReady
|
|
}
|
|
return false
|
|
}
|
|
|
|
type GetServerVersionRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetServerVersionRequest) Reset() {
|
|
*x = GetServerVersionRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetServerVersionRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetServerVersionRequest) ProtoMessage() {}
|
|
|
|
func (x *GetServerVersionRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[4]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetServerVersionRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetServerVersionRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
type GetServerVersionResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetServerVersionResponse) Reset() {
|
|
*x = GetServerVersionResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetServerVersionResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetServerVersionResponse) ProtoMessage() {}
|
|
|
|
func (x *GetServerVersionResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[5]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetServerVersionResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetServerVersionResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *GetServerVersionResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetServerVersionResponse) GetVersion() string {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetSystemInstallDateRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetSystemInstallDateRequest) Reset() {
|
|
*x = GetSystemInstallDateRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetSystemInstallDateRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSystemInstallDateRequest) ProtoMessage() {}
|
|
|
|
func (x *GetSystemInstallDateRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[6]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetSystemInstallDateRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetSystemInstallDateRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
type GetSystemInstallDateResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
InstallDate int64 `protobuf:"varint,2,opt,name=install_date,json=installDate,proto3" json:"install_date,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetSystemInstallDateResponse) Reset() {
|
|
*x = GetSystemInstallDateResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetSystemInstallDateResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSystemInstallDateResponse) ProtoMessage() {}
|
|
|
|
func (x *GetSystemInstallDateResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[7]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetSystemInstallDateResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetSystemInstallDateResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *GetSystemInstallDateResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetSystemInstallDateResponse) GetInstallDate() int64 {
|
|
if x != nil {
|
|
return x.InstallDate
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetDiagnosticIdRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetDiagnosticIdRequest) Reset() {
|
|
*x = GetDiagnosticIdRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetDiagnosticIdRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetDiagnosticIdRequest) ProtoMessage() {}
|
|
|
|
func (x *GetDiagnosticIdRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[8]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetDiagnosticIdRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetDiagnosticIdRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
type GetDiagnosticIdResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
DiagnosticId string `protobuf:"bytes,2,opt,name=diagnostic_id,json=diagnosticId,proto3" json:"diagnostic_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetDiagnosticIdResponse) Reset() {
|
|
*x = GetDiagnosticIdResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetDiagnosticIdResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetDiagnosticIdResponse) ProtoMessage() {}
|
|
|
|
func (x *GetDiagnosticIdResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[9]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetDiagnosticIdResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetDiagnosticIdResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *GetDiagnosticIdResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetDiagnosticIdResponse) GetDiagnosticId() string {
|
|
if x != nil {
|
|
return x.DiagnosticId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetTelemetryIdRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetTelemetryIdRequest) Reset() {
|
|
*x = GetTelemetryIdRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetTelemetryIdRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetTelemetryIdRequest) ProtoMessage() {}
|
|
|
|
func (x *GetTelemetryIdRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[10]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetTelemetryIdRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetTelemetryIdRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
type GetTelemetryIdResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
TelemetryId string `protobuf:"bytes,2,opt,name=telemetry_id,json=telemetryId,proto3" json:"telemetry_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetTelemetryIdResponse) Reset() {
|
|
*x = GetTelemetryIdResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetTelemetryIdResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetTelemetryIdResponse) ProtoMessage() {}
|
|
|
|
func (x *GetTelemetryIdResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[11]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetTelemetryIdResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetTelemetryIdResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *GetTelemetryIdResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetTelemetryIdResponse) GetTelemetryId() string {
|
|
if x != nil {
|
|
return x.TelemetryId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type RegisterCommandRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Command *Command `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RegisterCommandRequest) Reset() {
|
|
*x = RegisterCommandRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RegisterCommandRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RegisterCommandRequest) ProtoMessage() {}
|
|
|
|
func (x *RegisterCommandRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[12]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RegisterCommandRequest.ProtoReflect.Descriptor instead.
|
|
func (*RegisterCommandRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *RegisterCommandRequest) GetCommand() *Command {
|
|
if x != nil {
|
|
return x.Command
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RegisterCommandResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RegisterCommandResponse) Reset() {
|
|
*x = RegisterCommandResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RegisterCommandResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RegisterCommandResponse) ProtoMessage() {}
|
|
|
|
func (x *RegisterCommandResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[13]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RegisterCommandResponse.ProtoReflect.Descriptor instead.
|
|
func (*RegisterCommandResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *RegisterCommandResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UnregisterCommandRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
TeamId string `protobuf:"bytes,1,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
|
|
Trigger string `protobuf:"bytes,2,opt,name=trigger,proto3" json:"trigger,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UnregisterCommandRequest) Reset() {
|
|
*x = UnregisterCommandRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UnregisterCommandRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UnregisterCommandRequest) ProtoMessage() {}
|
|
|
|
func (x *UnregisterCommandRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[14]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UnregisterCommandRequest.ProtoReflect.Descriptor instead.
|
|
func (*UnregisterCommandRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *UnregisterCommandRequest) GetTeamId() string {
|
|
if x != nil {
|
|
return x.TeamId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UnregisterCommandRequest) GetTrigger() string {
|
|
if x != nil {
|
|
return x.Trigger
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UnregisterCommandResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UnregisterCommandResponse) Reset() {
|
|
*x = UnregisterCommandResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UnregisterCommandResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UnregisterCommandResponse) ProtoMessage() {}
|
|
|
|
func (x *UnregisterCommandResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[15]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UnregisterCommandResponse.ProtoReflect.Descriptor instead.
|
|
func (*UnregisterCommandResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
func (x *UnregisterCommandResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ExecuteSlashCommandRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
CommandArgs *CommandArgs `protobuf:"bytes,1,opt,name=command_args,json=commandArgs,proto3" json:"command_args,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ExecuteSlashCommandRequest) Reset() {
|
|
*x = ExecuteSlashCommandRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ExecuteSlashCommandRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExecuteSlashCommandRequest) ProtoMessage() {}
|
|
|
|
func (x *ExecuteSlashCommandRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[16]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ExecuteSlashCommandRequest.ProtoReflect.Descriptor instead.
|
|
func (*ExecuteSlashCommandRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *ExecuteSlashCommandRequest) GetCommandArgs() *CommandArgs {
|
|
if x != nil {
|
|
return x.CommandArgs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ExecuteSlashCommandResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Response *CommandResponse `protobuf:"bytes,2,opt,name=response,proto3" json:"response,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ExecuteSlashCommandResponse) Reset() {
|
|
*x = ExecuteSlashCommandResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ExecuteSlashCommandResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExecuteSlashCommandResponse) ProtoMessage() {}
|
|
|
|
func (x *ExecuteSlashCommandResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[17]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ExecuteSlashCommandResponse.ProtoReflect.Descriptor instead.
|
|
func (*ExecuteSlashCommandResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *ExecuteSlashCommandResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ExecuteSlashCommandResponse) GetResponse() *CommandResponse {
|
|
if x != nil {
|
|
return x.Response
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateCommandRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Cmd *Command `protobuf:"bytes,1,opt,name=cmd,proto3" json:"cmd,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateCommandRequest) Reset() {
|
|
*x = CreateCommandRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateCommandRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateCommandRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateCommandRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[18]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateCommandRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateCommandRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *CreateCommandRequest) GetCmd() *Command {
|
|
if x != nil {
|
|
return x.Cmd
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateCommandResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Command *Command `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateCommandResponse) Reset() {
|
|
*x = CreateCommandResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateCommandResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateCommandResponse) ProtoMessage() {}
|
|
|
|
func (x *CreateCommandResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[19]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateCommandResponse.ProtoReflect.Descriptor instead.
|
|
func (*CreateCommandResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *CreateCommandResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CreateCommandResponse) GetCommand() *Command {
|
|
if x != nil {
|
|
return x.Command
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ListCommandsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
TeamId string `protobuf:"bytes,1,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListCommandsRequest) Reset() {
|
|
*x = ListCommandsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListCommandsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListCommandsRequest) ProtoMessage() {}
|
|
|
|
func (x *ListCommandsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[20]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ListCommandsRequest.ProtoReflect.Descriptor instead.
|
|
func (*ListCommandsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
func (x *ListCommandsRequest) GetTeamId() string {
|
|
if x != nil {
|
|
return x.TeamId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListCommandsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Commands []*Command `protobuf:"bytes,2,rep,name=commands,proto3" json:"commands,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListCommandsResponse) Reset() {
|
|
*x = ListCommandsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListCommandsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListCommandsResponse) ProtoMessage() {}
|
|
|
|
func (x *ListCommandsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[21]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ListCommandsResponse.ProtoReflect.Descriptor instead.
|
|
func (*ListCommandsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *ListCommandsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ListCommandsResponse) GetCommands() []*Command {
|
|
if x != nil {
|
|
return x.Commands
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ListCustomCommandsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
TeamId string `protobuf:"bytes,1,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListCustomCommandsRequest) Reset() {
|
|
*x = ListCustomCommandsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListCustomCommandsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListCustomCommandsRequest) ProtoMessage() {}
|
|
|
|
func (x *ListCustomCommandsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[22]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ListCustomCommandsRequest.ProtoReflect.Descriptor instead.
|
|
func (*ListCustomCommandsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
|
|
func (x *ListCustomCommandsRequest) GetTeamId() string {
|
|
if x != nil {
|
|
return x.TeamId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListCustomCommandsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Commands []*Command `protobuf:"bytes,2,rep,name=commands,proto3" json:"commands,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListCustomCommandsResponse) Reset() {
|
|
*x = ListCustomCommandsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListCustomCommandsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListCustomCommandsResponse) ProtoMessage() {}
|
|
|
|
func (x *ListCustomCommandsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[23]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ListCustomCommandsResponse.ProtoReflect.Descriptor instead.
|
|
func (*ListCustomCommandsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
|
|
func (x *ListCustomCommandsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ListCustomCommandsResponse) GetCommands() []*Command {
|
|
if x != nil {
|
|
return x.Commands
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ListPluginCommandsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
TeamId string `protobuf:"bytes,1,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListPluginCommandsRequest) Reset() {
|
|
*x = ListPluginCommandsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListPluginCommandsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListPluginCommandsRequest) ProtoMessage() {}
|
|
|
|
func (x *ListPluginCommandsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[24]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ListPluginCommandsRequest.ProtoReflect.Descriptor instead.
|
|
func (*ListPluginCommandsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
|
|
func (x *ListPluginCommandsRequest) GetTeamId() string {
|
|
if x != nil {
|
|
return x.TeamId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListPluginCommandsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Commands []*Command `protobuf:"bytes,2,rep,name=commands,proto3" json:"commands,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListPluginCommandsResponse) Reset() {
|
|
*x = ListPluginCommandsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListPluginCommandsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListPluginCommandsResponse) ProtoMessage() {}
|
|
|
|
func (x *ListPluginCommandsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[25]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ListPluginCommandsResponse.ProtoReflect.Descriptor instead.
|
|
func (*ListPluginCommandsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{25}
|
|
}
|
|
|
|
func (x *ListPluginCommandsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ListPluginCommandsResponse) GetCommands() []*Command {
|
|
if x != nil {
|
|
return x.Commands
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ListBuiltInCommandsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListBuiltInCommandsRequest) Reset() {
|
|
*x = ListBuiltInCommandsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[26]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListBuiltInCommandsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListBuiltInCommandsRequest) ProtoMessage() {}
|
|
|
|
func (x *ListBuiltInCommandsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[26]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ListBuiltInCommandsRequest.ProtoReflect.Descriptor instead.
|
|
func (*ListBuiltInCommandsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{26}
|
|
}
|
|
|
|
type ListBuiltInCommandsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Commands []*Command `protobuf:"bytes,2,rep,name=commands,proto3" json:"commands,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListBuiltInCommandsResponse) Reset() {
|
|
*x = ListBuiltInCommandsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[27]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListBuiltInCommandsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListBuiltInCommandsResponse) ProtoMessage() {}
|
|
|
|
func (x *ListBuiltInCommandsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[27]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ListBuiltInCommandsResponse.ProtoReflect.Descriptor instead.
|
|
func (*ListBuiltInCommandsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{27}
|
|
}
|
|
|
|
func (x *ListBuiltInCommandsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ListBuiltInCommandsResponse) GetCommands() []*Command {
|
|
if x != nil {
|
|
return x.Commands
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetCommandRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetCommandRequest) Reset() {
|
|
*x = GetCommandRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[28]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetCommandRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetCommandRequest) ProtoMessage() {}
|
|
|
|
func (x *GetCommandRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[28]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetCommandRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetCommandRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{28}
|
|
}
|
|
|
|
func (x *GetCommandRequest) GetCommandId() string {
|
|
if x != nil {
|
|
return x.CommandId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetCommandResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Command *Command `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetCommandResponse) Reset() {
|
|
*x = GetCommandResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[29]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetCommandResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetCommandResponse) ProtoMessage() {}
|
|
|
|
func (x *GetCommandResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[29]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetCommandResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetCommandResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{29}
|
|
}
|
|
|
|
func (x *GetCommandResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetCommandResponse) GetCommand() *Command {
|
|
if x != nil {
|
|
return x.Command
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateCommandRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
|
|
UpdatedCmd *Command `protobuf:"bytes,2,opt,name=updated_cmd,json=updatedCmd,proto3" json:"updated_cmd,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateCommandRequest) Reset() {
|
|
*x = UpdateCommandRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[30]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateCommandRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateCommandRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateCommandRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[30]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateCommandRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateCommandRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{30}
|
|
}
|
|
|
|
func (x *UpdateCommandRequest) GetCommandId() string {
|
|
if x != nil {
|
|
return x.CommandId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateCommandRequest) GetUpdatedCmd() *Command {
|
|
if x != nil {
|
|
return x.UpdatedCmd
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateCommandResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Command *Command `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateCommandResponse) Reset() {
|
|
*x = UpdateCommandResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[31]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateCommandResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateCommandResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdateCommandResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[31]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateCommandResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdateCommandResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{31}
|
|
}
|
|
|
|
func (x *UpdateCommandResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpdateCommandResponse) GetCommand() *Command {
|
|
if x != nil {
|
|
return x.Command
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeleteCommandRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteCommandRequest) Reset() {
|
|
*x = DeleteCommandRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[32]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteCommandRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteCommandRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteCommandRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[32]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteCommandRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteCommandRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{32}
|
|
}
|
|
|
|
func (x *DeleteCommandRequest) GetCommandId() string {
|
|
if x != nil {
|
|
return x.CommandId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeleteCommandResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteCommandResponse) Reset() {
|
|
*x = DeleteCommandResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[33]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteCommandResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteCommandResponse) ProtoMessage() {}
|
|
|
|
func (x *DeleteCommandResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[33]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteCommandResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeleteCommandResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{33}
|
|
}
|
|
|
|
func (x *DeleteCommandResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetPreferenceForUserRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
Category string `protobuf:"bytes,2,opt,name=category,proto3" json:"category,omitempty"`
|
|
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPreferenceForUserRequest) Reset() {
|
|
*x = GetPreferenceForUserRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[34]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPreferenceForUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPreferenceForUserRequest) ProtoMessage() {}
|
|
|
|
func (x *GetPreferenceForUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[34]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPreferenceForUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetPreferenceForUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{34}
|
|
}
|
|
|
|
func (x *GetPreferenceForUserRequest) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetPreferenceForUserRequest) GetCategory() string {
|
|
if x != nil {
|
|
return x.Category
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetPreferenceForUserRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetPreferenceForUserResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Preference *Preference `protobuf:"bytes,2,opt,name=preference,proto3" json:"preference,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPreferenceForUserResponse) Reset() {
|
|
*x = GetPreferenceForUserResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[35]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPreferenceForUserResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPreferenceForUserResponse) ProtoMessage() {}
|
|
|
|
func (x *GetPreferenceForUserResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[35]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPreferenceForUserResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetPreferenceForUserResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{35}
|
|
}
|
|
|
|
func (x *GetPreferenceForUserResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetPreferenceForUserResponse) GetPreference() *Preference {
|
|
if x != nil {
|
|
return x.Preference
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetPreferencesForUserRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPreferencesForUserRequest) Reset() {
|
|
*x = GetPreferencesForUserRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[36]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPreferencesForUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPreferencesForUserRequest) ProtoMessage() {}
|
|
|
|
func (x *GetPreferencesForUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[36]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPreferencesForUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetPreferencesForUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{36}
|
|
}
|
|
|
|
func (x *GetPreferencesForUserRequest) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetPreferencesForUserResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Preferences []*Preference `protobuf:"bytes,2,rep,name=preferences,proto3" json:"preferences,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPreferencesForUserResponse) Reset() {
|
|
*x = GetPreferencesForUserResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[37]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPreferencesForUserResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPreferencesForUserResponse) ProtoMessage() {}
|
|
|
|
func (x *GetPreferencesForUserResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[37]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPreferencesForUserResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetPreferencesForUserResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{37}
|
|
}
|
|
|
|
func (x *GetPreferencesForUserResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetPreferencesForUserResponse) GetPreferences() []*Preference {
|
|
if x != nil {
|
|
return x.Preferences
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdatePreferencesForUserRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
Preferences []*Preference `protobuf:"bytes,2,rep,name=preferences,proto3" json:"preferences,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdatePreferencesForUserRequest) Reset() {
|
|
*x = UpdatePreferencesForUserRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[38]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdatePreferencesForUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdatePreferencesForUserRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdatePreferencesForUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[38]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdatePreferencesForUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdatePreferencesForUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{38}
|
|
}
|
|
|
|
func (x *UpdatePreferencesForUserRequest) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdatePreferencesForUserRequest) GetPreferences() []*Preference {
|
|
if x != nil {
|
|
return x.Preferences
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdatePreferencesForUserResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdatePreferencesForUserResponse) Reset() {
|
|
*x = UpdatePreferencesForUserResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[39]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdatePreferencesForUserResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdatePreferencesForUserResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdatePreferencesForUserResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[39]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdatePreferencesForUserResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdatePreferencesForUserResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{39}
|
|
}
|
|
|
|
func (x *UpdatePreferencesForUserResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeletePreferencesForUserRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
Preferences []*Preference `protobuf:"bytes,2,rep,name=preferences,proto3" json:"preferences,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeletePreferencesForUserRequest) Reset() {
|
|
*x = DeletePreferencesForUserRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[40]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeletePreferencesForUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletePreferencesForUserRequest) ProtoMessage() {}
|
|
|
|
func (x *DeletePreferencesForUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[40]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletePreferencesForUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeletePreferencesForUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{40}
|
|
}
|
|
|
|
func (x *DeletePreferencesForUserRequest) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeletePreferencesForUserRequest) GetPreferences() []*Preference {
|
|
if x != nil {
|
|
return x.Preferences
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeletePreferencesForUserResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeletePreferencesForUserResponse) Reset() {
|
|
*x = DeletePreferencesForUserResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[41]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeletePreferencesForUserResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletePreferencesForUserResponse) ProtoMessage() {}
|
|
|
|
func (x *DeletePreferencesForUserResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[41]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletePreferencesForUserResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeletePreferencesForUserResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{41}
|
|
}
|
|
|
|
func (x *DeletePreferencesForUserResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateOAuthAppRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
App *OAuthApp `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateOAuthAppRequest) Reset() {
|
|
*x = CreateOAuthAppRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[42]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateOAuthAppRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateOAuthAppRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateOAuthAppRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[42]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateOAuthAppRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateOAuthAppRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{42}
|
|
}
|
|
|
|
func (x *CreateOAuthAppRequest) GetApp() *OAuthApp {
|
|
if x != nil {
|
|
return x.App
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateOAuthAppResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
App *OAuthApp `protobuf:"bytes,2,opt,name=app,proto3" json:"app,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateOAuthAppResponse) Reset() {
|
|
*x = CreateOAuthAppResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[43]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateOAuthAppResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateOAuthAppResponse) ProtoMessage() {}
|
|
|
|
func (x *CreateOAuthAppResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[43]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateOAuthAppResponse.ProtoReflect.Descriptor instead.
|
|
func (*CreateOAuthAppResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{43}
|
|
}
|
|
|
|
func (x *CreateOAuthAppResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CreateOAuthAppResponse) GetApp() *OAuthApp {
|
|
if x != nil {
|
|
return x.App
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetOAuthAppRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetOAuthAppRequest) Reset() {
|
|
*x = GetOAuthAppRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[44]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetOAuthAppRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetOAuthAppRequest) ProtoMessage() {}
|
|
|
|
func (x *GetOAuthAppRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[44]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetOAuthAppRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetOAuthAppRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{44}
|
|
}
|
|
|
|
func (x *GetOAuthAppRequest) GetAppId() string {
|
|
if x != nil {
|
|
return x.AppId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetOAuthAppResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
App *OAuthApp `protobuf:"bytes,2,opt,name=app,proto3" json:"app,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetOAuthAppResponse) Reset() {
|
|
*x = GetOAuthAppResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[45]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetOAuthAppResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetOAuthAppResponse) ProtoMessage() {}
|
|
|
|
func (x *GetOAuthAppResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[45]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetOAuthAppResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetOAuthAppResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{45}
|
|
}
|
|
|
|
func (x *GetOAuthAppResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetOAuthAppResponse) GetApp() *OAuthApp {
|
|
if x != nil {
|
|
return x.App
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateOAuthAppRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
App *OAuthApp `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateOAuthAppRequest) Reset() {
|
|
*x = UpdateOAuthAppRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[46]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateOAuthAppRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateOAuthAppRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateOAuthAppRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[46]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateOAuthAppRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateOAuthAppRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{46}
|
|
}
|
|
|
|
func (x *UpdateOAuthAppRequest) GetApp() *OAuthApp {
|
|
if x != nil {
|
|
return x.App
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateOAuthAppResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
App *OAuthApp `protobuf:"bytes,2,opt,name=app,proto3" json:"app,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateOAuthAppResponse) Reset() {
|
|
*x = UpdateOAuthAppResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[47]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateOAuthAppResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateOAuthAppResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdateOAuthAppResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[47]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateOAuthAppResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdateOAuthAppResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{47}
|
|
}
|
|
|
|
func (x *UpdateOAuthAppResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpdateOAuthAppResponse) GetApp() *OAuthApp {
|
|
if x != nil {
|
|
return x.App
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeleteOAuthAppRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteOAuthAppRequest) Reset() {
|
|
*x = DeleteOAuthAppRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[48]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteOAuthAppRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteOAuthAppRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteOAuthAppRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[48]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteOAuthAppRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteOAuthAppRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{48}
|
|
}
|
|
|
|
func (x *DeleteOAuthAppRequest) GetAppId() string {
|
|
if x != nil {
|
|
return x.AppId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeleteOAuthAppResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteOAuthAppResponse) Reset() {
|
|
*x = DeleteOAuthAppResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[49]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteOAuthAppResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteOAuthAppResponse) ProtoMessage() {}
|
|
|
|
func (x *DeleteOAuthAppResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[49]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteOAuthAppResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeleteOAuthAppResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{49}
|
|
}
|
|
|
|
func (x *DeleteOAuthAppResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetGroupRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupRequest) Reset() {
|
|
*x = GetGroupRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[50]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupRequest) ProtoMessage() {}
|
|
|
|
func (x *GetGroupRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[50]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{50}
|
|
}
|
|
|
|
func (x *GetGroupRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetGroupResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Group *Group `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupResponse) Reset() {
|
|
*x = GetGroupResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[51]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupResponse) ProtoMessage() {}
|
|
|
|
func (x *GetGroupResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[51]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{51}
|
|
}
|
|
|
|
func (x *GetGroupResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetGroupResponse) GetGroup() *Group {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetGroupByNameRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupByNameRequest) Reset() {
|
|
*x = GetGroupByNameRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[52]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupByNameRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupByNameRequest) ProtoMessage() {}
|
|
|
|
func (x *GetGroupByNameRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[52]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupByNameRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupByNameRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{52}
|
|
}
|
|
|
|
func (x *GetGroupByNameRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetGroupByNameResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Group *Group `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupByNameResponse) Reset() {
|
|
*x = GetGroupByNameResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[53]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupByNameResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupByNameResponse) ProtoMessage() {}
|
|
|
|
func (x *GetGroupByNameResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[53]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupByNameResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupByNameResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{53}
|
|
}
|
|
|
|
func (x *GetGroupByNameResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetGroupByNameResponse) GetGroup() *Group {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetGroupMemberUsersRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
|
|
PerPage int32 `protobuf:"varint,3,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupMemberUsersRequest) Reset() {
|
|
*x = GetGroupMemberUsersRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[54]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupMemberUsersRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupMemberUsersRequest) ProtoMessage() {}
|
|
|
|
func (x *GetGroupMemberUsersRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[54]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupMemberUsersRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupMemberUsersRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{54}
|
|
}
|
|
|
|
func (x *GetGroupMemberUsersRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetGroupMemberUsersRequest) GetPage() int32 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetGroupMemberUsersRequest) GetPerPage() int32 {
|
|
if x != nil {
|
|
return x.PerPage
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetGroupMemberUsersResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Users []*User `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupMemberUsersResponse) Reset() {
|
|
*x = GetGroupMemberUsersResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[55]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupMemberUsersResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupMemberUsersResponse) ProtoMessage() {}
|
|
|
|
func (x *GetGroupMemberUsersResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[55]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupMemberUsersResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupMemberUsersResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{55}
|
|
}
|
|
|
|
func (x *GetGroupMemberUsersResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetGroupMemberUsersResponse) GetUsers() []*User {
|
|
if x != nil {
|
|
return x.Users
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetGroupsBySourceRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupSource string `protobuf:"bytes,1,opt,name=group_source,json=groupSource,proto3" json:"group_source,omitempty"` // "ldap", "custom"
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupsBySourceRequest) Reset() {
|
|
*x = GetGroupsBySourceRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[56]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupsBySourceRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupsBySourceRequest) ProtoMessage() {}
|
|
|
|
func (x *GetGroupsBySourceRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[56]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupsBySourceRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupsBySourceRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{56}
|
|
}
|
|
|
|
func (x *GetGroupsBySourceRequest) GetGroupSource() string {
|
|
if x != nil {
|
|
return x.GroupSource
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetGroupsBySourceResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Groups []*Group `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupsBySourceResponse) Reset() {
|
|
*x = GetGroupsBySourceResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[57]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupsBySourceResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupsBySourceResponse) ProtoMessage() {}
|
|
|
|
func (x *GetGroupsBySourceResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[57]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupsBySourceResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupsBySourceResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{57}
|
|
}
|
|
|
|
func (x *GetGroupsBySourceResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetGroupsBySourceResponse) GetGroups() []*Group {
|
|
if x != nil {
|
|
return x.Groups
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetGroupsForUserRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupsForUserRequest) Reset() {
|
|
*x = GetGroupsForUserRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[58]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupsForUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupsForUserRequest) ProtoMessage() {}
|
|
|
|
func (x *GetGroupsForUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[58]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupsForUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupsForUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{58}
|
|
}
|
|
|
|
func (x *GetGroupsForUserRequest) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetGroupsForUserResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Groups []*Group `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupsForUserResponse) Reset() {
|
|
*x = GetGroupsForUserResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[59]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupsForUserResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupsForUserResponse) ProtoMessage() {}
|
|
|
|
func (x *GetGroupsForUserResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[59]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupsForUserResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupsForUserResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{59}
|
|
}
|
|
|
|
func (x *GetGroupsForUserResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetGroupsForUserResponse) GetGroups() []*Group {
|
|
if x != nil {
|
|
return x.Groups
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpsertGroupMemberRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpsertGroupMemberRequest) Reset() {
|
|
*x = UpsertGroupMemberRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[60]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpsertGroupMemberRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpsertGroupMemberRequest) ProtoMessage() {}
|
|
|
|
func (x *UpsertGroupMemberRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[60]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpsertGroupMemberRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpsertGroupMemberRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{60}
|
|
}
|
|
|
|
func (x *UpsertGroupMemberRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpsertGroupMemberRequest) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UpsertGroupMemberResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
GroupMember *GroupMember `protobuf:"bytes,2,opt,name=group_member,json=groupMember,proto3" json:"group_member,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpsertGroupMemberResponse) Reset() {
|
|
*x = UpsertGroupMemberResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[61]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpsertGroupMemberResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpsertGroupMemberResponse) ProtoMessage() {}
|
|
|
|
func (x *UpsertGroupMemberResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[61]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpsertGroupMemberResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpsertGroupMemberResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{61}
|
|
}
|
|
|
|
func (x *UpsertGroupMemberResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpsertGroupMemberResponse) GetGroupMember() *GroupMember {
|
|
if x != nil {
|
|
return x.GroupMember
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpsertGroupMembersRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
UserIds []string `protobuf:"bytes,2,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpsertGroupMembersRequest) Reset() {
|
|
*x = UpsertGroupMembersRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[62]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpsertGroupMembersRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpsertGroupMembersRequest) ProtoMessage() {}
|
|
|
|
func (x *UpsertGroupMembersRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[62]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpsertGroupMembersRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpsertGroupMembersRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{62}
|
|
}
|
|
|
|
func (x *UpsertGroupMembersRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpsertGroupMembersRequest) GetUserIds() []string {
|
|
if x != nil {
|
|
return x.UserIds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpsertGroupMembersResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
GroupMembers []*GroupMember `protobuf:"bytes,2,rep,name=group_members,json=groupMembers,proto3" json:"group_members,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpsertGroupMembersResponse) Reset() {
|
|
*x = UpsertGroupMembersResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[63]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpsertGroupMembersResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpsertGroupMembersResponse) ProtoMessage() {}
|
|
|
|
func (x *UpsertGroupMembersResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[63]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpsertGroupMembersResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpsertGroupMembersResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{63}
|
|
}
|
|
|
|
func (x *UpsertGroupMembersResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpsertGroupMembersResponse) GetGroupMembers() []*GroupMember {
|
|
if x != nil {
|
|
return x.GroupMembers
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetGroupByRemoteIDRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
RemoteId string `protobuf:"bytes,1,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
|
|
GroupSource string `protobuf:"bytes,2,opt,name=group_source,json=groupSource,proto3" json:"group_source,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupByRemoteIDRequest) Reset() {
|
|
*x = GetGroupByRemoteIDRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[64]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupByRemoteIDRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupByRemoteIDRequest) ProtoMessage() {}
|
|
|
|
func (x *GetGroupByRemoteIDRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[64]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupByRemoteIDRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupByRemoteIDRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{64}
|
|
}
|
|
|
|
func (x *GetGroupByRemoteIDRequest) GetRemoteId() string {
|
|
if x != nil {
|
|
return x.RemoteId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetGroupByRemoteIDRequest) GetGroupSource() string {
|
|
if x != nil {
|
|
return x.GroupSource
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetGroupByRemoteIDResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Group *Group `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupByRemoteIDResponse) Reset() {
|
|
*x = GetGroupByRemoteIDResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[65]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupByRemoteIDResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupByRemoteIDResponse) ProtoMessage() {}
|
|
|
|
func (x *GetGroupByRemoteIDResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[65]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupByRemoteIDResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupByRemoteIDResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{65}
|
|
}
|
|
|
|
func (x *GetGroupByRemoteIDResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetGroupByRemoteIDResponse) GetGroup() *Group {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateGroupRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateGroupRequest) Reset() {
|
|
*x = CreateGroupRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[66]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateGroupRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateGroupRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateGroupRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[66]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateGroupRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateGroupRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{66}
|
|
}
|
|
|
|
func (x *CreateGroupRequest) GetGroup() *Group {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateGroupResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Group *Group `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateGroupResponse) Reset() {
|
|
*x = CreateGroupResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[67]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateGroupResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateGroupResponse) ProtoMessage() {}
|
|
|
|
func (x *CreateGroupResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[67]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateGroupResponse.ProtoReflect.Descriptor instead.
|
|
func (*CreateGroupResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{67}
|
|
}
|
|
|
|
func (x *CreateGroupResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CreateGroupResponse) GetGroup() *Group {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateGroupRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateGroupRequest) Reset() {
|
|
*x = UpdateGroupRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[68]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateGroupRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateGroupRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateGroupRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[68]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateGroupRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateGroupRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{68}
|
|
}
|
|
|
|
func (x *UpdateGroupRequest) GetGroup() *Group {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateGroupResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Group *Group `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateGroupResponse) Reset() {
|
|
*x = UpdateGroupResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[69]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateGroupResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateGroupResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdateGroupResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[69]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateGroupResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdateGroupResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{69}
|
|
}
|
|
|
|
func (x *UpdateGroupResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpdateGroupResponse) GetGroup() *Group {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeleteGroupRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteGroupRequest) Reset() {
|
|
*x = DeleteGroupRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[70]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteGroupRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteGroupRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteGroupRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[70]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteGroupRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteGroupRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{70}
|
|
}
|
|
|
|
func (x *DeleteGroupRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeleteGroupResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Group *Group `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteGroupResponse) Reset() {
|
|
*x = DeleteGroupResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[71]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteGroupResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteGroupResponse) ProtoMessage() {}
|
|
|
|
func (x *DeleteGroupResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[71]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteGroupResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeleteGroupResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{71}
|
|
}
|
|
|
|
func (x *DeleteGroupResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DeleteGroupResponse) GetGroup() *Group {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RestoreGroupRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RestoreGroupRequest) Reset() {
|
|
*x = RestoreGroupRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[72]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RestoreGroupRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RestoreGroupRequest) ProtoMessage() {}
|
|
|
|
func (x *RestoreGroupRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[72]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RestoreGroupRequest.ProtoReflect.Descriptor instead.
|
|
func (*RestoreGroupRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{72}
|
|
}
|
|
|
|
func (x *RestoreGroupRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type RestoreGroupResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Group *Group `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RestoreGroupResponse) Reset() {
|
|
*x = RestoreGroupResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[73]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RestoreGroupResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RestoreGroupResponse) ProtoMessage() {}
|
|
|
|
func (x *RestoreGroupResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[73]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RestoreGroupResponse.ProtoReflect.Descriptor instead.
|
|
func (*RestoreGroupResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{73}
|
|
}
|
|
|
|
func (x *RestoreGroupResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RestoreGroupResponse) GetGroup() *Group {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeleteGroupMemberRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteGroupMemberRequest) Reset() {
|
|
*x = DeleteGroupMemberRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[74]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteGroupMemberRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteGroupMemberRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteGroupMemberRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[74]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteGroupMemberRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteGroupMemberRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{74}
|
|
}
|
|
|
|
func (x *DeleteGroupMemberRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeleteGroupMemberRequest) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeleteGroupMemberResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
GroupMember *GroupMember `protobuf:"bytes,2,opt,name=group_member,json=groupMember,proto3" json:"group_member,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteGroupMemberResponse) Reset() {
|
|
*x = DeleteGroupMemberResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[75]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteGroupMemberResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteGroupMemberResponse) ProtoMessage() {}
|
|
|
|
func (x *DeleteGroupMemberResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[75]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteGroupMemberResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeleteGroupMemberResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{75}
|
|
}
|
|
|
|
func (x *DeleteGroupMemberResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DeleteGroupMemberResponse) GetGroupMember() *GroupMember {
|
|
if x != nil {
|
|
return x.GroupMember
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetGroupSyncableRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
SyncableId string `protobuf:"bytes,2,opt,name=syncable_id,json=syncableId,proto3" json:"syncable_id,omitempty"`
|
|
SyncableType string `protobuf:"bytes,3,opt,name=syncable_type,json=syncableType,proto3" json:"syncable_type,omitempty"` // "team" or "channel"
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupSyncableRequest) Reset() {
|
|
*x = GetGroupSyncableRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[76]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupSyncableRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupSyncableRequest) ProtoMessage() {}
|
|
|
|
func (x *GetGroupSyncableRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[76]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupSyncableRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupSyncableRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{76}
|
|
}
|
|
|
|
func (x *GetGroupSyncableRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetGroupSyncableRequest) GetSyncableId() string {
|
|
if x != nil {
|
|
return x.SyncableId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetGroupSyncableRequest) GetSyncableType() string {
|
|
if x != nil {
|
|
return x.SyncableType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetGroupSyncableResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
GroupSyncable *GroupSyncable `protobuf:"bytes,2,opt,name=group_syncable,json=groupSyncable,proto3" json:"group_syncable,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupSyncableResponse) Reset() {
|
|
*x = GetGroupSyncableResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[77]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupSyncableResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupSyncableResponse) ProtoMessage() {}
|
|
|
|
func (x *GetGroupSyncableResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[77]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupSyncableResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupSyncableResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{77}
|
|
}
|
|
|
|
func (x *GetGroupSyncableResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetGroupSyncableResponse) GetGroupSyncable() *GroupSyncable {
|
|
if x != nil {
|
|
return x.GroupSyncable
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetGroupSyncablesRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
SyncableType string `protobuf:"bytes,2,opt,name=syncable_type,json=syncableType,proto3" json:"syncable_type,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupSyncablesRequest) Reset() {
|
|
*x = GetGroupSyncablesRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[78]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupSyncablesRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupSyncablesRequest) ProtoMessage() {}
|
|
|
|
func (x *GetGroupSyncablesRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[78]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupSyncablesRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupSyncablesRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{78}
|
|
}
|
|
|
|
func (x *GetGroupSyncablesRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetGroupSyncablesRequest) GetSyncableType() string {
|
|
if x != nil {
|
|
return x.SyncableType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetGroupSyncablesResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
GroupSyncables []*GroupSyncable `protobuf:"bytes,2,rep,name=group_syncables,json=groupSyncables,proto3" json:"group_syncables,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupSyncablesResponse) Reset() {
|
|
*x = GetGroupSyncablesResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[79]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupSyncablesResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupSyncablesResponse) ProtoMessage() {}
|
|
|
|
func (x *GetGroupSyncablesResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[79]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupSyncablesResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupSyncablesResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{79}
|
|
}
|
|
|
|
func (x *GetGroupSyncablesResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetGroupSyncablesResponse) GetGroupSyncables() []*GroupSyncable {
|
|
if x != nil {
|
|
return x.GroupSyncables
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpsertGroupSyncableRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupSyncable *GroupSyncable `protobuf:"bytes,1,opt,name=group_syncable,json=groupSyncable,proto3" json:"group_syncable,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpsertGroupSyncableRequest) Reset() {
|
|
*x = UpsertGroupSyncableRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[80]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpsertGroupSyncableRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpsertGroupSyncableRequest) ProtoMessage() {}
|
|
|
|
func (x *UpsertGroupSyncableRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[80]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpsertGroupSyncableRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpsertGroupSyncableRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{80}
|
|
}
|
|
|
|
func (x *UpsertGroupSyncableRequest) GetGroupSyncable() *GroupSyncable {
|
|
if x != nil {
|
|
return x.GroupSyncable
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpsertGroupSyncableResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
GroupSyncable *GroupSyncable `protobuf:"bytes,2,opt,name=group_syncable,json=groupSyncable,proto3" json:"group_syncable,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpsertGroupSyncableResponse) Reset() {
|
|
*x = UpsertGroupSyncableResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[81]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpsertGroupSyncableResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpsertGroupSyncableResponse) ProtoMessage() {}
|
|
|
|
func (x *UpsertGroupSyncableResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[81]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpsertGroupSyncableResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpsertGroupSyncableResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{81}
|
|
}
|
|
|
|
func (x *UpsertGroupSyncableResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpsertGroupSyncableResponse) GetGroupSyncable() *GroupSyncable {
|
|
if x != nil {
|
|
return x.GroupSyncable
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateGroupSyncableRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupSyncable *GroupSyncable `protobuf:"bytes,1,opt,name=group_syncable,json=groupSyncable,proto3" json:"group_syncable,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateGroupSyncableRequest) Reset() {
|
|
*x = UpdateGroupSyncableRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[82]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateGroupSyncableRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateGroupSyncableRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateGroupSyncableRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[82]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateGroupSyncableRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateGroupSyncableRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{82}
|
|
}
|
|
|
|
func (x *UpdateGroupSyncableRequest) GetGroupSyncable() *GroupSyncable {
|
|
if x != nil {
|
|
return x.GroupSyncable
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateGroupSyncableResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
GroupSyncable *GroupSyncable `protobuf:"bytes,2,opt,name=group_syncable,json=groupSyncable,proto3" json:"group_syncable,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateGroupSyncableResponse) Reset() {
|
|
*x = UpdateGroupSyncableResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[83]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateGroupSyncableResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateGroupSyncableResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdateGroupSyncableResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[83]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateGroupSyncableResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdateGroupSyncableResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{83}
|
|
}
|
|
|
|
func (x *UpdateGroupSyncableResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpdateGroupSyncableResponse) GetGroupSyncable() *GroupSyncable {
|
|
if x != nil {
|
|
return x.GroupSyncable
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeleteGroupSyncableRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
SyncableId string `protobuf:"bytes,2,opt,name=syncable_id,json=syncableId,proto3" json:"syncable_id,omitempty"`
|
|
SyncableType string `protobuf:"bytes,3,opt,name=syncable_type,json=syncableType,proto3" json:"syncable_type,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteGroupSyncableRequest) Reset() {
|
|
*x = DeleteGroupSyncableRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[84]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteGroupSyncableRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteGroupSyncableRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteGroupSyncableRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[84]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteGroupSyncableRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteGroupSyncableRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{84}
|
|
}
|
|
|
|
func (x *DeleteGroupSyncableRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeleteGroupSyncableRequest) GetSyncableId() string {
|
|
if x != nil {
|
|
return x.SyncableId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeleteGroupSyncableRequest) GetSyncableType() string {
|
|
if x != nil {
|
|
return x.SyncableType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeleteGroupSyncableResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
GroupSyncable *GroupSyncable `protobuf:"bytes,2,opt,name=group_syncable,json=groupSyncable,proto3" json:"group_syncable,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteGroupSyncableResponse) Reset() {
|
|
*x = DeleteGroupSyncableResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[85]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteGroupSyncableResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteGroupSyncableResponse) ProtoMessage() {}
|
|
|
|
func (x *DeleteGroupSyncableResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[85]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteGroupSyncableResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeleteGroupSyncableResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{85}
|
|
}
|
|
|
|
func (x *DeleteGroupSyncableResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DeleteGroupSyncableResponse) GetGroupSyncable() *GroupSyncable {
|
|
if x != nil {
|
|
return x.GroupSyncable
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetGroupsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
PerPage int32 `protobuf:"varint,2,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
|
|
Opts *GroupSearchOpts `protobuf:"bytes,3,opt,name=opts,proto3" json:"opts,omitempty"`
|
|
ViewRestrictions *ViewUsersRestrictions `protobuf:"bytes,4,opt,name=view_restrictions,json=viewRestrictions,proto3" json:"view_restrictions,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupsRequest) Reset() {
|
|
*x = GetGroupsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[86]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupsRequest) ProtoMessage() {}
|
|
|
|
func (x *GetGroupsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[86]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupsRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{86}
|
|
}
|
|
|
|
func (x *GetGroupsRequest) GetPage() int32 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetGroupsRequest) GetPerPage() int32 {
|
|
if x != nil {
|
|
return x.PerPage
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetGroupsRequest) GetOpts() *GroupSearchOpts {
|
|
if x != nil {
|
|
return x.Opts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetGroupsRequest) GetViewRestrictions() *ViewUsersRestrictions {
|
|
if x != nil {
|
|
return x.ViewRestrictions
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetGroupsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Groups []*Group `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetGroupsResponse) Reset() {
|
|
*x = GetGroupsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[87]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetGroupsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetGroupsResponse) ProtoMessage() {}
|
|
|
|
func (x *GetGroupsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[87]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetGroupsResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetGroupsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{87}
|
|
}
|
|
|
|
func (x *GetGroupsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetGroupsResponse) GetGroups() []*Group {
|
|
if x != nil {
|
|
return x.Groups
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateDefaultSyncableMembershipsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Params *CreateDefaultMembershipParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateDefaultSyncableMembershipsRequest) Reset() {
|
|
*x = CreateDefaultSyncableMembershipsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[88]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateDefaultSyncableMembershipsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateDefaultSyncableMembershipsRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateDefaultSyncableMembershipsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[88]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateDefaultSyncableMembershipsRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateDefaultSyncableMembershipsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{88}
|
|
}
|
|
|
|
func (x *CreateDefaultSyncableMembershipsRequest) GetParams() *CreateDefaultMembershipParams {
|
|
if x != nil {
|
|
return x.Params
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateDefaultSyncableMembershipsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateDefaultSyncableMembershipsResponse) Reset() {
|
|
*x = CreateDefaultSyncableMembershipsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[89]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateDefaultSyncableMembershipsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateDefaultSyncableMembershipsResponse) ProtoMessage() {}
|
|
|
|
func (x *CreateDefaultSyncableMembershipsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[89]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateDefaultSyncableMembershipsResponse.ProtoReflect.Descriptor instead.
|
|
func (*CreateDefaultSyncableMembershipsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{89}
|
|
}
|
|
|
|
func (x *CreateDefaultSyncableMembershipsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeleteGroupConstrainedMembershipsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteGroupConstrainedMembershipsRequest) Reset() {
|
|
*x = DeleteGroupConstrainedMembershipsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[90]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteGroupConstrainedMembershipsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteGroupConstrainedMembershipsRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteGroupConstrainedMembershipsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[90]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteGroupConstrainedMembershipsRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteGroupConstrainedMembershipsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{90}
|
|
}
|
|
|
|
type DeleteGroupConstrainedMembershipsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteGroupConstrainedMembershipsResponse) Reset() {
|
|
*x = DeleteGroupConstrainedMembershipsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[91]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteGroupConstrainedMembershipsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteGroupConstrainedMembershipsResponse) ProtoMessage() {}
|
|
|
|
func (x *DeleteGroupConstrainedMembershipsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[91]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteGroupConstrainedMembershipsResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeleteGroupConstrainedMembershipsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{91}
|
|
}
|
|
|
|
func (x *DeleteGroupConstrainedMembershipsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RegisterPluginForSharedChannelsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Opts *RegisterPluginOpts `protobuf:"bytes,1,opt,name=opts,proto3" json:"opts,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RegisterPluginForSharedChannelsRequest) Reset() {
|
|
*x = RegisterPluginForSharedChannelsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[92]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RegisterPluginForSharedChannelsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RegisterPluginForSharedChannelsRequest) ProtoMessage() {}
|
|
|
|
func (x *RegisterPluginForSharedChannelsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[92]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RegisterPluginForSharedChannelsRequest.ProtoReflect.Descriptor instead.
|
|
func (*RegisterPluginForSharedChannelsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{92}
|
|
}
|
|
|
|
func (x *RegisterPluginForSharedChannelsRequest) GetOpts() *RegisterPluginOpts {
|
|
if x != nil {
|
|
return x.Opts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RegisterPluginForSharedChannelsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
RemoteId string `protobuf:"bytes,2,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RegisterPluginForSharedChannelsResponse) Reset() {
|
|
*x = RegisterPluginForSharedChannelsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[93]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RegisterPluginForSharedChannelsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RegisterPluginForSharedChannelsResponse) ProtoMessage() {}
|
|
|
|
func (x *RegisterPluginForSharedChannelsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[93]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RegisterPluginForSharedChannelsResponse.ProtoReflect.Descriptor instead.
|
|
func (*RegisterPluginForSharedChannelsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{93}
|
|
}
|
|
|
|
func (x *RegisterPluginForSharedChannelsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RegisterPluginForSharedChannelsResponse) GetRemoteId() string {
|
|
if x != nil {
|
|
return x.RemoteId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UnregisterPluginForSharedChannelsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UnregisterPluginForSharedChannelsRequest) Reset() {
|
|
*x = UnregisterPluginForSharedChannelsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[94]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UnregisterPluginForSharedChannelsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UnregisterPluginForSharedChannelsRequest) ProtoMessage() {}
|
|
|
|
func (x *UnregisterPluginForSharedChannelsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[94]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UnregisterPluginForSharedChannelsRequest.ProtoReflect.Descriptor instead.
|
|
func (*UnregisterPluginForSharedChannelsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{94}
|
|
}
|
|
|
|
func (x *UnregisterPluginForSharedChannelsRequest) GetPluginId() string {
|
|
if x != nil {
|
|
return x.PluginId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UnregisterPluginForSharedChannelsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UnregisterPluginForSharedChannelsResponse) Reset() {
|
|
*x = UnregisterPluginForSharedChannelsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[95]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UnregisterPluginForSharedChannelsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UnregisterPluginForSharedChannelsResponse) ProtoMessage() {}
|
|
|
|
func (x *UnregisterPluginForSharedChannelsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[95]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UnregisterPluginForSharedChannelsResponse.ProtoReflect.Descriptor instead.
|
|
func (*UnregisterPluginForSharedChannelsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{95}
|
|
}
|
|
|
|
func (x *UnregisterPluginForSharedChannelsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ShareChannelRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
SharedChannel *SharedChannel `protobuf:"bytes,1,opt,name=shared_channel,json=sharedChannel,proto3" json:"shared_channel,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ShareChannelRequest) Reset() {
|
|
*x = ShareChannelRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[96]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ShareChannelRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShareChannelRequest) ProtoMessage() {}
|
|
|
|
func (x *ShareChannelRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[96]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ShareChannelRequest.ProtoReflect.Descriptor instead.
|
|
func (*ShareChannelRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{96}
|
|
}
|
|
|
|
func (x *ShareChannelRequest) GetSharedChannel() *SharedChannel {
|
|
if x != nil {
|
|
return x.SharedChannel
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ShareChannelResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
SharedChannel *SharedChannel `protobuf:"bytes,2,opt,name=shared_channel,json=sharedChannel,proto3" json:"shared_channel,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ShareChannelResponse) Reset() {
|
|
*x = ShareChannelResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[97]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ShareChannelResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShareChannelResponse) ProtoMessage() {}
|
|
|
|
func (x *ShareChannelResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[97]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ShareChannelResponse.ProtoReflect.Descriptor instead.
|
|
func (*ShareChannelResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{97}
|
|
}
|
|
|
|
func (x *ShareChannelResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ShareChannelResponse) GetSharedChannel() *SharedChannel {
|
|
if x != nil {
|
|
return x.SharedChannel
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateSharedChannelRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
SharedChannel *SharedChannel `protobuf:"bytes,1,opt,name=shared_channel,json=sharedChannel,proto3" json:"shared_channel,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateSharedChannelRequest) Reset() {
|
|
*x = UpdateSharedChannelRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[98]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateSharedChannelRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateSharedChannelRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateSharedChannelRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[98]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateSharedChannelRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateSharedChannelRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{98}
|
|
}
|
|
|
|
func (x *UpdateSharedChannelRequest) GetSharedChannel() *SharedChannel {
|
|
if x != nil {
|
|
return x.SharedChannel
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateSharedChannelResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
SharedChannel *SharedChannel `protobuf:"bytes,2,opt,name=shared_channel,json=sharedChannel,proto3" json:"shared_channel,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateSharedChannelResponse) Reset() {
|
|
*x = UpdateSharedChannelResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[99]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateSharedChannelResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateSharedChannelResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdateSharedChannelResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[99]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateSharedChannelResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdateSharedChannelResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{99}
|
|
}
|
|
|
|
func (x *UpdateSharedChannelResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpdateSharedChannelResponse) GetSharedChannel() *SharedChannel {
|
|
if x != nil {
|
|
return x.SharedChannel
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UnshareChannelRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UnshareChannelRequest) Reset() {
|
|
*x = UnshareChannelRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[100]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UnshareChannelRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UnshareChannelRequest) ProtoMessage() {}
|
|
|
|
func (x *UnshareChannelRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[100]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UnshareChannelRequest.ProtoReflect.Descriptor instead.
|
|
func (*UnshareChannelRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{100}
|
|
}
|
|
|
|
func (x *UnshareChannelRequest) GetChannelId() string {
|
|
if x != nil {
|
|
return x.ChannelId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UnshareChannelResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Unshared bool `protobuf:"varint,2,opt,name=unshared,proto3" json:"unshared,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UnshareChannelResponse) Reset() {
|
|
*x = UnshareChannelResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[101]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UnshareChannelResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UnshareChannelResponse) ProtoMessage() {}
|
|
|
|
func (x *UnshareChannelResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[101]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UnshareChannelResponse.ProtoReflect.Descriptor instead.
|
|
func (*UnshareChannelResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{101}
|
|
}
|
|
|
|
func (x *UnshareChannelResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UnshareChannelResponse) GetUnshared() bool {
|
|
if x != nil {
|
|
return x.Unshared
|
|
}
|
|
return false
|
|
}
|
|
|
|
type UpdateSharedChannelCursorRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
|
|
RemoteId string `protobuf:"bytes,2,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
|
|
Cursor *GetPostsSinceForSyncCursor `protobuf:"bytes,3,opt,name=cursor,proto3" json:"cursor,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateSharedChannelCursorRequest) Reset() {
|
|
*x = UpdateSharedChannelCursorRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[102]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateSharedChannelCursorRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateSharedChannelCursorRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateSharedChannelCursorRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[102]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateSharedChannelCursorRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateSharedChannelCursorRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{102}
|
|
}
|
|
|
|
func (x *UpdateSharedChannelCursorRequest) GetChannelId() string {
|
|
if x != nil {
|
|
return x.ChannelId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSharedChannelCursorRequest) GetRemoteId() string {
|
|
if x != nil {
|
|
return x.RemoteId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSharedChannelCursorRequest) GetCursor() *GetPostsSinceForSyncCursor {
|
|
if x != nil {
|
|
return x.Cursor
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateSharedChannelCursorResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateSharedChannelCursorResponse) Reset() {
|
|
*x = UpdateSharedChannelCursorResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[103]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateSharedChannelCursorResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateSharedChannelCursorResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdateSharedChannelCursorResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[103]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateSharedChannelCursorResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdateSharedChannelCursorResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{103}
|
|
}
|
|
|
|
func (x *UpdateSharedChannelCursorResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncSharedChannelRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SyncSharedChannelRequest) Reset() {
|
|
*x = SyncSharedChannelRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[104]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SyncSharedChannelRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncSharedChannelRequest) ProtoMessage() {}
|
|
|
|
func (x *SyncSharedChannelRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[104]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncSharedChannelRequest.ProtoReflect.Descriptor instead.
|
|
func (*SyncSharedChannelRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{104}
|
|
}
|
|
|
|
func (x *SyncSharedChannelRequest) GetChannelId() string {
|
|
if x != nil {
|
|
return x.ChannelId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SyncSharedChannelResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SyncSharedChannelResponse) Reset() {
|
|
*x = SyncSharedChannelResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[105]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SyncSharedChannelResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SyncSharedChannelResponse) ProtoMessage() {}
|
|
|
|
func (x *SyncSharedChannelResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[105]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SyncSharedChannelResponse.ProtoReflect.Descriptor instead.
|
|
func (*SyncSharedChannelResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{105}
|
|
}
|
|
|
|
func (x *SyncSharedChannelResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type InviteRemoteToChannelRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
|
|
RemoteId string `protobuf:"bytes,2,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
|
|
UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
ShareIfNotShared bool `protobuf:"varint,4,opt,name=share_if_not_shared,json=shareIfNotShared,proto3" json:"share_if_not_shared,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *InviteRemoteToChannelRequest) Reset() {
|
|
*x = InviteRemoteToChannelRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[106]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *InviteRemoteToChannelRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InviteRemoteToChannelRequest) ProtoMessage() {}
|
|
|
|
func (x *InviteRemoteToChannelRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[106]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use InviteRemoteToChannelRequest.ProtoReflect.Descriptor instead.
|
|
func (*InviteRemoteToChannelRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{106}
|
|
}
|
|
|
|
func (x *InviteRemoteToChannelRequest) GetChannelId() string {
|
|
if x != nil {
|
|
return x.ChannelId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InviteRemoteToChannelRequest) GetRemoteId() string {
|
|
if x != nil {
|
|
return x.RemoteId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InviteRemoteToChannelRequest) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InviteRemoteToChannelRequest) GetShareIfNotShared() bool {
|
|
if x != nil {
|
|
return x.ShareIfNotShared
|
|
}
|
|
return false
|
|
}
|
|
|
|
type InviteRemoteToChannelResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *InviteRemoteToChannelResponse) Reset() {
|
|
*x = InviteRemoteToChannelResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[107]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *InviteRemoteToChannelResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InviteRemoteToChannelResponse) ProtoMessage() {}
|
|
|
|
func (x *InviteRemoteToChannelResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[107]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use InviteRemoteToChannelResponse.ProtoReflect.Descriptor instead.
|
|
func (*InviteRemoteToChannelResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{107}
|
|
}
|
|
|
|
func (x *InviteRemoteToChannelResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UninviteRemoteFromChannelRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
|
|
RemoteId string `protobuf:"bytes,2,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UninviteRemoteFromChannelRequest) Reset() {
|
|
*x = UninviteRemoteFromChannelRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[108]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UninviteRemoteFromChannelRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UninviteRemoteFromChannelRequest) ProtoMessage() {}
|
|
|
|
func (x *UninviteRemoteFromChannelRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[108]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UninviteRemoteFromChannelRequest.ProtoReflect.Descriptor instead.
|
|
func (*UninviteRemoteFromChannelRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{108}
|
|
}
|
|
|
|
func (x *UninviteRemoteFromChannelRequest) GetChannelId() string {
|
|
if x != nil {
|
|
return x.ChannelId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UninviteRemoteFromChannelRequest) GetRemoteId() string {
|
|
if x != nil {
|
|
return x.RemoteId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UninviteRemoteFromChannelResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UninviteRemoteFromChannelResponse) Reset() {
|
|
*x = UninviteRemoteFromChannelResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[109]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UninviteRemoteFromChannelResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UninviteRemoteFromChannelResponse) ProtoMessage() {}
|
|
|
|
func (x *UninviteRemoteFromChannelResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[109]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UninviteRemoteFromChannelResponse.ProtoReflect.Descriptor instead.
|
|
func (*UninviteRemoteFromChannelResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{109}
|
|
}
|
|
|
|
func (x *UninviteRemoteFromChannelResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreatePropertyFieldRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Field *PropertyField `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreatePropertyFieldRequest) Reset() {
|
|
*x = CreatePropertyFieldRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[110]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreatePropertyFieldRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreatePropertyFieldRequest) ProtoMessage() {}
|
|
|
|
func (x *CreatePropertyFieldRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[110]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreatePropertyFieldRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreatePropertyFieldRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{110}
|
|
}
|
|
|
|
func (x *CreatePropertyFieldRequest) GetField() *PropertyField {
|
|
if x != nil {
|
|
return x.Field
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreatePropertyFieldResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Field *PropertyField `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreatePropertyFieldResponse) Reset() {
|
|
*x = CreatePropertyFieldResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[111]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreatePropertyFieldResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreatePropertyFieldResponse) ProtoMessage() {}
|
|
|
|
func (x *CreatePropertyFieldResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[111]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreatePropertyFieldResponse.ProtoReflect.Descriptor instead.
|
|
func (*CreatePropertyFieldResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{111}
|
|
}
|
|
|
|
func (x *CreatePropertyFieldResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CreatePropertyFieldResponse) GetField() *PropertyField {
|
|
if x != nil {
|
|
return x.Field
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetPropertyFieldRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
FieldId string `protobuf:"bytes,2,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyFieldRequest) Reset() {
|
|
*x = GetPropertyFieldRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[112]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyFieldRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyFieldRequest) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyFieldRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[112]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyFieldRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyFieldRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{112}
|
|
}
|
|
|
|
func (x *GetPropertyFieldRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetPropertyFieldRequest) GetFieldId() string {
|
|
if x != nil {
|
|
return x.FieldId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetPropertyFieldResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Field *PropertyField `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyFieldResponse) Reset() {
|
|
*x = GetPropertyFieldResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[113]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyFieldResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyFieldResponse) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyFieldResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[113]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyFieldResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyFieldResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{113}
|
|
}
|
|
|
|
func (x *GetPropertyFieldResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetPropertyFieldResponse) GetField() *PropertyField {
|
|
if x != nil {
|
|
return x.Field
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetPropertyFieldsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
Ids []string `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyFieldsRequest) Reset() {
|
|
*x = GetPropertyFieldsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[114]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyFieldsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyFieldsRequest) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyFieldsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[114]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyFieldsRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyFieldsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{114}
|
|
}
|
|
|
|
func (x *GetPropertyFieldsRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetPropertyFieldsRequest) GetIds() []string {
|
|
if x != nil {
|
|
return x.Ids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetPropertyFieldsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Fields []*PropertyField `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyFieldsResponse) Reset() {
|
|
*x = GetPropertyFieldsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[115]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyFieldsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyFieldsResponse) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyFieldsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[115]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyFieldsResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyFieldsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{115}
|
|
}
|
|
|
|
func (x *GetPropertyFieldsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetPropertyFieldsResponse) GetFields() []*PropertyField {
|
|
if x != nil {
|
|
return x.Fields
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdatePropertyFieldRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
Field *PropertyField `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldRequest) Reset() {
|
|
*x = UpdatePropertyFieldRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[116]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdatePropertyFieldRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdatePropertyFieldRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[116]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdatePropertyFieldRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdatePropertyFieldRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{116}
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldRequest) GetField() *PropertyField {
|
|
if x != nil {
|
|
return x.Field
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdatePropertyFieldResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Field *PropertyField `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldResponse) Reset() {
|
|
*x = UpdatePropertyFieldResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[117]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdatePropertyFieldResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdatePropertyFieldResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[117]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdatePropertyFieldResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdatePropertyFieldResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{117}
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldResponse) GetField() *PropertyField {
|
|
if x != nil {
|
|
return x.Field
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeletePropertyFieldRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
FieldId string `protobuf:"bytes,2,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeletePropertyFieldRequest) Reset() {
|
|
*x = DeletePropertyFieldRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[118]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeletePropertyFieldRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletePropertyFieldRequest) ProtoMessage() {}
|
|
|
|
func (x *DeletePropertyFieldRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[118]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletePropertyFieldRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeletePropertyFieldRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{118}
|
|
}
|
|
|
|
func (x *DeletePropertyFieldRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeletePropertyFieldRequest) GetFieldId() string {
|
|
if x != nil {
|
|
return x.FieldId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeletePropertyFieldResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeletePropertyFieldResponse) Reset() {
|
|
*x = DeletePropertyFieldResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[119]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeletePropertyFieldResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletePropertyFieldResponse) ProtoMessage() {}
|
|
|
|
func (x *DeletePropertyFieldResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[119]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletePropertyFieldResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeletePropertyFieldResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{119}
|
|
}
|
|
|
|
func (x *DeletePropertyFieldResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SearchPropertyFieldsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
Opts *PropertyFieldSearchOpts `protobuf:"bytes,2,opt,name=opts,proto3" json:"opts,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SearchPropertyFieldsRequest) Reset() {
|
|
*x = SearchPropertyFieldsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[120]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SearchPropertyFieldsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SearchPropertyFieldsRequest) ProtoMessage() {}
|
|
|
|
func (x *SearchPropertyFieldsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[120]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SearchPropertyFieldsRequest.ProtoReflect.Descriptor instead.
|
|
func (*SearchPropertyFieldsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{120}
|
|
}
|
|
|
|
func (x *SearchPropertyFieldsRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SearchPropertyFieldsRequest) GetOpts() *PropertyFieldSearchOpts {
|
|
if x != nil {
|
|
return x.Opts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SearchPropertyFieldsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Fields []*PropertyField `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SearchPropertyFieldsResponse) Reset() {
|
|
*x = SearchPropertyFieldsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[121]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SearchPropertyFieldsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SearchPropertyFieldsResponse) ProtoMessage() {}
|
|
|
|
func (x *SearchPropertyFieldsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[121]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SearchPropertyFieldsResponse.ProtoReflect.Descriptor instead.
|
|
func (*SearchPropertyFieldsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{121}
|
|
}
|
|
|
|
func (x *SearchPropertyFieldsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SearchPropertyFieldsResponse) GetFields() []*PropertyField {
|
|
if x != nil {
|
|
return x.Fields
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CountPropertyFieldsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
IncludeDeleted bool `protobuf:"varint,2,opt,name=include_deleted,json=includeDeleted,proto3" json:"include_deleted,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CountPropertyFieldsRequest) Reset() {
|
|
*x = CountPropertyFieldsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[122]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CountPropertyFieldsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CountPropertyFieldsRequest) ProtoMessage() {}
|
|
|
|
func (x *CountPropertyFieldsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[122]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CountPropertyFieldsRequest.ProtoReflect.Descriptor instead.
|
|
func (*CountPropertyFieldsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{122}
|
|
}
|
|
|
|
func (x *CountPropertyFieldsRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CountPropertyFieldsRequest) GetIncludeDeleted() bool {
|
|
if x != nil {
|
|
return x.IncludeDeleted
|
|
}
|
|
return false
|
|
}
|
|
|
|
type CountPropertyFieldsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CountPropertyFieldsResponse) Reset() {
|
|
*x = CountPropertyFieldsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[123]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CountPropertyFieldsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CountPropertyFieldsResponse) ProtoMessage() {}
|
|
|
|
func (x *CountPropertyFieldsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[123]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CountPropertyFieldsResponse.ProtoReflect.Descriptor instead.
|
|
func (*CountPropertyFieldsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{123}
|
|
}
|
|
|
|
func (x *CountPropertyFieldsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CountPropertyFieldsResponse) GetCount() int64 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CountPropertyFieldsForTargetRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
TargetType string `protobuf:"bytes,2,opt,name=target_type,json=targetType,proto3" json:"target_type,omitempty"`
|
|
TargetId string `protobuf:"bytes,3,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
|
|
IncludeDeleted bool `protobuf:"varint,4,opt,name=include_deleted,json=includeDeleted,proto3" json:"include_deleted,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CountPropertyFieldsForTargetRequest) Reset() {
|
|
*x = CountPropertyFieldsForTargetRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[124]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CountPropertyFieldsForTargetRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CountPropertyFieldsForTargetRequest) ProtoMessage() {}
|
|
|
|
func (x *CountPropertyFieldsForTargetRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[124]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CountPropertyFieldsForTargetRequest.ProtoReflect.Descriptor instead.
|
|
func (*CountPropertyFieldsForTargetRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{124}
|
|
}
|
|
|
|
func (x *CountPropertyFieldsForTargetRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CountPropertyFieldsForTargetRequest) GetTargetType() string {
|
|
if x != nil {
|
|
return x.TargetType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CountPropertyFieldsForTargetRequest) GetTargetId() string {
|
|
if x != nil {
|
|
return x.TargetId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CountPropertyFieldsForTargetRequest) GetIncludeDeleted() bool {
|
|
if x != nil {
|
|
return x.IncludeDeleted
|
|
}
|
|
return false
|
|
}
|
|
|
|
type CountPropertyFieldsForTargetResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CountPropertyFieldsForTargetResponse) Reset() {
|
|
*x = CountPropertyFieldsForTargetResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[125]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CountPropertyFieldsForTargetResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CountPropertyFieldsForTargetResponse) ProtoMessage() {}
|
|
|
|
func (x *CountPropertyFieldsForTargetResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[125]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CountPropertyFieldsForTargetResponse.ProtoReflect.Descriptor instead.
|
|
func (*CountPropertyFieldsForTargetResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{125}
|
|
}
|
|
|
|
func (x *CountPropertyFieldsForTargetResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CountPropertyFieldsForTargetResponse) GetCount() int64 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CreatePropertyValueRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Value *PropertyValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreatePropertyValueRequest) Reset() {
|
|
*x = CreatePropertyValueRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[126]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreatePropertyValueRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreatePropertyValueRequest) ProtoMessage() {}
|
|
|
|
func (x *CreatePropertyValueRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[126]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreatePropertyValueRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreatePropertyValueRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{126}
|
|
}
|
|
|
|
func (x *CreatePropertyValueRequest) GetValue() *PropertyValue {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreatePropertyValueResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Value *PropertyValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreatePropertyValueResponse) Reset() {
|
|
*x = CreatePropertyValueResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[127]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreatePropertyValueResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreatePropertyValueResponse) ProtoMessage() {}
|
|
|
|
func (x *CreatePropertyValueResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[127]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreatePropertyValueResponse.ProtoReflect.Descriptor instead.
|
|
func (*CreatePropertyValueResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{127}
|
|
}
|
|
|
|
func (x *CreatePropertyValueResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CreatePropertyValueResponse) GetValue() *PropertyValue {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetPropertyValueRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
ValueId string `protobuf:"bytes,2,opt,name=value_id,json=valueId,proto3" json:"value_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyValueRequest) Reset() {
|
|
*x = GetPropertyValueRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[128]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyValueRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyValueRequest) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyValueRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[128]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyValueRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyValueRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{128}
|
|
}
|
|
|
|
func (x *GetPropertyValueRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetPropertyValueRequest) GetValueId() string {
|
|
if x != nil {
|
|
return x.ValueId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetPropertyValueResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Value *PropertyValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyValueResponse) Reset() {
|
|
*x = GetPropertyValueResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[129]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyValueResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyValueResponse) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyValueResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[129]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyValueResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyValueResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{129}
|
|
}
|
|
|
|
func (x *GetPropertyValueResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetPropertyValueResponse) GetValue() *PropertyValue {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetPropertyValuesRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
Ids []string `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyValuesRequest) Reset() {
|
|
*x = GetPropertyValuesRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[130]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyValuesRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyValuesRequest) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyValuesRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[130]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyValuesRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyValuesRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{130}
|
|
}
|
|
|
|
func (x *GetPropertyValuesRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetPropertyValuesRequest) GetIds() []string {
|
|
if x != nil {
|
|
return x.Ids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetPropertyValuesResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Values []*PropertyValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyValuesResponse) Reset() {
|
|
*x = GetPropertyValuesResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[131]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyValuesResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyValuesResponse) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyValuesResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[131]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyValuesResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyValuesResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{131}
|
|
}
|
|
|
|
func (x *GetPropertyValuesResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetPropertyValuesResponse) GetValues() []*PropertyValue {
|
|
if x != nil {
|
|
return x.Values
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdatePropertyValueRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
Value *PropertyValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdatePropertyValueRequest) Reset() {
|
|
*x = UpdatePropertyValueRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[132]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdatePropertyValueRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdatePropertyValueRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdatePropertyValueRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[132]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdatePropertyValueRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdatePropertyValueRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{132}
|
|
}
|
|
|
|
func (x *UpdatePropertyValueRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdatePropertyValueRequest) GetValue() *PropertyValue {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdatePropertyValueResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Value *PropertyValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdatePropertyValueResponse) Reset() {
|
|
*x = UpdatePropertyValueResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[133]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdatePropertyValueResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdatePropertyValueResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdatePropertyValueResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[133]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdatePropertyValueResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdatePropertyValueResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{133}
|
|
}
|
|
|
|
func (x *UpdatePropertyValueResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpdatePropertyValueResponse) GetValue() *PropertyValue {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpsertPropertyValueRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Value *PropertyValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpsertPropertyValueRequest) Reset() {
|
|
*x = UpsertPropertyValueRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[134]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpsertPropertyValueRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpsertPropertyValueRequest) ProtoMessage() {}
|
|
|
|
func (x *UpsertPropertyValueRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[134]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpsertPropertyValueRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpsertPropertyValueRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{134}
|
|
}
|
|
|
|
func (x *UpsertPropertyValueRequest) GetValue() *PropertyValue {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpsertPropertyValueResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Value *PropertyValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpsertPropertyValueResponse) Reset() {
|
|
*x = UpsertPropertyValueResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[135]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpsertPropertyValueResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpsertPropertyValueResponse) ProtoMessage() {}
|
|
|
|
func (x *UpsertPropertyValueResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[135]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpsertPropertyValueResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpsertPropertyValueResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{135}
|
|
}
|
|
|
|
func (x *UpsertPropertyValueResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpsertPropertyValueResponse) GetValue() *PropertyValue {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeletePropertyValueRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
ValueId string `protobuf:"bytes,2,opt,name=value_id,json=valueId,proto3" json:"value_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeletePropertyValueRequest) Reset() {
|
|
*x = DeletePropertyValueRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[136]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeletePropertyValueRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletePropertyValueRequest) ProtoMessage() {}
|
|
|
|
func (x *DeletePropertyValueRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[136]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletePropertyValueRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeletePropertyValueRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{136}
|
|
}
|
|
|
|
func (x *DeletePropertyValueRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeletePropertyValueRequest) GetValueId() string {
|
|
if x != nil {
|
|
return x.ValueId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeletePropertyValueResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeletePropertyValueResponse) Reset() {
|
|
*x = DeletePropertyValueResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[137]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeletePropertyValueResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletePropertyValueResponse) ProtoMessage() {}
|
|
|
|
func (x *DeletePropertyValueResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[137]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletePropertyValueResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeletePropertyValueResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{137}
|
|
}
|
|
|
|
func (x *DeletePropertyValueResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SearchPropertyValuesRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
Opts *PropertyValueSearchOpts `protobuf:"bytes,2,opt,name=opts,proto3" json:"opts,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SearchPropertyValuesRequest) Reset() {
|
|
*x = SearchPropertyValuesRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[138]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SearchPropertyValuesRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SearchPropertyValuesRequest) ProtoMessage() {}
|
|
|
|
func (x *SearchPropertyValuesRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[138]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SearchPropertyValuesRequest.ProtoReflect.Descriptor instead.
|
|
func (*SearchPropertyValuesRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{138}
|
|
}
|
|
|
|
func (x *SearchPropertyValuesRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SearchPropertyValuesRequest) GetOpts() *PropertyValueSearchOpts {
|
|
if x != nil {
|
|
return x.Opts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SearchPropertyValuesResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Values []*PropertyValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SearchPropertyValuesResponse) Reset() {
|
|
*x = SearchPropertyValuesResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[139]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SearchPropertyValuesResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SearchPropertyValuesResponse) ProtoMessage() {}
|
|
|
|
func (x *SearchPropertyValuesResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[139]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SearchPropertyValuesResponse.ProtoReflect.Descriptor instead.
|
|
func (*SearchPropertyValuesResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{139}
|
|
}
|
|
|
|
func (x *SearchPropertyValuesResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SearchPropertyValuesResponse) GetValues() []*PropertyValue {
|
|
if x != nil {
|
|
return x.Values
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RegisterPropertyGroupRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RegisterPropertyGroupRequest) Reset() {
|
|
*x = RegisterPropertyGroupRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[140]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RegisterPropertyGroupRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RegisterPropertyGroupRequest) ProtoMessage() {}
|
|
|
|
func (x *RegisterPropertyGroupRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[140]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RegisterPropertyGroupRequest.ProtoReflect.Descriptor instead.
|
|
func (*RegisterPropertyGroupRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{140}
|
|
}
|
|
|
|
func (x *RegisterPropertyGroupRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type RegisterPropertyGroupResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Group *PropertyGroup `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RegisterPropertyGroupResponse) Reset() {
|
|
*x = RegisterPropertyGroupResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[141]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RegisterPropertyGroupResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RegisterPropertyGroupResponse) ProtoMessage() {}
|
|
|
|
func (x *RegisterPropertyGroupResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[141]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RegisterPropertyGroupResponse.ProtoReflect.Descriptor instead.
|
|
func (*RegisterPropertyGroupResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{141}
|
|
}
|
|
|
|
func (x *RegisterPropertyGroupResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RegisterPropertyGroupResponse) GetGroup() *PropertyGroup {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetPropertyGroupRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyGroupRequest) Reset() {
|
|
*x = GetPropertyGroupRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[142]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyGroupRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyGroupRequest) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyGroupRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[142]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyGroupRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyGroupRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{142}
|
|
}
|
|
|
|
func (x *GetPropertyGroupRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetPropertyGroupResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Group *PropertyGroup `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyGroupResponse) Reset() {
|
|
*x = GetPropertyGroupResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[143]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyGroupResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyGroupResponse) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyGroupResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[143]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyGroupResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyGroupResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{143}
|
|
}
|
|
|
|
func (x *GetPropertyGroupResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetPropertyGroupResponse) GetGroup() *PropertyGroup {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetPropertyFieldByNameRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
TargetId string `protobuf:"bytes,2,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
|
|
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyFieldByNameRequest) Reset() {
|
|
*x = GetPropertyFieldByNameRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[144]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyFieldByNameRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyFieldByNameRequest) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyFieldByNameRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[144]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyFieldByNameRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyFieldByNameRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{144}
|
|
}
|
|
|
|
func (x *GetPropertyFieldByNameRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetPropertyFieldByNameRequest) GetTargetId() string {
|
|
if x != nil {
|
|
return x.TargetId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetPropertyFieldByNameRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetPropertyFieldByNameResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Field *PropertyField `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPropertyFieldByNameResponse) Reset() {
|
|
*x = GetPropertyFieldByNameResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[145]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPropertyFieldByNameResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPropertyFieldByNameResponse) ProtoMessage() {}
|
|
|
|
func (x *GetPropertyFieldByNameResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[145]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPropertyFieldByNameResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetPropertyFieldByNameResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{145}
|
|
}
|
|
|
|
func (x *GetPropertyFieldByNameResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetPropertyFieldByNameResponse) GetField() *PropertyField {
|
|
if x != nil {
|
|
return x.Field
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdatePropertyFieldsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
Fields []*PropertyField `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldsRequest) Reset() {
|
|
*x = UpdatePropertyFieldsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[146]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdatePropertyFieldsRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdatePropertyFieldsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[146]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdatePropertyFieldsRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdatePropertyFieldsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{146}
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldsRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldsRequest) GetFields() []*PropertyField {
|
|
if x != nil {
|
|
return x.Fields
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdatePropertyFieldsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Fields []*PropertyField `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldsResponse) Reset() {
|
|
*x = UpdatePropertyFieldsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[147]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdatePropertyFieldsResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdatePropertyFieldsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[147]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdatePropertyFieldsResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdatePropertyFieldsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{147}
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpdatePropertyFieldsResponse) GetFields() []*PropertyField {
|
|
if x != nil {
|
|
return x.Fields
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdatePropertyValuesRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
Values []*PropertyValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdatePropertyValuesRequest) Reset() {
|
|
*x = UpdatePropertyValuesRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[148]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdatePropertyValuesRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdatePropertyValuesRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdatePropertyValuesRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[148]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdatePropertyValuesRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdatePropertyValuesRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{148}
|
|
}
|
|
|
|
func (x *UpdatePropertyValuesRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdatePropertyValuesRequest) GetValues() []*PropertyValue {
|
|
if x != nil {
|
|
return x.Values
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdatePropertyValuesResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Values []*PropertyValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdatePropertyValuesResponse) Reset() {
|
|
*x = UpdatePropertyValuesResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[149]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdatePropertyValuesResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdatePropertyValuesResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdatePropertyValuesResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[149]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdatePropertyValuesResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdatePropertyValuesResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{149}
|
|
}
|
|
|
|
func (x *UpdatePropertyValuesResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpdatePropertyValuesResponse) GetValues() []*PropertyValue {
|
|
if x != nil {
|
|
return x.Values
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpsertPropertyValuesRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Values []*PropertyValue `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpsertPropertyValuesRequest) Reset() {
|
|
*x = UpsertPropertyValuesRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[150]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpsertPropertyValuesRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpsertPropertyValuesRequest) ProtoMessage() {}
|
|
|
|
func (x *UpsertPropertyValuesRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[150]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpsertPropertyValuesRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpsertPropertyValuesRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{150}
|
|
}
|
|
|
|
func (x *UpsertPropertyValuesRequest) GetValues() []*PropertyValue {
|
|
if x != nil {
|
|
return x.Values
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpsertPropertyValuesResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
Values []*PropertyValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpsertPropertyValuesResponse) Reset() {
|
|
*x = UpsertPropertyValuesResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[151]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpsertPropertyValuesResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpsertPropertyValuesResponse) ProtoMessage() {}
|
|
|
|
func (x *UpsertPropertyValuesResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[151]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpsertPropertyValuesResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpsertPropertyValuesResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{151}
|
|
}
|
|
|
|
func (x *UpsertPropertyValuesResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpsertPropertyValuesResponse) GetValues() []*PropertyValue {
|
|
if x != nil {
|
|
return x.Values
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeletePropertyValuesForTargetRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
TargetType string `protobuf:"bytes,2,opt,name=target_type,json=targetType,proto3" json:"target_type,omitempty"`
|
|
TargetId string `protobuf:"bytes,3,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForTargetRequest) Reset() {
|
|
*x = DeletePropertyValuesForTargetRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[152]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForTargetRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletePropertyValuesForTargetRequest) ProtoMessage() {}
|
|
|
|
func (x *DeletePropertyValuesForTargetRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[152]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletePropertyValuesForTargetRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeletePropertyValuesForTargetRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{152}
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForTargetRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForTargetRequest) GetTargetType() string {
|
|
if x != nil {
|
|
return x.TargetType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForTargetRequest) GetTargetId() string {
|
|
if x != nil {
|
|
return x.TargetId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeletePropertyValuesForTargetResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForTargetResponse) Reset() {
|
|
*x = DeletePropertyValuesForTargetResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[153]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForTargetResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletePropertyValuesForTargetResponse) ProtoMessage() {}
|
|
|
|
func (x *DeletePropertyValuesForTargetResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[153]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletePropertyValuesForTargetResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeletePropertyValuesForTargetResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{153}
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForTargetResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeletePropertyValuesForFieldRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
FieldId string `protobuf:"bytes,2,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForFieldRequest) Reset() {
|
|
*x = DeletePropertyValuesForFieldRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[154]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForFieldRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletePropertyValuesForFieldRequest) ProtoMessage() {}
|
|
|
|
func (x *DeletePropertyValuesForFieldRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[154]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletePropertyValuesForFieldRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeletePropertyValuesForFieldRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{154}
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForFieldRequest) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForFieldRequest) GetFieldId() string {
|
|
if x != nil {
|
|
return x.FieldId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeletePropertyValuesForFieldResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForFieldResponse) Reset() {
|
|
*x = DeletePropertyValuesForFieldResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[155]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForFieldResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletePropertyValuesForFieldResponse) ProtoMessage() {}
|
|
|
|
func (x *DeletePropertyValuesForFieldResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[155]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletePropertyValuesForFieldResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeletePropertyValuesForFieldResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{155}
|
|
}
|
|
|
|
func (x *DeletePropertyValuesForFieldResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type LogAuditRecRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Record *AuditRecord `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *LogAuditRecRequest) Reset() {
|
|
*x = LogAuditRecRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[156]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *LogAuditRecRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LogAuditRecRequest) ProtoMessage() {}
|
|
|
|
func (x *LogAuditRecRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[156]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use LogAuditRecRequest.ProtoReflect.Descriptor instead.
|
|
func (*LogAuditRecRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{156}
|
|
}
|
|
|
|
func (x *LogAuditRecRequest) GetRecord() *AuditRecord {
|
|
if x != nil {
|
|
return x.Record
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type LogAuditRecResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *LogAuditRecResponse) Reset() {
|
|
*x = LogAuditRecResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[157]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *LogAuditRecResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LogAuditRecResponse) ProtoMessage() {}
|
|
|
|
func (x *LogAuditRecResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[157]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use LogAuditRecResponse.ProtoReflect.Descriptor instead.
|
|
func (*LogAuditRecResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{157}
|
|
}
|
|
|
|
func (x *LogAuditRecResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type LogAuditRecWithLevelRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Record *AuditRecord `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
|
|
Level string `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"` // "debug", "info", "warn", "error"
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *LogAuditRecWithLevelRequest) Reset() {
|
|
*x = LogAuditRecWithLevelRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[158]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *LogAuditRecWithLevelRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LogAuditRecWithLevelRequest) ProtoMessage() {}
|
|
|
|
func (x *LogAuditRecWithLevelRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[158]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use LogAuditRecWithLevelRequest.ProtoReflect.Descriptor instead.
|
|
func (*LogAuditRecWithLevelRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{158}
|
|
}
|
|
|
|
func (x *LogAuditRecWithLevelRequest) GetRecord() *AuditRecord {
|
|
if x != nil {
|
|
return x.Record
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *LogAuditRecWithLevelRequest) GetLevel() string {
|
|
if x != nil {
|
|
return x.Level
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type LogAuditRecWithLevelResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *LogAuditRecWithLevelResponse) Reset() {
|
|
*x = LogAuditRecWithLevelResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[159]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *LogAuditRecWithLevelResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LogAuditRecWithLevelResponse) ProtoMessage() {}
|
|
|
|
func (x *LogAuditRecWithLevelResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[159]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use LogAuditRecWithLevelResponse.ProtoReflect.Descriptor instead.
|
|
func (*LogAuditRecWithLevelResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{159}
|
|
}
|
|
|
|
func (x *LogAuditRecWithLevelResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PluginHTTPRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
|
|
Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
|
|
Headers map[string]string `protobuf:"bytes,3,rep,name=headers,proto3" json:"headers,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
|
|
Body []byte `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PluginHTTPRequest) Reset() {
|
|
*x = PluginHTTPRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[160]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PluginHTTPRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PluginHTTPRequest) ProtoMessage() {}
|
|
|
|
func (x *PluginHTTPRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[160]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PluginHTTPRequest.ProtoReflect.Descriptor instead.
|
|
func (*PluginHTTPRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{160}
|
|
}
|
|
|
|
func (x *PluginHTTPRequest) GetMethod() string {
|
|
if x != nil {
|
|
return x.Method
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PluginHTTPRequest) GetUrl() string {
|
|
if x != nil {
|
|
return x.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PluginHTTPRequest) GetHeaders() map[string]string {
|
|
if x != nil {
|
|
return x.Headers
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PluginHTTPRequest) GetBody() []byte {
|
|
if x != nil {
|
|
return x.Body
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PluginHTTPResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
StatusCode int32 `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
|
|
Headers map[string]string `protobuf:"bytes,3,rep,name=headers,proto3" json:"headers,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
|
|
Body []byte `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PluginHTTPResponse) Reset() {
|
|
*x = PluginHTTPResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[161]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PluginHTTPResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PluginHTTPResponse) ProtoMessage() {}
|
|
|
|
func (x *PluginHTTPResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[161]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PluginHTTPResponse.ProtoReflect.Descriptor instead.
|
|
func (*PluginHTTPResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{161}
|
|
}
|
|
|
|
func (x *PluginHTTPResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PluginHTTPResponse) GetStatusCode() int32 {
|
|
if x != nil {
|
|
return x.StatusCode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PluginHTTPResponse) GetHeaders() map[string]string {
|
|
if x != nil {
|
|
return x.Headers
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PluginHTTPResponse) GetBody() []byte {
|
|
if x != nil {
|
|
return x.Body
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetCloudLimitsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetCloudLimitsRequest) Reset() {
|
|
*x = GetCloudLimitsRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[162]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetCloudLimitsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetCloudLimitsRequest) ProtoMessage() {}
|
|
|
|
func (x *GetCloudLimitsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[162]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetCloudLimitsRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetCloudLimitsRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{162}
|
|
}
|
|
|
|
type GetCloudLimitsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
LimitsJson []byte `protobuf:"bytes,2,opt,name=limits_json,json=limitsJson,proto3" json:"limits_json,omitempty"` // JSON-encoded model.ProductLimits
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetCloudLimitsResponse) Reset() {
|
|
*x = GetCloudLimitsResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[163]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetCloudLimitsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetCloudLimitsResponse) ProtoMessage() {}
|
|
|
|
func (x *GetCloudLimitsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[163]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetCloudLimitsResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetCloudLimitsResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{163}
|
|
}
|
|
|
|
func (x *GetCloudLimitsResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetCloudLimitsResponse) GetLimitsJson() []byte {
|
|
if x != nil {
|
|
return x.LimitsJson
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type OpenInteractiveDialogRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Dialog *OpenDialogRequest `protobuf:"bytes,1,opt,name=dialog,proto3" json:"dialog,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *OpenInteractiveDialogRequest) Reset() {
|
|
*x = OpenInteractiveDialogRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[164]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *OpenInteractiveDialogRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*OpenInteractiveDialogRequest) ProtoMessage() {}
|
|
|
|
func (x *OpenInteractiveDialogRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[164]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use OpenInteractiveDialogRequest.ProtoReflect.Descriptor instead.
|
|
func (*OpenInteractiveDialogRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{164}
|
|
}
|
|
|
|
func (x *OpenInteractiveDialogRequest) GetDialog() *OpenDialogRequest {
|
|
if x != nil {
|
|
return x.Dialog
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type OpenInteractiveDialogResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *OpenInteractiveDialogResponse) Reset() {
|
|
*x = OpenInteractiveDialogResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[165]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *OpenInteractiveDialogResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*OpenInteractiveDialogResponse) ProtoMessage() {}
|
|
|
|
func (x *OpenInteractiveDialogResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[165]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use OpenInteractiveDialogResponse.ProtoReflect.Descriptor instead.
|
|
func (*OpenInteractiveDialogResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{165}
|
|
}
|
|
|
|
func (x *OpenInteractiveDialogResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PublishPluginClusterEventRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Event *PluginClusterEvent `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
|
|
Opts *PluginClusterEventSendOptions `protobuf:"bytes,2,opt,name=opts,proto3" json:"opts,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PublishPluginClusterEventRequest) Reset() {
|
|
*x = PublishPluginClusterEventRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[166]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PublishPluginClusterEventRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PublishPluginClusterEventRequest) ProtoMessage() {}
|
|
|
|
func (x *PublishPluginClusterEventRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[166]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PublishPluginClusterEventRequest.ProtoReflect.Descriptor instead.
|
|
func (*PublishPluginClusterEventRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{166}
|
|
}
|
|
|
|
func (x *PublishPluginClusterEventRequest) GetEvent() *PluginClusterEvent {
|
|
if x != nil {
|
|
return x.Event
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PublishPluginClusterEventRequest) GetOpts() *PluginClusterEventSendOptions {
|
|
if x != nil {
|
|
return x.Opts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PublishPluginClusterEventResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PublishPluginClusterEventResponse) Reset() {
|
|
*x = PublishPluginClusterEventResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[167]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PublishPluginClusterEventResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PublishPluginClusterEventResponse) ProtoMessage() {}
|
|
|
|
func (x *PublishPluginClusterEventResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[167]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PublishPluginClusterEventResponse.ProtoReflect.Descriptor instead.
|
|
func (*PublishPluginClusterEventResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{167}
|
|
}
|
|
|
|
func (x *PublishPluginClusterEventResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RegisterCollectionAndTopicRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
CollectionType string `protobuf:"bytes,1,opt,name=collection_type,json=collectionType,proto3" json:"collection_type,omitempty"`
|
|
TopicType string `protobuf:"bytes,2,opt,name=topic_type,json=topicType,proto3" json:"topic_type,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RegisterCollectionAndTopicRequest) Reset() {
|
|
*x = RegisterCollectionAndTopicRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[168]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RegisterCollectionAndTopicRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RegisterCollectionAndTopicRequest) ProtoMessage() {}
|
|
|
|
func (x *RegisterCollectionAndTopicRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[168]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RegisterCollectionAndTopicRequest.ProtoReflect.Descriptor instead.
|
|
func (*RegisterCollectionAndTopicRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{168}
|
|
}
|
|
|
|
func (x *RegisterCollectionAndTopicRequest) GetCollectionType() string {
|
|
if x != nil {
|
|
return x.CollectionType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RegisterCollectionAndTopicRequest) GetTopicType() string {
|
|
if x != nil {
|
|
return x.TopicType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type RegisterCollectionAndTopicResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RegisterCollectionAndTopicResponse) Reset() {
|
|
*x = RegisterCollectionAndTopicResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[169]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RegisterCollectionAndTopicResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RegisterCollectionAndTopicResponse) ProtoMessage() {}
|
|
|
|
func (x *RegisterCollectionAndTopicResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[169]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RegisterCollectionAndTopicResponse.ProtoReflect.Descriptor instead.
|
|
func (*RegisterCollectionAndTopicResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{169}
|
|
}
|
|
|
|
func (x *RegisterCollectionAndTopicResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RequestTrialLicenseRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
RequesterId string `protobuf:"bytes,1,opt,name=requester_id,json=requesterId,proto3" json:"requester_id,omitempty"`
|
|
Users int32 `protobuf:"varint,2,opt,name=users,proto3" json:"users,omitempty"`
|
|
TermsAccepted bool `protobuf:"varint,3,opt,name=terms_accepted,json=termsAccepted,proto3" json:"terms_accepted,omitempty"`
|
|
ReceiveEmailsAccepted bool `protobuf:"varint,4,opt,name=receive_emails_accepted,json=receiveEmailsAccepted,proto3" json:"receive_emails_accepted,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RequestTrialLicenseRequest) Reset() {
|
|
*x = RequestTrialLicenseRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[170]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RequestTrialLicenseRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RequestTrialLicenseRequest) ProtoMessage() {}
|
|
|
|
func (x *RequestTrialLicenseRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[170]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RequestTrialLicenseRequest.ProtoReflect.Descriptor instead.
|
|
func (*RequestTrialLicenseRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{170}
|
|
}
|
|
|
|
func (x *RequestTrialLicenseRequest) GetRequesterId() string {
|
|
if x != nil {
|
|
return x.RequesterId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RequestTrialLicenseRequest) GetUsers() int32 {
|
|
if x != nil {
|
|
return x.Users
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RequestTrialLicenseRequest) GetTermsAccepted() bool {
|
|
if x != nil {
|
|
return x.TermsAccepted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *RequestTrialLicenseRequest) GetReceiveEmailsAccepted() bool {
|
|
if x != nil {
|
|
return x.ReceiveEmailsAccepted
|
|
}
|
|
return false
|
|
}
|
|
|
|
type RequestTrialLicenseResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RequestTrialLicenseResponse) Reset() {
|
|
*x = RequestTrialLicenseResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[171]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RequestTrialLicenseResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RequestTrialLicenseResponse) ProtoMessage() {}
|
|
|
|
func (x *RequestTrialLicenseResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[171]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RequestTrialLicenseResponse.ProtoReflect.Descriptor instead.
|
|
func (*RequestTrialLicenseResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{171}
|
|
}
|
|
|
|
func (x *RequestTrialLicenseResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RolesGrantPermissionRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
RoleNames []string `protobuf:"bytes,1,rep,name=role_names,json=roleNames,proto3" json:"role_names,omitempty"`
|
|
PermissionId string `protobuf:"bytes,2,opt,name=permission_id,json=permissionId,proto3" json:"permission_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RolesGrantPermissionRequest) Reset() {
|
|
*x = RolesGrantPermissionRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[172]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RolesGrantPermissionRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RolesGrantPermissionRequest) ProtoMessage() {}
|
|
|
|
func (x *RolesGrantPermissionRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[172]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RolesGrantPermissionRequest.ProtoReflect.Descriptor instead.
|
|
func (*RolesGrantPermissionRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{172}
|
|
}
|
|
|
|
func (x *RolesGrantPermissionRequest) GetRoleNames() []string {
|
|
if x != nil {
|
|
return x.RoleNames
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RolesGrantPermissionRequest) GetPermissionId() string {
|
|
if x != nil {
|
|
return x.PermissionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type RolesGrantPermissionResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
HasPermission bool `protobuf:"varint,2,opt,name=has_permission,json=hasPermission,proto3" json:"has_permission,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RolesGrantPermissionResponse) Reset() {
|
|
*x = RolesGrantPermissionResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[173]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RolesGrantPermissionResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RolesGrantPermissionResponse) ProtoMessage() {}
|
|
|
|
func (x *RolesGrantPermissionResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[173]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RolesGrantPermissionResponse.ProtoReflect.Descriptor instead.
|
|
func (*RolesGrantPermissionResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{173}
|
|
}
|
|
|
|
func (x *RolesGrantPermissionResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RolesGrantPermissionResponse) GetHasPermission() bool {
|
|
if x != nil {
|
|
return x.HasPermission
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SendMailRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
To string `protobuf:"bytes,1,opt,name=to,proto3" json:"to,omitempty"`
|
|
Subject string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty"`
|
|
HtmlBody string `protobuf:"bytes,3,opt,name=html_body,json=htmlBody,proto3" json:"html_body,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SendMailRequest) Reset() {
|
|
*x = SendMailRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[174]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SendMailRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SendMailRequest) ProtoMessage() {}
|
|
|
|
func (x *SendMailRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[174]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SendMailRequest.ProtoReflect.Descriptor instead.
|
|
func (*SendMailRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{174}
|
|
}
|
|
|
|
func (x *SendMailRequest) GetTo() string {
|
|
if x != nil {
|
|
return x.To
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SendMailRequest) GetSubject() string {
|
|
if x != nil {
|
|
return x.Subject
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SendMailRequest) GetHtmlBody() string {
|
|
if x != nil {
|
|
return x.HtmlBody
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SendMailResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SendMailResponse) Reset() {
|
|
*x = SendMailResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[175]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SendMailResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SendMailResponse) ProtoMessage() {}
|
|
|
|
func (x *SendMailResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[175]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SendMailResponse.ProtoReflect.Descriptor instead.
|
|
func (*SendMailResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{175}
|
|
}
|
|
|
|
func (x *SendMailResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SendPushNotificationRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Notification *PushNotification `protobuf:"bytes,1,opt,name=notification,proto3" json:"notification,omitempty"`
|
|
UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SendPushNotificationRequest) Reset() {
|
|
*x = SendPushNotificationRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[176]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SendPushNotificationRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SendPushNotificationRequest) ProtoMessage() {}
|
|
|
|
func (x *SendPushNotificationRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[176]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SendPushNotificationRequest.ProtoReflect.Descriptor instead.
|
|
func (*SendPushNotificationRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{176}
|
|
}
|
|
|
|
func (x *SendPushNotificationRequest) GetNotification() *PushNotification {
|
|
if x != nil {
|
|
return x.Notification
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SendPushNotificationRequest) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SendPushNotificationResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Error *AppError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SendPushNotificationResponse) Reset() {
|
|
*x = SendPushNotificationResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[177]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SendPushNotificationResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SendPushNotificationResponse) ProtoMessage() {}
|
|
|
|
func (x *SendPushNotificationResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[177]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SendPushNotificationResponse.ProtoReflect.Descriptor instead.
|
|
func (*SendPushNotificationResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{177}
|
|
}
|
|
|
|
func (x *SendPushNotificationResponse) GetError() *AppError {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// Command represents a slash command.
|
|
// Maps to model.Command in Go.
|
|
type Command struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
|
|
CreateAt int64 `protobuf:"varint,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
|
|
UpdateAt int64 `protobuf:"varint,4,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"`
|
|
DeleteAt int64 `protobuf:"varint,5,opt,name=delete_at,json=deleteAt,proto3" json:"delete_at,omitempty"`
|
|
CreatorId string `protobuf:"bytes,6,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"`
|
|
TeamId string `protobuf:"bytes,7,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
|
|
Trigger string `protobuf:"bytes,8,opt,name=trigger,proto3" json:"trigger,omitempty"`
|
|
Method string `protobuf:"bytes,9,opt,name=method,proto3" json:"method,omitempty"`
|
|
Username string `protobuf:"bytes,10,opt,name=username,proto3" json:"username,omitempty"`
|
|
IconUrl string `protobuf:"bytes,11,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"`
|
|
AutoComplete bool `protobuf:"varint,12,opt,name=auto_complete,json=autoComplete,proto3" json:"auto_complete,omitempty"`
|
|
AutoCompleteDesc string `protobuf:"bytes,13,opt,name=auto_complete_desc,json=autoCompleteDesc,proto3" json:"auto_complete_desc,omitempty"`
|
|
AutoCompleteHint string `protobuf:"bytes,14,opt,name=auto_complete_hint,json=autoCompleteHint,proto3" json:"auto_complete_hint,omitempty"`
|
|
DisplayName string `protobuf:"bytes,15,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
|
|
Description string `protobuf:"bytes,16,opt,name=description,proto3" json:"description,omitempty"`
|
|
Url string `protobuf:"bytes,17,opt,name=url,proto3" json:"url,omitempty"`
|
|
PluginId string `protobuf:"bytes,18,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *Command) Reset() {
|
|
*x = Command{}
|
|
mi := &file_api_remaining_proto_msgTypes[178]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *Command) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Command) ProtoMessage() {}
|
|
|
|
func (x *Command) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[178]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Command.ProtoReflect.Descriptor instead.
|
|
func (*Command) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{178}
|
|
}
|
|
|
|
func (x *Command) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetToken() string {
|
|
if x != nil {
|
|
return x.Token
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetCreateAt() int64 {
|
|
if x != nil {
|
|
return x.CreateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Command) GetUpdateAt() int64 {
|
|
if x != nil {
|
|
return x.UpdateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Command) GetDeleteAt() int64 {
|
|
if x != nil {
|
|
return x.DeleteAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Command) GetCreatorId() string {
|
|
if x != nil {
|
|
return x.CreatorId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetTeamId() string {
|
|
if x != nil {
|
|
return x.TeamId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetTrigger() string {
|
|
if x != nil {
|
|
return x.Trigger
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetMethod() string {
|
|
if x != nil {
|
|
return x.Method
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetUsername() string {
|
|
if x != nil {
|
|
return x.Username
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetIconUrl() string {
|
|
if x != nil {
|
|
return x.IconUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetAutoComplete() bool {
|
|
if x != nil {
|
|
return x.AutoComplete
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *Command) GetAutoCompleteDesc() string {
|
|
if x != nil {
|
|
return x.AutoCompleteDesc
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetAutoCompleteHint() string {
|
|
if x != nil {
|
|
return x.AutoCompleteHint
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetDisplayName() string {
|
|
if x != nil {
|
|
return x.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetDescription() string {
|
|
if x != nil {
|
|
return x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetUrl() string {
|
|
if x != nil {
|
|
return x.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Command) GetPluginId() string {
|
|
if x != nil {
|
|
return x.PluginId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// CommandArgs contains arguments for executing a slash command.
|
|
// Maps to model.CommandArgs in Go.
|
|
type CommandArgs struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
ChannelId string `protobuf:"bytes,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
|
|
TeamId string `protobuf:"bytes,3,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
|
|
RootId string `protobuf:"bytes,4,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"`
|
|
ParentId string `protobuf:"bytes,5,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
|
|
TriggerId string `protobuf:"bytes,6,opt,name=trigger_id,json=triggerId,proto3" json:"trigger_id,omitempty"`
|
|
Command string `protobuf:"bytes,7,opt,name=command,proto3" json:"command,omitempty"`
|
|
SiteUrl string `protobuf:"bytes,8,opt,name=site_url,json=siteUrl,proto3" json:"site_url,omitempty"`
|
|
T string `protobuf:"bytes,9,opt,name=t,proto3" json:"t,omitempty"`
|
|
UserMention string `protobuf:"bytes,10,opt,name=user_mention,json=userMention,proto3" json:"user_mention,omitempty"`
|
|
ChannelMention string `protobuf:"bytes,11,opt,name=channel_mention,json=channelMention,proto3" json:"channel_mention,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CommandArgs) Reset() {
|
|
*x = CommandArgs{}
|
|
mi := &file_api_remaining_proto_msgTypes[179]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CommandArgs) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CommandArgs) ProtoMessage() {}
|
|
|
|
func (x *CommandArgs) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[179]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CommandArgs.ProtoReflect.Descriptor instead.
|
|
func (*CommandArgs) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{179}
|
|
}
|
|
|
|
func (x *CommandArgs) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandArgs) GetChannelId() string {
|
|
if x != nil {
|
|
return x.ChannelId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandArgs) GetTeamId() string {
|
|
if x != nil {
|
|
return x.TeamId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandArgs) GetRootId() string {
|
|
if x != nil {
|
|
return x.RootId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandArgs) GetParentId() string {
|
|
if x != nil {
|
|
return x.ParentId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandArgs) GetTriggerId() string {
|
|
if x != nil {
|
|
return x.TriggerId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandArgs) GetCommand() string {
|
|
if x != nil {
|
|
return x.Command
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandArgs) GetSiteUrl() string {
|
|
if x != nil {
|
|
return x.SiteUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandArgs) GetT() string {
|
|
if x != nil {
|
|
return x.T
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandArgs) GetUserMention() string {
|
|
if x != nil {
|
|
return x.UserMention
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandArgs) GetChannelMention() string {
|
|
if x != nil {
|
|
return x.ChannelMention
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// CommandResponse is the response from executing a slash command.
|
|
// Maps to model.CommandResponse in Go.
|
|
type CommandResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ResponseType string `protobuf:"bytes,1,opt,name=response_type,json=responseType,proto3" json:"response_type,omitempty"`
|
|
Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
|
|
Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
|
|
ChannelId string `protobuf:"bytes,4,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
|
|
IconUrl string `protobuf:"bytes,5,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"`
|
|
Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
|
|
Props *structpb.Struct `protobuf:"bytes,7,opt,name=props,proto3" json:"props,omitempty"`
|
|
GotoLocation string `protobuf:"bytes,8,opt,name=goto_location,json=gotoLocation,proto3" json:"goto_location,omitempty"`
|
|
TriggerId string `protobuf:"bytes,9,opt,name=trigger_id,json=triggerId,proto3" json:"trigger_id,omitempty"`
|
|
SkipSlackParsing bool `protobuf:"varint,10,opt,name=skip_slack_parsing,json=skipSlackParsing,proto3" json:"skip_slack_parsing,omitempty"`
|
|
Attachments []*CommandResponse `protobuf:"bytes,11,rep,name=attachments,proto3" json:"attachments,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CommandResponse) Reset() {
|
|
*x = CommandResponse{}
|
|
mi := &file_api_remaining_proto_msgTypes[180]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CommandResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CommandResponse) ProtoMessage() {}
|
|
|
|
func (x *CommandResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[180]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CommandResponse.ProtoReflect.Descriptor instead.
|
|
func (*CommandResponse) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{180}
|
|
}
|
|
|
|
func (x *CommandResponse) GetResponseType() string {
|
|
if x != nil {
|
|
return x.ResponseType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandResponse) GetText() string {
|
|
if x != nil {
|
|
return x.Text
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandResponse) GetUsername() string {
|
|
if x != nil {
|
|
return x.Username
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandResponse) GetChannelId() string {
|
|
if x != nil {
|
|
return x.ChannelId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandResponse) GetIconUrl() string {
|
|
if x != nil {
|
|
return x.IconUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandResponse) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandResponse) GetProps() *structpb.Struct {
|
|
if x != nil {
|
|
return x.Props
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CommandResponse) GetGotoLocation() string {
|
|
if x != nil {
|
|
return x.GotoLocation
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandResponse) GetTriggerId() string {
|
|
if x != nil {
|
|
return x.TriggerId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CommandResponse) GetSkipSlackParsing() bool {
|
|
if x != nil {
|
|
return x.SkipSlackParsing
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CommandResponse) GetAttachments() []*CommandResponse {
|
|
if x != nil {
|
|
return x.Attachments
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// Preference represents a user preference.
|
|
// Maps to model.Preference in Go.
|
|
type Preference struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
Category string `protobuf:"bytes,2,opt,name=category,proto3" json:"category,omitempty"`
|
|
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *Preference) Reset() {
|
|
*x = Preference{}
|
|
mi := &file_api_remaining_proto_msgTypes[181]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *Preference) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Preference) ProtoMessage() {}
|
|
|
|
func (x *Preference) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[181]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Preference.ProtoReflect.Descriptor instead.
|
|
func (*Preference) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{181}
|
|
}
|
|
|
|
func (x *Preference) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Preference) GetCategory() string {
|
|
if x != nil {
|
|
return x.Category
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Preference) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Preference) GetValue() string {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// OAuthApp represents an OAuth application.
|
|
// Maps to model.OAuthApp in Go.
|
|
type OAuthApp struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
CreatorId string `protobuf:"bytes,2,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"`
|
|
CreateAt int64 `protobuf:"varint,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
|
|
UpdateAt int64 `protobuf:"varint,4,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"`
|
|
ClientSecret string `protobuf:"bytes,5,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
|
|
Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
|
|
Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
|
|
IconUrl string `protobuf:"bytes,8,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"`
|
|
CallbackUrls string `protobuf:"bytes,9,opt,name=callback_urls,json=callbackUrls,proto3" json:"callback_urls,omitempty"`
|
|
Homepage string `protobuf:"bytes,10,opt,name=homepage,proto3" json:"homepage,omitempty"`
|
|
IsTrusted bool `protobuf:"varint,11,opt,name=is_trusted,json=isTrusted,proto3" json:"is_trusted,omitempty"`
|
|
MattermostAppId string `protobuf:"bytes,12,opt,name=mattermostAppId,proto3" json:"mattermostAppId,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *OAuthApp) Reset() {
|
|
*x = OAuthApp{}
|
|
mi := &file_api_remaining_proto_msgTypes[182]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *OAuthApp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*OAuthApp) ProtoMessage() {}
|
|
|
|
func (x *OAuthApp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[182]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use OAuthApp.ProtoReflect.Descriptor instead.
|
|
func (*OAuthApp) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{182}
|
|
}
|
|
|
|
func (x *OAuthApp) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OAuthApp) GetCreatorId() string {
|
|
if x != nil {
|
|
return x.CreatorId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OAuthApp) GetCreateAt() int64 {
|
|
if x != nil {
|
|
return x.CreateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *OAuthApp) GetUpdateAt() int64 {
|
|
if x != nil {
|
|
return x.UpdateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *OAuthApp) GetClientSecret() string {
|
|
if x != nil {
|
|
return x.ClientSecret
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OAuthApp) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OAuthApp) GetDescription() string {
|
|
if x != nil {
|
|
return x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OAuthApp) GetIconUrl() string {
|
|
if x != nil {
|
|
return x.IconUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OAuthApp) GetCallbackUrls() string {
|
|
if x != nil {
|
|
return x.CallbackUrls
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OAuthApp) GetHomepage() string {
|
|
if x != nil {
|
|
return x.Homepage
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OAuthApp) GetIsTrusted() bool {
|
|
if x != nil {
|
|
return x.IsTrusted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *OAuthApp) GetMattermostAppId() string {
|
|
if x != nil {
|
|
return x.MattermostAppId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// Group represents a user group.
|
|
// Maps to model.Group in Go.
|
|
type Group struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
|
|
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
|
|
Source string `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"`
|
|
RemoteId string `protobuf:"bytes,6,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
|
|
CreateAt int64 `protobuf:"varint,7,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
|
|
UpdateAt int64 `protobuf:"varint,8,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"`
|
|
DeleteAt int64 `protobuf:"varint,9,opt,name=delete_at,json=deleteAt,proto3" json:"delete_at,omitempty"`
|
|
AllowReference bool `protobuf:"varint,10,opt,name=allow_reference,json=allowReference,proto3" json:"allow_reference,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *Group) Reset() {
|
|
*x = Group{}
|
|
mi := &file_api_remaining_proto_msgTypes[183]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *Group) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Group) ProtoMessage() {}
|
|
|
|
func (x *Group) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[183]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Group.ProtoReflect.Descriptor instead.
|
|
func (*Group) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{183}
|
|
}
|
|
|
|
func (x *Group) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Group) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Group) GetDisplayName() string {
|
|
if x != nil {
|
|
return x.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Group) GetDescription() string {
|
|
if x != nil {
|
|
return x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Group) GetSource() string {
|
|
if x != nil {
|
|
return x.Source
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Group) GetRemoteId() string {
|
|
if x != nil {
|
|
return x.RemoteId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Group) GetCreateAt() int64 {
|
|
if x != nil {
|
|
return x.CreateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Group) GetUpdateAt() int64 {
|
|
if x != nil {
|
|
return x.UpdateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Group) GetDeleteAt() int64 {
|
|
if x != nil {
|
|
return x.DeleteAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Group) GetAllowReference() bool {
|
|
if x != nil {
|
|
return x.AllowReference
|
|
}
|
|
return false
|
|
}
|
|
|
|
// GroupMember represents membership in a group.
|
|
// Maps to model.GroupMember in Go.
|
|
type GroupMember struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
CreateAt int64 `protobuf:"varint,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
|
|
DeleteAt int64 `protobuf:"varint,4,opt,name=delete_at,json=deleteAt,proto3" json:"delete_at,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GroupMember) Reset() {
|
|
*x = GroupMember{}
|
|
mi := &file_api_remaining_proto_msgTypes[184]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GroupMember) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GroupMember) ProtoMessage() {}
|
|
|
|
func (x *GroupMember) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[184]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GroupMember.ProtoReflect.Descriptor instead.
|
|
func (*GroupMember) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{184}
|
|
}
|
|
|
|
func (x *GroupMember) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupMember) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupMember) GetCreateAt() int64 {
|
|
if x != nil {
|
|
return x.CreateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GroupMember) GetDeleteAt() int64 {
|
|
if x != nil {
|
|
return x.DeleteAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// GroupSyncable represents a group's sync to a team or channel.
|
|
// Maps to model.GroupSyncable in Go.
|
|
type GroupSyncable struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
SyncableId string `protobuf:"bytes,2,opt,name=syncable_id,json=syncableId,proto3" json:"syncable_id,omitempty"`
|
|
SyncableType string `protobuf:"bytes,3,opt,name=syncable_type,json=syncableType,proto3" json:"syncable_type,omitempty"` // "team" or "channel"
|
|
AutoAdd bool `protobuf:"varint,4,opt,name=auto_add,json=autoAdd,proto3" json:"auto_add,omitempty"`
|
|
SchemeAdmin bool `protobuf:"varint,5,opt,name=scheme_admin,json=schemeAdmin,proto3" json:"scheme_admin,omitempty"`
|
|
CreateAt int64 `protobuf:"varint,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
|
|
DeleteAt int64 `protobuf:"varint,7,opt,name=delete_at,json=deleteAt,proto3" json:"delete_at,omitempty"`
|
|
UpdateAt int64 `protobuf:"varint,8,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GroupSyncable) Reset() {
|
|
*x = GroupSyncable{}
|
|
mi := &file_api_remaining_proto_msgTypes[185]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GroupSyncable) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GroupSyncable) ProtoMessage() {}
|
|
|
|
func (x *GroupSyncable) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[185]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GroupSyncable.ProtoReflect.Descriptor instead.
|
|
func (*GroupSyncable) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{185}
|
|
}
|
|
|
|
func (x *GroupSyncable) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupSyncable) GetSyncableId() string {
|
|
if x != nil {
|
|
return x.SyncableId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupSyncable) GetSyncableType() string {
|
|
if x != nil {
|
|
return x.SyncableType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupSyncable) GetAutoAdd() bool {
|
|
if x != nil {
|
|
return x.AutoAdd
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *GroupSyncable) GetSchemeAdmin() bool {
|
|
if x != nil {
|
|
return x.SchemeAdmin
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *GroupSyncable) GetCreateAt() int64 {
|
|
if x != nil {
|
|
return x.CreateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GroupSyncable) GetDeleteAt() int64 {
|
|
if x != nil {
|
|
return x.DeleteAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GroupSyncable) GetUpdateAt() int64 {
|
|
if x != nil {
|
|
return x.UpdateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// GroupSearchOpts contains options for searching groups.
|
|
// Maps to model.GroupSearchOpts in Go.
|
|
type GroupSearchOpts struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Q string `protobuf:"bytes,1,opt,name=q,proto3" json:"q,omitempty"`
|
|
IncludeMemberCount bool `protobuf:"varint,2,opt,name=include_member_count,json=includeMemberCount,proto3" json:"include_member_count,omitempty"`
|
|
IncludeTotalMemberCount bool `protobuf:"varint,3,opt,name=include_total_member_count,json=includeTotalMemberCount,proto3" json:"include_total_member_count,omitempty"`
|
|
FilterAllowReference string `protobuf:"bytes,4,opt,name=filter_allow_reference,json=filterAllowReference,proto3" json:"filter_allow_reference,omitempty"`
|
|
PageOptsPage int32 `protobuf:"varint,5,opt,name=page_opts_page,json=pageOptsPage,proto3" json:"page_opts_page,omitempty"`
|
|
PageOptsPerPage int32 `protobuf:"varint,6,opt,name=page_opts_per_page,json=pageOptsPerPage,proto3" json:"page_opts_per_page,omitempty"`
|
|
FilterArchived bool `protobuf:"varint,7,opt,name=filter_archived,json=filterArchived,proto3" json:"filter_archived,omitempty"`
|
|
FilterParentTeamPermitted bool `protobuf:"varint,8,opt,name=filter_parent_team_permitted,json=filterParentTeamPermitted,proto3" json:"filter_parent_team_permitted,omitempty"`
|
|
Source string `protobuf:"bytes,9,opt,name=source,proto3" json:"source,omitempty"`
|
|
FilterHasMember bool `protobuf:"varint,10,opt,name=filter_has_member,json=filterHasMember,proto3" json:"filter_has_member,omitempty"`
|
|
Since string `protobuf:"bytes,11,opt,name=since,proto3" json:"since,omitempty"`
|
|
IncludeChannelMemberCount bool `protobuf:"varint,12,opt,name=include_channel_member_count,json=includeChannelMemberCount,proto3" json:"include_channel_member_count,omitempty"`
|
|
IncludeTimezones bool `protobuf:"varint,13,opt,name=include_timezones,json=includeTimezones,proto3" json:"include_timezones,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GroupSearchOpts) Reset() {
|
|
*x = GroupSearchOpts{}
|
|
mi := &file_api_remaining_proto_msgTypes[186]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GroupSearchOpts) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GroupSearchOpts) ProtoMessage() {}
|
|
|
|
func (x *GroupSearchOpts) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[186]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GroupSearchOpts.ProtoReflect.Descriptor instead.
|
|
func (*GroupSearchOpts) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{186}
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetQ() string {
|
|
if x != nil {
|
|
return x.Q
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetIncludeMemberCount() bool {
|
|
if x != nil {
|
|
return x.IncludeMemberCount
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetIncludeTotalMemberCount() bool {
|
|
if x != nil {
|
|
return x.IncludeTotalMemberCount
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetFilterAllowReference() string {
|
|
if x != nil {
|
|
return x.FilterAllowReference
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetPageOptsPage() int32 {
|
|
if x != nil {
|
|
return x.PageOptsPage
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetPageOptsPerPage() int32 {
|
|
if x != nil {
|
|
return x.PageOptsPerPage
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetFilterArchived() bool {
|
|
if x != nil {
|
|
return x.FilterArchived
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetFilterParentTeamPermitted() bool {
|
|
if x != nil {
|
|
return x.FilterParentTeamPermitted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetSource() string {
|
|
if x != nil {
|
|
return x.Source
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetFilterHasMember() bool {
|
|
if x != nil {
|
|
return x.FilterHasMember
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetSince() string {
|
|
if x != nil {
|
|
return x.Since
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetIncludeChannelMemberCount() bool {
|
|
if x != nil {
|
|
return x.IncludeChannelMemberCount
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *GroupSearchOpts) GetIncludeTimezones() bool {
|
|
if x != nil {
|
|
return x.IncludeTimezones
|
|
}
|
|
return false
|
|
}
|
|
|
|
// CreateDefaultMembershipParams contains parameters for creating default memberships.
|
|
// Maps to model.CreateDefaultMembershipParams in Go.
|
|
type CreateDefaultMembershipParams struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Since int64 `protobuf:"varint,1,opt,name=since,proto3" json:"since,omitempty"`
|
|
ScopeTeams bool `protobuf:"varint,2,opt,name=scope_teams,json=scopeTeams,proto3" json:"scope_teams,omitempty"`
|
|
ScopeChannels bool `protobuf:"varint,3,opt,name=scope_channels,json=scopeChannels,proto3" json:"scope_channels,omitempty"`
|
|
ReAddRemovedMembers bool `protobuf:"varint,4,opt,name=re_add_removed_members,json=reAddRemovedMembers,proto3" json:"re_add_removed_members,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateDefaultMembershipParams) Reset() {
|
|
*x = CreateDefaultMembershipParams{}
|
|
mi := &file_api_remaining_proto_msgTypes[187]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateDefaultMembershipParams) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateDefaultMembershipParams) ProtoMessage() {}
|
|
|
|
func (x *CreateDefaultMembershipParams) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[187]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateDefaultMembershipParams.ProtoReflect.Descriptor instead.
|
|
func (*CreateDefaultMembershipParams) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{187}
|
|
}
|
|
|
|
func (x *CreateDefaultMembershipParams) GetSince() int64 {
|
|
if x != nil {
|
|
return x.Since
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CreateDefaultMembershipParams) GetScopeTeams() bool {
|
|
if x != nil {
|
|
return x.ScopeTeams
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CreateDefaultMembershipParams) GetScopeChannels() bool {
|
|
if x != nil {
|
|
return x.ScopeChannels
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CreateDefaultMembershipParams) GetReAddRemovedMembers() bool {
|
|
if x != nil {
|
|
return x.ReAddRemovedMembers
|
|
}
|
|
return false
|
|
}
|
|
|
|
// RegisterPluginOpts contains options for registering a plugin for shared channels.
|
|
// Maps to model.RegisterPluginOpts in Go.
|
|
type RegisterPluginOpts struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"`
|
|
DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
|
|
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RegisterPluginOpts) Reset() {
|
|
*x = RegisterPluginOpts{}
|
|
mi := &file_api_remaining_proto_msgTypes[188]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RegisterPluginOpts) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RegisterPluginOpts) ProtoMessage() {}
|
|
|
|
func (x *RegisterPluginOpts) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[188]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RegisterPluginOpts.ProtoReflect.Descriptor instead.
|
|
func (*RegisterPluginOpts) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{188}
|
|
}
|
|
|
|
func (x *RegisterPluginOpts) GetPluginId() string {
|
|
if x != nil {
|
|
return x.PluginId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RegisterPluginOpts) GetDisplayName() string {
|
|
if x != nil {
|
|
return x.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RegisterPluginOpts) GetDescription() string {
|
|
if x != nil {
|
|
return x.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// SharedChannel represents a shared channel.
|
|
// Maps to model.SharedChannel in Go.
|
|
type SharedChannel struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
|
|
TeamId string `protobuf:"bytes,2,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
|
|
Home string `protobuf:"bytes,3,opt,name=home,proto3" json:"home,omitempty"`
|
|
ReadOnly bool `protobuf:"varint,4,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
|
|
ShareName string `protobuf:"bytes,5,opt,name=share_name,json=shareName,proto3" json:"share_name,omitempty"`
|
|
ShareDisplayName string `protobuf:"bytes,6,opt,name=share_display_name,json=shareDisplayName,proto3" json:"share_display_name,omitempty"`
|
|
SharePurpose string `protobuf:"bytes,7,opt,name=share_purpose,json=sharePurpose,proto3" json:"share_purpose,omitempty"`
|
|
ShareHeader string `protobuf:"bytes,8,opt,name=share_header,json=shareHeader,proto3" json:"share_header,omitempty"`
|
|
CreatorId string `protobuf:"bytes,9,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"`
|
|
CreateAt int64 `protobuf:"varint,10,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
|
|
UpdateAt int64 `protobuf:"varint,11,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"`
|
|
RemoteId string `protobuf:"bytes,12,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
|
|
Type string `protobuf:"bytes,13,opt,name=type,proto3" json:"type,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SharedChannel) Reset() {
|
|
*x = SharedChannel{}
|
|
mi := &file_api_remaining_proto_msgTypes[189]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SharedChannel) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SharedChannel) ProtoMessage() {}
|
|
|
|
func (x *SharedChannel) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[189]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SharedChannel.ProtoReflect.Descriptor instead.
|
|
func (*SharedChannel) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{189}
|
|
}
|
|
|
|
func (x *SharedChannel) GetChannelId() string {
|
|
if x != nil {
|
|
return x.ChannelId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SharedChannel) GetTeamId() string {
|
|
if x != nil {
|
|
return x.TeamId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SharedChannel) GetHome() string {
|
|
if x != nil {
|
|
return x.Home
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SharedChannel) GetReadOnly() bool {
|
|
if x != nil {
|
|
return x.ReadOnly
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *SharedChannel) GetShareName() string {
|
|
if x != nil {
|
|
return x.ShareName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SharedChannel) GetShareDisplayName() string {
|
|
if x != nil {
|
|
return x.ShareDisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SharedChannel) GetSharePurpose() string {
|
|
if x != nil {
|
|
return x.SharePurpose
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SharedChannel) GetShareHeader() string {
|
|
if x != nil {
|
|
return x.ShareHeader
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SharedChannel) GetCreatorId() string {
|
|
if x != nil {
|
|
return x.CreatorId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SharedChannel) GetCreateAt() int64 {
|
|
if x != nil {
|
|
return x.CreateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SharedChannel) GetUpdateAt() int64 {
|
|
if x != nil {
|
|
return x.UpdateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SharedChannel) GetRemoteId() string {
|
|
if x != nil {
|
|
return x.RemoteId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SharedChannel) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// GetPostsSinceForSyncCursor is a cursor for syncing posts.
|
|
// Maps to model.GetPostsSinceForSyncCursor in Go.
|
|
type GetPostsSinceForSyncCursor struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
LastPostUpdateAt int64 `protobuf:"varint,1,opt,name=last_post_update_at,json=lastPostUpdateAt,proto3" json:"last_post_update_at,omitempty"`
|
|
LastPostId string `protobuf:"bytes,2,opt,name=last_post_id,json=lastPostId,proto3" json:"last_post_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetPostsSinceForSyncCursor) Reset() {
|
|
*x = GetPostsSinceForSyncCursor{}
|
|
mi := &file_api_remaining_proto_msgTypes[190]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetPostsSinceForSyncCursor) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPostsSinceForSyncCursor) ProtoMessage() {}
|
|
|
|
func (x *GetPostsSinceForSyncCursor) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[190]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetPostsSinceForSyncCursor.ProtoReflect.Descriptor instead.
|
|
func (*GetPostsSinceForSyncCursor) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{190}
|
|
}
|
|
|
|
func (x *GetPostsSinceForSyncCursor) GetLastPostUpdateAt() int64 {
|
|
if x != nil {
|
|
return x.LastPostUpdateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetPostsSinceForSyncCursor) GetLastPostId() string {
|
|
if x != nil {
|
|
return x.LastPostId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// PropertyField represents a property field.
|
|
// Maps to model.PropertyField in Go.
|
|
type PropertyField struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
GroupId string `protobuf:"bytes,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
|
|
Attrs *structpb.Struct `protobuf:"bytes,5,opt,name=attrs,proto3" json:"attrs,omitempty"`
|
|
TargetId string `protobuf:"bytes,6,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
|
|
TargetType string `protobuf:"bytes,7,opt,name=target_type,json=targetType,proto3" json:"target_type,omitempty"`
|
|
CreateAt int64 `protobuf:"varint,8,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
|
|
UpdateAt int64 `protobuf:"varint,9,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"`
|
|
DeleteAt int64 `protobuf:"varint,10,opt,name=delete_at,json=deleteAt,proto3" json:"delete_at,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PropertyField) Reset() {
|
|
*x = PropertyField{}
|
|
mi := &file_api_remaining_proto_msgTypes[191]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PropertyField) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PropertyField) ProtoMessage() {}
|
|
|
|
func (x *PropertyField) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[191]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PropertyField.ProtoReflect.Descriptor instead.
|
|
func (*PropertyField) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{191}
|
|
}
|
|
|
|
func (x *PropertyField) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyField) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyField) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyField) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyField) GetAttrs() *structpb.Struct {
|
|
if x != nil {
|
|
return x.Attrs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PropertyField) GetTargetId() string {
|
|
if x != nil {
|
|
return x.TargetId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyField) GetTargetType() string {
|
|
if x != nil {
|
|
return x.TargetType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyField) GetCreateAt() int64 {
|
|
if x != nil {
|
|
return x.CreateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PropertyField) GetUpdateAt() int64 {
|
|
if x != nil {
|
|
return x.UpdateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PropertyField) GetDeleteAt() int64 {
|
|
if x != nil {
|
|
return x.DeleteAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// PropertyFieldSearchOpts contains search options for property fields.
|
|
// Maps to model.PropertyFieldSearchOpts in Go.
|
|
type PropertyFieldSearchOpts struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
PerPage int32 `protobuf:"varint,2,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
|
|
IncludeDeleted bool `protobuf:"varint,3,opt,name=include_deleted,json=includeDeleted,proto3" json:"include_deleted,omitempty"`
|
|
TargetType string `protobuf:"bytes,4,opt,name=target_type,json=targetType,proto3" json:"target_type,omitempty"`
|
|
TargetId string `protobuf:"bytes,5,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PropertyFieldSearchOpts) Reset() {
|
|
*x = PropertyFieldSearchOpts{}
|
|
mi := &file_api_remaining_proto_msgTypes[192]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PropertyFieldSearchOpts) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PropertyFieldSearchOpts) ProtoMessage() {}
|
|
|
|
func (x *PropertyFieldSearchOpts) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[192]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PropertyFieldSearchOpts.ProtoReflect.Descriptor instead.
|
|
func (*PropertyFieldSearchOpts) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{192}
|
|
}
|
|
|
|
func (x *PropertyFieldSearchOpts) GetPage() int32 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PropertyFieldSearchOpts) GetPerPage() int32 {
|
|
if x != nil {
|
|
return x.PerPage
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PropertyFieldSearchOpts) GetIncludeDeleted() bool {
|
|
if x != nil {
|
|
return x.IncludeDeleted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *PropertyFieldSearchOpts) GetTargetType() string {
|
|
if x != nil {
|
|
return x.TargetType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyFieldSearchOpts) GetTargetId() string {
|
|
if x != nil {
|
|
return x.TargetId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// PropertyValue represents a property value.
|
|
// Maps to model.PropertyValue in Go.
|
|
type PropertyValue struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
GroupId string `protobuf:"bytes,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
|
|
FieldId string `protobuf:"bytes,3,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
|
|
TargetId string `protobuf:"bytes,4,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
|
|
TargetType string `protobuf:"bytes,5,opt,name=target_type,json=targetType,proto3" json:"target_type,omitempty"`
|
|
Value *structpb.Value `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"`
|
|
CreateAt int64 `protobuf:"varint,7,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
|
|
UpdateAt int64 `protobuf:"varint,8,opt,name=update_at,json=updateAt,proto3" json:"update_at,omitempty"`
|
|
DeleteAt int64 `protobuf:"varint,9,opt,name=delete_at,json=deleteAt,proto3" json:"delete_at,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PropertyValue) Reset() {
|
|
*x = PropertyValue{}
|
|
mi := &file_api_remaining_proto_msgTypes[193]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PropertyValue) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PropertyValue) ProtoMessage() {}
|
|
|
|
func (x *PropertyValue) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[193]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PropertyValue.ProtoReflect.Descriptor instead.
|
|
func (*PropertyValue) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{193}
|
|
}
|
|
|
|
func (x *PropertyValue) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyValue) GetGroupId() string {
|
|
if x != nil {
|
|
return x.GroupId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyValue) GetFieldId() string {
|
|
if x != nil {
|
|
return x.FieldId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyValue) GetTargetId() string {
|
|
if x != nil {
|
|
return x.TargetId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyValue) GetTargetType() string {
|
|
if x != nil {
|
|
return x.TargetType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyValue) GetValue() *structpb.Value {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PropertyValue) GetCreateAt() int64 {
|
|
if x != nil {
|
|
return x.CreateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PropertyValue) GetUpdateAt() int64 {
|
|
if x != nil {
|
|
return x.UpdateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PropertyValue) GetDeleteAt() int64 {
|
|
if x != nil {
|
|
return x.DeleteAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// PropertyValueSearchOpts contains search options for property values.
|
|
// Maps to model.PropertyValueSearchOpts in Go.
|
|
type PropertyValueSearchOpts struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
PerPage int32 `protobuf:"varint,2,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
|
|
IncludeDeleted bool `protobuf:"varint,3,opt,name=include_deleted,json=includeDeleted,proto3" json:"include_deleted,omitempty"`
|
|
TargetType string `protobuf:"bytes,4,opt,name=target_type,json=targetType,proto3" json:"target_type,omitempty"`
|
|
TargetId string `protobuf:"bytes,5,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
|
|
FieldId string `protobuf:"bytes,6,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PropertyValueSearchOpts) Reset() {
|
|
*x = PropertyValueSearchOpts{}
|
|
mi := &file_api_remaining_proto_msgTypes[194]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PropertyValueSearchOpts) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PropertyValueSearchOpts) ProtoMessage() {}
|
|
|
|
func (x *PropertyValueSearchOpts) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[194]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PropertyValueSearchOpts.ProtoReflect.Descriptor instead.
|
|
func (*PropertyValueSearchOpts) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{194}
|
|
}
|
|
|
|
func (x *PropertyValueSearchOpts) GetPage() int32 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PropertyValueSearchOpts) GetPerPage() int32 {
|
|
if x != nil {
|
|
return x.PerPage
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PropertyValueSearchOpts) GetIncludeDeleted() bool {
|
|
if x != nil {
|
|
return x.IncludeDeleted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *PropertyValueSearchOpts) GetTargetType() string {
|
|
if x != nil {
|
|
return x.TargetType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyValueSearchOpts) GetTargetId() string {
|
|
if x != nil {
|
|
return x.TargetId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyValueSearchOpts) GetFieldId() string {
|
|
if x != nil {
|
|
return x.FieldId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// PropertyGroup represents a property group.
|
|
// Maps to model.PropertyGroup in Go.
|
|
type PropertyGroup struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PropertyGroup) Reset() {
|
|
*x = PropertyGroup{}
|
|
mi := &file_api_remaining_proto_msgTypes[195]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PropertyGroup) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PropertyGroup) ProtoMessage() {}
|
|
|
|
func (x *PropertyGroup) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[195]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PropertyGroup.ProtoReflect.Descriptor instead.
|
|
func (*PropertyGroup) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{195}
|
|
}
|
|
|
|
func (x *PropertyGroup) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PropertyGroup) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// AuditRecord represents an audit log record.
|
|
// Maps to model.AuditRecord in Go.
|
|
type AuditRecord struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
CreateAt int64 `protobuf:"varint,2,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
|
|
Level string `protobuf:"bytes,3,opt,name=level,proto3" json:"level,omitempty"`
|
|
ApiPath string `protobuf:"bytes,4,opt,name=api_path,json=apiPath,proto3" json:"api_path,omitempty"`
|
|
Event string `protobuf:"bytes,5,opt,name=event,proto3" json:"event,omitempty"`
|
|
Status string `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
|
|
UserId string `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
SessionId string `protobuf:"bytes,8,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
|
|
Client string `protobuf:"bytes,9,opt,name=client,proto3" json:"client,omitempty"`
|
|
IpAddress string `protobuf:"bytes,10,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
|
|
Meta *structpb.Struct `protobuf:"bytes,11,opt,name=meta,proto3" json:"meta,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *AuditRecord) Reset() {
|
|
*x = AuditRecord{}
|
|
mi := &file_api_remaining_proto_msgTypes[196]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *AuditRecord) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AuditRecord) ProtoMessage() {}
|
|
|
|
func (x *AuditRecord) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[196]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use AuditRecord.ProtoReflect.Descriptor instead.
|
|
func (*AuditRecord) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{196}
|
|
}
|
|
|
|
func (x *AuditRecord) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditRecord) GetCreateAt() int64 {
|
|
if x != nil {
|
|
return x.CreateAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AuditRecord) GetLevel() string {
|
|
if x != nil {
|
|
return x.Level
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditRecord) GetApiPath() string {
|
|
if x != nil {
|
|
return x.ApiPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditRecord) GetEvent() string {
|
|
if x != nil {
|
|
return x.Event
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditRecord) GetStatus() string {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditRecord) GetUserId() string {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditRecord) GetSessionId() string {
|
|
if x != nil {
|
|
return x.SessionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditRecord) GetClient() string {
|
|
if x != nil {
|
|
return x.Client
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditRecord) GetIpAddress() string {
|
|
if x != nil {
|
|
return x.IpAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditRecord) GetMeta() *structpb.Struct {
|
|
if x != nil {
|
|
return x.Meta
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// OpenDialogRequest represents a request to open an interactive dialog.
|
|
// Maps to model.OpenDialogRequest in Go.
|
|
type OpenDialogRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
TriggerId string `protobuf:"bytes,1,opt,name=trigger_id,json=triggerId,proto3" json:"trigger_id,omitempty"`
|
|
Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
|
|
Dialog *Dialog `protobuf:"bytes,3,opt,name=dialog,proto3" json:"dialog,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *OpenDialogRequest) Reset() {
|
|
*x = OpenDialogRequest{}
|
|
mi := &file_api_remaining_proto_msgTypes[197]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *OpenDialogRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*OpenDialogRequest) ProtoMessage() {}
|
|
|
|
func (x *OpenDialogRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[197]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use OpenDialogRequest.ProtoReflect.Descriptor instead.
|
|
func (*OpenDialogRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{197}
|
|
}
|
|
|
|
func (x *OpenDialogRequest) GetTriggerId() string {
|
|
if x != nil {
|
|
return x.TriggerId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OpenDialogRequest) GetUrl() string {
|
|
if x != nil {
|
|
return x.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *OpenDialogRequest) GetDialog() *Dialog {
|
|
if x != nil {
|
|
return x.Dialog
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// Dialog represents an interactive dialog.
|
|
// Maps to model.Dialog in Go.
|
|
type Dialog struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
CallbackId string `protobuf:"bytes,1,opt,name=callback_id,json=callbackId,proto3" json:"callback_id,omitempty"`
|
|
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
|
|
IntroductionText string `protobuf:"bytes,3,opt,name=introduction_text,json=introductionText,proto3" json:"introduction_text,omitempty"`
|
|
Elements []*DialogElement `protobuf:"bytes,4,rep,name=elements,proto3" json:"elements,omitempty"`
|
|
SubmitLabel string `protobuf:"bytes,5,opt,name=submit_label,json=submitLabel,proto3" json:"submit_label,omitempty"`
|
|
NotifyOnCancel bool `protobuf:"varint,6,opt,name=notify_on_cancel,json=notifyOnCancel,proto3" json:"notify_on_cancel,omitempty"`
|
|
State string `protobuf:"bytes,7,opt,name=state,proto3" json:"state,omitempty"`
|
|
IconUrl string `protobuf:"bytes,8,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *Dialog) Reset() {
|
|
*x = Dialog{}
|
|
mi := &file_api_remaining_proto_msgTypes[198]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *Dialog) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Dialog) ProtoMessage() {}
|
|
|
|
func (x *Dialog) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[198]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Dialog.ProtoReflect.Descriptor instead.
|
|
func (*Dialog) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{198}
|
|
}
|
|
|
|
func (x *Dialog) GetCallbackId() string {
|
|
if x != nil {
|
|
return x.CallbackId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Dialog) GetTitle() string {
|
|
if x != nil {
|
|
return x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Dialog) GetIntroductionText() string {
|
|
if x != nil {
|
|
return x.IntroductionText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Dialog) GetElements() []*DialogElement {
|
|
if x != nil {
|
|
return x.Elements
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Dialog) GetSubmitLabel() string {
|
|
if x != nil {
|
|
return x.SubmitLabel
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Dialog) GetNotifyOnCancel() bool {
|
|
if x != nil {
|
|
return x.NotifyOnCancel
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *Dialog) GetState() string {
|
|
if x != nil {
|
|
return x.State
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Dialog) GetIconUrl() string {
|
|
if x != nil {
|
|
return x.IconUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// DialogElement represents an element in a dialog.
|
|
// Maps to model.DialogElement in Go.
|
|
type DialogElement struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
|
|
Subtype string `protobuf:"bytes,4,opt,name=subtype,proto3" json:"subtype,omitempty"`
|
|
Default string `protobuf:"bytes,5,opt,name=default,proto3" json:"default,omitempty"`
|
|
Placeholder string `protobuf:"bytes,6,opt,name=placeholder,proto3" json:"placeholder,omitempty"`
|
|
HelpText string `protobuf:"bytes,7,opt,name=help_text,json=helpText,proto3" json:"help_text,omitempty"`
|
|
Optional bool `protobuf:"varint,8,opt,name=optional,proto3" json:"optional,omitempty"`
|
|
MinLength int32 `protobuf:"varint,9,opt,name=min_length,json=minLength,proto3" json:"min_length,omitempty"`
|
|
MaxLength int32 `protobuf:"varint,10,opt,name=max_length,json=maxLength,proto3" json:"max_length,omitempty"`
|
|
DataSource string `protobuf:"bytes,11,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"`
|
|
Options []*DialogElementOption `protobuf:"bytes,12,rep,name=options,proto3" json:"options,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DialogElement) Reset() {
|
|
*x = DialogElement{}
|
|
mi := &file_api_remaining_proto_msgTypes[199]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DialogElement) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DialogElement) ProtoMessage() {}
|
|
|
|
func (x *DialogElement) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[199]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DialogElement.ProtoReflect.Descriptor instead.
|
|
func (*DialogElement) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{199}
|
|
}
|
|
|
|
func (x *DialogElement) GetDisplayName() string {
|
|
if x != nil {
|
|
return x.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DialogElement) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DialogElement) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DialogElement) GetSubtype() string {
|
|
if x != nil {
|
|
return x.Subtype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DialogElement) GetDefault() string {
|
|
if x != nil {
|
|
return x.Default
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DialogElement) GetPlaceholder() string {
|
|
if x != nil {
|
|
return x.Placeholder
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DialogElement) GetHelpText() string {
|
|
if x != nil {
|
|
return x.HelpText
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DialogElement) GetOptional() bool {
|
|
if x != nil {
|
|
return x.Optional
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *DialogElement) GetMinLength() int32 {
|
|
if x != nil {
|
|
return x.MinLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DialogElement) GetMaxLength() int32 {
|
|
if x != nil {
|
|
return x.MaxLength
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DialogElement) GetDataSource() string {
|
|
if x != nil {
|
|
return x.DataSource
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DialogElement) GetOptions() []*DialogElementOption {
|
|
if x != nil {
|
|
return x.Options
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DialogElementOption represents an option in a dialog element.
|
|
// Maps to model.DialogElementOption in Go.
|
|
type DialogElementOption struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
|
|
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DialogElementOption) Reset() {
|
|
*x = DialogElementOption{}
|
|
mi := &file_api_remaining_proto_msgTypes[200]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DialogElementOption) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DialogElementOption) ProtoMessage() {}
|
|
|
|
func (x *DialogElementOption) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[200]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DialogElementOption.ProtoReflect.Descriptor instead.
|
|
func (*DialogElementOption) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{200}
|
|
}
|
|
|
|
func (x *DialogElementOption) GetText() string {
|
|
if x != nil {
|
|
return x.Text
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DialogElementOption) GetValue() string {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// PluginClusterEvent represents a plugin cluster event.
|
|
// Maps to model.PluginClusterEvent in Go.
|
|
type PluginClusterEvent struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PluginClusterEvent) Reset() {
|
|
*x = PluginClusterEvent{}
|
|
mi := &file_api_remaining_proto_msgTypes[201]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PluginClusterEvent) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PluginClusterEvent) ProtoMessage() {}
|
|
|
|
func (x *PluginClusterEvent) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[201]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PluginClusterEvent.ProtoReflect.Descriptor instead.
|
|
func (*PluginClusterEvent) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{201}
|
|
}
|
|
|
|
func (x *PluginClusterEvent) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PluginClusterEvent) GetData() []byte {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// PluginClusterEventSendOptions contains options for sending cluster events.
|
|
// Maps to model.PluginClusterEventSendOptions in Go.
|
|
type PluginClusterEventSendOptions struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
SendType string `protobuf:"bytes,1,opt,name=send_type,json=sendType,proto3" json:"send_type,omitempty"` // "reliable", "best_effort"
|
|
TargetId string `protobuf:"bytes,2,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PluginClusterEventSendOptions) Reset() {
|
|
*x = PluginClusterEventSendOptions{}
|
|
mi := &file_api_remaining_proto_msgTypes[202]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PluginClusterEventSendOptions) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PluginClusterEventSendOptions) ProtoMessage() {}
|
|
|
|
func (x *PluginClusterEventSendOptions) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[202]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PluginClusterEventSendOptions.ProtoReflect.Descriptor instead.
|
|
func (*PluginClusterEventSendOptions) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{202}
|
|
}
|
|
|
|
func (x *PluginClusterEventSendOptions) GetSendType() string {
|
|
if x != nil {
|
|
return x.SendType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PluginClusterEventSendOptions) GetTargetId() string {
|
|
if x != nil {
|
|
return x.TargetId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// PushNotification represents a push notification.
|
|
// Maps to model.PushNotification in Go.
|
|
type PushNotification struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
AckId string `protobuf:"bytes,1,opt,name=ack_id,json=ackId,proto3" json:"ack_id,omitempty"`
|
|
Platform string `protobuf:"bytes,2,opt,name=platform,proto3" json:"platform,omitempty"`
|
|
ServerId string `protobuf:"bytes,3,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
|
|
DeviceId string `protobuf:"bytes,4,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
|
|
PostId string `protobuf:"bytes,5,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"`
|
|
Category string `protobuf:"bytes,6,opt,name=category,proto3" json:"category,omitempty"`
|
|
Sound string `protobuf:"bytes,7,opt,name=sound,proto3" json:"sound,omitempty"`
|
|
Message string `protobuf:"bytes,8,opt,name=message,proto3" json:"message,omitempty"`
|
|
Badge string `protobuf:"bytes,9,opt,name=badge,proto3" json:"badge,omitempty"`
|
|
ContAva string `protobuf:"bytes,10,opt,name=cont_ava,json=contAva,proto3" json:"cont_ava,omitempty"`
|
|
TeamId string `protobuf:"bytes,11,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
|
|
ChannelId string `protobuf:"bytes,12,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
|
|
RootId string `protobuf:"bytes,13,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"`
|
|
SenderId string `protobuf:"bytes,14,opt,name=sender_id,json=senderId,proto3" json:"sender_id,omitempty"`
|
|
SenderName string `protobuf:"bytes,15,opt,name=sender_name,json=senderName,proto3" json:"sender_name,omitempty"`
|
|
OverrideUsername string `protobuf:"bytes,16,opt,name=override_username,json=overrideUsername,proto3" json:"override_username,omitempty"`
|
|
OverrideIconUrl string `protobuf:"bytes,17,opt,name=override_icon_url,json=overrideIconUrl,proto3" json:"override_icon_url,omitempty"`
|
|
FromWebhook string `protobuf:"bytes,18,opt,name=from_webhook,json=fromWebhook,proto3" json:"from_webhook,omitempty"`
|
|
Version string `protobuf:"bytes,19,opt,name=version,proto3" json:"version,omitempty"`
|
|
IsCrt bool `protobuf:"varint,20,opt,name=is_crt,json=isCrt,proto3" json:"is_crt,omitempty"`
|
|
ChannelName string `protobuf:"bytes,21,opt,name=channel_name,json=channelName,proto3" json:"channel_name,omitempty"`
|
|
Type string `protobuf:"bytes,22,opt,name=type,proto3" json:"type,omitempty"`
|
|
SubType string `protobuf:"bytes,23,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *PushNotification) Reset() {
|
|
*x = PushNotification{}
|
|
mi := &file_api_remaining_proto_msgTypes[203]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *PushNotification) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PushNotification) ProtoMessage() {}
|
|
|
|
func (x *PushNotification) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_remaining_proto_msgTypes[203]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use PushNotification.ProtoReflect.Descriptor instead.
|
|
func (*PushNotification) Descriptor() ([]byte, []int) {
|
|
return file_api_remaining_proto_rawDescGZIP(), []int{203}
|
|
}
|
|
|
|
func (x *PushNotification) GetAckId() string {
|
|
if x != nil {
|
|
return x.AckId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetPlatform() string {
|
|
if x != nil {
|
|
return x.Platform
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetServerId() string {
|
|
if x != nil {
|
|
return x.ServerId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetDeviceId() string {
|
|
if x != nil {
|
|
return x.DeviceId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetPostId() string {
|
|
if x != nil {
|
|
return x.PostId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetCategory() string {
|
|
if x != nil {
|
|
return x.Category
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetSound() string {
|
|
if x != nil {
|
|
return x.Sound
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetMessage() string {
|
|
if x != nil {
|
|
return x.Message
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetBadge() string {
|
|
if x != nil {
|
|
return x.Badge
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetContAva() string {
|
|
if x != nil {
|
|
return x.ContAva
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetTeamId() string {
|
|
if x != nil {
|
|
return x.TeamId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetChannelId() string {
|
|
if x != nil {
|
|
return x.ChannelId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetRootId() string {
|
|
if x != nil {
|
|
return x.RootId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetSenderId() string {
|
|
if x != nil {
|
|
return x.SenderId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetSenderName() string {
|
|
if x != nil {
|
|
return x.SenderName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetOverrideUsername() string {
|
|
if x != nil {
|
|
return x.OverrideUsername
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetOverrideIconUrl() string {
|
|
if x != nil {
|
|
return x.OverrideIconUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetFromWebhook() string {
|
|
if x != nil {
|
|
return x.FromWebhook
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetVersion() string {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetIsCrt() bool {
|
|
if x != nil {
|
|
return x.IsCrt
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *PushNotification) GetChannelName() string {
|
|
if x != nil {
|
|
return x.ChannelName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PushNotification) GetSubType() string {
|
|
if x != nil {
|
|
return x.SubType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
var File_api_remaining_proto protoreflect.FileDescriptor
|
|
|
|
const file_api_remaining_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x13api_remaining.proto\x12\x17mattermost.pluginapi.v1\x1a\fcommon.proto\x1a\n" +
|
|
"user.proto\x1a\x1cgoogle/protobuf/struct.proto\"\x13\n" +
|
|
"\x11GetLicenseRequest\"p\n" +
|
|
"\x12GetLicenseResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12!\n" +
|
|
"\flicense_json\x18\x02 \x01(\fR\vlicenseJson\"\x1a\n" +
|
|
"\x18IsEnterpriseReadyRequest\"\x84\x01\n" +
|
|
"\x19IsEnterpriseReadyResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12.\n" +
|
|
"\x13is_enterprise_ready\x18\x02 \x01(\bR\x11isEnterpriseReady\"\x19\n" +
|
|
"\x17GetServerVersionRequest\"m\n" +
|
|
"\x18GetServerVersionResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12\x18\n" +
|
|
"\aversion\x18\x02 \x01(\tR\aversion\"\x1d\n" +
|
|
"\x1bGetSystemInstallDateRequest\"z\n" +
|
|
"\x1cGetSystemInstallDateResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12!\n" +
|
|
"\finstall_date\x18\x02 \x01(\x03R\vinstallDate\"\x18\n" +
|
|
"\x16GetDiagnosticIdRequest\"w\n" +
|
|
"\x17GetDiagnosticIdResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12#\n" +
|
|
"\rdiagnostic_id\x18\x02 \x01(\tR\fdiagnosticId\"\x17\n" +
|
|
"\x15GetTelemetryIdRequest\"t\n" +
|
|
"\x16GetTelemetryIdResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12!\n" +
|
|
"\ftelemetry_id\x18\x02 \x01(\tR\vtelemetryId\"T\n" +
|
|
"\x16RegisterCommandRequest\x12:\n" +
|
|
"\acommand\x18\x01 \x01(\v2 .mattermost.pluginapi.v1.CommandR\acommand\"R\n" +
|
|
"\x17RegisterCommandResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"M\n" +
|
|
"\x18UnregisterCommandRequest\x12\x17\n" +
|
|
"\ateam_id\x18\x01 \x01(\tR\x06teamId\x12\x18\n" +
|
|
"\atrigger\x18\x02 \x01(\tR\atrigger\"T\n" +
|
|
"\x19UnregisterCommandResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"e\n" +
|
|
"\x1aExecuteSlashCommandRequest\x12G\n" +
|
|
"\fcommand_args\x18\x01 \x01(\v2$.mattermost.pluginapi.v1.CommandArgsR\vcommandArgs\"\x9c\x01\n" +
|
|
"\x1bExecuteSlashCommandResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12D\n" +
|
|
"\bresponse\x18\x02 \x01(\v2(.mattermost.pluginapi.v1.CommandResponseR\bresponse\"J\n" +
|
|
"\x14CreateCommandRequest\x122\n" +
|
|
"\x03cmd\x18\x01 \x01(\v2 .mattermost.pluginapi.v1.CommandR\x03cmd\"\x8c\x01\n" +
|
|
"\x15CreateCommandResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12:\n" +
|
|
"\acommand\x18\x02 \x01(\v2 .mattermost.pluginapi.v1.CommandR\acommand\".\n" +
|
|
"\x13ListCommandsRequest\x12\x17\n" +
|
|
"\ateam_id\x18\x01 \x01(\tR\x06teamId\"\x8d\x01\n" +
|
|
"\x14ListCommandsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\bcommands\x18\x02 \x03(\v2 .mattermost.pluginapi.v1.CommandR\bcommands\"4\n" +
|
|
"\x19ListCustomCommandsRequest\x12\x17\n" +
|
|
"\ateam_id\x18\x01 \x01(\tR\x06teamId\"\x93\x01\n" +
|
|
"\x1aListCustomCommandsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\bcommands\x18\x02 \x03(\v2 .mattermost.pluginapi.v1.CommandR\bcommands\"4\n" +
|
|
"\x19ListPluginCommandsRequest\x12\x17\n" +
|
|
"\ateam_id\x18\x01 \x01(\tR\x06teamId\"\x93\x01\n" +
|
|
"\x1aListPluginCommandsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\bcommands\x18\x02 \x03(\v2 .mattermost.pluginapi.v1.CommandR\bcommands\"\x1c\n" +
|
|
"\x1aListBuiltInCommandsRequest\"\x94\x01\n" +
|
|
"\x1bListBuiltInCommandsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\bcommands\x18\x02 \x03(\v2 .mattermost.pluginapi.v1.CommandR\bcommands\"2\n" +
|
|
"\x11GetCommandRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"command_id\x18\x01 \x01(\tR\tcommandId\"\x89\x01\n" +
|
|
"\x12GetCommandResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12:\n" +
|
|
"\acommand\x18\x02 \x01(\v2 .mattermost.pluginapi.v1.CommandR\acommand\"x\n" +
|
|
"\x14UpdateCommandRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"command_id\x18\x01 \x01(\tR\tcommandId\x12A\n" +
|
|
"\vupdated_cmd\x18\x02 \x01(\v2 .mattermost.pluginapi.v1.CommandR\n" +
|
|
"updatedCmd\"\x8c\x01\n" +
|
|
"\x15UpdateCommandResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12:\n" +
|
|
"\acommand\x18\x02 \x01(\v2 .mattermost.pluginapi.v1.CommandR\acommand\"5\n" +
|
|
"\x14DeleteCommandRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"command_id\x18\x01 \x01(\tR\tcommandId\"P\n" +
|
|
"\x15DeleteCommandResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"f\n" +
|
|
"\x1bGetPreferenceForUserRequest\x12\x17\n" +
|
|
"\auser_id\x18\x01 \x01(\tR\x06userId\x12\x1a\n" +
|
|
"\bcategory\x18\x02 \x01(\tR\bcategory\x12\x12\n" +
|
|
"\x04name\x18\x03 \x01(\tR\x04name\"\x9c\x01\n" +
|
|
"\x1cGetPreferenceForUserResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12C\n" +
|
|
"\n" +
|
|
"preference\x18\x02 \x01(\v2#.mattermost.pluginapi.v1.PreferenceR\n" +
|
|
"preference\"7\n" +
|
|
"\x1cGetPreferencesForUserRequest\x12\x17\n" +
|
|
"\auser_id\x18\x01 \x01(\tR\x06userId\"\x9f\x01\n" +
|
|
"\x1dGetPreferencesForUserResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12E\n" +
|
|
"\vpreferences\x18\x02 \x03(\v2#.mattermost.pluginapi.v1.PreferenceR\vpreferences\"\x81\x01\n" +
|
|
"\x1fUpdatePreferencesForUserRequest\x12\x17\n" +
|
|
"\auser_id\x18\x01 \x01(\tR\x06userId\x12E\n" +
|
|
"\vpreferences\x18\x02 \x03(\v2#.mattermost.pluginapi.v1.PreferenceR\vpreferences\"[\n" +
|
|
" UpdatePreferencesForUserResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"\x81\x01\n" +
|
|
"\x1fDeletePreferencesForUserRequest\x12\x17\n" +
|
|
"\auser_id\x18\x01 \x01(\tR\x06userId\x12E\n" +
|
|
"\vpreferences\x18\x02 \x03(\v2#.mattermost.pluginapi.v1.PreferenceR\vpreferences\"[\n" +
|
|
" DeletePreferencesForUserResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"L\n" +
|
|
"\x15CreateOAuthAppRequest\x123\n" +
|
|
"\x03app\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.OAuthAppR\x03app\"\x86\x01\n" +
|
|
"\x16CreateOAuthAppResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x123\n" +
|
|
"\x03app\x18\x02 \x01(\v2!.mattermost.pluginapi.v1.OAuthAppR\x03app\"+\n" +
|
|
"\x12GetOAuthAppRequest\x12\x15\n" +
|
|
"\x06app_id\x18\x01 \x01(\tR\x05appId\"\x83\x01\n" +
|
|
"\x13GetOAuthAppResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x123\n" +
|
|
"\x03app\x18\x02 \x01(\v2!.mattermost.pluginapi.v1.OAuthAppR\x03app\"L\n" +
|
|
"\x15UpdateOAuthAppRequest\x123\n" +
|
|
"\x03app\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.OAuthAppR\x03app\"\x86\x01\n" +
|
|
"\x16UpdateOAuthAppResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x123\n" +
|
|
"\x03app\x18\x02 \x01(\v2!.mattermost.pluginapi.v1.OAuthAppR\x03app\".\n" +
|
|
"\x15DeleteOAuthAppRequest\x12\x15\n" +
|
|
"\x06app_id\x18\x01 \x01(\tR\x05appId\"Q\n" +
|
|
"\x16DeleteOAuthAppResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\",\n" +
|
|
"\x0fGetGroupRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\"\x81\x01\n" +
|
|
"\x10GetGroupResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x124\n" +
|
|
"\x05group\x18\x02 \x01(\v2\x1e.mattermost.pluginapi.v1.GroupR\x05group\"+\n" +
|
|
"\x15GetGroupByNameRequest\x12\x12\n" +
|
|
"\x04name\x18\x01 \x01(\tR\x04name\"\x87\x01\n" +
|
|
"\x16GetGroupByNameResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x124\n" +
|
|
"\x05group\x18\x02 \x01(\v2\x1e.mattermost.pluginapi.v1.GroupR\x05group\"f\n" +
|
|
"\x1aGetGroupMemberUsersRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x12\n" +
|
|
"\x04page\x18\x02 \x01(\x05R\x04page\x12\x19\n" +
|
|
"\bper_page\x18\x03 \x01(\x05R\aperPage\"\x8b\x01\n" +
|
|
"\x1bGetGroupMemberUsersResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x123\n" +
|
|
"\x05users\x18\x02 \x03(\v2\x1d.mattermost.pluginapi.v1.UserR\x05users\"=\n" +
|
|
"\x18GetGroupsBySourceRequest\x12!\n" +
|
|
"\fgroup_source\x18\x01 \x01(\tR\vgroupSource\"\x8c\x01\n" +
|
|
"\x19GetGroupsBySourceResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x126\n" +
|
|
"\x06groups\x18\x02 \x03(\v2\x1e.mattermost.pluginapi.v1.GroupR\x06groups\"2\n" +
|
|
"\x17GetGroupsForUserRequest\x12\x17\n" +
|
|
"\auser_id\x18\x01 \x01(\tR\x06userId\"\x8b\x01\n" +
|
|
"\x18GetGroupsForUserResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x126\n" +
|
|
"\x06groups\x18\x02 \x03(\v2\x1e.mattermost.pluginapi.v1.GroupR\x06groups\"N\n" +
|
|
"\x18UpsertGroupMemberRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x17\n" +
|
|
"\auser_id\x18\x02 \x01(\tR\x06userId\"\x9d\x01\n" +
|
|
"\x19UpsertGroupMemberResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12G\n" +
|
|
"\fgroup_member\x18\x02 \x01(\v2$.mattermost.pluginapi.v1.GroupMemberR\vgroupMember\"Q\n" +
|
|
"\x19UpsertGroupMembersRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x19\n" +
|
|
"\buser_ids\x18\x02 \x03(\tR\auserIds\"\xa0\x01\n" +
|
|
"\x1aUpsertGroupMembersResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12I\n" +
|
|
"\rgroup_members\x18\x02 \x03(\v2$.mattermost.pluginapi.v1.GroupMemberR\fgroupMembers\"[\n" +
|
|
"\x19GetGroupByRemoteIDRequest\x12\x1b\n" +
|
|
"\tremote_id\x18\x01 \x01(\tR\bremoteId\x12!\n" +
|
|
"\fgroup_source\x18\x02 \x01(\tR\vgroupSource\"\x8b\x01\n" +
|
|
"\x1aGetGroupByRemoteIDResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x124\n" +
|
|
"\x05group\x18\x02 \x01(\v2\x1e.mattermost.pluginapi.v1.GroupR\x05group\"J\n" +
|
|
"\x12CreateGroupRequest\x124\n" +
|
|
"\x05group\x18\x01 \x01(\v2\x1e.mattermost.pluginapi.v1.GroupR\x05group\"\x84\x01\n" +
|
|
"\x13CreateGroupResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x124\n" +
|
|
"\x05group\x18\x02 \x01(\v2\x1e.mattermost.pluginapi.v1.GroupR\x05group\"J\n" +
|
|
"\x12UpdateGroupRequest\x124\n" +
|
|
"\x05group\x18\x01 \x01(\v2\x1e.mattermost.pluginapi.v1.GroupR\x05group\"\x84\x01\n" +
|
|
"\x13UpdateGroupResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x124\n" +
|
|
"\x05group\x18\x02 \x01(\v2\x1e.mattermost.pluginapi.v1.GroupR\x05group\"/\n" +
|
|
"\x12DeleteGroupRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\"\x84\x01\n" +
|
|
"\x13DeleteGroupResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x124\n" +
|
|
"\x05group\x18\x02 \x01(\v2\x1e.mattermost.pluginapi.v1.GroupR\x05group\"0\n" +
|
|
"\x13RestoreGroupRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\"\x85\x01\n" +
|
|
"\x14RestoreGroupResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x124\n" +
|
|
"\x05group\x18\x02 \x01(\v2\x1e.mattermost.pluginapi.v1.GroupR\x05group\"N\n" +
|
|
"\x18DeleteGroupMemberRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x17\n" +
|
|
"\auser_id\x18\x02 \x01(\tR\x06userId\"\x9d\x01\n" +
|
|
"\x19DeleteGroupMemberResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12G\n" +
|
|
"\fgroup_member\x18\x02 \x01(\v2$.mattermost.pluginapi.v1.GroupMemberR\vgroupMember\"z\n" +
|
|
"\x17GetGroupSyncableRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x1f\n" +
|
|
"\vsyncable_id\x18\x02 \x01(\tR\n" +
|
|
"syncableId\x12#\n" +
|
|
"\rsyncable_type\x18\x03 \x01(\tR\fsyncableType\"\xa2\x01\n" +
|
|
"\x18GetGroupSyncableResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12M\n" +
|
|
"\x0egroup_syncable\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.GroupSyncableR\rgroupSyncable\"Z\n" +
|
|
"\x18GetGroupSyncablesRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12#\n" +
|
|
"\rsyncable_type\x18\x02 \x01(\tR\fsyncableType\"\xa5\x01\n" +
|
|
"\x19GetGroupSyncablesResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12O\n" +
|
|
"\x0fgroup_syncables\x18\x02 \x03(\v2&.mattermost.pluginapi.v1.GroupSyncableR\x0egroupSyncables\"k\n" +
|
|
"\x1aUpsertGroupSyncableRequest\x12M\n" +
|
|
"\x0egroup_syncable\x18\x01 \x01(\v2&.mattermost.pluginapi.v1.GroupSyncableR\rgroupSyncable\"\xa5\x01\n" +
|
|
"\x1bUpsertGroupSyncableResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12M\n" +
|
|
"\x0egroup_syncable\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.GroupSyncableR\rgroupSyncable\"k\n" +
|
|
"\x1aUpdateGroupSyncableRequest\x12M\n" +
|
|
"\x0egroup_syncable\x18\x01 \x01(\v2&.mattermost.pluginapi.v1.GroupSyncableR\rgroupSyncable\"\xa5\x01\n" +
|
|
"\x1bUpdateGroupSyncableResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12M\n" +
|
|
"\x0egroup_syncable\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.GroupSyncableR\rgroupSyncable\"}\n" +
|
|
"\x1aDeleteGroupSyncableRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x1f\n" +
|
|
"\vsyncable_id\x18\x02 \x01(\tR\n" +
|
|
"syncableId\x12#\n" +
|
|
"\rsyncable_type\x18\x03 \x01(\tR\fsyncableType\"\xa5\x01\n" +
|
|
"\x1bDeleteGroupSyncableResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12M\n" +
|
|
"\x0egroup_syncable\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.GroupSyncableR\rgroupSyncable\"\xdc\x01\n" +
|
|
"\x10GetGroupsRequest\x12\x12\n" +
|
|
"\x04page\x18\x01 \x01(\x05R\x04page\x12\x19\n" +
|
|
"\bper_page\x18\x02 \x01(\x05R\aperPage\x12<\n" +
|
|
"\x04opts\x18\x03 \x01(\v2(.mattermost.pluginapi.v1.GroupSearchOptsR\x04opts\x12[\n" +
|
|
"\x11view_restrictions\x18\x04 \x01(\v2..mattermost.pluginapi.v1.ViewUsersRestrictionsR\x10viewRestrictions\"\x84\x01\n" +
|
|
"\x11GetGroupsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x126\n" +
|
|
"\x06groups\x18\x02 \x03(\v2\x1e.mattermost.pluginapi.v1.GroupR\x06groups\"y\n" +
|
|
"'CreateDefaultSyncableMembershipsRequest\x12N\n" +
|
|
"\x06params\x18\x01 \x01(\v26.mattermost.pluginapi.v1.CreateDefaultMembershipParamsR\x06params\"c\n" +
|
|
"(CreateDefaultSyncableMembershipsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"*\n" +
|
|
"(DeleteGroupConstrainedMembershipsRequest\"d\n" +
|
|
")DeleteGroupConstrainedMembershipsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"i\n" +
|
|
"&RegisterPluginForSharedChannelsRequest\x12?\n" +
|
|
"\x04opts\x18\x01 \x01(\v2+.mattermost.pluginapi.v1.RegisterPluginOptsR\x04opts\"\x7f\n" +
|
|
"'RegisterPluginForSharedChannelsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12\x1b\n" +
|
|
"\tremote_id\x18\x02 \x01(\tR\bremoteId\"G\n" +
|
|
"(UnregisterPluginForSharedChannelsRequest\x12\x1b\n" +
|
|
"\tplugin_id\x18\x01 \x01(\tR\bpluginId\"d\n" +
|
|
")UnregisterPluginForSharedChannelsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"d\n" +
|
|
"\x13ShareChannelRequest\x12M\n" +
|
|
"\x0eshared_channel\x18\x01 \x01(\v2&.mattermost.pluginapi.v1.SharedChannelR\rsharedChannel\"\x9e\x01\n" +
|
|
"\x14ShareChannelResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12M\n" +
|
|
"\x0eshared_channel\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.SharedChannelR\rsharedChannel\"k\n" +
|
|
"\x1aUpdateSharedChannelRequest\x12M\n" +
|
|
"\x0eshared_channel\x18\x01 \x01(\v2&.mattermost.pluginapi.v1.SharedChannelR\rsharedChannel\"\xa5\x01\n" +
|
|
"\x1bUpdateSharedChannelResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12M\n" +
|
|
"\x0eshared_channel\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.SharedChannelR\rsharedChannel\"6\n" +
|
|
"\x15UnshareChannelRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"channel_id\x18\x01 \x01(\tR\tchannelId\"m\n" +
|
|
"\x16UnshareChannelResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12\x1a\n" +
|
|
"\bunshared\x18\x02 \x01(\bR\bunshared\"\xab\x01\n" +
|
|
" UpdateSharedChannelCursorRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"channel_id\x18\x01 \x01(\tR\tchannelId\x12\x1b\n" +
|
|
"\tremote_id\x18\x02 \x01(\tR\bremoteId\x12K\n" +
|
|
"\x06cursor\x18\x03 \x01(\v23.mattermost.pluginapi.v1.GetPostsSinceForSyncCursorR\x06cursor\"\\\n" +
|
|
"!UpdateSharedChannelCursorResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"9\n" +
|
|
"\x18SyncSharedChannelRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"channel_id\x18\x01 \x01(\tR\tchannelId\"T\n" +
|
|
"\x19SyncSharedChannelResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"\xa2\x01\n" +
|
|
"\x1cInviteRemoteToChannelRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"channel_id\x18\x01 \x01(\tR\tchannelId\x12\x1b\n" +
|
|
"\tremote_id\x18\x02 \x01(\tR\bremoteId\x12\x17\n" +
|
|
"\auser_id\x18\x03 \x01(\tR\x06userId\x12-\n" +
|
|
"\x13share_if_not_shared\x18\x04 \x01(\bR\x10shareIfNotShared\"X\n" +
|
|
"\x1dInviteRemoteToChannelResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"^\n" +
|
|
" UninviteRemoteFromChannelRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"channel_id\x18\x01 \x01(\tR\tchannelId\x12\x1b\n" +
|
|
"\tremote_id\x18\x02 \x01(\tR\bremoteId\"\\\n" +
|
|
"!UninviteRemoteFromChannelResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"Z\n" +
|
|
"\x1aCreatePropertyFieldRequest\x12<\n" +
|
|
"\x05field\x18\x01 \x01(\v2&.mattermost.pluginapi.v1.PropertyFieldR\x05field\"\x94\x01\n" +
|
|
"\x1bCreatePropertyFieldResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\x05field\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyFieldR\x05field\"O\n" +
|
|
"\x17GetPropertyFieldRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x19\n" +
|
|
"\bfield_id\x18\x02 \x01(\tR\afieldId\"\x91\x01\n" +
|
|
"\x18GetPropertyFieldResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\x05field\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyFieldR\x05field\"G\n" +
|
|
"\x18GetPropertyFieldsRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x10\n" +
|
|
"\x03ids\x18\x02 \x03(\tR\x03ids\"\x94\x01\n" +
|
|
"\x19GetPropertyFieldsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12>\n" +
|
|
"\x06fields\x18\x02 \x03(\v2&.mattermost.pluginapi.v1.PropertyFieldR\x06fields\"u\n" +
|
|
"\x1aUpdatePropertyFieldRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12<\n" +
|
|
"\x05field\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyFieldR\x05field\"\x94\x01\n" +
|
|
"\x1bUpdatePropertyFieldResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\x05field\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyFieldR\x05field\"R\n" +
|
|
"\x1aDeletePropertyFieldRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x19\n" +
|
|
"\bfield_id\x18\x02 \x01(\tR\afieldId\"V\n" +
|
|
"\x1bDeletePropertyFieldResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"~\n" +
|
|
"\x1bSearchPropertyFieldsRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12D\n" +
|
|
"\x04opts\x18\x02 \x01(\v20.mattermost.pluginapi.v1.PropertyFieldSearchOptsR\x04opts\"\x97\x01\n" +
|
|
"\x1cSearchPropertyFieldsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12>\n" +
|
|
"\x06fields\x18\x02 \x03(\v2&.mattermost.pluginapi.v1.PropertyFieldR\x06fields\"`\n" +
|
|
"\x1aCountPropertyFieldsRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12'\n" +
|
|
"\x0finclude_deleted\x18\x02 \x01(\bR\x0eincludeDeleted\"l\n" +
|
|
"\x1bCountPropertyFieldsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12\x14\n" +
|
|
"\x05count\x18\x02 \x01(\x03R\x05count\"\xa7\x01\n" +
|
|
"#CountPropertyFieldsForTargetRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x1f\n" +
|
|
"\vtarget_type\x18\x02 \x01(\tR\n" +
|
|
"targetType\x12\x1b\n" +
|
|
"\ttarget_id\x18\x03 \x01(\tR\btargetId\x12'\n" +
|
|
"\x0finclude_deleted\x18\x04 \x01(\bR\x0eincludeDeleted\"u\n" +
|
|
"$CountPropertyFieldsForTargetResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12\x14\n" +
|
|
"\x05count\x18\x02 \x01(\x03R\x05count\"Z\n" +
|
|
"\x1aCreatePropertyValueRequest\x12<\n" +
|
|
"\x05value\x18\x01 \x01(\v2&.mattermost.pluginapi.v1.PropertyValueR\x05value\"\x94\x01\n" +
|
|
"\x1bCreatePropertyValueResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\x05value\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyValueR\x05value\"O\n" +
|
|
"\x17GetPropertyValueRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x19\n" +
|
|
"\bvalue_id\x18\x02 \x01(\tR\avalueId\"\x91\x01\n" +
|
|
"\x18GetPropertyValueResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\x05value\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyValueR\x05value\"G\n" +
|
|
"\x18GetPropertyValuesRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x10\n" +
|
|
"\x03ids\x18\x02 \x03(\tR\x03ids\"\x94\x01\n" +
|
|
"\x19GetPropertyValuesResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12>\n" +
|
|
"\x06values\x18\x02 \x03(\v2&.mattermost.pluginapi.v1.PropertyValueR\x06values\"u\n" +
|
|
"\x1aUpdatePropertyValueRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12<\n" +
|
|
"\x05value\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyValueR\x05value\"\x94\x01\n" +
|
|
"\x1bUpdatePropertyValueResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\x05value\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyValueR\x05value\"Z\n" +
|
|
"\x1aUpsertPropertyValueRequest\x12<\n" +
|
|
"\x05value\x18\x01 \x01(\v2&.mattermost.pluginapi.v1.PropertyValueR\x05value\"\x94\x01\n" +
|
|
"\x1bUpsertPropertyValueResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\x05value\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyValueR\x05value\"R\n" +
|
|
"\x1aDeletePropertyValueRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x19\n" +
|
|
"\bvalue_id\x18\x02 \x01(\tR\avalueId\"V\n" +
|
|
"\x1bDeletePropertyValueResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"~\n" +
|
|
"\x1bSearchPropertyValuesRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12D\n" +
|
|
"\x04opts\x18\x02 \x01(\v20.mattermost.pluginapi.v1.PropertyValueSearchOptsR\x04opts\"\x97\x01\n" +
|
|
"\x1cSearchPropertyValuesResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12>\n" +
|
|
"\x06values\x18\x02 \x03(\v2&.mattermost.pluginapi.v1.PropertyValueR\x06values\"2\n" +
|
|
"\x1cRegisterPropertyGroupRequest\x12\x12\n" +
|
|
"\x04name\x18\x01 \x01(\tR\x04name\"\x96\x01\n" +
|
|
"\x1dRegisterPropertyGroupResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\x05group\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyGroupR\x05group\"-\n" +
|
|
"\x17GetPropertyGroupRequest\x12\x12\n" +
|
|
"\x04name\x18\x01 \x01(\tR\x04name\"\x91\x01\n" +
|
|
"\x18GetPropertyGroupResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\x05group\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyGroupR\x05group\"k\n" +
|
|
"\x1dGetPropertyFieldByNameRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x1b\n" +
|
|
"\ttarget_id\x18\x02 \x01(\tR\btargetId\x12\x12\n" +
|
|
"\x04name\x18\x03 \x01(\tR\x04name\"\x97\x01\n" +
|
|
"\x1eGetPropertyFieldByNameResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12<\n" +
|
|
"\x05field\x18\x02 \x01(\v2&.mattermost.pluginapi.v1.PropertyFieldR\x05field\"x\n" +
|
|
"\x1bUpdatePropertyFieldsRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12>\n" +
|
|
"\x06fields\x18\x02 \x03(\v2&.mattermost.pluginapi.v1.PropertyFieldR\x06fields\"\x97\x01\n" +
|
|
"\x1cUpdatePropertyFieldsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12>\n" +
|
|
"\x06fields\x18\x02 \x03(\v2&.mattermost.pluginapi.v1.PropertyFieldR\x06fields\"x\n" +
|
|
"\x1bUpdatePropertyValuesRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12>\n" +
|
|
"\x06values\x18\x02 \x03(\v2&.mattermost.pluginapi.v1.PropertyValueR\x06values\"\x97\x01\n" +
|
|
"\x1cUpdatePropertyValuesResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12>\n" +
|
|
"\x06values\x18\x02 \x03(\v2&.mattermost.pluginapi.v1.PropertyValueR\x06values\"]\n" +
|
|
"\x1bUpsertPropertyValuesRequest\x12>\n" +
|
|
"\x06values\x18\x01 \x03(\v2&.mattermost.pluginapi.v1.PropertyValueR\x06values\"\x97\x01\n" +
|
|
"\x1cUpsertPropertyValuesResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12>\n" +
|
|
"\x06values\x18\x02 \x03(\v2&.mattermost.pluginapi.v1.PropertyValueR\x06values\"\x7f\n" +
|
|
"$DeletePropertyValuesForTargetRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x1f\n" +
|
|
"\vtarget_type\x18\x02 \x01(\tR\n" +
|
|
"targetType\x12\x1b\n" +
|
|
"\ttarget_id\x18\x03 \x01(\tR\btargetId\"`\n" +
|
|
"%DeletePropertyValuesForTargetResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"[\n" +
|
|
"#DeletePropertyValuesForFieldRequest\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x19\n" +
|
|
"\bfield_id\x18\x02 \x01(\tR\afieldId\"_\n" +
|
|
"$DeletePropertyValuesForFieldResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"R\n" +
|
|
"\x12LogAuditRecRequest\x12<\n" +
|
|
"\x06record\x18\x01 \x01(\v2$.mattermost.pluginapi.v1.AuditRecordR\x06record\"N\n" +
|
|
"\x13LogAuditRecResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"q\n" +
|
|
"\x1bLogAuditRecWithLevelRequest\x12<\n" +
|
|
"\x06record\x18\x01 \x01(\v2$.mattermost.pluginapi.v1.AuditRecordR\x06record\x12\x14\n" +
|
|
"\x05level\x18\x02 \x01(\tR\x05level\"W\n" +
|
|
"\x1cLogAuditRecWithLevelResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"\xe0\x01\n" +
|
|
"\x11PluginHTTPRequest\x12\x16\n" +
|
|
"\x06method\x18\x01 \x01(\tR\x06method\x12\x10\n" +
|
|
"\x03url\x18\x02 \x01(\tR\x03url\x12Q\n" +
|
|
"\aheaders\x18\x03 \x03(\v27.mattermost.pluginapi.v1.PluginHTTPRequest.HeadersEntryR\aheaders\x12\x12\n" +
|
|
"\x04body\x18\x04 \x01(\fR\x04body\x1a:\n" +
|
|
"\fHeadersEntry\x12\x10\n" +
|
|
"\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
|
|
"\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"\x92\x02\n" +
|
|
"\x12PluginHTTPResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12\x1f\n" +
|
|
"\vstatus_code\x18\x02 \x01(\x05R\n" +
|
|
"statusCode\x12R\n" +
|
|
"\aheaders\x18\x03 \x03(\v28.mattermost.pluginapi.v1.PluginHTTPResponse.HeadersEntryR\aheaders\x12\x12\n" +
|
|
"\x04body\x18\x04 \x01(\fR\x04body\x1a:\n" +
|
|
"\fHeadersEntry\x12\x10\n" +
|
|
"\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
|
|
"\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"\x17\n" +
|
|
"\x15GetCloudLimitsRequest\"r\n" +
|
|
"\x16GetCloudLimitsResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12\x1f\n" +
|
|
"\vlimits_json\x18\x02 \x01(\fR\n" +
|
|
"limitsJson\"b\n" +
|
|
"\x1cOpenInteractiveDialogRequest\x12B\n" +
|
|
"\x06dialog\x18\x01 \x01(\v2*.mattermost.pluginapi.v1.OpenDialogRequestR\x06dialog\"X\n" +
|
|
"\x1dOpenInteractiveDialogResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"\xb1\x01\n" +
|
|
" PublishPluginClusterEventRequest\x12A\n" +
|
|
"\x05event\x18\x01 \x01(\v2+.mattermost.pluginapi.v1.PluginClusterEventR\x05event\x12J\n" +
|
|
"\x04opts\x18\x02 \x01(\v26.mattermost.pluginapi.v1.PluginClusterEventSendOptionsR\x04opts\"\\\n" +
|
|
"!PublishPluginClusterEventResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"k\n" +
|
|
"!RegisterCollectionAndTopicRequest\x12'\n" +
|
|
"\x0fcollection_type\x18\x01 \x01(\tR\x0ecollectionType\x12\x1d\n" +
|
|
"\n" +
|
|
"topic_type\x18\x02 \x01(\tR\ttopicType\"]\n" +
|
|
"\"RegisterCollectionAndTopicResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"\xb4\x01\n" +
|
|
"\x1aRequestTrialLicenseRequest\x12!\n" +
|
|
"\frequester_id\x18\x01 \x01(\tR\vrequesterId\x12\x14\n" +
|
|
"\x05users\x18\x02 \x01(\x05R\x05users\x12%\n" +
|
|
"\x0eterms_accepted\x18\x03 \x01(\bR\rtermsAccepted\x126\n" +
|
|
"\x17receive_emails_accepted\x18\x04 \x01(\bR\x15receiveEmailsAccepted\"V\n" +
|
|
"\x1bRequestTrialLicenseResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"a\n" +
|
|
"\x1bRolesGrantPermissionRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"role_names\x18\x01 \x03(\tR\troleNames\x12#\n" +
|
|
"\rpermission_id\x18\x02 \x01(\tR\fpermissionId\"~\n" +
|
|
"\x1cRolesGrantPermissionResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\x12%\n" +
|
|
"\x0ehas_permission\x18\x02 \x01(\bR\rhasPermission\"X\n" +
|
|
"\x0fSendMailRequest\x12\x0e\n" +
|
|
"\x02to\x18\x01 \x01(\tR\x02to\x12\x18\n" +
|
|
"\asubject\x18\x02 \x01(\tR\asubject\x12\x1b\n" +
|
|
"\thtml_body\x18\x03 \x01(\tR\bhtmlBody\"K\n" +
|
|
"\x10SendMailResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"\x85\x01\n" +
|
|
"\x1bSendPushNotificationRequest\x12M\n" +
|
|
"\fnotification\x18\x01 \x01(\v2).mattermost.pluginapi.v1.PushNotificationR\fnotification\x12\x17\n" +
|
|
"\auser_id\x18\x02 \x01(\tR\x06userId\"W\n" +
|
|
"\x1cSendPushNotificationResponse\x127\n" +
|
|
"\x05error\x18\x01 \x01(\v2!.mattermost.pluginapi.v1.AppErrorR\x05error\"\x9c\x04\n" +
|
|
"\aCommand\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n" +
|
|
"\x05token\x18\x02 \x01(\tR\x05token\x12\x1b\n" +
|
|
"\tcreate_at\x18\x03 \x01(\x03R\bcreateAt\x12\x1b\n" +
|
|
"\tupdate_at\x18\x04 \x01(\x03R\bupdateAt\x12\x1b\n" +
|
|
"\tdelete_at\x18\x05 \x01(\x03R\bdeleteAt\x12\x1d\n" +
|
|
"\n" +
|
|
"creator_id\x18\x06 \x01(\tR\tcreatorId\x12\x17\n" +
|
|
"\ateam_id\x18\a \x01(\tR\x06teamId\x12\x18\n" +
|
|
"\atrigger\x18\b \x01(\tR\atrigger\x12\x16\n" +
|
|
"\x06method\x18\t \x01(\tR\x06method\x12\x1a\n" +
|
|
"\busername\x18\n" +
|
|
" \x01(\tR\busername\x12\x19\n" +
|
|
"\bicon_url\x18\v \x01(\tR\aiconUrl\x12#\n" +
|
|
"\rauto_complete\x18\f \x01(\bR\fautoComplete\x12,\n" +
|
|
"\x12auto_complete_desc\x18\r \x01(\tR\x10autoCompleteDesc\x12,\n" +
|
|
"\x12auto_complete_hint\x18\x0e \x01(\tR\x10autoCompleteHint\x12!\n" +
|
|
"\fdisplay_name\x18\x0f \x01(\tR\vdisplayName\x12 \n" +
|
|
"\vdescription\x18\x10 \x01(\tR\vdescription\x12\x10\n" +
|
|
"\x03url\x18\x11 \x01(\tR\x03url\x12\x1b\n" +
|
|
"\tplugin_id\x18\x12 \x01(\tR\bpluginId\"\xc2\x02\n" +
|
|
"\vCommandArgs\x12\x17\n" +
|
|
"\auser_id\x18\x01 \x01(\tR\x06userId\x12\x1d\n" +
|
|
"\n" +
|
|
"channel_id\x18\x02 \x01(\tR\tchannelId\x12\x17\n" +
|
|
"\ateam_id\x18\x03 \x01(\tR\x06teamId\x12\x17\n" +
|
|
"\aroot_id\x18\x04 \x01(\tR\x06rootId\x12\x1b\n" +
|
|
"\tparent_id\x18\x05 \x01(\tR\bparentId\x12\x1d\n" +
|
|
"\n" +
|
|
"trigger_id\x18\x06 \x01(\tR\ttriggerId\x12\x18\n" +
|
|
"\acommand\x18\a \x01(\tR\acommand\x12\x19\n" +
|
|
"\bsite_url\x18\b \x01(\tR\asiteUrl\x12\f\n" +
|
|
"\x01t\x18\t \x01(\tR\x01t\x12!\n" +
|
|
"\fuser_mention\x18\n" +
|
|
" \x01(\tR\vuserMention\x12'\n" +
|
|
"\x0fchannel_mention\x18\v \x01(\tR\x0echannelMention\"\xa1\x03\n" +
|
|
"\x0fCommandResponse\x12#\n" +
|
|
"\rresponse_type\x18\x01 \x01(\tR\fresponseType\x12\x12\n" +
|
|
"\x04text\x18\x02 \x01(\tR\x04text\x12\x1a\n" +
|
|
"\busername\x18\x03 \x01(\tR\busername\x12\x1d\n" +
|
|
"\n" +
|
|
"channel_id\x18\x04 \x01(\tR\tchannelId\x12\x19\n" +
|
|
"\bicon_url\x18\x05 \x01(\tR\aiconUrl\x12\x12\n" +
|
|
"\x04type\x18\x06 \x01(\tR\x04type\x12-\n" +
|
|
"\x05props\x18\a \x01(\v2\x17.google.protobuf.StructR\x05props\x12#\n" +
|
|
"\rgoto_location\x18\b \x01(\tR\fgotoLocation\x12\x1d\n" +
|
|
"\n" +
|
|
"trigger_id\x18\t \x01(\tR\ttriggerId\x12,\n" +
|
|
"\x12skip_slack_parsing\x18\n" +
|
|
" \x01(\bR\x10skipSlackParsing\x12J\n" +
|
|
"\vattachments\x18\v \x03(\v2(.mattermost.pluginapi.v1.CommandResponseR\vattachments\"k\n" +
|
|
"\n" +
|
|
"Preference\x12\x17\n" +
|
|
"\auser_id\x18\x01 \x01(\tR\x06userId\x12\x1a\n" +
|
|
"\bcategory\x18\x02 \x01(\tR\bcategory\x12\x12\n" +
|
|
"\x04name\x18\x03 \x01(\tR\x04name\x12\x14\n" +
|
|
"\x05value\x18\x04 \x01(\tR\x05value\"\xf3\x02\n" +
|
|
"\bOAuthApp\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n" +
|
|
"\n" +
|
|
"creator_id\x18\x02 \x01(\tR\tcreatorId\x12\x1b\n" +
|
|
"\tcreate_at\x18\x03 \x01(\x03R\bcreateAt\x12\x1b\n" +
|
|
"\tupdate_at\x18\x04 \x01(\x03R\bupdateAt\x12#\n" +
|
|
"\rclient_secret\x18\x05 \x01(\tR\fclientSecret\x12\x12\n" +
|
|
"\x04name\x18\x06 \x01(\tR\x04name\x12 \n" +
|
|
"\vdescription\x18\a \x01(\tR\vdescription\x12\x19\n" +
|
|
"\bicon_url\x18\b \x01(\tR\aiconUrl\x12#\n" +
|
|
"\rcallback_urls\x18\t \x01(\tR\fcallbackUrls\x12\x1a\n" +
|
|
"\bhomepage\x18\n" +
|
|
" \x01(\tR\bhomepage\x12\x1d\n" +
|
|
"\n" +
|
|
"is_trusted\x18\v \x01(\bR\tisTrusted\x12(\n" +
|
|
"\x0fmattermostAppId\x18\f \x01(\tR\x0fmattermostAppId\"\xa5\x02\n" +
|
|
"\x05Group\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n" +
|
|
"\x04name\x18\x02 \x01(\tR\x04name\x12!\n" +
|
|
"\fdisplay_name\x18\x03 \x01(\tR\vdisplayName\x12 \n" +
|
|
"\vdescription\x18\x04 \x01(\tR\vdescription\x12\x16\n" +
|
|
"\x06source\x18\x05 \x01(\tR\x06source\x12\x1b\n" +
|
|
"\tremote_id\x18\x06 \x01(\tR\bremoteId\x12\x1b\n" +
|
|
"\tcreate_at\x18\a \x01(\x03R\bcreateAt\x12\x1b\n" +
|
|
"\tupdate_at\x18\b \x01(\x03R\bupdateAt\x12\x1b\n" +
|
|
"\tdelete_at\x18\t \x01(\x03R\bdeleteAt\x12'\n" +
|
|
"\x0fallow_reference\x18\n" +
|
|
" \x01(\bR\x0eallowReference\"{\n" +
|
|
"\vGroupMember\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x17\n" +
|
|
"\auser_id\x18\x02 \x01(\tR\x06userId\x12\x1b\n" +
|
|
"\tcreate_at\x18\x03 \x01(\x03R\bcreateAt\x12\x1b\n" +
|
|
"\tdelete_at\x18\x04 \x01(\x03R\bdeleteAt\"\x85\x02\n" +
|
|
"\rGroupSyncable\x12\x19\n" +
|
|
"\bgroup_id\x18\x01 \x01(\tR\agroupId\x12\x1f\n" +
|
|
"\vsyncable_id\x18\x02 \x01(\tR\n" +
|
|
"syncableId\x12#\n" +
|
|
"\rsyncable_type\x18\x03 \x01(\tR\fsyncableType\x12\x19\n" +
|
|
"\bauto_add\x18\x04 \x01(\bR\aautoAdd\x12!\n" +
|
|
"\fscheme_admin\x18\x05 \x01(\bR\vschemeAdmin\x12\x1b\n" +
|
|
"\tcreate_at\x18\x06 \x01(\x03R\bcreateAt\x12\x1b\n" +
|
|
"\tdelete_at\x18\a \x01(\x03R\bdeleteAt\x12\x1b\n" +
|
|
"\tupdate_at\x18\b \x01(\x03R\bupdateAt\"\xc9\x04\n" +
|
|
"\x0fGroupSearchOpts\x12\f\n" +
|
|
"\x01q\x18\x01 \x01(\tR\x01q\x120\n" +
|
|
"\x14include_member_count\x18\x02 \x01(\bR\x12includeMemberCount\x12;\n" +
|
|
"\x1ainclude_total_member_count\x18\x03 \x01(\bR\x17includeTotalMemberCount\x124\n" +
|
|
"\x16filter_allow_reference\x18\x04 \x01(\tR\x14filterAllowReference\x12$\n" +
|
|
"\x0epage_opts_page\x18\x05 \x01(\x05R\fpageOptsPage\x12+\n" +
|
|
"\x12page_opts_per_page\x18\x06 \x01(\x05R\x0fpageOptsPerPage\x12'\n" +
|
|
"\x0ffilter_archived\x18\a \x01(\bR\x0efilterArchived\x12?\n" +
|
|
"\x1cfilter_parent_team_permitted\x18\b \x01(\bR\x19filterParentTeamPermitted\x12\x16\n" +
|
|
"\x06source\x18\t \x01(\tR\x06source\x12*\n" +
|
|
"\x11filter_has_member\x18\n" +
|
|
" \x01(\bR\x0ffilterHasMember\x12\x14\n" +
|
|
"\x05since\x18\v \x01(\tR\x05since\x12?\n" +
|
|
"\x1cinclude_channel_member_count\x18\f \x01(\bR\x19includeChannelMemberCount\x12+\n" +
|
|
"\x11include_timezones\x18\r \x01(\bR\x10includeTimezones\"\xb2\x01\n" +
|
|
"\x1dCreateDefaultMembershipParams\x12\x14\n" +
|
|
"\x05since\x18\x01 \x01(\x03R\x05since\x12\x1f\n" +
|
|
"\vscope_teams\x18\x02 \x01(\bR\n" +
|
|
"scopeTeams\x12%\n" +
|
|
"\x0escope_channels\x18\x03 \x01(\bR\rscopeChannels\x123\n" +
|
|
"\x16re_add_removed_members\x18\x04 \x01(\bR\x13reAddRemovedMembers\"v\n" +
|
|
"\x12RegisterPluginOpts\x12\x1b\n" +
|
|
"\tplugin_id\x18\x01 \x01(\tR\bpluginId\x12!\n" +
|
|
"\fdisplay_name\x18\x02 \x01(\tR\vdisplayName\x12 \n" +
|
|
"\vdescription\x18\x03 \x01(\tR\vdescription\"\x97\x03\n" +
|
|
"\rSharedChannel\x12\x1d\n" +
|
|
"\n" +
|
|
"channel_id\x18\x01 \x01(\tR\tchannelId\x12\x17\n" +
|
|
"\ateam_id\x18\x02 \x01(\tR\x06teamId\x12\x12\n" +
|
|
"\x04home\x18\x03 \x01(\tR\x04home\x12\x1b\n" +
|
|
"\tread_only\x18\x04 \x01(\bR\breadOnly\x12\x1d\n" +
|
|
"\n" +
|
|
"share_name\x18\x05 \x01(\tR\tshareName\x12,\n" +
|
|
"\x12share_display_name\x18\x06 \x01(\tR\x10shareDisplayName\x12#\n" +
|
|
"\rshare_purpose\x18\a \x01(\tR\fsharePurpose\x12!\n" +
|
|
"\fshare_header\x18\b \x01(\tR\vshareHeader\x12\x1d\n" +
|
|
"\n" +
|
|
"creator_id\x18\t \x01(\tR\tcreatorId\x12\x1b\n" +
|
|
"\tcreate_at\x18\n" +
|
|
" \x01(\x03R\bcreateAt\x12\x1b\n" +
|
|
"\tupdate_at\x18\v \x01(\x03R\bupdateAt\x12\x1b\n" +
|
|
"\tremote_id\x18\f \x01(\tR\bremoteId\x12\x12\n" +
|
|
"\x04type\x18\r \x01(\tR\x04type\"m\n" +
|
|
"\x1aGetPostsSinceForSyncCursor\x12-\n" +
|
|
"\x13last_post_update_at\x18\x01 \x01(\x03R\x10lastPostUpdateAt\x12 \n" +
|
|
"\flast_post_id\x18\x02 \x01(\tR\n" +
|
|
"lastPostId\"\xa6\x02\n" +
|
|
"\rPropertyField\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12\x19\n" +
|
|
"\bgroup_id\x18\x02 \x01(\tR\agroupId\x12\x12\n" +
|
|
"\x04name\x18\x03 \x01(\tR\x04name\x12\x12\n" +
|
|
"\x04type\x18\x04 \x01(\tR\x04type\x12-\n" +
|
|
"\x05attrs\x18\x05 \x01(\v2\x17.google.protobuf.StructR\x05attrs\x12\x1b\n" +
|
|
"\ttarget_id\x18\x06 \x01(\tR\btargetId\x12\x1f\n" +
|
|
"\vtarget_type\x18\a \x01(\tR\n" +
|
|
"targetType\x12\x1b\n" +
|
|
"\tcreate_at\x18\b \x01(\x03R\bcreateAt\x12\x1b\n" +
|
|
"\tupdate_at\x18\t \x01(\x03R\bupdateAt\x12\x1b\n" +
|
|
"\tdelete_at\x18\n" +
|
|
" \x01(\x03R\bdeleteAt\"\xaf\x01\n" +
|
|
"\x17PropertyFieldSearchOpts\x12\x12\n" +
|
|
"\x04page\x18\x01 \x01(\x05R\x04page\x12\x19\n" +
|
|
"\bper_page\x18\x02 \x01(\x05R\aperPage\x12'\n" +
|
|
"\x0finclude_deleted\x18\x03 \x01(\bR\x0eincludeDeleted\x12\x1f\n" +
|
|
"\vtarget_type\x18\x04 \x01(\tR\n" +
|
|
"targetType\x12\x1b\n" +
|
|
"\ttarget_id\x18\x05 \x01(\tR\btargetId\"\x98\x02\n" +
|
|
"\rPropertyValue\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12\x19\n" +
|
|
"\bgroup_id\x18\x02 \x01(\tR\agroupId\x12\x19\n" +
|
|
"\bfield_id\x18\x03 \x01(\tR\afieldId\x12\x1b\n" +
|
|
"\ttarget_id\x18\x04 \x01(\tR\btargetId\x12\x1f\n" +
|
|
"\vtarget_type\x18\x05 \x01(\tR\n" +
|
|
"targetType\x12,\n" +
|
|
"\x05value\x18\x06 \x01(\v2\x16.google.protobuf.ValueR\x05value\x12\x1b\n" +
|
|
"\tcreate_at\x18\a \x01(\x03R\bcreateAt\x12\x1b\n" +
|
|
"\tupdate_at\x18\b \x01(\x03R\bupdateAt\x12\x1b\n" +
|
|
"\tdelete_at\x18\t \x01(\x03R\bdeleteAt\"\xca\x01\n" +
|
|
"\x17PropertyValueSearchOpts\x12\x12\n" +
|
|
"\x04page\x18\x01 \x01(\x05R\x04page\x12\x19\n" +
|
|
"\bper_page\x18\x02 \x01(\x05R\aperPage\x12'\n" +
|
|
"\x0finclude_deleted\x18\x03 \x01(\bR\x0eincludeDeleted\x12\x1f\n" +
|
|
"\vtarget_type\x18\x04 \x01(\tR\n" +
|
|
"targetType\x12\x1b\n" +
|
|
"\ttarget_id\x18\x05 \x01(\tR\btargetId\x12\x19\n" +
|
|
"\bfield_id\x18\x06 \x01(\tR\afieldId\"3\n" +
|
|
"\rPropertyGroup\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n" +
|
|
"\x04name\x18\x02 \x01(\tR\x04name\"\xb5\x02\n" +
|
|
"\vAuditRecord\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12\x1b\n" +
|
|
"\tcreate_at\x18\x02 \x01(\x03R\bcreateAt\x12\x14\n" +
|
|
"\x05level\x18\x03 \x01(\tR\x05level\x12\x19\n" +
|
|
"\bapi_path\x18\x04 \x01(\tR\aapiPath\x12\x14\n" +
|
|
"\x05event\x18\x05 \x01(\tR\x05event\x12\x16\n" +
|
|
"\x06status\x18\x06 \x01(\tR\x06status\x12\x17\n" +
|
|
"\auser_id\x18\a \x01(\tR\x06userId\x12\x1d\n" +
|
|
"\n" +
|
|
"session_id\x18\b \x01(\tR\tsessionId\x12\x16\n" +
|
|
"\x06client\x18\t \x01(\tR\x06client\x12\x1d\n" +
|
|
"\n" +
|
|
"ip_address\x18\n" +
|
|
" \x01(\tR\tipAddress\x12+\n" +
|
|
"\x04meta\x18\v \x01(\v2\x17.google.protobuf.StructR\x04meta\"}\n" +
|
|
"\x11OpenDialogRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"trigger_id\x18\x01 \x01(\tR\ttriggerId\x12\x10\n" +
|
|
"\x03url\x18\x02 \x01(\tR\x03url\x127\n" +
|
|
"\x06dialog\x18\x03 \x01(\v2\x1f.mattermost.pluginapi.v1.DialogR\x06dialog\"\xae\x02\n" +
|
|
"\x06Dialog\x12\x1f\n" +
|
|
"\vcallback_id\x18\x01 \x01(\tR\n" +
|
|
"callbackId\x12\x14\n" +
|
|
"\x05title\x18\x02 \x01(\tR\x05title\x12+\n" +
|
|
"\x11introduction_text\x18\x03 \x01(\tR\x10introductionText\x12B\n" +
|
|
"\belements\x18\x04 \x03(\v2&.mattermost.pluginapi.v1.DialogElementR\belements\x12!\n" +
|
|
"\fsubmit_label\x18\x05 \x01(\tR\vsubmitLabel\x12(\n" +
|
|
"\x10notify_on_cancel\x18\x06 \x01(\bR\x0enotifyOnCancel\x12\x14\n" +
|
|
"\x05state\x18\a \x01(\tR\x05state\x12\x19\n" +
|
|
"\bicon_url\x18\b \x01(\tR\aiconUrl\"\x90\x03\n" +
|
|
"\rDialogElement\x12!\n" +
|
|
"\fdisplay_name\x18\x01 \x01(\tR\vdisplayName\x12\x12\n" +
|
|
"\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n" +
|
|
"\x04type\x18\x03 \x01(\tR\x04type\x12\x18\n" +
|
|
"\asubtype\x18\x04 \x01(\tR\asubtype\x12\x18\n" +
|
|
"\adefault\x18\x05 \x01(\tR\adefault\x12 \n" +
|
|
"\vplaceholder\x18\x06 \x01(\tR\vplaceholder\x12\x1b\n" +
|
|
"\thelp_text\x18\a \x01(\tR\bhelpText\x12\x1a\n" +
|
|
"\boptional\x18\b \x01(\bR\boptional\x12\x1d\n" +
|
|
"\n" +
|
|
"min_length\x18\t \x01(\x05R\tminLength\x12\x1d\n" +
|
|
"\n" +
|
|
"max_length\x18\n" +
|
|
" \x01(\x05R\tmaxLength\x12\x1f\n" +
|
|
"\vdata_source\x18\v \x01(\tR\n" +
|
|
"dataSource\x12F\n" +
|
|
"\aoptions\x18\f \x03(\v2,.mattermost.pluginapi.v1.DialogElementOptionR\aoptions\"?\n" +
|
|
"\x13DialogElementOption\x12\x12\n" +
|
|
"\x04text\x18\x01 \x01(\tR\x04text\x12\x14\n" +
|
|
"\x05value\x18\x02 \x01(\tR\x05value\"8\n" +
|
|
"\x12PluginClusterEvent\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n" +
|
|
"\x04data\x18\x02 \x01(\fR\x04data\"Y\n" +
|
|
"\x1dPluginClusterEventSendOptions\x12\x1b\n" +
|
|
"\tsend_type\x18\x01 \x01(\tR\bsendType\x12\x1b\n" +
|
|
"\ttarget_id\x18\x02 \x01(\tR\btargetId\"\xa3\x05\n" +
|
|
"\x10PushNotification\x12\x15\n" +
|
|
"\x06ack_id\x18\x01 \x01(\tR\x05ackId\x12\x1a\n" +
|
|
"\bplatform\x18\x02 \x01(\tR\bplatform\x12\x1b\n" +
|
|
"\tserver_id\x18\x03 \x01(\tR\bserverId\x12\x1b\n" +
|
|
"\tdevice_id\x18\x04 \x01(\tR\bdeviceId\x12\x17\n" +
|
|
"\apost_id\x18\x05 \x01(\tR\x06postId\x12\x1a\n" +
|
|
"\bcategory\x18\x06 \x01(\tR\bcategory\x12\x14\n" +
|
|
"\x05sound\x18\a \x01(\tR\x05sound\x12\x18\n" +
|
|
"\amessage\x18\b \x01(\tR\amessage\x12\x14\n" +
|
|
"\x05badge\x18\t \x01(\tR\x05badge\x12\x19\n" +
|
|
"\bcont_ava\x18\n" +
|
|
" \x01(\tR\acontAva\x12\x17\n" +
|
|
"\ateam_id\x18\v \x01(\tR\x06teamId\x12\x1d\n" +
|
|
"\n" +
|
|
"channel_id\x18\f \x01(\tR\tchannelId\x12\x17\n" +
|
|
"\aroot_id\x18\r \x01(\tR\x06rootId\x12\x1b\n" +
|
|
"\tsender_id\x18\x0e \x01(\tR\bsenderId\x12\x1f\n" +
|
|
"\vsender_name\x18\x0f \x01(\tR\n" +
|
|
"senderName\x12+\n" +
|
|
"\x11override_username\x18\x10 \x01(\tR\x10overrideUsername\x12*\n" +
|
|
"\x11override_icon_url\x18\x11 \x01(\tR\x0foverrideIconUrl\x12!\n" +
|
|
"\ffrom_webhook\x18\x12 \x01(\tR\vfromWebhook\x12\x18\n" +
|
|
"\aversion\x18\x13 \x01(\tR\aversion\x12\x15\n" +
|
|
"\x06is_crt\x18\x14 \x01(\bR\x05isCrt\x12!\n" +
|
|
"\fchannel_name\x18\x15 \x01(\tR\vchannelName\x12\x12\n" +
|
|
"\x04type\x18\x16 \x01(\tR\x04type\x12\x19\n" +
|
|
"\bsub_type\x18\x17 \x01(\tR\asubTypeBXZVgithub.com/mattermost/mattermost/server/public/pluginapi/grpc/generated/go/pluginapiv1b\x06proto3"
|
|
|
|
var (
|
|
file_api_remaining_proto_rawDescOnce sync.Once
|
|
file_api_remaining_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_api_remaining_proto_rawDescGZIP() []byte {
|
|
file_api_remaining_proto_rawDescOnce.Do(func() {
|
|
file_api_remaining_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_api_remaining_proto_rawDesc), len(file_api_remaining_proto_rawDesc)))
|
|
})
|
|
return file_api_remaining_proto_rawDescData
|
|
}
|
|
|
|
var file_api_remaining_proto_msgTypes = make([]protoimpl.MessageInfo, 206)
|
|
var file_api_remaining_proto_goTypes = []any{
|
|
(*GetLicenseRequest)(nil), // 0: mattermost.pluginapi.v1.GetLicenseRequest
|
|
(*GetLicenseResponse)(nil), // 1: mattermost.pluginapi.v1.GetLicenseResponse
|
|
(*IsEnterpriseReadyRequest)(nil), // 2: mattermost.pluginapi.v1.IsEnterpriseReadyRequest
|
|
(*IsEnterpriseReadyResponse)(nil), // 3: mattermost.pluginapi.v1.IsEnterpriseReadyResponse
|
|
(*GetServerVersionRequest)(nil), // 4: mattermost.pluginapi.v1.GetServerVersionRequest
|
|
(*GetServerVersionResponse)(nil), // 5: mattermost.pluginapi.v1.GetServerVersionResponse
|
|
(*GetSystemInstallDateRequest)(nil), // 6: mattermost.pluginapi.v1.GetSystemInstallDateRequest
|
|
(*GetSystemInstallDateResponse)(nil), // 7: mattermost.pluginapi.v1.GetSystemInstallDateResponse
|
|
(*GetDiagnosticIdRequest)(nil), // 8: mattermost.pluginapi.v1.GetDiagnosticIdRequest
|
|
(*GetDiagnosticIdResponse)(nil), // 9: mattermost.pluginapi.v1.GetDiagnosticIdResponse
|
|
(*GetTelemetryIdRequest)(nil), // 10: mattermost.pluginapi.v1.GetTelemetryIdRequest
|
|
(*GetTelemetryIdResponse)(nil), // 11: mattermost.pluginapi.v1.GetTelemetryIdResponse
|
|
(*RegisterCommandRequest)(nil), // 12: mattermost.pluginapi.v1.RegisterCommandRequest
|
|
(*RegisterCommandResponse)(nil), // 13: mattermost.pluginapi.v1.RegisterCommandResponse
|
|
(*UnregisterCommandRequest)(nil), // 14: mattermost.pluginapi.v1.UnregisterCommandRequest
|
|
(*UnregisterCommandResponse)(nil), // 15: mattermost.pluginapi.v1.UnregisterCommandResponse
|
|
(*ExecuteSlashCommandRequest)(nil), // 16: mattermost.pluginapi.v1.ExecuteSlashCommandRequest
|
|
(*ExecuteSlashCommandResponse)(nil), // 17: mattermost.pluginapi.v1.ExecuteSlashCommandResponse
|
|
(*CreateCommandRequest)(nil), // 18: mattermost.pluginapi.v1.CreateCommandRequest
|
|
(*CreateCommandResponse)(nil), // 19: mattermost.pluginapi.v1.CreateCommandResponse
|
|
(*ListCommandsRequest)(nil), // 20: mattermost.pluginapi.v1.ListCommandsRequest
|
|
(*ListCommandsResponse)(nil), // 21: mattermost.pluginapi.v1.ListCommandsResponse
|
|
(*ListCustomCommandsRequest)(nil), // 22: mattermost.pluginapi.v1.ListCustomCommandsRequest
|
|
(*ListCustomCommandsResponse)(nil), // 23: mattermost.pluginapi.v1.ListCustomCommandsResponse
|
|
(*ListPluginCommandsRequest)(nil), // 24: mattermost.pluginapi.v1.ListPluginCommandsRequest
|
|
(*ListPluginCommandsResponse)(nil), // 25: mattermost.pluginapi.v1.ListPluginCommandsResponse
|
|
(*ListBuiltInCommandsRequest)(nil), // 26: mattermost.pluginapi.v1.ListBuiltInCommandsRequest
|
|
(*ListBuiltInCommandsResponse)(nil), // 27: mattermost.pluginapi.v1.ListBuiltInCommandsResponse
|
|
(*GetCommandRequest)(nil), // 28: mattermost.pluginapi.v1.GetCommandRequest
|
|
(*GetCommandResponse)(nil), // 29: mattermost.pluginapi.v1.GetCommandResponse
|
|
(*UpdateCommandRequest)(nil), // 30: mattermost.pluginapi.v1.UpdateCommandRequest
|
|
(*UpdateCommandResponse)(nil), // 31: mattermost.pluginapi.v1.UpdateCommandResponse
|
|
(*DeleteCommandRequest)(nil), // 32: mattermost.pluginapi.v1.DeleteCommandRequest
|
|
(*DeleteCommandResponse)(nil), // 33: mattermost.pluginapi.v1.DeleteCommandResponse
|
|
(*GetPreferenceForUserRequest)(nil), // 34: mattermost.pluginapi.v1.GetPreferenceForUserRequest
|
|
(*GetPreferenceForUserResponse)(nil), // 35: mattermost.pluginapi.v1.GetPreferenceForUserResponse
|
|
(*GetPreferencesForUserRequest)(nil), // 36: mattermost.pluginapi.v1.GetPreferencesForUserRequest
|
|
(*GetPreferencesForUserResponse)(nil), // 37: mattermost.pluginapi.v1.GetPreferencesForUserResponse
|
|
(*UpdatePreferencesForUserRequest)(nil), // 38: mattermost.pluginapi.v1.UpdatePreferencesForUserRequest
|
|
(*UpdatePreferencesForUserResponse)(nil), // 39: mattermost.pluginapi.v1.UpdatePreferencesForUserResponse
|
|
(*DeletePreferencesForUserRequest)(nil), // 40: mattermost.pluginapi.v1.DeletePreferencesForUserRequest
|
|
(*DeletePreferencesForUserResponse)(nil), // 41: mattermost.pluginapi.v1.DeletePreferencesForUserResponse
|
|
(*CreateOAuthAppRequest)(nil), // 42: mattermost.pluginapi.v1.CreateOAuthAppRequest
|
|
(*CreateOAuthAppResponse)(nil), // 43: mattermost.pluginapi.v1.CreateOAuthAppResponse
|
|
(*GetOAuthAppRequest)(nil), // 44: mattermost.pluginapi.v1.GetOAuthAppRequest
|
|
(*GetOAuthAppResponse)(nil), // 45: mattermost.pluginapi.v1.GetOAuthAppResponse
|
|
(*UpdateOAuthAppRequest)(nil), // 46: mattermost.pluginapi.v1.UpdateOAuthAppRequest
|
|
(*UpdateOAuthAppResponse)(nil), // 47: mattermost.pluginapi.v1.UpdateOAuthAppResponse
|
|
(*DeleteOAuthAppRequest)(nil), // 48: mattermost.pluginapi.v1.DeleteOAuthAppRequest
|
|
(*DeleteOAuthAppResponse)(nil), // 49: mattermost.pluginapi.v1.DeleteOAuthAppResponse
|
|
(*GetGroupRequest)(nil), // 50: mattermost.pluginapi.v1.GetGroupRequest
|
|
(*GetGroupResponse)(nil), // 51: mattermost.pluginapi.v1.GetGroupResponse
|
|
(*GetGroupByNameRequest)(nil), // 52: mattermost.pluginapi.v1.GetGroupByNameRequest
|
|
(*GetGroupByNameResponse)(nil), // 53: mattermost.pluginapi.v1.GetGroupByNameResponse
|
|
(*GetGroupMemberUsersRequest)(nil), // 54: mattermost.pluginapi.v1.GetGroupMemberUsersRequest
|
|
(*GetGroupMemberUsersResponse)(nil), // 55: mattermost.pluginapi.v1.GetGroupMemberUsersResponse
|
|
(*GetGroupsBySourceRequest)(nil), // 56: mattermost.pluginapi.v1.GetGroupsBySourceRequest
|
|
(*GetGroupsBySourceResponse)(nil), // 57: mattermost.pluginapi.v1.GetGroupsBySourceResponse
|
|
(*GetGroupsForUserRequest)(nil), // 58: mattermost.pluginapi.v1.GetGroupsForUserRequest
|
|
(*GetGroupsForUserResponse)(nil), // 59: mattermost.pluginapi.v1.GetGroupsForUserResponse
|
|
(*UpsertGroupMemberRequest)(nil), // 60: mattermost.pluginapi.v1.UpsertGroupMemberRequest
|
|
(*UpsertGroupMemberResponse)(nil), // 61: mattermost.pluginapi.v1.UpsertGroupMemberResponse
|
|
(*UpsertGroupMembersRequest)(nil), // 62: mattermost.pluginapi.v1.UpsertGroupMembersRequest
|
|
(*UpsertGroupMembersResponse)(nil), // 63: mattermost.pluginapi.v1.UpsertGroupMembersResponse
|
|
(*GetGroupByRemoteIDRequest)(nil), // 64: mattermost.pluginapi.v1.GetGroupByRemoteIDRequest
|
|
(*GetGroupByRemoteIDResponse)(nil), // 65: mattermost.pluginapi.v1.GetGroupByRemoteIDResponse
|
|
(*CreateGroupRequest)(nil), // 66: mattermost.pluginapi.v1.CreateGroupRequest
|
|
(*CreateGroupResponse)(nil), // 67: mattermost.pluginapi.v1.CreateGroupResponse
|
|
(*UpdateGroupRequest)(nil), // 68: mattermost.pluginapi.v1.UpdateGroupRequest
|
|
(*UpdateGroupResponse)(nil), // 69: mattermost.pluginapi.v1.UpdateGroupResponse
|
|
(*DeleteGroupRequest)(nil), // 70: mattermost.pluginapi.v1.DeleteGroupRequest
|
|
(*DeleteGroupResponse)(nil), // 71: mattermost.pluginapi.v1.DeleteGroupResponse
|
|
(*RestoreGroupRequest)(nil), // 72: mattermost.pluginapi.v1.RestoreGroupRequest
|
|
(*RestoreGroupResponse)(nil), // 73: mattermost.pluginapi.v1.RestoreGroupResponse
|
|
(*DeleteGroupMemberRequest)(nil), // 74: mattermost.pluginapi.v1.DeleteGroupMemberRequest
|
|
(*DeleteGroupMemberResponse)(nil), // 75: mattermost.pluginapi.v1.DeleteGroupMemberResponse
|
|
(*GetGroupSyncableRequest)(nil), // 76: mattermost.pluginapi.v1.GetGroupSyncableRequest
|
|
(*GetGroupSyncableResponse)(nil), // 77: mattermost.pluginapi.v1.GetGroupSyncableResponse
|
|
(*GetGroupSyncablesRequest)(nil), // 78: mattermost.pluginapi.v1.GetGroupSyncablesRequest
|
|
(*GetGroupSyncablesResponse)(nil), // 79: mattermost.pluginapi.v1.GetGroupSyncablesResponse
|
|
(*UpsertGroupSyncableRequest)(nil), // 80: mattermost.pluginapi.v1.UpsertGroupSyncableRequest
|
|
(*UpsertGroupSyncableResponse)(nil), // 81: mattermost.pluginapi.v1.UpsertGroupSyncableResponse
|
|
(*UpdateGroupSyncableRequest)(nil), // 82: mattermost.pluginapi.v1.UpdateGroupSyncableRequest
|
|
(*UpdateGroupSyncableResponse)(nil), // 83: mattermost.pluginapi.v1.UpdateGroupSyncableResponse
|
|
(*DeleteGroupSyncableRequest)(nil), // 84: mattermost.pluginapi.v1.DeleteGroupSyncableRequest
|
|
(*DeleteGroupSyncableResponse)(nil), // 85: mattermost.pluginapi.v1.DeleteGroupSyncableResponse
|
|
(*GetGroupsRequest)(nil), // 86: mattermost.pluginapi.v1.GetGroupsRequest
|
|
(*GetGroupsResponse)(nil), // 87: mattermost.pluginapi.v1.GetGroupsResponse
|
|
(*CreateDefaultSyncableMembershipsRequest)(nil), // 88: mattermost.pluginapi.v1.CreateDefaultSyncableMembershipsRequest
|
|
(*CreateDefaultSyncableMembershipsResponse)(nil), // 89: mattermost.pluginapi.v1.CreateDefaultSyncableMembershipsResponse
|
|
(*DeleteGroupConstrainedMembershipsRequest)(nil), // 90: mattermost.pluginapi.v1.DeleteGroupConstrainedMembershipsRequest
|
|
(*DeleteGroupConstrainedMembershipsResponse)(nil), // 91: mattermost.pluginapi.v1.DeleteGroupConstrainedMembershipsResponse
|
|
(*RegisterPluginForSharedChannelsRequest)(nil), // 92: mattermost.pluginapi.v1.RegisterPluginForSharedChannelsRequest
|
|
(*RegisterPluginForSharedChannelsResponse)(nil), // 93: mattermost.pluginapi.v1.RegisterPluginForSharedChannelsResponse
|
|
(*UnregisterPluginForSharedChannelsRequest)(nil), // 94: mattermost.pluginapi.v1.UnregisterPluginForSharedChannelsRequest
|
|
(*UnregisterPluginForSharedChannelsResponse)(nil), // 95: mattermost.pluginapi.v1.UnregisterPluginForSharedChannelsResponse
|
|
(*ShareChannelRequest)(nil), // 96: mattermost.pluginapi.v1.ShareChannelRequest
|
|
(*ShareChannelResponse)(nil), // 97: mattermost.pluginapi.v1.ShareChannelResponse
|
|
(*UpdateSharedChannelRequest)(nil), // 98: mattermost.pluginapi.v1.UpdateSharedChannelRequest
|
|
(*UpdateSharedChannelResponse)(nil), // 99: mattermost.pluginapi.v1.UpdateSharedChannelResponse
|
|
(*UnshareChannelRequest)(nil), // 100: mattermost.pluginapi.v1.UnshareChannelRequest
|
|
(*UnshareChannelResponse)(nil), // 101: mattermost.pluginapi.v1.UnshareChannelResponse
|
|
(*UpdateSharedChannelCursorRequest)(nil), // 102: mattermost.pluginapi.v1.UpdateSharedChannelCursorRequest
|
|
(*UpdateSharedChannelCursorResponse)(nil), // 103: mattermost.pluginapi.v1.UpdateSharedChannelCursorResponse
|
|
(*SyncSharedChannelRequest)(nil), // 104: mattermost.pluginapi.v1.SyncSharedChannelRequest
|
|
(*SyncSharedChannelResponse)(nil), // 105: mattermost.pluginapi.v1.SyncSharedChannelResponse
|
|
(*InviteRemoteToChannelRequest)(nil), // 106: mattermost.pluginapi.v1.InviteRemoteToChannelRequest
|
|
(*InviteRemoteToChannelResponse)(nil), // 107: mattermost.pluginapi.v1.InviteRemoteToChannelResponse
|
|
(*UninviteRemoteFromChannelRequest)(nil), // 108: mattermost.pluginapi.v1.UninviteRemoteFromChannelRequest
|
|
(*UninviteRemoteFromChannelResponse)(nil), // 109: mattermost.pluginapi.v1.UninviteRemoteFromChannelResponse
|
|
(*CreatePropertyFieldRequest)(nil), // 110: mattermost.pluginapi.v1.CreatePropertyFieldRequest
|
|
(*CreatePropertyFieldResponse)(nil), // 111: mattermost.pluginapi.v1.CreatePropertyFieldResponse
|
|
(*GetPropertyFieldRequest)(nil), // 112: mattermost.pluginapi.v1.GetPropertyFieldRequest
|
|
(*GetPropertyFieldResponse)(nil), // 113: mattermost.pluginapi.v1.GetPropertyFieldResponse
|
|
(*GetPropertyFieldsRequest)(nil), // 114: mattermost.pluginapi.v1.GetPropertyFieldsRequest
|
|
(*GetPropertyFieldsResponse)(nil), // 115: mattermost.pluginapi.v1.GetPropertyFieldsResponse
|
|
(*UpdatePropertyFieldRequest)(nil), // 116: mattermost.pluginapi.v1.UpdatePropertyFieldRequest
|
|
(*UpdatePropertyFieldResponse)(nil), // 117: mattermost.pluginapi.v1.UpdatePropertyFieldResponse
|
|
(*DeletePropertyFieldRequest)(nil), // 118: mattermost.pluginapi.v1.DeletePropertyFieldRequest
|
|
(*DeletePropertyFieldResponse)(nil), // 119: mattermost.pluginapi.v1.DeletePropertyFieldResponse
|
|
(*SearchPropertyFieldsRequest)(nil), // 120: mattermost.pluginapi.v1.SearchPropertyFieldsRequest
|
|
(*SearchPropertyFieldsResponse)(nil), // 121: mattermost.pluginapi.v1.SearchPropertyFieldsResponse
|
|
(*CountPropertyFieldsRequest)(nil), // 122: mattermost.pluginapi.v1.CountPropertyFieldsRequest
|
|
(*CountPropertyFieldsResponse)(nil), // 123: mattermost.pluginapi.v1.CountPropertyFieldsResponse
|
|
(*CountPropertyFieldsForTargetRequest)(nil), // 124: mattermost.pluginapi.v1.CountPropertyFieldsForTargetRequest
|
|
(*CountPropertyFieldsForTargetResponse)(nil), // 125: mattermost.pluginapi.v1.CountPropertyFieldsForTargetResponse
|
|
(*CreatePropertyValueRequest)(nil), // 126: mattermost.pluginapi.v1.CreatePropertyValueRequest
|
|
(*CreatePropertyValueResponse)(nil), // 127: mattermost.pluginapi.v1.CreatePropertyValueResponse
|
|
(*GetPropertyValueRequest)(nil), // 128: mattermost.pluginapi.v1.GetPropertyValueRequest
|
|
(*GetPropertyValueResponse)(nil), // 129: mattermost.pluginapi.v1.GetPropertyValueResponse
|
|
(*GetPropertyValuesRequest)(nil), // 130: mattermost.pluginapi.v1.GetPropertyValuesRequest
|
|
(*GetPropertyValuesResponse)(nil), // 131: mattermost.pluginapi.v1.GetPropertyValuesResponse
|
|
(*UpdatePropertyValueRequest)(nil), // 132: mattermost.pluginapi.v1.UpdatePropertyValueRequest
|
|
(*UpdatePropertyValueResponse)(nil), // 133: mattermost.pluginapi.v1.UpdatePropertyValueResponse
|
|
(*UpsertPropertyValueRequest)(nil), // 134: mattermost.pluginapi.v1.UpsertPropertyValueRequest
|
|
(*UpsertPropertyValueResponse)(nil), // 135: mattermost.pluginapi.v1.UpsertPropertyValueResponse
|
|
(*DeletePropertyValueRequest)(nil), // 136: mattermost.pluginapi.v1.DeletePropertyValueRequest
|
|
(*DeletePropertyValueResponse)(nil), // 137: mattermost.pluginapi.v1.DeletePropertyValueResponse
|
|
(*SearchPropertyValuesRequest)(nil), // 138: mattermost.pluginapi.v1.SearchPropertyValuesRequest
|
|
(*SearchPropertyValuesResponse)(nil), // 139: mattermost.pluginapi.v1.SearchPropertyValuesResponse
|
|
(*RegisterPropertyGroupRequest)(nil), // 140: mattermost.pluginapi.v1.RegisterPropertyGroupRequest
|
|
(*RegisterPropertyGroupResponse)(nil), // 141: mattermost.pluginapi.v1.RegisterPropertyGroupResponse
|
|
(*GetPropertyGroupRequest)(nil), // 142: mattermost.pluginapi.v1.GetPropertyGroupRequest
|
|
(*GetPropertyGroupResponse)(nil), // 143: mattermost.pluginapi.v1.GetPropertyGroupResponse
|
|
(*GetPropertyFieldByNameRequest)(nil), // 144: mattermost.pluginapi.v1.GetPropertyFieldByNameRequest
|
|
(*GetPropertyFieldByNameResponse)(nil), // 145: mattermost.pluginapi.v1.GetPropertyFieldByNameResponse
|
|
(*UpdatePropertyFieldsRequest)(nil), // 146: mattermost.pluginapi.v1.UpdatePropertyFieldsRequest
|
|
(*UpdatePropertyFieldsResponse)(nil), // 147: mattermost.pluginapi.v1.UpdatePropertyFieldsResponse
|
|
(*UpdatePropertyValuesRequest)(nil), // 148: mattermost.pluginapi.v1.UpdatePropertyValuesRequest
|
|
(*UpdatePropertyValuesResponse)(nil), // 149: mattermost.pluginapi.v1.UpdatePropertyValuesResponse
|
|
(*UpsertPropertyValuesRequest)(nil), // 150: mattermost.pluginapi.v1.UpsertPropertyValuesRequest
|
|
(*UpsertPropertyValuesResponse)(nil), // 151: mattermost.pluginapi.v1.UpsertPropertyValuesResponse
|
|
(*DeletePropertyValuesForTargetRequest)(nil), // 152: mattermost.pluginapi.v1.DeletePropertyValuesForTargetRequest
|
|
(*DeletePropertyValuesForTargetResponse)(nil), // 153: mattermost.pluginapi.v1.DeletePropertyValuesForTargetResponse
|
|
(*DeletePropertyValuesForFieldRequest)(nil), // 154: mattermost.pluginapi.v1.DeletePropertyValuesForFieldRequest
|
|
(*DeletePropertyValuesForFieldResponse)(nil), // 155: mattermost.pluginapi.v1.DeletePropertyValuesForFieldResponse
|
|
(*LogAuditRecRequest)(nil), // 156: mattermost.pluginapi.v1.LogAuditRecRequest
|
|
(*LogAuditRecResponse)(nil), // 157: mattermost.pluginapi.v1.LogAuditRecResponse
|
|
(*LogAuditRecWithLevelRequest)(nil), // 158: mattermost.pluginapi.v1.LogAuditRecWithLevelRequest
|
|
(*LogAuditRecWithLevelResponse)(nil), // 159: mattermost.pluginapi.v1.LogAuditRecWithLevelResponse
|
|
(*PluginHTTPRequest)(nil), // 160: mattermost.pluginapi.v1.PluginHTTPRequest
|
|
(*PluginHTTPResponse)(nil), // 161: mattermost.pluginapi.v1.PluginHTTPResponse
|
|
(*GetCloudLimitsRequest)(nil), // 162: mattermost.pluginapi.v1.GetCloudLimitsRequest
|
|
(*GetCloudLimitsResponse)(nil), // 163: mattermost.pluginapi.v1.GetCloudLimitsResponse
|
|
(*OpenInteractiveDialogRequest)(nil), // 164: mattermost.pluginapi.v1.OpenInteractiveDialogRequest
|
|
(*OpenInteractiveDialogResponse)(nil), // 165: mattermost.pluginapi.v1.OpenInteractiveDialogResponse
|
|
(*PublishPluginClusterEventRequest)(nil), // 166: mattermost.pluginapi.v1.PublishPluginClusterEventRequest
|
|
(*PublishPluginClusterEventResponse)(nil), // 167: mattermost.pluginapi.v1.PublishPluginClusterEventResponse
|
|
(*RegisterCollectionAndTopicRequest)(nil), // 168: mattermost.pluginapi.v1.RegisterCollectionAndTopicRequest
|
|
(*RegisterCollectionAndTopicResponse)(nil), // 169: mattermost.pluginapi.v1.RegisterCollectionAndTopicResponse
|
|
(*RequestTrialLicenseRequest)(nil), // 170: mattermost.pluginapi.v1.RequestTrialLicenseRequest
|
|
(*RequestTrialLicenseResponse)(nil), // 171: mattermost.pluginapi.v1.RequestTrialLicenseResponse
|
|
(*RolesGrantPermissionRequest)(nil), // 172: mattermost.pluginapi.v1.RolesGrantPermissionRequest
|
|
(*RolesGrantPermissionResponse)(nil), // 173: mattermost.pluginapi.v1.RolesGrantPermissionResponse
|
|
(*SendMailRequest)(nil), // 174: mattermost.pluginapi.v1.SendMailRequest
|
|
(*SendMailResponse)(nil), // 175: mattermost.pluginapi.v1.SendMailResponse
|
|
(*SendPushNotificationRequest)(nil), // 176: mattermost.pluginapi.v1.SendPushNotificationRequest
|
|
(*SendPushNotificationResponse)(nil), // 177: mattermost.pluginapi.v1.SendPushNotificationResponse
|
|
(*Command)(nil), // 178: mattermost.pluginapi.v1.Command
|
|
(*CommandArgs)(nil), // 179: mattermost.pluginapi.v1.CommandArgs
|
|
(*CommandResponse)(nil), // 180: mattermost.pluginapi.v1.CommandResponse
|
|
(*Preference)(nil), // 181: mattermost.pluginapi.v1.Preference
|
|
(*OAuthApp)(nil), // 182: mattermost.pluginapi.v1.OAuthApp
|
|
(*Group)(nil), // 183: mattermost.pluginapi.v1.Group
|
|
(*GroupMember)(nil), // 184: mattermost.pluginapi.v1.GroupMember
|
|
(*GroupSyncable)(nil), // 185: mattermost.pluginapi.v1.GroupSyncable
|
|
(*GroupSearchOpts)(nil), // 186: mattermost.pluginapi.v1.GroupSearchOpts
|
|
(*CreateDefaultMembershipParams)(nil), // 187: mattermost.pluginapi.v1.CreateDefaultMembershipParams
|
|
(*RegisterPluginOpts)(nil), // 188: mattermost.pluginapi.v1.RegisterPluginOpts
|
|
(*SharedChannel)(nil), // 189: mattermost.pluginapi.v1.SharedChannel
|
|
(*GetPostsSinceForSyncCursor)(nil), // 190: mattermost.pluginapi.v1.GetPostsSinceForSyncCursor
|
|
(*PropertyField)(nil), // 191: mattermost.pluginapi.v1.PropertyField
|
|
(*PropertyFieldSearchOpts)(nil), // 192: mattermost.pluginapi.v1.PropertyFieldSearchOpts
|
|
(*PropertyValue)(nil), // 193: mattermost.pluginapi.v1.PropertyValue
|
|
(*PropertyValueSearchOpts)(nil), // 194: mattermost.pluginapi.v1.PropertyValueSearchOpts
|
|
(*PropertyGroup)(nil), // 195: mattermost.pluginapi.v1.PropertyGroup
|
|
(*AuditRecord)(nil), // 196: mattermost.pluginapi.v1.AuditRecord
|
|
(*OpenDialogRequest)(nil), // 197: mattermost.pluginapi.v1.OpenDialogRequest
|
|
(*Dialog)(nil), // 198: mattermost.pluginapi.v1.Dialog
|
|
(*DialogElement)(nil), // 199: mattermost.pluginapi.v1.DialogElement
|
|
(*DialogElementOption)(nil), // 200: mattermost.pluginapi.v1.DialogElementOption
|
|
(*PluginClusterEvent)(nil), // 201: mattermost.pluginapi.v1.PluginClusterEvent
|
|
(*PluginClusterEventSendOptions)(nil), // 202: mattermost.pluginapi.v1.PluginClusterEventSendOptions
|
|
(*PushNotification)(nil), // 203: mattermost.pluginapi.v1.PushNotification
|
|
nil, // 204: mattermost.pluginapi.v1.PluginHTTPRequest.HeadersEntry
|
|
nil, // 205: mattermost.pluginapi.v1.PluginHTTPResponse.HeadersEntry
|
|
(*AppError)(nil), // 206: mattermost.pluginapi.v1.AppError
|
|
(*User)(nil), // 207: mattermost.pluginapi.v1.User
|
|
(*ViewUsersRestrictions)(nil), // 208: mattermost.pluginapi.v1.ViewUsersRestrictions
|
|
(*structpb.Struct)(nil), // 209: google.protobuf.Struct
|
|
(*structpb.Value)(nil), // 210: google.protobuf.Value
|
|
}
|
|
var file_api_remaining_proto_depIdxs = []int32{
|
|
206, // 0: mattermost.pluginapi.v1.GetLicenseResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 1: mattermost.pluginapi.v1.IsEnterpriseReadyResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 2: mattermost.pluginapi.v1.GetServerVersionResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 3: mattermost.pluginapi.v1.GetSystemInstallDateResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 4: mattermost.pluginapi.v1.GetDiagnosticIdResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 5: mattermost.pluginapi.v1.GetTelemetryIdResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
178, // 6: mattermost.pluginapi.v1.RegisterCommandRequest.command:type_name -> mattermost.pluginapi.v1.Command
|
|
206, // 7: mattermost.pluginapi.v1.RegisterCommandResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 8: mattermost.pluginapi.v1.UnregisterCommandResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
179, // 9: mattermost.pluginapi.v1.ExecuteSlashCommandRequest.command_args:type_name -> mattermost.pluginapi.v1.CommandArgs
|
|
206, // 10: mattermost.pluginapi.v1.ExecuteSlashCommandResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
180, // 11: mattermost.pluginapi.v1.ExecuteSlashCommandResponse.response:type_name -> mattermost.pluginapi.v1.CommandResponse
|
|
178, // 12: mattermost.pluginapi.v1.CreateCommandRequest.cmd:type_name -> mattermost.pluginapi.v1.Command
|
|
206, // 13: mattermost.pluginapi.v1.CreateCommandResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
178, // 14: mattermost.pluginapi.v1.CreateCommandResponse.command:type_name -> mattermost.pluginapi.v1.Command
|
|
206, // 15: mattermost.pluginapi.v1.ListCommandsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
178, // 16: mattermost.pluginapi.v1.ListCommandsResponse.commands:type_name -> mattermost.pluginapi.v1.Command
|
|
206, // 17: mattermost.pluginapi.v1.ListCustomCommandsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
178, // 18: mattermost.pluginapi.v1.ListCustomCommandsResponse.commands:type_name -> mattermost.pluginapi.v1.Command
|
|
206, // 19: mattermost.pluginapi.v1.ListPluginCommandsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
178, // 20: mattermost.pluginapi.v1.ListPluginCommandsResponse.commands:type_name -> mattermost.pluginapi.v1.Command
|
|
206, // 21: mattermost.pluginapi.v1.ListBuiltInCommandsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
178, // 22: mattermost.pluginapi.v1.ListBuiltInCommandsResponse.commands:type_name -> mattermost.pluginapi.v1.Command
|
|
206, // 23: mattermost.pluginapi.v1.GetCommandResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
178, // 24: mattermost.pluginapi.v1.GetCommandResponse.command:type_name -> mattermost.pluginapi.v1.Command
|
|
178, // 25: mattermost.pluginapi.v1.UpdateCommandRequest.updated_cmd:type_name -> mattermost.pluginapi.v1.Command
|
|
206, // 26: mattermost.pluginapi.v1.UpdateCommandResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
178, // 27: mattermost.pluginapi.v1.UpdateCommandResponse.command:type_name -> mattermost.pluginapi.v1.Command
|
|
206, // 28: mattermost.pluginapi.v1.DeleteCommandResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 29: mattermost.pluginapi.v1.GetPreferenceForUserResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
181, // 30: mattermost.pluginapi.v1.GetPreferenceForUserResponse.preference:type_name -> mattermost.pluginapi.v1.Preference
|
|
206, // 31: mattermost.pluginapi.v1.GetPreferencesForUserResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
181, // 32: mattermost.pluginapi.v1.GetPreferencesForUserResponse.preferences:type_name -> mattermost.pluginapi.v1.Preference
|
|
181, // 33: mattermost.pluginapi.v1.UpdatePreferencesForUserRequest.preferences:type_name -> mattermost.pluginapi.v1.Preference
|
|
206, // 34: mattermost.pluginapi.v1.UpdatePreferencesForUserResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
181, // 35: mattermost.pluginapi.v1.DeletePreferencesForUserRequest.preferences:type_name -> mattermost.pluginapi.v1.Preference
|
|
206, // 36: mattermost.pluginapi.v1.DeletePreferencesForUserResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
182, // 37: mattermost.pluginapi.v1.CreateOAuthAppRequest.app:type_name -> mattermost.pluginapi.v1.OAuthApp
|
|
206, // 38: mattermost.pluginapi.v1.CreateOAuthAppResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
182, // 39: mattermost.pluginapi.v1.CreateOAuthAppResponse.app:type_name -> mattermost.pluginapi.v1.OAuthApp
|
|
206, // 40: mattermost.pluginapi.v1.GetOAuthAppResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
182, // 41: mattermost.pluginapi.v1.GetOAuthAppResponse.app:type_name -> mattermost.pluginapi.v1.OAuthApp
|
|
182, // 42: mattermost.pluginapi.v1.UpdateOAuthAppRequest.app:type_name -> mattermost.pluginapi.v1.OAuthApp
|
|
206, // 43: mattermost.pluginapi.v1.UpdateOAuthAppResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
182, // 44: mattermost.pluginapi.v1.UpdateOAuthAppResponse.app:type_name -> mattermost.pluginapi.v1.OAuthApp
|
|
206, // 45: mattermost.pluginapi.v1.DeleteOAuthAppResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 46: mattermost.pluginapi.v1.GetGroupResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
183, // 47: mattermost.pluginapi.v1.GetGroupResponse.group:type_name -> mattermost.pluginapi.v1.Group
|
|
206, // 48: mattermost.pluginapi.v1.GetGroupByNameResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
183, // 49: mattermost.pluginapi.v1.GetGroupByNameResponse.group:type_name -> mattermost.pluginapi.v1.Group
|
|
206, // 50: mattermost.pluginapi.v1.GetGroupMemberUsersResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
207, // 51: mattermost.pluginapi.v1.GetGroupMemberUsersResponse.users:type_name -> mattermost.pluginapi.v1.User
|
|
206, // 52: mattermost.pluginapi.v1.GetGroupsBySourceResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
183, // 53: mattermost.pluginapi.v1.GetGroupsBySourceResponse.groups:type_name -> mattermost.pluginapi.v1.Group
|
|
206, // 54: mattermost.pluginapi.v1.GetGroupsForUserResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
183, // 55: mattermost.pluginapi.v1.GetGroupsForUserResponse.groups:type_name -> mattermost.pluginapi.v1.Group
|
|
206, // 56: mattermost.pluginapi.v1.UpsertGroupMemberResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
184, // 57: mattermost.pluginapi.v1.UpsertGroupMemberResponse.group_member:type_name -> mattermost.pluginapi.v1.GroupMember
|
|
206, // 58: mattermost.pluginapi.v1.UpsertGroupMembersResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
184, // 59: mattermost.pluginapi.v1.UpsertGroupMembersResponse.group_members:type_name -> mattermost.pluginapi.v1.GroupMember
|
|
206, // 60: mattermost.pluginapi.v1.GetGroupByRemoteIDResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
183, // 61: mattermost.pluginapi.v1.GetGroupByRemoteIDResponse.group:type_name -> mattermost.pluginapi.v1.Group
|
|
183, // 62: mattermost.pluginapi.v1.CreateGroupRequest.group:type_name -> mattermost.pluginapi.v1.Group
|
|
206, // 63: mattermost.pluginapi.v1.CreateGroupResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
183, // 64: mattermost.pluginapi.v1.CreateGroupResponse.group:type_name -> mattermost.pluginapi.v1.Group
|
|
183, // 65: mattermost.pluginapi.v1.UpdateGroupRequest.group:type_name -> mattermost.pluginapi.v1.Group
|
|
206, // 66: mattermost.pluginapi.v1.UpdateGroupResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
183, // 67: mattermost.pluginapi.v1.UpdateGroupResponse.group:type_name -> mattermost.pluginapi.v1.Group
|
|
206, // 68: mattermost.pluginapi.v1.DeleteGroupResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
183, // 69: mattermost.pluginapi.v1.DeleteGroupResponse.group:type_name -> mattermost.pluginapi.v1.Group
|
|
206, // 70: mattermost.pluginapi.v1.RestoreGroupResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
183, // 71: mattermost.pluginapi.v1.RestoreGroupResponse.group:type_name -> mattermost.pluginapi.v1.Group
|
|
206, // 72: mattermost.pluginapi.v1.DeleteGroupMemberResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
184, // 73: mattermost.pluginapi.v1.DeleteGroupMemberResponse.group_member:type_name -> mattermost.pluginapi.v1.GroupMember
|
|
206, // 74: mattermost.pluginapi.v1.GetGroupSyncableResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
185, // 75: mattermost.pluginapi.v1.GetGroupSyncableResponse.group_syncable:type_name -> mattermost.pluginapi.v1.GroupSyncable
|
|
206, // 76: mattermost.pluginapi.v1.GetGroupSyncablesResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
185, // 77: mattermost.pluginapi.v1.GetGroupSyncablesResponse.group_syncables:type_name -> mattermost.pluginapi.v1.GroupSyncable
|
|
185, // 78: mattermost.pluginapi.v1.UpsertGroupSyncableRequest.group_syncable:type_name -> mattermost.pluginapi.v1.GroupSyncable
|
|
206, // 79: mattermost.pluginapi.v1.UpsertGroupSyncableResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
185, // 80: mattermost.pluginapi.v1.UpsertGroupSyncableResponse.group_syncable:type_name -> mattermost.pluginapi.v1.GroupSyncable
|
|
185, // 81: mattermost.pluginapi.v1.UpdateGroupSyncableRequest.group_syncable:type_name -> mattermost.pluginapi.v1.GroupSyncable
|
|
206, // 82: mattermost.pluginapi.v1.UpdateGroupSyncableResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
185, // 83: mattermost.pluginapi.v1.UpdateGroupSyncableResponse.group_syncable:type_name -> mattermost.pluginapi.v1.GroupSyncable
|
|
206, // 84: mattermost.pluginapi.v1.DeleteGroupSyncableResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
185, // 85: mattermost.pluginapi.v1.DeleteGroupSyncableResponse.group_syncable:type_name -> mattermost.pluginapi.v1.GroupSyncable
|
|
186, // 86: mattermost.pluginapi.v1.GetGroupsRequest.opts:type_name -> mattermost.pluginapi.v1.GroupSearchOpts
|
|
208, // 87: mattermost.pluginapi.v1.GetGroupsRequest.view_restrictions:type_name -> mattermost.pluginapi.v1.ViewUsersRestrictions
|
|
206, // 88: mattermost.pluginapi.v1.GetGroupsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
183, // 89: mattermost.pluginapi.v1.GetGroupsResponse.groups:type_name -> mattermost.pluginapi.v1.Group
|
|
187, // 90: mattermost.pluginapi.v1.CreateDefaultSyncableMembershipsRequest.params:type_name -> mattermost.pluginapi.v1.CreateDefaultMembershipParams
|
|
206, // 91: mattermost.pluginapi.v1.CreateDefaultSyncableMembershipsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 92: mattermost.pluginapi.v1.DeleteGroupConstrainedMembershipsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
188, // 93: mattermost.pluginapi.v1.RegisterPluginForSharedChannelsRequest.opts:type_name -> mattermost.pluginapi.v1.RegisterPluginOpts
|
|
206, // 94: mattermost.pluginapi.v1.RegisterPluginForSharedChannelsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 95: mattermost.pluginapi.v1.UnregisterPluginForSharedChannelsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
189, // 96: mattermost.pluginapi.v1.ShareChannelRequest.shared_channel:type_name -> mattermost.pluginapi.v1.SharedChannel
|
|
206, // 97: mattermost.pluginapi.v1.ShareChannelResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
189, // 98: mattermost.pluginapi.v1.ShareChannelResponse.shared_channel:type_name -> mattermost.pluginapi.v1.SharedChannel
|
|
189, // 99: mattermost.pluginapi.v1.UpdateSharedChannelRequest.shared_channel:type_name -> mattermost.pluginapi.v1.SharedChannel
|
|
206, // 100: mattermost.pluginapi.v1.UpdateSharedChannelResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
189, // 101: mattermost.pluginapi.v1.UpdateSharedChannelResponse.shared_channel:type_name -> mattermost.pluginapi.v1.SharedChannel
|
|
206, // 102: mattermost.pluginapi.v1.UnshareChannelResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
190, // 103: mattermost.pluginapi.v1.UpdateSharedChannelCursorRequest.cursor:type_name -> mattermost.pluginapi.v1.GetPostsSinceForSyncCursor
|
|
206, // 104: mattermost.pluginapi.v1.UpdateSharedChannelCursorResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 105: mattermost.pluginapi.v1.SyncSharedChannelResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 106: mattermost.pluginapi.v1.InviteRemoteToChannelResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 107: mattermost.pluginapi.v1.UninviteRemoteFromChannelResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
191, // 108: mattermost.pluginapi.v1.CreatePropertyFieldRequest.field:type_name -> mattermost.pluginapi.v1.PropertyField
|
|
206, // 109: mattermost.pluginapi.v1.CreatePropertyFieldResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
191, // 110: mattermost.pluginapi.v1.CreatePropertyFieldResponse.field:type_name -> mattermost.pluginapi.v1.PropertyField
|
|
206, // 111: mattermost.pluginapi.v1.GetPropertyFieldResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
191, // 112: mattermost.pluginapi.v1.GetPropertyFieldResponse.field:type_name -> mattermost.pluginapi.v1.PropertyField
|
|
206, // 113: mattermost.pluginapi.v1.GetPropertyFieldsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
191, // 114: mattermost.pluginapi.v1.GetPropertyFieldsResponse.fields:type_name -> mattermost.pluginapi.v1.PropertyField
|
|
191, // 115: mattermost.pluginapi.v1.UpdatePropertyFieldRequest.field:type_name -> mattermost.pluginapi.v1.PropertyField
|
|
206, // 116: mattermost.pluginapi.v1.UpdatePropertyFieldResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
191, // 117: mattermost.pluginapi.v1.UpdatePropertyFieldResponse.field:type_name -> mattermost.pluginapi.v1.PropertyField
|
|
206, // 118: mattermost.pluginapi.v1.DeletePropertyFieldResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
192, // 119: mattermost.pluginapi.v1.SearchPropertyFieldsRequest.opts:type_name -> mattermost.pluginapi.v1.PropertyFieldSearchOpts
|
|
206, // 120: mattermost.pluginapi.v1.SearchPropertyFieldsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
191, // 121: mattermost.pluginapi.v1.SearchPropertyFieldsResponse.fields:type_name -> mattermost.pluginapi.v1.PropertyField
|
|
206, // 122: mattermost.pluginapi.v1.CountPropertyFieldsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 123: mattermost.pluginapi.v1.CountPropertyFieldsForTargetResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
193, // 124: mattermost.pluginapi.v1.CreatePropertyValueRequest.value:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
206, // 125: mattermost.pluginapi.v1.CreatePropertyValueResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
193, // 126: mattermost.pluginapi.v1.CreatePropertyValueResponse.value:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
206, // 127: mattermost.pluginapi.v1.GetPropertyValueResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
193, // 128: mattermost.pluginapi.v1.GetPropertyValueResponse.value:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
206, // 129: mattermost.pluginapi.v1.GetPropertyValuesResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
193, // 130: mattermost.pluginapi.v1.GetPropertyValuesResponse.values:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
193, // 131: mattermost.pluginapi.v1.UpdatePropertyValueRequest.value:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
206, // 132: mattermost.pluginapi.v1.UpdatePropertyValueResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
193, // 133: mattermost.pluginapi.v1.UpdatePropertyValueResponse.value:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
193, // 134: mattermost.pluginapi.v1.UpsertPropertyValueRequest.value:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
206, // 135: mattermost.pluginapi.v1.UpsertPropertyValueResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
193, // 136: mattermost.pluginapi.v1.UpsertPropertyValueResponse.value:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
206, // 137: mattermost.pluginapi.v1.DeletePropertyValueResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
194, // 138: mattermost.pluginapi.v1.SearchPropertyValuesRequest.opts:type_name -> mattermost.pluginapi.v1.PropertyValueSearchOpts
|
|
206, // 139: mattermost.pluginapi.v1.SearchPropertyValuesResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
193, // 140: mattermost.pluginapi.v1.SearchPropertyValuesResponse.values:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
206, // 141: mattermost.pluginapi.v1.RegisterPropertyGroupResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
195, // 142: mattermost.pluginapi.v1.RegisterPropertyGroupResponse.group:type_name -> mattermost.pluginapi.v1.PropertyGroup
|
|
206, // 143: mattermost.pluginapi.v1.GetPropertyGroupResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
195, // 144: mattermost.pluginapi.v1.GetPropertyGroupResponse.group:type_name -> mattermost.pluginapi.v1.PropertyGroup
|
|
206, // 145: mattermost.pluginapi.v1.GetPropertyFieldByNameResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
191, // 146: mattermost.pluginapi.v1.GetPropertyFieldByNameResponse.field:type_name -> mattermost.pluginapi.v1.PropertyField
|
|
191, // 147: mattermost.pluginapi.v1.UpdatePropertyFieldsRequest.fields:type_name -> mattermost.pluginapi.v1.PropertyField
|
|
206, // 148: mattermost.pluginapi.v1.UpdatePropertyFieldsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
191, // 149: mattermost.pluginapi.v1.UpdatePropertyFieldsResponse.fields:type_name -> mattermost.pluginapi.v1.PropertyField
|
|
193, // 150: mattermost.pluginapi.v1.UpdatePropertyValuesRequest.values:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
206, // 151: mattermost.pluginapi.v1.UpdatePropertyValuesResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
193, // 152: mattermost.pluginapi.v1.UpdatePropertyValuesResponse.values:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
193, // 153: mattermost.pluginapi.v1.UpsertPropertyValuesRequest.values:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
206, // 154: mattermost.pluginapi.v1.UpsertPropertyValuesResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
193, // 155: mattermost.pluginapi.v1.UpsertPropertyValuesResponse.values:type_name -> mattermost.pluginapi.v1.PropertyValue
|
|
206, // 156: mattermost.pluginapi.v1.DeletePropertyValuesForTargetResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 157: mattermost.pluginapi.v1.DeletePropertyValuesForFieldResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
196, // 158: mattermost.pluginapi.v1.LogAuditRecRequest.record:type_name -> mattermost.pluginapi.v1.AuditRecord
|
|
206, // 159: mattermost.pluginapi.v1.LogAuditRecResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
196, // 160: mattermost.pluginapi.v1.LogAuditRecWithLevelRequest.record:type_name -> mattermost.pluginapi.v1.AuditRecord
|
|
206, // 161: mattermost.pluginapi.v1.LogAuditRecWithLevelResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
204, // 162: mattermost.pluginapi.v1.PluginHTTPRequest.headers:type_name -> mattermost.pluginapi.v1.PluginHTTPRequest.HeadersEntry
|
|
206, // 163: mattermost.pluginapi.v1.PluginHTTPResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
205, // 164: mattermost.pluginapi.v1.PluginHTTPResponse.headers:type_name -> mattermost.pluginapi.v1.PluginHTTPResponse.HeadersEntry
|
|
206, // 165: mattermost.pluginapi.v1.GetCloudLimitsResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
197, // 166: mattermost.pluginapi.v1.OpenInteractiveDialogRequest.dialog:type_name -> mattermost.pluginapi.v1.OpenDialogRequest
|
|
206, // 167: mattermost.pluginapi.v1.OpenInteractiveDialogResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
201, // 168: mattermost.pluginapi.v1.PublishPluginClusterEventRequest.event:type_name -> mattermost.pluginapi.v1.PluginClusterEvent
|
|
202, // 169: mattermost.pluginapi.v1.PublishPluginClusterEventRequest.opts:type_name -> mattermost.pluginapi.v1.PluginClusterEventSendOptions
|
|
206, // 170: mattermost.pluginapi.v1.PublishPluginClusterEventResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 171: mattermost.pluginapi.v1.RegisterCollectionAndTopicResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 172: mattermost.pluginapi.v1.RequestTrialLicenseResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 173: mattermost.pluginapi.v1.RolesGrantPermissionResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
206, // 174: mattermost.pluginapi.v1.SendMailResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
203, // 175: mattermost.pluginapi.v1.SendPushNotificationRequest.notification:type_name -> mattermost.pluginapi.v1.PushNotification
|
|
206, // 176: mattermost.pluginapi.v1.SendPushNotificationResponse.error:type_name -> mattermost.pluginapi.v1.AppError
|
|
209, // 177: mattermost.pluginapi.v1.CommandResponse.props:type_name -> google.protobuf.Struct
|
|
180, // 178: mattermost.pluginapi.v1.CommandResponse.attachments:type_name -> mattermost.pluginapi.v1.CommandResponse
|
|
209, // 179: mattermost.pluginapi.v1.PropertyField.attrs:type_name -> google.protobuf.Struct
|
|
210, // 180: mattermost.pluginapi.v1.PropertyValue.value:type_name -> google.protobuf.Value
|
|
209, // 181: mattermost.pluginapi.v1.AuditRecord.meta:type_name -> google.protobuf.Struct
|
|
198, // 182: mattermost.pluginapi.v1.OpenDialogRequest.dialog:type_name -> mattermost.pluginapi.v1.Dialog
|
|
199, // 183: mattermost.pluginapi.v1.Dialog.elements:type_name -> mattermost.pluginapi.v1.DialogElement
|
|
200, // 184: mattermost.pluginapi.v1.DialogElement.options:type_name -> mattermost.pluginapi.v1.DialogElementOption
|
|
185, // [185:185] is the sub-list for method output_type
|
|
185, // [185:185] is the sub-list for method input_type
|
|
185, // [185:185] is the sub-list for extension type_name
|
|
185, // [185:185] is the sub-list for extension extendee
|
|
0, // [0:185] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_api_remaining_proto_init() }
|
|
func file_api_remaining_proto_init() {
|
|
if File_api_remaining_proto != nil {
|
|
return
|
|
}
|
|
file_common_proto_init()
|
|
file_user_proto_init()
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_api_remaining_proto_rawDesc), len(file_api_remaining_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 206,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_api_remaining_proto_goTypes,
|
|
DependencyIndexes: file_api_remaining_proto_depIdxs,
|
|
MessageInfos: file_api_remaining_proto_msgTypes,
|
|
}.Build()
|
|
File_api_remaining_proto = out.File
|
|
file_api_remaining_proto_goTypes = nil
|
|
file_api_remaining_proto_depIdxs = nil
|
|
}
|