github.com/status-im/status-go@v1.1.0/protocol/protobuf/sync_settings.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.31.0
     4  // 	protoc        v3.20.3
     5  // source: sync_settings.proto
     6  
     7  package protobuf
     8  
     9  import (
    10  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    11  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    12  	reflect "reflect"
    13  	sync "sync"
    14  )
    15  
    16  const (
    17  	// Verify that this generated code is sufficiently up-to-date.
    18  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    19  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    20  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    21  )
    22  
    23  type SyncSetting_Type int32
    24  
    25  const (
    26  	SyncSetting_UNKNOWN                                  SyncSetting_Type = 0
    27  	SyncSetting_CURRENCY                                 SyncSetting_Type = 1
    28  	SyncSetting_GIF_RECENTS                              SyncSetting_Type = 2
    29  	SyncSetting_GIF_FAVOURITES                           SyncSetting_Type = 3
    30  	SyncSetting_MESSAGES_FROM_CONTACTS_ONLY              SyncSetting_Type = 4
    31  	SyncSetting_PREFERRED_NAME                           SyncSetting_Type = 5
    32  	SyncSetting_PREVIEW_PRIVACY                          SyncSetting_Type = 6
    33  	SyncSetting_PROFILE_PICTURES_SHOW_TO                 SyncSetting_Type = 7
    34  	SyncSetting_PROFILE_PICTURES_VISIBILITY              SyncSetting_Type = 8
    35  	SyncSetting_SEND_STATUS_UPDATES                      SyncSetting_Type = 9
    36  	SyncSetting_STICKERS_PACKS_INSTALLED                 SyncSetting_Type = 10
    37  	SyncSetting_STICKERS_PACKS_PENDING                   SyncSetting_Type = 11
    38  	SyncSetting_STICKERS_RECENT_STICKERS                 SyncSetting_Type = 12
    39  	SyncSetting_DISPLAY_NAME                             SyncSetting_Type = 13
    40  	SyncSetting_BIO                                      SyncSetting_Type = 14
    41  	SyncSetting_MNEMONIC_REMOVED                         SyncSetting_Type = 15
    42  	SyncSetting_URL_UNFURLING_MODE                       SyncSetting_Type = 18
    43  	SyncSetting_SHOW_COMMUNITY_ASSET_WHEN_SENDING_TOKENS SyncSetting_Type = 19
    44  	SyncSetting_DISPLAY_ASSETS_BELOW_BALANCE             SyncSetting_Type = 20
    45  	SyncSetting_DISPLAY_ASSETS_BELOW_BALANCE_THRESHOLD   SyncSetting_Type = 21
    46  )
    47  
    48  // Enum value maps for SyncSetting_Type.
    49  var (
    50  	SyncSetting_Type_name = map[int32]string{
    51  		0:  "UNKNOWN",
    52  		1:  "CURRENCY",
    53  		2:  "GIF_RECENTS",
    54  		3:  "GIF_FAVOURITES",
    55  		4:  "MESSAGES_FROM_CONTACTS_ONLY",
    56  		5:  "PREFERRED_NAME",
    57  		6:  "PREVIEW_PRIVACY",
    58  		7:  "PROFILE_PICTURES_SHOW_TO",
    59  		8:  "PROFILE_PICTURES_VISIBILITY",
    60  		9:  "SEND_STATUS_UPDATES",
    61  		10: "STICKERS_PACKS_INSTALLED",
    62  		11: "STICKERS_PACKS_PENDING",
    63  		12: "STICKERS_RECENT_STICKERS",
    64  		13: "DISPLAY_NAME",
    65  		14: "BIO",
    66  		15: "MNEMONIC_REMOVED",
    67  		18: "URL_UNFURLING_MODE",
    68  		19: "SHOW_COMMUNITY_ASSET_WHEN_SENDING_TOKENS",
    69  		20: "DISPLAY_ASSETS_BELOW_BALANCE",
    70  		21: "DISPLAY_ASSETS_BELOW_BALANCE_THRESHOLD",
    71  	}
    72  	SyncSetting_Type_value = map[string]int32{
    73  		"UNKNOWN":                                  0,
    74  		"CURRENCY":                                 1,
    75  		"GIF_RECENTS":                              2,
    76  		"GIF_FAVOURITES":                           3,
    77  		"MESSAGES_FROM_CONTACTS_ONLY":              4,
    78  		"PREFERRED_NAME":                           5,
    79  		"PREVIEW_PRIVACY":                          6,
    80  		"PROFILE_PICTURES_SHOW_TO":                 7,
    81  		"PROFILE_PICTURES_VISIBILITY":              8,
    82  		"SEND_STATUS_UPDATES":                      9,
    83  		"STICKERS_PACKS_INSTALLED":                 10,
    84  		"STICKERS_PACKS_PENDING":                   11,
    85  		"STICKERS_RECENT_STICKERS":                 12,
    86  		"DISPLAY_NAME":                             13,
    87  		"BIO":                                      14,
    88  		"MNEMONIC_REMOVED":                         15,
    89  		"URL_UNFURLING_MODE":                       18,
    90  		"SHOW_COMMUNITY_ASSET_WHEN_SENDING_TOKENS": 19,
    91  		"DISPLAY_ASSETS_BELOW_BALANCE":             20,
    92  		"DISPLAY_ASSETS_BELOW_BALANCE_THRESHOLD":   21,
    93  	}
    94  )
    95  
    96  func (x SyncSetting_Type) Enum() *SyncSetting_Type {
    97  	p := new(SyncSetting_Type)
    98  	*p = x
    99  	return p
   100  }
   101  
   102  func (x SyncSetting_Type) String() string {
   103  	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
   104  }
   105  
   106  func (SyncSetting_Type) Descriptor() protoreflect.EnumDescriptor {
   107  	return file_sync_settings_proto_enumTypes[0].Descriptor()
   108  }
   109  
   110  func (SyncSetting_Type) Type() protoreflect.EnumType {
   111  	return &file_sync_settings_proto_enumTypes[0]
   112  }
   113  
   114  func (x SyncSetting_Type) Number() protoreflect.EnumNumber {
   115  	return protoreflect.EnumNumber(x)
   116  }
   117  
   118  // Deprecated: Use SyncSetting_Type.Descriptor instead.
   119  func (SyncSetting_Type) EnumDescriptor() ([]byte, []int) {
   120  	return file_sync_settings_proto_rawDescGZIP(), []int{0, 0}
   121  }
   122  
   123  type SyncSetting struct {
   124  	state         protoimpl.MessageState
   125  	sizeCache     protoimpl.SizeCache
   126  	unknownFields protoimpl.UnknownFields
   127  
   128  	Type  SyncSetting_Type `protobuf:"varint,1,opt,name=type,proto3,enum=protobuf.SyncSetting_Type" json:"type,omitempty"`
   129  	Clock uint64           `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"`
   130  	// Types that are assignable to Value:
   131  	//
   132  	//	*SyncSetting_ValueString
   133  	//	*SyncSetting_ValueBytes
   134  	//	*SyncSetting_ValueBool
   135  	//	*SyncSetting_ValueInt64
   136  	Value isSyncSetting_Value `protobuf_oneof:"value"`
   137  }
   138  
   139  func (x *SyncSetting) Reset() {
   140  	*x = SyncSetting{}
   141  	if protoimpl.UnsafeEnabled {
   142  		mi := &file_sync_settings_proto_msgTypes[0]
   143  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   144  		ms.StoreMessageInfo(mi)
   145  	}
   146  }
   147  
   148  func (x *SyncSetting) String() string {
   149  	return protoimpl.X.MessageStringOf(x)
   150  }
   151  
   152  func (*SyncSetting) ProtoMessage() {}
   153  
   154  func (x *SyncSetting) ProtoReflect() protoreflect.Message {
   155  	mi := &file_sync_settings_proto_msgTypes[0]
   156  	if protoimpl.UnsafeEnabled && x != nil {
   157  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   158  		if ms.LoadMessageInfo() == nil {
   159  			ms.StoreMessageInfo(mi)
   160  		}
   161  		return ms
   162  	}
   163  	return mi.MessageOf(x)
   164  }
   165  
   166  // Deprecated: Use SyncSetting.ProtoReflect.Descriptor instead.
   167  func (*SyncSetting) Descriptor() ([]byte, []int) {
   168  	return file_sync_settings_proto_rawDescGZIP(), []int{0}
   169  }
   170  
   171  func (x *SyncSetting) GetType() SyncSetting_Type {
   172  	if x != nil {
   173  		return x.Type
   174  	}
   175  	return SyncSetting_UNKNOWN
   176  }
   177  
   178  func (x *SyncSetting) GetClock() uint64 {
   179  	if x != nil {
   180  		return x.Clock
   181  	}
   182  	return 0
   183  }
   184  
   185  func (m *SyncSetting) GetValue() isSyncSetting_Value {
   186  	if m != nil {
   187  		return m.Value
   188  	}
   189  	return nil
   190  }
   191  
   192  func (x *SyncSetting) GetValueString() string {
   193  	if x, ok := x.GetValue().(*SyncSetting_ValueString); ok {
   194  		return x.ValueString
   195  	}
   196  	return ""
   197  }
   198  
   199  func (x *SyncSetting) GetValueBytes() []byte {
   200  	if x, ok := x.GetValue().(*SyncSetting_ValueBytes); ok {
   201  		return x.ValueBytes
   202  	}
   203  	return nil
   204  }
   205  
   206  func (x *SyncSetting) GetValueBool() bool {
   207  	if x, ok := x.GetValue().(*SyncSetting_ValueBool); ok {
   208  		return x.ValueBool
   209  	}
   210  	return false
   211  }
   212  
   213  func (x *SyncSetting) GetValueInt64() int64 {
   214  	if x, ok := x.GetValue().(*SyncSetting_ValueInt64); ok {
   215  		return x.ValueInt64
   216  	}
   217  	return 0
   218  }
   219  
   220  type isSyncSetting_Value interface {
   221  	isSyncSetting_Value()
   222  }
   223  
   224  type SyncSetting_ValueString struct {
   225  	ValueString string `protobuf:"bytes,3,opt,name=value_string,json=valueString,proto3,oneof"`
   226  }
   227  
   228  type SyncSetting_ValueBytes struct {
   229  	ValueBytes []byte `protobuf:"bytes,4,opt,name=value_bytes,json=valueBytes,proto3,oneof"`
   230  }
   231  
   232  type SyncSetting_ValueBool struct {
   233  	ValueBool bool `protobuf:"varint,5,opt,name=value_bool,json=valueBool,proto3,oneof"`
   234  }
   235  
   236  type SyncSetting_ValueInt64 struct {
   237  	ValueInt64 int64 `protobuf:"varint,6,opt,name=value_int64,json=valueInt64,proto3,oneof"`
   238  }
   239  
   240  func (*SyncSetting_ValueString) isSyncSetting_Value() {}
   241  
   242  func (*SyncSetting_ValueBytes) isSyncSetting_Value() {}
   243  
   244  func (*SyncSetting_ValueBool) isSyncSetting_Value() {}
   245  
   246  func (*SyncSetting_ValueInt64) isSyncSetting_Value() {}
   247  
   248  var File_sync_settings_proto protoreflect.FileDescriptor
   249  
   250  var file_sync_settings_proto_rawDesc = []byte{
   251  	0x0a, 0x13, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e,
   252  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22,
   253  	0xa6, 0x06, 0x0a, 0x0b, 0x53, 0x79, 0x6e, 0x63, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12,
   254  	0x2e, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1a, 0x2e,
   255  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x53, 0x65, 0x74,
   256  	0x74, 0x69, 0x6e, 0x67, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12,
   257  	0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05,
   258  	0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x23, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x73,
   259  	0x74, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x76,
   260  	0x61, 0x6c, 0x75, 0x65, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x21, 0x0a, 0x0b, 0x76, 0x61,
   261  	0x6c, 0x75, 0x65, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x48,
   262  	0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x1f, 0x0a,
   263  	0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x62, 0x6f, 0x6f, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28,
   264  	0x08, 0x48, 0x00, 0x52, 0x09, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x6f, 0x6f, 0x6c, 0x12, 0x21,
   265  	0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x18, 0x06, 0x20,
   266  	0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x49, 0x6e, 0x74, 0x36,
   267  	0x34, 0x22, 0xbb, 0x04, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e,
   268  	0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x55, 0x52, 0x52, 0x45,
   269  	0x4e, 0x43, 0x59, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x47, 0x49, 0x46, 0x5f, 0x52, 0x45, 0x43,
   270  	0x45, 0x4e, 0x54, 0x53, 0x10, 0x02, 0x12, 0x12, 0x0a, 0x0e, 0x47, 0x49, 0x46, 0x5f, 0x46, 0x41,
   271  	0x56, 0x4f, 0x55, 0x52, 0x49, 0x54, 0x45, 0x53, 0x10, 0x03, 0x12, 0x1f, 0x0a, 0x1b, 0x4d, 0x45,
   272  	0x53, 0x53, 0x41, 0x47, 0x45, 0x53, 0x5f, 0x46, 0x52, 0x4f, 0x4d, 0x5f, 0x43, 0x4f, 0x4e, 0x54,
   273  	0x41, 0x43, 0x54, 0x53, 0x5f, 0x4f, 0x4e, 0x4c, 0x59, 0x10, 0x04, 0x12, 0x12, 0x0a, 0x0e, 0x50,
   274  	0x52, 0x45, 0x46, 0x45, 0x52, 0x52, 0x45, 0x44, 0x5f, 0x4e, 0x41, 0x4d, 0x45, 0x10, 0x05, 0x12,
   275  	0x13, 0x0a, 0x0f, 0x50, 0x52, 0x45, 0x56, 0x49, 0x45, 0x57, 0x5f, 0x50, 0x52, 0x49, 0x56, 0x41,
   276  	0x43, 0x59, 0x10, 0x06, 0x12, 0x1c, 0x0a, 0x18, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45, 0x5f,
   277  	0x50, 0x49, 0x43, 0x54, 0x55, 0x52, 0x45, 0x53, 0x5f, 0x53, 0x48, 0x4f, 0x57, 0x5f, 0x54, 0x4f,
   278  	0x10, 0x07, 0x12, 0x1f, 0x0a, 0x1b, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45, 0x5f, 0x50, 0x49,
   279  	0x43, 0x54, 0x55, 0x52, 0x45, 0x53, 0x5f, 0x56, 0x49, 0x53, 0x49, 0x42, 0x49, 0x4c, 0x49, 0x54,
   280  	0x59, 0x10, 0x08, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x45, 0x4e, 0x44, 0x5f, 0x53, 0x54, 0x41, 0x54,
   281  	0x55, 0x53, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x53, 0x10, 0x09, 0x12, 0x1c, 0x0a, 0x18,
   282  	0x53, 0x54, 0x49, 0x43, 0x4b, 0x45, 0x52, 0x53, 0x5f, 0x50, 0x41, 0x43, 0x4b, 0x53, 0x5f, 0x49,
   283  	0x4e, 0x53, 0x54, 0x41, 0x4c, 0x4c, 0x45, 0x44, 0x10, 0x0a, 0x12, 0x1a, 0x0a, 0x16, 0x53, 0x54,
   284  	0x49, 0x43, 0x4b, 0x45, 0x52, 0x53, 0x5f, 0x50, 0x41, 0x43, 0x4b, 0x53, 0x5f, 0x50, 0x45, 0x4e,
   285  	0x44, 0x49, 0x4e, 0x47, 0x10, 0x0b, 0x12, 0x1c, 0x0a, 0x18, 0x53, 0x54, 0x49, 0x43, 0x4b, 0x45,
   286  	0x52, 0x53, 0x5f, 0x52, 0x45, 0x43, 0x45, 0x4e, 0x54, 0x5f, 0x53, 0x54, 0x49, 0x43, 0x4b, 0x45,
   287  	0x52, 0x53, 0x10, 0x0c, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x49, 0x53, 0x50, 0x4c, 0x41, 0x59, 0x5f,
   288  	0x4e, 0x41, 0x4d, 0x45, 0x10, 0x0d, 0x12, 0x07, 0x0a, 0x03, 0x42, 0x49, 0x4f, 0x10, 0x0e, 0x12,
   289  	0x14, 0x0a, 0x10, 0x4d, 0x4e, 0x45, 0x4d, 0x4f, 0x4e, 0x49, 0x43, 0x5f, 0x52, 0x45, 0x4d, 0x4f,
   290  	0x56, 0x45, 0x44, 0x10, 0x0f, 0x12, 0x16, 0x0a, 0x12, 0x55, 0x52, 0x4c, 0x5f, 0x55, 0x4e, 0x46,
   291  	0x55, 0x52, 0x4c, 0x49, 0x4e, 0x47, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x10, 0x12, 0x12, 0x2c, 0x0a,
   292  	0x28, 0x53, 0x48, 0x4f, 0x57, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f,
   293  	0x41, 0x53, 0x53, 0x45, 0x54, 0x5f, 0x57, 0x48, 0x45, 0x4e, 0x5f, 0x53, 0x45, 0x4e, 0x44, 0x49,
   294  	0x4e, 0x47, 0x5f, 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x53, 0x10, 0x13, 0x12, 0x20, 0x0a, 0x1c, 0x44,
   295  	0x49, 0x53, 0x50, 0x4c, 0x41, 0x59, 0x5f, 0x41, 0x53, 0x53, 0x45, 0x54, 0x53, 0x5f, 0x42, 0x45,
   296  	0x4c, 0x4f, 0x57, 0x5f, 0x42, 0x41, 0x4c, 0x41, 0x4e, 0x43, 0x45, 0x10, 0x14, 0x12, 0x2a, 0x0a,
   297  	0x26, 0x44, 0x49, 0x53, 0x50, 0x4c, 0x41, 0x59, 0x5f, 0x41, 0x53, 0x53, 0x45, 0x54, 0x53, 0x5f,
   298  	0x42, 0x45, 0x4c, 0x4f, 0x57, 0x5f, 0x42, 0x41, 0x4c, 0x41, 0x4e, 0x43, 0x45, 0x5f, 0x54, 0x48,
   299  	0x52, 0x45, 0x53, 0x48, 0x4f, 0x4c, 0x44, 0x10, 0x15, 0x22, 0x04, 0x08, 0x10, 0x10, 0x10, 0x22,
   300  	0x04, 0x08, 0x11, 0x10, 0x11, 0x2a, 0x0d, 0x45, 0x4e, 0x53, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x4e,
   301  	0x41, 0x4d, 0x45, 0x53, 0x2a, 0x19, 0x49, 0x4e, 0x43, 0x4c, 0x55, 0x44, 0x45, 0x5f, 0x57, 0x41,
   302  	0x54, 0x43, 0x48, 0x4f, 0x4e, 0x4c, 0x59, 0x5f, 0x41, 0x43, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x42,
   303  	0x07, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70,
   304  	0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   305  }
   306  
   307  var (
   308  	file_sync_settings_proto_rawDescOnce sync.Once
   309  	file_sync_settings_proto_rawDescData = file_sync_settings_proto_rawDesc
   310  )
   311  
   312  func file_sync_settings_proto_rawDescGZIP() []byte {
   313  	file_sync_settings_proto_rawDescOnce.Do(func() {
   314  		file_sync_settings_proto_rawDescData = protoimpl.X.CompressGZIP(file_sync_settings_proto_rawDescData)
   315  	})
   316  	return file_sync_settings_proto_rawDescData
   317  }
   318  
   319  var file_sync_settings_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
   320  var file_sync_settings_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   321  var file_sync_settings_proto_goTypes = []interface{}{
   322  	(SyncSetting_Type)(0), // 0: protobuf.SyncSetting.Type
   323  	(*SyncSetting)(nil),   // 1: protobuf.SyncSetting
   324  }
   325  var file_sync_settings_proto_depIdxs = []int32{
   326  	0, // 0: protobuf.SyncSetting.type:type_name -> protobuf.SyncSetting.Type
   327  	1, // [1:1] is the sub-list for method output_type
   328  	1, // [1:1] is the sub-list for method input_type
   329  	1, // [1:1] is the sub-list for extension type_name
   330  	1, // [1:1] is the sub-list for extension extendee
   331  	0, // [0:1] is the sub-list for field type_name
   332  }
   333  
   334  func init() { file_sync_settings_proto_init() }
   335  func file_sync_settings_proto_init() {
   336  	if File_sync_settings_proto != nil {
   337  		return
   338  	}
   339  	if !protoimpl.UnsafeEnabled {
   340  		file_sync_settings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   341  			switch v := v.(*SyncSetting); i {
   342  			case 0:
   343  				return &v.state
   344  			case 1:
   345  				return &v.sizeCache
   346  			case 2:
   347  				return &v.unknownFields
   348  			default:
   349  				return nil
   350  			}
   351  		}
   352  	}
   353  	file_sync_settings_proto_msgTypes[0].OneofWrappers = []interface{}{
   354  		(*SyncSetting_ValueString)(nil),
   355  		(*SyncSetting_ValueBytes)(nil),
   356  		(*SyncSetting_ValueBool)(nil),
   357  		(*SyncSetting_ValueInt64)(nil),
   358  	}
   359  	type x struct{}
   360  	out := protoimpl.TypeBuilder{
   361  		File: protoimpl.DescBuilder{
   362  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   363  			RawDescriptor: file_sync_settings_proto_rawDesc,
   364  			NumEnums:      1,
   365  			NumMessages:   1,
   366  			NumExtensions: 0,
   367  			NumServices:   0,
   368  		},
   369  		GoTypes:           file_sync_settings_proto_goTypes,
   370  		DependencyIndexes: file_sync_settings_proto_depIdxs,
   371  		EnumInfos:         file_sync_settings_proto_enumTypes,
   372  		MessageInfos:      file_sync_settings_proto_msgTypes,
   373  	}.Build()
   374  	File_sync_settings_proto = out.File
   375  	file_sync_settings_proto_rawDesc = nil
   376  	file_sync_settings_proto_goTypes = nil
   377  	file_sync_settings_proto_depIdxs = nil
   378  }