|
|
|
|
@ -524,6 +524,99 @@ func (x *GetInstanceSettingRequest) GetName() string {
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Request message for BatchGetInstanceSettings method.
|
|
|
|
|
type BatchGetInstanceSettingsRequest struct {
|
|
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
|
// The resource names of the instance settings.
|
|
|
|
|
// Format: instance/settings/{setting}
|
|
|
|
|
Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BatchGetInstanceSettingsRequest) Reset() {
|
|
|
|
|
*x = BatchGetInstanceSettingsRequest{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[4]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BatchGetInstanceSettingsRequest) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*BatchGetInstanceSettingsRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *BatchGetInstanceSettingsRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_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 BatchGetInstanceSettingsRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*BatchGetInstanceSettingsRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BatchGetInstanceSettingsRequest) GetNames() []string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Names
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Response message for BatchGetInstanceSettings method.
|
|
|
|
|
type BatchGetInstanceSettingsResponse struct {
|
|
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
|
// The instance settings in the same order as the input names.
|
|
|
|
|
Settings []*InstanceSetting `protobuf:"bytes,1,rep,name=settings,proto3" json:"settings,omitempty"`
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BatchGetInstanceSettingsResponse) Reset() {
|
|
|
|
|
*x = BatchGetInstanceSettingsResponse{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[5]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BatchGetInstanceSettingsResponse) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*BatchGetInstanceSettingsResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *BatchGetInstanceSettingsResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_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 BatchGetInstanceSettingsResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*BatchGetInstanceSettingsResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *BatchGetInstanceSettingsResponse) GetSettings() []*InstanceSetting {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Settings
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Request message for UpdateInstanceSetting method.
|
|
|
|
|
type UpdateInstanceSettingRequest struct {
|
|
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
|
@ -537,7 +630,7 @@ type UpdateInstanceSettingRequest struct {
|
|
|
|
|
|
|
|
|
|
func (x *UpdateInstanceSettingRequest) Reset() {
|
|
|
|
|
*x = UpdateInstanceSettingRequest{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[4]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[6]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -549,7 +642,7 @@ func (x *UpdateInstanceSettingRequest) String() string {
|
|
|
|
|
func (*UpdateInstanceSettingRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *UpdateInstanceSettingRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[4]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[6]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -562,7 +655,7 @@ func (x *UpdateInstanceSettingRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use UpdateInstanceSettingRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*UpdateInstanceSettingRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *UpdateInstanceSettingRequest) GetSetting() *InstanceSetting {
|
|
|
|
|
@ -592,7 +685,7 @@ type TestInstanceEmailSettingRequest struct {
|
|
|
|
|
|
|
|
|
|
func (x *TestInstanceEmailSettingRequest) Reset() {
|
|
|
|
|
*x = TestInstanceEmailSettingRequest{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[5]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[7]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -604,7 +697,7 @@ func (x *TestInstanceEmailSettingRequest) String() string {
|
|
|
|
|
func (*TestInstanceEmailSettingRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *TestInstanceEmailSettingRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[5]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[7]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -617,7 +710,7 @@ func (x *TestInstanceEmailSettingRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use TestInstanceEmailSettingRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*TestInstanceEmailSettingRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *TestInstanceEmailSettingRequest) GetEmail() *InstanceSetting_NotificationSetting_EmailSetting {
|
|
|
|
|
@ -643,7 +736,7 @@ type GetInstanceStatsRequest struct {
|
|
|
|
|
|
|
|
|
|
func (x *GetInstanceStatsRequest) Reset() {
|
|
|
|
|
*x = GetInstanceStatsRequest{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[6]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[8]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -655,7 +748,7 @@ func (x *GetInstanceStatsRequest) String() string {
|
|
|
|
|
func (*GetInstanceStatsRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *GetInstanceStatsRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[6]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[8]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -668,7 +761,7 @@ func (x *GetInstanceStatsRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use GetInstanceStatsRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*GetInstanceStatsRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{8}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Resource usage statistics for the instance.
|
|
|
|
|
@ -685,7 +778,7 @@ type InstanceStats struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceStats) Reset() {
|
|
|
|
|
*x = InstanceStats{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[7]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[9]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -697,7 +790,7 @@ func (x *InstanceStats) String() string {
|
|
|
|
|
func (*InstanceStats) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceStats) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[7]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[9]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -710,7 +803,7 @@ func (x *InstanceStats) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use InstanceStats.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*InstanceStats) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{9}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceStats) GetDatabase() *InstanceStats_DatabaseStats {
|
|
|
|
|
@ -761,7 +854,7 @@ type InstanceSetting_GeneralSetting struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_GeneralSetting) Reset() {
|
|
|
|
|
*x = InstanceSetting_GeneralSetting{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[8]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[10]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -773,7 +866,7 @@ func (x *InstanceSetting_GeneralSetting) String() string {
|
|
|
|
|
func (*InstanceSetting_GeneralSetting) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_GeneralSetting) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[8]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[10]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -863,7 +956,7 @@ type InstanceSetting_StorageSetting struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_StorageSetting) Reset() {
|
|
|
|
|
*x = InstanceSetting_StorageSetting{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[9]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[11]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -875,7 +968,7 @@ func (x *InstanceSetting_StorageSetting) String() string {
|
|
|
|
|
func (*InstanceSetting_StorageSetting) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_StorageSetting) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[9]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[11]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -934,7 +1027,7 @@ type InstanceSetting_MemoRelatedSetting struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_MemoRelatedSetting) Reset() {
|
|
|
|
|
*x = InstanceSetting_MemoRelatedSetting{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[10]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[12]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -946,7 +1039,7 @@ func (x *InstanceSetting_MemoRelatedSetting) String() string {
|
|
|
|
|
func (*InstanceSetting_MemoRelatedSetting) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_MemoRelatedSetting) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[10]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[12]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -997,7 +1090,7 @@ type InstanceSetting_TagMetadata struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_TagMetadata) Reset() {
|
|
|
|
|
*x = InstanceSetting_TagMetadata{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[11]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[13]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -1009,7 +1102,7 @@ func (x *InstanceSetting_TagMetadata) String() string {
|
|
|
|
|
func (*InstanceSetting_TagMetadata) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_TagMetadata) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[11]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[13]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -1053,7 +1146,7 @@ type InstanceSetting_TagsSetting struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_TagsSetting) Reset() {
|
|
|
|
|
*x = InstanceSetting_TagsSetting{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[12]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[14]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -1065,7 +1158,7 @@ func (x *InstanceSetting_TagsSetting) String() string {
|
|
|
|
|
func (*InstanceSetting_TagsSetting) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_TagsSetting) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[12]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[14]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -1098,7 +1191,7 @@ type InstanceSetting_NotificationSetting struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_NotificationSetting) Reset() {
|
|
|
|
|
*x = InstanceSetting_NotificationSetting{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[13]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[15]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -1110,7 +1203,7 @@ func (x *InstanceSetting_NotificationSetting) String() string {
|
|
|
|
|
func (*InstanceSetting_NotificationSetting) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_NotificationSetting) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[13]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[15]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -1147,7 +1240,7 @@ type InstanceSetting_AISetting struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_AISetting) Reset() {
|
|
|
|
|
*x = InstanceSetting_AISetting{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[14]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[16]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -1159,7 +1252,7 @@ func (x *InstanceSetting_AISetting) String() string {
|
|
|
|
|
func (*InstanceSetting_AISetting) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_AISetting) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[14]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[16]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -1208,7 +1301,7 @@ type InstanceSetting_AIProviderConfig struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_AIProviderConfig) Reset() {
|
|
|
|
|
*x = InstanceSetting_AIProviderConfig{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[15]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[17]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -1220,7 +1313,7 @@ func (x *InstanceSetting_AIProviderConfig) String() string {
|
|
|
|
|
func (*InstanceSetting_AIProviderConfig) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_AIProviderConfig) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[15]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[17]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -1306,7 +1399,7 @@ type InstanceSetting_TranscriptionConfig struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_TranscriptionConfig) Reset() {
|
|
|
|
|
*x = InstanceSetting_TranscriptionConfig{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[16]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[18]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -1318,7 +1411,7 @@ func (x *InstanceSetting_TranscriptionConfig) String() string {
|
|
|
|
|
func (*InstanceSetting_TranscriptionConfig) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_TranscriptionConfig) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[16]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[18]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -1374,7 +1467,7 @@ type InstanceSetting_GeneralSetting_CustomProfile struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_GeneralSetting_CustomProfile) Reset() {
|
|
|
|
|
*x = InstanceSetting_GeneralSetting_CustomProfile{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[17]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[19]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -1386,7 +1479,7 @@ func (x *InstanceSetting_GeneralSetting_CustomProfile) String() string {
|
|
|
|
|
func (*InstanceSetting_GeneralSetting_CustomProfile) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_GeneralSetting_CustomProfile) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[17]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[19]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -1439,7 +1532,7 @@ type InstanceSetting_StorageSetting_S3Config struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_StorageSetting_S3Config) Reset() {
|
|
|
|
|
*x = InstanceSetting_StorageSetting_S3Config{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[18]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[20]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -1451,7 +1544,7 @@ func (x *InstanceSetting_StorageSetting_S3Config) String() string {
|
|
|
|
|
func (*InstanceSetting_StorageSetting_S3Config) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_StorageSetting_S3Config) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[18]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[20]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -1528,7 +1621,7 @@ type InstanceSetting_NotificationSetting_EmailSetting struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_NotificationSetting_EmailSetting) Reset() {
|
|
|
|
|
*x = InstanceSetting_NotificationSetting_EmailSetting{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[20]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[22]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -1540,7 +1633,7 @@ func (x *InstanceSetting_NotificationSetting_EmailSetting) String() string {
|
|
|
|
|
func (*InstanceSetting_NotificationSetting_EmailSetting) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceSetting_NotificationSetting_EmailSetting) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[20]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[22]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -1639,7 +1732,7 @@ type InstanceStats_DatabaseStats struct {
|
|
|
|
|
|
|
|
|
|
func (x *InstanceStats_DatabaseStats) Reset() {
|
|
|
|
|
*x = InstanceStats_DatabaseStats{}
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[21]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[23]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@ -1651,7 +1744,7 @@ func (x *InstanceStats_DatabaseStats) String() string {
|
|
|
|
|
func (*InstanceStats_DatabaseStats) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceStats_DatabaseStats) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[21]
|
|
|
|
|
mi := &file_api_v1_instance_service_proto_msgTypes[23]
|
|
|
|
|
if x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@ -1664,7 +1757,7 @@ func (x *InstanceStats_DatabaseStats) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use InstanceStats_DatabaseStats.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*InstanceStats_DatabaseStats) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{7, 0}
|
|
|
|
|
return file_api_v1_instance_service_proto_rawDescGZIP(), []int{9, 0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *InstanceStats_DatabaseStats) GetDriver() string {
|
|
|
|
|
@ -1795,7 +1888,12 @@ const file_api_v1_instance_service_proto_rawDesc = "" +
|
|
|
|
|
"\x05value\"U\n" +
|
|
|
|
|
"\x19GetInstanceSettingRequest\x128\n" +
|
|
|
|
|
"\x04name\x18\x01 \x01(\tB$\xe0A\x02\xfaA\x1e\n" +
|
|
|
|
|
"\x1cmemos.api.v1/InstanceSettingR\x04name\"\x9e\x01\n" +
|
|
|
|
|
"\x1cmemos.api.v1/InstanceSettingR\x04name\"]\n" +
|
|
|
|
|
"\x1fBatchGetInstanceSettingsRequest\x12:\n" +
|
|
|
|
|
"\x05names\x18\x01 \x03(\tB$\xe0A\x02\xfaA\x1e\n" +
|
|
|
|
|
"\x1cmemos.api.v1/InstanceSettingR\x05names\"]\n" +
|
|
|
|
|
" BatchGetInstanceSettingsResponse\x129\n" +
|
|
|
|
|
"\bsettings\x18\x01 \x03(\v2\x1d.memos.api.v1.InstanceSettingR\bsettings\"\x9e\x01\n" +
|
|
|
|
|
"\x1cUpdateInstanceSettingRequest\x12<\n" +
|
|
|
|
|
"\asetting\x18\x01 \x01(\v2\x1d.memos.api.v1.InstanceSettingB\x03\xe0A\x02R\asetting\x12@\n" +
|
|
|
|
|
"\vupdate_mask\x18\x02 \x01(\v2\x1a.google.protobuf.FieldMaskB\x03\xe0A\x01R\n" +
|
|
|
|
|
@ -1811,10 +1909,11 @@ const file_api_v1_instance_service_proto_rawDesc = "" +
|
|
|
|
|
"\rDatabaseStats\x12\x16\n" +
|
|
|
|
|
"\x06driver\x18\x01 \x01(\tR\x06driver\x12\x1d\n" +
|
|
|
|
|
"\n" +
|
|
|
|
|
"size_bytes\x18\x02 \x01(\x03R\tsizeBytes2\xf4\x05\n" +
|
|
|
|
|
"size_bytes\x18\x02 \x01(\x03R\tsizeBytes2\x9f\a\n" +
|
|
|
|
|
"\x0fInstanceService\x12~\n" +
|
|
|
|
|
"\x12GetInstanceProfile\x12'.memos.api.v1.GetInstanceProfileRequest\x1a\x1d.memos.api.v1.InstanceProfile\" \x82\xd3\xe4\x93\x02\x1a\x12\x18/api/v1/instance/profile\x12\x8f\x01\n" +
|
|
|
|
|
"\x12GetInstanceSetting\x12'.memos.api.v1.GetInstanceSettingRequest\x1a\x1d.memos.api.v1.InstanceSetting\"1\xdaA\x04name\x82\xd3\xe4\x93\x02$\x12\"/api/v1/{name=instance/settings/*}\x12\xb5\x01\n" +
|
|
|
|
|
"\x12GetInstanceSetting\x12'.memos.api.v1.GetInstanceSettingRequest\x1a\x1d.memos.api.v1.InstanceSetting\"1\xdaA\x04name\x82\xd3\xe4\x93\x02$\x12\"/api/v1/{name=instance/settings/*}\x12\xa8\x01\n" +
|
|
|
|
|
"\x18BatchGetInstanceSettings\x12-.memos.api.v1.BatchGetInstanceSettingsRequest\x1a..memos.api.v1.BatchGetInstanceSettingsResponse\"-\x82\xd3\xe4\x93\x02':\x01*\"\"/api/v1/instance/settings:batchGet\x12\xb5\x01\n" +
|
|
|
|
|
"\x15UpdateInstanceSetting\x12*.memos.api.v1.UpdateInstanceSettingRequest\x1a\x1d.memos.api.v1.InstanceSetting\"Q\xdaA\x13setting,update_mask\x82\xd3\xe4\x93\x025:\asetting2*/api/v1/{setting.name=instance/settings/*}\x12\x9e\x01\n" +
|
|
|
|
|
"\x18TestInstanceEmailSetting\x12-.memos.api.v1.TestInstanceEmailSettingRequest\x1a\x16.google.protobuf.Empty\";\x82\xd3\xe4\x93\x025:\x01*\"0/api/v1/instance/settings/notification:testEmail\x12v\n" +
|
|
|
|
|
"\x10GetInstanceStats\x12%.memos.api.v1.GetInstanceStatsRequest\x1a\x1b.memos.api.v1.InstanceStats\"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/api/v1/instance/statsB\xac\x01\n" +
|
|
|
|
|
@ -1833,7 +1932,7 @@ func file_api_v1_instance_service_proto_rawDescGZIP() []byte {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_api_v1_instance_service_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
|
|
|
|
|
var file_api_v1_instance_service_proto_msgTypes = make([]protoimpl.MessageInfo, 22)
|
|
|
|
|
var file_api_v1_instance_service_proto_msgTypes = make([]protoimpl.MessageInfo, 24)
|
|
|
|
|
var file_api_v1_instance_service_proto_goTypes = []any{
|
|
|
|
|
(InstanceSetting_Key)(0), // 0: memos.api.v1.InstanceSetting.Key
|
|
|
|
|
(InstanceSetting_AIProviderType)(0), // 1: memos.api.v1.InstanceSetting.AIProviderType
|
|
|
|
|
@ -1842,68 +1941,73 @@ var file_api_v1_instance_service_proto_goTypes = []any{
|
|
|
|
|
(*GetInstanceProfileRequest)(nil), // 4: memos.api.v1.GetInstanceProfileRequest
|
|
|
|
|
(*InstanceSetting)(nil), // 5: memos.api.v1.InstanceSetting
|
|
|
|
|
(*GetInstanceSettingRequest)(nil), // 6: memos.api.v1.GetInstanceSettingRequest
|
|
|
|
|
(*UpdateInstanceSettingRequest)(nil), // 7: memos.api.v1.UpdateInstanceSettingRequest
|
|
|
|
|
(*TestInstanceEmailSettingRequest)(nil), // 8: memos.api.v1.TestInstanceEmailSettingRequest
|
|
|
|
|
(*GetInstanceStatsRequest)(nil), // 9: memos.api.v1.GetInstanceStatsRequest
|
|
|
|
|
(*InstanceStats)(nil), // 10: memos.api.v1.InstanceStats
|
|
|
|
|
(*InstanceSetting_GeneralSetting)(nil), // 11: memos.api.v1.InstanceSetting.GeneralSetting
|
|
|
|
|
(*InstanceSetting_StorageSetting)(nil), // 12: memos.api.v1.InstanceSetting.StorageSetting
|
|
|
|
|
(*InstanceSetting_MemoRelatedSetting)(nil), // 13: memos.api.v1.InstanceSetting.MemoRelatedSetting
|
|
|
|
|
(*InstanceSetting_TagMetadata)(nil), // 14: memos.api.v1.InstanceSetting.TagMetadata
|
|
|
|
|
(*InstanceSetting_TagsSetting)(nil), // 15: memos.api.v1.InstanceSetting.TagsSetting
|
|
|
|
|
(*InstanceSetting_NotificationSetting)(nil), // 16: memos.api.v1.InstanceSetting.NotificationSetting
|
|
|
|
|
(*InstanceSetting_AISetting)(nil), // 17: memos.api.v1.InstanceSetting.AISetting
|
|
|
|
|
(*InstanceSetting_AIProviderConfig)(nil), // 18: memos.api.v1.InstanceSetting.AIProviderConfig
|
|
|
|
|
(*InstanceSetting_TranscriptionConfig)(nil), // 19: memos.api.v1.InstanceSetting.TranscriptionConfig
|
|
|
|
|
(*InstanceSetting_GeneralSetting_CustomProfile)(nil), // 20: memos.api.v1.InstanceSetting.GeneralSetting.CustomProfile
|
|
|
|
|
(*InstanceSetting_StorageSetting_S3Config)(nil), // 21: memos.api.v1.InstanceSetting.StorageSetting.S3Config
|
|
|
|
|
nil, // 22: memos.api.v1.InstanceSetting.TagsSetting.TagsEntry
|
|
|
|
|
(*InstanceSetting_NotificationSetting_EmailSetting)(nil), // 23: memos.api.v1.InstanceSetting.NotificationSetting.EmailSetting
|
|
|
|
|
(*InstanceStats_DatabaseStats)(nil), // 24: memos.api.v1.InstanceStats.DatabaseStats
|
|
|
|
|
(*User)(nil), // 25: memos.api.v1.User
|
|
|
|
|
(*fieldmaskpb.FieldMask)(nil), // 26: google.protobuf.FieldMask
|
|
|
|
|
(*timestamppb.Timestamp)(nil), // 27: google.protobuf.Timestamp
|
|
|
|
|
(*color.Color)(nil), // 28: google.type.Color
|
|
|
|
|
(*emptypb.Empty)(nil), // 29: google.protobuf.Empty
|
|
|
|
|
(*BatchGetInstanceSettingsRequest)(nil), // 7: memos.api.v1.BatchGetInstanceSettingsRequest
|
|
|
|
|
(*BatchGetInstanceSettingsResponse)(nil), // 8: memos.api.v1.BatchGetInstanceSettingsResponse
|
|
|
|
|
(*UpdateInstanceSettingRequest)(nil), // 9: memos.api.v1.UpdateInstanceSettingRequest
|
|
|
|
|
(*TestInstanceEmailSettingRequest)(nil), // 10: memos.api.v1.TestInstanceEmailSettingRequest
|
|
|
|
|
(*GetInstanceStatsRequest)(nil), // 11: memos.api.v1.GetInstanceStatsRequest
|
|
|
|
|
(*InstanceStats)(nil), // 12: memos.api.v1.InstanceStats
|
|
|
|
|
(*InstanceSetting_GeneralSetting)(nil), // 13: memos.api.v1.InstanceSetting.GeneralSetting
|
|
|
|
|
(*InstanceSetting_StorageSetting)(nil), // 14: memos.api.v1.InstanceSetting.StorageSetting
|
|
|
|
|
(*InstanceSetting_MemoRelatedSetting)(nil), // 15: memos.api.v1.InstanceSetting.MemoRelatedSetting
|
|
|
|
|
(*InstanceSetting_TagMetadata)(nil), // 16: memos.api.v1.InstanceSetting.TagMetadata
|
|
|
|
|
(*InstanceSetting_TagsSetting)(nil), // 17: memos.api.v1.InstanceSetting.TagsSetting
|
|
|
|
|
(*InstanceSetting_NotificationSetting)(nil), // 18: memos.api.v1.InstanceSetting.NotificationSetting
|
|
|
|
|
(*InstanceSetting_AISetting)(nil), // 19: memos.api.v1.InstanceSetting.AISetting
|
|
|
|
|
(*InstanceSetting_AIProviderConfig)(nil), // 20: memos.api.v1.InstanceSetting.AIProviderConfig
|
|
|
|
|
(*InstanceSetting_TranscriptionConfig)(nil), // 21: memos.api.v1.InstanceSetting.TranscriptionConfig
|
|
|
|
|
(*InstanceSetting_GeneralSetting_CustomProfile)(nil), // 22: memos.api.v1.InstanceSetting.GeneralSetting.CustomProfile
|
|
|
|
|
(*InstanceSetting_StorageSetting_S3Config)(nil), // 23: memos.api.v1.InstanceSetting.StorageSetting.S3Config
|
|
|
|
|
nil, // 24: memos.api.v1.InstanceSetting.TagsSetting.TagsEntry
|
|
|
|
|
(*InstanceSetting_NotificationSetting_EmailSetting)(nil), // 25: memos.api.v1.InstanceSetting.NotificationSetting.EmailSetting
|
|
|
|
|
(*InstanceStats_DatabaseStats)(nil), // 26: memos.api.v1.InstanceStats.DatabaseStats
|
|
|
|
|
(*User)(nil), // 27: memos.api.v1.User
|
|
|
|
|
(*fieldmaskpb.FieldMask)(nil), // 28: google.protobuf.FieldMask
|
|
|
|
|
(*timestamppb.Timestamp)(nil), // 29: google.protobuf.Timestamp
|
|
|
|
|
(*color.Color)(nil), // 30: google.type.Color
|
|
|
|
|
(*emptypb.Empty)(nil), // 31: google.protobuf.Empty
|
|
|
|
|
}
|
|
|
|
|
var file_api_v1_instance_service_proto_depIdxs = []int32{
|
|
|
|
|
25, // 0: memos.api.v1.InstanceProfile.admin:type_name -> memos.api.v1.User
|
|
|
|
|
11, // 1: memos.api.v1.InstanceSetting.general_setting:type_name -> memos.api.v1.InstanceSetting.GeneralSetting
|
|
|
|
|
12, // 2: memos.api.v1.InstanceSetting.storage_setting:type_name -> memos.api.v1.InstanceSetting.StorageSetting
|
|
|
|
|
13, // 3: memos.api.v1.InstanceSetting.memo_related_setting:type_name -> memos.api.v1.InstanceSetting.MemoRelatedSetting
|
|
|
|
|
15, // 4: memos.api.v1.InstanceSetting.tags_setting:type_name -> memos.api.v1.InstanceSetting.TagsSetting
|
|
|
|
|
16, // 5: memos.api.v1.InstanceSetting.notification_setting:type_name -> memos.api.v1.InstanceSetting.NotificationSetting
|
|
|
|
|
17, // 6: memos.api.v1.InstanceSetting.ai_setting:type_name -> memos.api.v1.InstanceSetting.AISetting
|
|
|
|
|
5, // 7: memos.api.v1.UpdateInstanceSettingRequest.setting:type_name -> memos.api.v1.InstanceSetting
|
|
|
|
|
26, // 8: memos.api.v1.UpdateInstanceSettingRequest.update_mask:type_name -> google.protobuf.FieldMask
|
|
|
|
|
23, // 9: memos.api.v1.TestInstanceEmailSettingRequest.email:type_name -> memos.api.v1.InstanceSetting.NotificationSetting.EmailSetting
|
|
|
|
|
24, // 10: memos.api.v1.InstanceStats.database:type_name -> memos.api.v1.InstanceStats.DatabaseStats
|
|
|
|
|
27, // 11: memos.api.v1.InstanceStats.generated_time:type_name -> google.protobuf.Timestamp
|
|
|
|
|
20, // 12: memos.api.v1.InstanceSetting.GeneralSetting.custom_profile:type_name -> memos.api.v1.InstanceSetting.GeneralSetting.CustomProfile
|
|
|
|
|
2, // 13: memos.api.v1.InstanceSetting.StorageSetting.storage_type:type_name -> memos.api.v1.InstanceSetting.StorageSetting.StorageType
|
|
|
|
|
21, // 14: memos.api.v1.InstanceSetting.StorageSetting.s3_config:type_name -> memos.api.v1.InstanceSetting.StorageSetting.S3Config
|
|
|
|
|
28, // 15: memos.api.v1.InstanceSetting.TagMetadata.background_color:type_name -> google.type.Color
|
|
|
|
|
22, // 16: memos.api.v1.InstanceSetting.TagsSetting.tags:type_name -> memos.api.v1.InstanceSetting.TagsSetting.TagsEntry
|
|
|
|
|
23, // 17: memos.api.v1.InstanceSetting.NotificationSetting.email:type_name -> memos.api.v1.InstanceSetting.NotificationSetting.EmailSetting
|
|
|
|
|
18, // 18: memos.api.v1.InstanceSetting.AISetting.providers:type_name -> memos.api.v1.InstanceSetting.AIProviderConfig
|
|
|
|
|
19, // 19: memos.api.v1.InstanceSetting.AISetting.transcription:type_name -> memos.api.v1.InstanceSetting.TranscriptionConfig
|
|
|
|
|
1, // 20: memos.api.v1.InstanceSetting.AIProviderConfig.type:type_name -> memos.api.v1.InstanceSetting.AIProviderType
|
|
|
|
|
14, // 21: memos.api.v1.InstanceSetting.TagsSetting.TagsEntry.value:type_name -> memos.api.v1.InstanceSetting.TagMetadata
|
|
|
|
|
4, // 22: memos.api.v1.InstanceService.GetInstanceProfile:input_type -> memos.api.v1.GetInstanceProfileRequest
|
|
|
|
|
6, // 23: memos.api.v1.InstanceService.GetInstanceSetting:input_type -> memos.api.v1.GetInstanceSettingRequest
|
|
|
|
|
7, // 24: memos.api.v1.InstanceService.UpdateInstanceSetting:input_type -> memos.api.v1.UpdateInstanceSettingRequest
|
|
|
|
|
8, // 25: memos.api.v1.InstanceService.TestInstanceEmailSetting:input_type -> memos.api.v1.TestInstanceEmailSettingRequest
|
|
|
|
|
9, // 26: memos.api.v1.InstanceService.GetInstanceStats:input_type -> memos.api.v1.GetInstanceStatsRequest
|
|
|
|
|
3, // 27: memos.api.v1.InstanceService.GetInstanceProfile:output_type -> memos.api.v1.InstanceProfile
|
|
|
|
|
5, // 28: memos.api.v1.InstanceService.GetInstanceSetting:output_type -> memos.api.v1.InstanceSetting
|
|
|
|
|
5, // 29: memos.api.v1.InstanceService.UpdateInstanceSetting:output_type -> memos.api.v1.InstanceSetting
|
|
|
|
|
29, // 30: memos.api.v1.InstanceService.TestInstanceEmailSetting:output_type -> google.protobuf.Empty
|
|
|
|
|
10, // 31: memos.api.v1.InstanceService.GetInstanceStats:output_type -> memos.api.v1.InstanceStats
|
|
|
|
|
27, // [27:32] is the sub-list for method output_type
|
|
|
|
|
22, // [22:27] is the sub-list for method input_type
|
|
|
|
|
22, // [22:22] is the sub-list for extension type_name
|
|
|
|
|
22, // [22:22] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:22] is the sub-list for field type_name
|
|
|
|
|
27, // 0: memos.api.v1.InstanceProfile.admin:type_name -> memos.api.v1.User
|
|
|
|
|
13, // 1: memos.api.v1.InstanceSetting.general_setting:type_name -> memos.api.v1.InstanceSetting.GeneralSetting
|
|
|
|
|
14, // 2: memos.api.v1.InstanceSetting.storage_setting:type_name -> memos.api.v1.InstanceSetting.StorageSetting
|
|
|
|
|
15, // 3: memos.api.v1.InstanceSetting.memo_related_setting:type_name -> memos.api.v1.InstanceSetting.MemoRelatedSetting
|
|
|
|
|
17, // 4: memos.api.v1.InstanceSetting.tags_setting:type_name -> memos.api.v1.InstanceSetting.TagsSetting
|
|
|
|
|
18, // 5: memos.api.v1.InstanceSetting.notification_setting:type_name -> memos.api.v1.InstanceSetting.NotificationSetting
|
|
|
|
|
19, // 6: memos.api.v1.InstanceSetting.ai_setting:type_name -> memos.api.v1.InstanceSetting.AISetting
|
|
|
|
|
5, // 7: memos.api.v1.BatchGetInstanceSettingsResponse.settings:type_name -> memos.api.v1.InstanceSetting
|
|
|
|
|
5, // 8: memos.api.v1.UpdateInstanceSettingRequest.setting:type_name -> memos.api.v1.InstanceSetting
|
|
|
|
|
28, // 9: memos.api.v1.UpdateInstanceSettingRequest.update_mask:type_name -> google.protobuf.FieldMask
|
|
|
|
|
25, // 10: memos.api.v1.TestInstanceEmailSettingRequest.email:type_name -> memos.api.v1.InstanceSetting.NotificationSetting.EmailSetting
|
|
|
|
|
26, // 11: memos.api.v1.InstanceStats.database:type_name -> memos.api.v1.InstanceStats.DatabaseStats
|
|
|
|
|
29, // 12: memos.api.v1.InstanceStats.generated_time:type_name -> google.protobuf.Timestamp
|
|
|
|
|
22, // 13: memos.api.v1.InstanceSetting.GeneralSetting.custom_profile:type_name -> memos.api.v1.InstanceSetting.GeneralSetting.CustomProfile
|
|
|
|
|
2, // 14: memos.api.v1.InstanceSetting.StorageSetting.storage_type:type_name -> memos.api.v1.InstanceSetting.StorageSetting.StorageType
|
|
|
|
|
23, // 15: memos.api.v1.InstanceSetting.StorageSetting.s3_config:type_name -> memos.api.v1.InstanceSetting.StorageSetting.S3Config
|
|
|
|
|
30, // 16: memos.api.v1.InstanceSetting.TagMetadata.background_color:type_name -> google.type.Color
|
|
|
|
|
24, // 17: memos.api.v1.InstanceSetting.TagsSetting.tags:type_name -> memos.api.v1.InstanceSetting.TagsSetting.TagsEntry
|
|
|
|
|
25, // 18: memos.api.v1.InstanceSetting.NotificationSetting.email:type_name -> memos.api.v1.InstanceSetting.NotificationSetting.EmailSetting
|
|
|
|
|
20, // 19: memos.api.v1.InstanceSetting.AISetting.providers:type_name -> memos.api.v1.InstanceSetting.AIProviderConfig
|
|
|
|
|
21, // 20: memos.api.v1.InstanceSetting.AISetting.transcription:type_name -> memos.api.v1.InstanceSetting.TranscriptionConfig
|
|
|
|
|
1, // 21: memos.api.v1.InstanceSetting.AIProviderConfig.type:type_name -> memos.api.v1.InstanceSetting.AIProviderType
|
|
|
|
|
16, // 22: memos.api.v1.InstanceSetting.TagsSetting.TagsEntry.value:type_name -> memos.api.v1.InstanceSetting.TagMetadata
|
|
|
|
|
4, // 23: memos.api.v1.InstanceService.GetInstanceProfile:input_type -> memos.api.v1.GetInstanceProfileRequest
|
|
|
|
|
6, // 24: memos.api.v1.InstanceService.GetInstanceSetting:input_type -> memos.api.v1.GetInstanceSettingRequest
|
|
|
|
|
7, // 25: memos.api.v1.InstanceService.BatchGetInstanceSettings:input_type -> memos.api.v1.BatchGetInstanceSettingsRequest
|
|
|
|
|
9, // 26: memos.api.v1.InstanceService.UpdateInstanceSetting:input_type -> memos.api.v1.UpdateInstanceSettingRequest
|
|
|
|
|
10, // 27: memos.api.v1.InstanceService.TestInstanceEmailSetting:input_type -> memos.api.v1.TestInstanceEmailSettingRequest
|
|
|
|
|
11, // 28: memos.api.v1.InstanceService.GetInstanceStats:input_type -> memos.api.v1.GetInstanceStatsRequest
|
|
|
|
|
3, // 29: memos.api.v1.InstanceService.GetInstanceProfile:output_type -> memos.api.v1.InstanceProfile
|
|
|
|
|
5, // 30: memos.api.v1.InstanceService.GetInstanceSetting:output_type -> memos.api.v1.InstanceSetting
|
|
|
|
|
8, // 31: memos.api.v1.InstanceService.BatchGetInstanceSettings:output_type -> memos.api.v1.BatchGetInstanceSettingsResponse
|
|
|
|
|
5, // 32: memos.api.v1.InstanceService.UpdateInstanceSetting:output_type -> memos.api.v1.InstanceSetting
|
|
|
|
|
31, // 33: memos.api.v1.InstanceService.TestInstanceEmailSetting:output_type -> google.protobuf.Empty
|
|
|
|
|
12, // 34: memos.api.v1.InstanceService.GetInstanceStats:output_type -> memos.api.v1.InstanceStats
|
|
|
|
|
29, // [29:35] is the sub-list for method output_type
|
|
|
|
|
23, // [23:29] is the sub-list for method input_type
|
|
|
|
|
23, // [23:23] is the sub-list for extension type_name
|
|
|
|
|
23, // [23:23] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:23] is the sub-list for field type_name
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { file_api_v1_instance_service_proto_init() }
|
|
|
|
|
@ -1926,7 +2030,7 @@ func file_api_v1_instance_service_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_api_v1_instance_service_proto_rawDesc), len(file_api_v1_instance_service_proto_rawDesc)),
|
|
|
|
|
NumEnums: 3,
|
|
|
|
|
NumMessages: 22,
|
|
|
|
|
NumMessages: 24,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 1,
|
|
|
|
|
},
|
|
|
|
|
|