// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 // protoc (unknown) // source: api/message.proto // NOTE run `buf generate` from `cluster/proto` to regenerate code package api import ( reflect "reflect" sync "sync" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) 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 ApplyRequest_Type int32 const ( ApplyRequest_TYPE_UNSPECIFIED ApplyRequest_Type = 0 ApplyRequest_TYPE_ADD_CLASS ApplyRequest_Type = 1 ApplyRequest_TYPE_UPDATE_CLASS ApplyRequest_Type = 2 ApplyRequest_TYPE_DELETE_CLASS ApplyRequest_Type = 3 ApplyRequest_TYPE_RESTORE_CLASS ApplyRequest_Type = 4 ApplyRequest_TYPE_ADD_PROPERTY ApplyRequest_Type = 5 ApplyRequest_TYPE_UPDATE_SHARD_STATUS ApplyRequest_Type = 10 ApplyRequest_TYPE_ADD_REPLICA_TO_SHARD ApplyRequest_Type = 11 ApplyRequest_TYPE_DELETE_REPLICA_FROM_SHARD ApplyRequest_Type = 12 ApplyRequest_TYPE_ADD_TENANT ApplyRequest_Type = 16 ApplyRequest_TYPE_UPDATE_TENANT ApplyRequest_Type = 17 ApplyRequest_TYPE_DELETE_TENANT ApplyRequest_Type = 18 ApplyRequest_TYPE_TENANT_PROCESS ApplyRequest_Type = 19 ApplyRequest_TYPE_CREATE_ALIAS ApplyRequest_Type = 40 ApplyRequest_TYPE_REPLACE_ALIAS ApplyRequest_Type = 41 ApplyRequest_TYPE_DELETE_ALIAS ApplyRequest_Type = 42 ApplyRequest_TYPE_UPSERT_ROLES_PERMISSIONS ApplyRequest_Type = 60 ApplyRequest_TYPE_DELETE_ROLES ApplyRequest_Type = 61 ApplyRequest_TYPE_REMOVE_PERMISSIONS ApplyRequest_Type = 62 ApplyRequest_TYPE_ADD_ROLES_FOR_USER ApplyRequest_Type = 63 ApplyRequest_TYPE_REVOKE_ROLES_FOR_USER ApplyRequest_Type = 64 ApplyRequest_TYPE_UPSERT_USER ApplyRequest_Type = 80 ApplyRequest_TYPE_DELETE_USER ApplyRequest_Type = 81 ApplyRequest_TYPE_ROTATE_USER_API_KEY ApplyRequest_Type = 82 ApplyRequest_TYPE_SUSPEND_USER ApplyRequest_Type = 83 ApplyRequest_TYPE_ACTIVATE_USER ApplyRequest_Type = 84 ApplyRequest_TYPE_CREATE_USER_WITH_KEY ApplyRequest_Type = 85 ApplyRequest_TYPE_STORE_SCHEMA_V1 ApplyRequest_Type = 99 ApplyRequest_TYPE_REPLICATION_REPLICATE ApplyRequest_Type = 200 ApplyRequest_TYPE_REPLICATION_REPLICATE_UPDATE_STATE ApplyRequest_Type = 201 ApplyRequest_TYPE_REPLICATION_REPLICATE_REGISTER_ERROR ApplyRequest_Type = 202 ApplyRequest_TYPE_REPLICATION_REPLICATE_CANCEL ApplyRequest_Type = 203 ApplyRequest_TYPE_REPLICATION_REPLICATE_DELETE ApplyRequest_Type = 204 ApplyRequest_TYPE_REPLICATION_REPLICATE_REMOVE ApplyRequest_Type = 205 ApplyRequest_TYPE_REPLICATION_REPLICATE_CANCELLATION_COMPLETE ApplyRequest_Type = 206 ApplyRequest_TYPE_REPLICATION_REPLICATE_DELETE_ALL ApplyRequest_Type = 207 ApplyRequest_TYPE_REPLICATION_REPLICATE_DELETE_BY_COLLECTION ApplyRequest_Type = 208 ApplyRequest_TYPE_REPLICATION_REPLICATE_DELETE_BY_TENANTS ApplyRequest_Type = 209 ApplyRequest_TYPE_REPLICATION_REPLICATE_SYNC_SHARD ApplyRequest_Type = 210 ApplyRequest_TYPE_REPLICATION_REGISTER_SCHEMA_VERSION ApplyRequest_Type = 211 ApplyRequest_TYPE_REPLICATION_REPLICATE_ADD_REPLICA_TO_SHARD ApplyRequest_Type = 212 ApplyRequest_TYPE_REPLICATION_REPLICATE_FORCE_DELETE_ALL ApplyRequest_Type = 220 ApplyRequest_TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_COLLECTION ApplyRequest_Type = 221 ApplyRequest_TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_COLLECTION_AND_SHARD ApplyRequest_Type = 222 ApplyRequest_TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_TARGET_NODE ApplyRequest_Type = 223 ApplyRequest_TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_UUID ApplyRequest_Type = 224 ApplyRequest_TYPE_DISTRIBUTED_TASK_ADD ApplyRequest_Type = 300 ApplyRequest_TYPE_DISTRIBUTED_TASK_CANCEL ApplyRequest_Type = 301 ApplyRequest_TYPE_DISTRIBUTED_TASK_RECORD_NODE_COMPLETED ApplyRequest_Type = 302 ApplyRequest_TYPE_DISTRIBUTED_TASK_CLEAN_UP ApplyRequest_Type = 303 ) // Enum value maps for ApplyRequest_Type. var ( ApplyRequest_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "TYPE_ADD_CLASS", 2: "TYPE_UPDATE_CLASS", 3: "TYPE_DELETE_CLASS", 4: "TYPE_RESTORE_CLASS", 5: "TYPE_ADD_PROPERTY", 10: "TYPE_UPDATE_SHARD_STATUS", 11: "TYPE_ADD_REPLICA_TO_SHARD", 12: "TYPE_DELETE_REPLICA_FROM_SHARD", 16: "TYPE_ADD_TENANT", 17: "TYPE_UPDATE_TENANT", 18: "TYPE_DELETE_TENANT", 19: "TYPE_TENANT_PROCESS", 40: "TYPE_CREATE_ALIAS", 41: "TYPE_REPLACE_ALIAS", 42: "TYPE_DELETE_ALIAS", 60: "TYPE_UPSERT_ROLES_PERMISSIONS", 61: "TYPE_DELETE_ROLES", 62: "TYPE_REMOVE_PERMISSIONS", 63: "TYPE_ADD_ROLES_FOR_USER", 64: "TYPE_REVOKE_ROLES_FOR_USER", 80: "TYPE_UPSERT_USER", 81: "TYPE_DELETE_USER", 82: "TYPE_ROTATE_USER_API_KEY", 83: "TYPE_SUSPEND_USER", 84: "TYPE_ACTIVATE_USER", 85: "TYPE_CREATE_USER_WITH_KEY", 99: "TYPE_STORE_SCHEMA_V1", 200: "TYPE_REPLICATION_REPLICATE", 201: "TYPE_REPLICATION_REPLICATE_UPDATE_STATE", 202: "TYPE_REPLICATION_REPLICATE_REGISTER_ERROR", 203: "TYPE_REPLICATION_REPLICATE_CANCEL", 204: "TYPE_REPLICATION_REPLICATE_DELETE", 205: "TYPE_REPLICATION_REPLICATE_REMOVE", 206: "TYPE_REPLICATION_REPLICATE_CANCELLATION_COMPLETE", 207: "TYPE_REPLICATION_REPLICATE_DELETE_ALL", 208: "TYPE_REPLICATION_REPLICATE_DELETE_BY_COLLECTION", 209: "TYPE_REPLICATION_REPLICATE_DELETE_BY_TENANTS", 210: "TYPE_REPLICATION_REPLICATE_SYNC_SHARD", 211: "TYPE_REPLICATION_REGISTER_SCHEMA_VERSION", 212: "TYPE_REPLICATION_REPLICATE_ADD_REPLICA_TO_SHARD", 220: "TYPE_REPLICATION_REPLICATE_FORCE_DELETE_ALL", 221: "TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_COLLECTION", 222: "TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_COLLECTION_AND_SHARD", 223: "TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_TARGET_NODE", 224: "TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_UUID", 300: "TYPE_DISTRIBUTED_TASK_ADD", 301: "TYPE_DISTRIBUTED_TASK_CANCEL", 302: "TYPE_DISTRIBUTED_TASK_RECORD_NODE_COMPLETED", 303: "TYPE_DISTRIBUTED_TASK_CLEAN_UP", } ApplyRequest_Type_value = map[string]int32{ "TYPE_UNSPECIFIED": 0, "TYPE_ADD_CLASS": 1, "TYPE_UPDATE_CLASS": 2, "TYPE_DELETE_CLASS": 3, "TYPE_RESTORE_CLASS": 4, "TYPE_ADD_PROPERTY": 5, "TYPE_UPDATE_SHARD_STATUS": 10, "TYPE_ADD_REPLICA_TO_SHARD": 11, "TYPE_DELETE_REPLICA_FROM_SHARD": 12, "TYPE_ADD_TENANT": 16, "TYPE_UPDATE_TENANT": 17, "TYPE_DELETE_TENANT": 18, "TYPE_TENANT_PROCESS": 19, "TYPE_CREATE_ALIAS": 40, "TYPE_REPLACE_ALIAS": 41, "TYPE_DELETE_ALIAS": 42, "TYPE_UPSERT_ROLES_PERMISSIONS": 60, "TYPE_DELETE_ROLES": 61, "TYPE_REMOVE_PERMISSIONS": 62, "TYPE_ADD_ROLES_FOR_USER": 63, "TYPE_REVOKE_ROLES_FOR_USER": 64, "TYPE_UPSERT_USER": 80, "TYPE_DELETE_USER": 81, "TYPE_ROTATE_USER_API_KEY": 82, "TYPE_SUSPEND_USER": 83, "TYPE_ACTIVATE_USER": 84, "TYPE_CREATE_USER_WITH_KEY": 85, "TYPE_STORE_SCHEMA_V1": 99, "TYPE_REPLICATION_REPLICATE": 200, "TYPE_REPLICATION_REPLICATE_UPDATE_STATE": 201, "TYPE_REPLICATION_REPLICATE_REGISTER_ERROR": 202, "TYPE_REPLICATION_REPLICATE_CANCEL": 203, "TYPE_REPLICATION_REPLICATE_DELETE": 204, "TYPE_REPLICATION_REPLICATE_REMOVE": 205, "TYPE_REPLICATION_REPLICATE_CANCELLATION_COMPLETE": 206, "TYPE_REPLICATION_REPLICATE_DELETE_ALL": 207, "TYPE_REPLICATION_REPLICATE_DELETE_BY_COLLECTION": 208, "TYPE_REPLICATION_REPLICATE_DELETE_BY_TENANTS": 209, "TYPE_REPLICATION_REPLICATE_SYNC_SHARD": 210, "TYPE_REPLICATION_REGISTER_SCHEMA_VERSION": 211, "TYPE_REPLICATION_REPLICATE_ADD_REPLICA_TO_SHARD": 212, "TYPE_REPLICATION_REPLICATE_FORCE_DELETE_ALL": 220, "TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_COLLECTION": 221, "TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_COLLECTION_AND_SHARD": 222, "TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_TARGET_NODE": 223, "TYPE_REPLICATION_REPLICATE_FORCE_DELETE_BY_UUID": 224, "TYPE_DISTRIBUTED_TASK_ADD": 300, "TYPE_DISTRIBUTED_TASK_CANCEL": 301, "TYPE_DISTRIBUTED_TASK_RECORD_NODE_COMPLETED": 302, "TYPE_DISTRIBUTED_TASK_CLEAN_UP": 303, } ) func (x ApplyRequest_Type) Enum() *ApplyRequest_Type { p := new(ApplyRequest_Type) *p = x return p } func (x ApplyRequest_Type) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (ApplyRequest_Type) Descriptor() protoreflect.EnumDescriptor { return file_api_message_proto_enumTypes[0].Descriptor() } func (ApplyRequest_Type) Type() protoreflect.EnumType { return &file_api_message_proto_enumTypes[0] } func (x ApplyRequest_Type) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use ApplyRequest_Type.Descriptor instead. func (ApplyRequest_Type) EnumDescriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{6, 0} } type QueryRequest_Type int32 const ( QueryRequest_TYPE_UNSPECIFIED QueryRequest_Type = 0 QueryRequest_TYPE_GET_CLASSES QueryRequest_Type = 1 QueryRequest_TYPE_GET_SCHEMA QueryRequest_Type = 2 QueryRequest_TYPE_GET_TENANTS QueryRequest_Type = 3 QueryRequest_TYPE_GET_SHARD_OWNER QueryRequest_Type = 4 QueryRequest_TYPE_GET_TENANTS_SHARDS QueryRequest_Type = 5 QueryRequest_TYPE_GET_SHARDING_STATE QueryRequest_Type = 6 QueryRequest_TYPE_GET_CLASS_VERSIONS QueryRequest_Type = 7 QueryRequest_TYPE_GET_COLLECTIONS_COUNT QueryRequest_Type = 8 QueryRequest_TYPE_HAS_PERMISSION QueryRequest_Type = 30 QueryRequest_TYPE_GET_ROLES QueryRequest_Type = 31 QueryRequest_TYPE_GET_ROLES_FOR_USER QueryRequest_Type = 32 QueryRequest_TYPE_GET_USERS_FOR_ROLE QueryRequest_Type = 33 QueryRequest_TYPE_GET_USERS_OR_GROUPS_WITH_ROLES QueryRequest_Type = 34 QueryRequest_TYPE_GET_USERS QueryRequest_Type = 61 QueryRequest_TYPE_USER_IDENTIFIER_EXISTS QueryRequest_Type = 62 QueryRequest_TYPE_RESOLVE_ALIAS QueryRequest_Type = 100 QueryRequest_TYPE_GET_ALIASES QueryRequest_Type = 101 QueryRequest_TYPE_GET_REPLICATION_DETAILS QueryRequest_Type = 200 QueryRequest_TYPE_GET_REPLICATION_DETAILS_BY_COLLECTION QueryRequest_Type = 201 QueryRequest_TYPE_GET_REPLICATION_DETAILS_BY_COLLECTION_AND_SHARD QueryRequest_Type = 202 QueryRequest_TYPE_GET_REPLICATION_DETAILS_BY_TARGET_NODE QueryRequest_Type = 203 QueryRequest_TYPE_GET_SHARDING_STATE_BY_COLLECTION QueryRequest_Type = 204 QueryRequest_TYPE_GET_SHARDING_STATE_BY_COLLECTION_AND_SHARD QueryRequest_Type = 205 QueryRequest_TYPE_GET_ALL_REPLICATION_DETAILS QueryRequest_Type = 206 QueryRequest_TYPE_GET_REPLICATION_OPERATION_STATE QueryRequest_Type = 207 QueryRequest_TYPE_DISTRIBUTED_TASK_LIST QueryRequest_Type = 300 ) // Enum value maps for QueryRequest_Type. var ( QueryRequest_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "TYPE_GET_CLASSES", 2: "TYPE_GET_SCHEMA", 3: "TYPE_GET_TENANTS", 4: "TYPE_GET_SHARD_OWNER", 5: "TYPE_GET_TENANTS_SHARDS", 6: "TYPE_GET_SHARDING_STATE", 7: "TYPE_GET_CLASS_VERSIONS", 8: "TYPE_GET_COLLECTIONS_COUNT", 30: "TYPE_HAS_PERMISSION", 31: "TYPE_GET_ROLES", 32: "TYPE_GET_ROLES_FOR_USER", 33: "TYPE_GET_USERS_FOR_ROLE", 34: "TYPE_GET_USERS_OR_GROUPS_WITH_ROLES", 61: "TYPE_GET_USERS", 62: "TYPE_USER_IDENTIFIER_EXISTS", 100: "TYPE_RESOLVE_ALIAS", 101: "TYPE_GET_ALIASES", 200: "TYPE_GET_REPLICATION_DETAILS", 201: "TYPE_GET_REPLICATION_DETAILS_BY_COLLECTION", 202: "TYPE_GET_REPLICATION_DETAILS_BY_COLLECTION_AND_SHARD", 203: "TYPE_GET_REPLICATION_DETAILS_BY_TARGET_NODE", 204: "TYPE_GET_SHARDING_STATE_BY_COLLECTION", 205: "TYPE_GET_SHARDING_STATE_BY_COLLECTION_AND_SHARD", 206: "TYPE_GET_ALL_REPLICATION_DETAILS", 207: "TYPE_GET_REPLICATION_OPERATION_STATE", 300: "TYPE_DISTRIBUTED_TASK_LIST", } QueryRequest_Type_value = map[string]int32{ "TYPE_UNSPECIFIED": 0, "TYPE_GET_CLASSES": 1, "TYPE_GET_SCHEMA": 2, "TYPE_GET_TENANTS": 3, "TYPE_GET_SHARD_OWNER": 4, "TYPE_GET_TENANTS_SHARDS": 5, "TYPE_GET_SHARDING_STATE": 6, "TYPE_GET_CLASS_VERSIONS": 7, "TYPE_GET_COLLECTIONS_COUNT": 8, "TYPE_HAS_PERMISSION": 30, "TYPE_GET_ROLES": 31, "TYPE_GET_ROLES_FOR_USER": 32, "TYPE_GET_USERS_FOR_ROLE": 33, "TYPE_GET_USERS_OR_GROUPS_WITH_ROLES": 34, "TYPE_GET_USERS": 61, "TYPE_USER_IDENTIFIER_EXISTS": 62, "TYPE_RESOLVE_ALIAS": 100, "TYPE_GET_ALIASES": 101, "TYPE_GET_REPLICATION_DETAILS": 200, "TYPE_GET_REPLICATION_DETAILS_BY_COLLECTION": 201, "TYPE_GET_REPLICATION_DETAILS_BY_COLLECTION_AND_SHARD": 202, "TYPE_GET_REPLICATION_DETAILS_BY_TARGET_NODE": 203, "TYPE_GET_SHARDING_STATE_BY_COLLECTION": 204, "TYPE_GET_SHARDING_STATE_BY_COLLECTION_AND_SHARD": 205, "TYPE_GET_ALL_REPLICATION_DETAILS": 206, "TYPE_GET_REPLICATION_OPERATION_STATE": 207, "TYPE_DISTRIBUTED_TASK_LIST": 300, } ) func (x QueryRequest_Type) Enum() *QueryRequest_Type { p := new(QueryRequest_Type) *p = x return p } func (x QueryRequest_Type) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (QueryRequest_Type) Descriptor() protoreflect.EnumDescriptor { return file_api_message_proto_enumTypes[1].Descriptor() } func (QueryRequest_Type) Type() protoreflect.EnumType { return &file_api_message_proto_enumTypes[1] } func (x QueryRequest_Type) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use QueryRequest_Type.Descriptor instead. func (QueryRequest_Type) EnumDescriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{8, 0} } type TenantsProcess_Op int32 const ( TenantsProcess_OP_UNSPECIFIED TenantsProcess_Op = 0 TenantsProcess_OP_START TenantsProcess_Op = 1 TenantsProcess_OP_DONE TenantsProcess_Op = 2 TenantsProcess_OP_ABORT TenantsProcess_Op = 3 ) // Enum value maps for TenantsProcess_Op. var ( TenantsProcess_Op_name = map[int32]string{ 0: "OP_UNSPECIFIED", 1: "OP_START", 2: "OP_DONE", 3: "OP_ABORT", } TenantsProcess_Op_value = map[string]int32{ "OP_UNSPECIFIED": 0, "OP_START": 1, "OP_DONE": 2, "OP_ABORT": 3, } ) func (x TenantsProcess_Op) Enum() *TenantsProcess_Op { p := new(TenantsProcess_Op) *p = x return p } func (x TenantsProcess_Op) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (TenantsProcess_Op) Descriptor() protoreflect.EnumDescriptor { return file_api_message_proto_enumTypes[2].Descriptor() } func (TenantsProcess_Op) Type() protoreflect.EnumType { return &file_api_message_proto_enumTypes[2] } func (x TenantsProcess_Op) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use TenantsProcess_Op.Descriptor instead. func (TenantsProcess_Op) EnumDescriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{12, 0} } type TenantProcessRequest_Action int32 const ( TenantProcessRequest_ACTION_UNSPECIFIED TenantProcessRequest_Action = 0 TenantProcessRequest_ACTION_FREEZING TenantProcessRequest_Action = 1 TenantProcessRequest_ACTION_UNFREEZING TenantProcessRequest_Action = 2 ) // Enum value maps for TenantProcessRequest_Action. var ( TenantProcessRequest_Action_name = map[int32]string{ 0: "ACTION_UNSPECIFIED", 1: "ACTION_FREEZING", 2: "ACTION_UNFREEZING", } TenantProcessRequest_Action_value = map[string]int32{ "ACTION_UNSPECIFIED": 0, "ACTION_FREEZING": 1, "ACTION_UNFREEZING": 2, } ) func (x TenantProcessRequest_Action) Enum() *TenantProcessRequest_Action { p := new(TenantProcessRequest_Action) *p = x return p } func (x TenantProcessRequest_Action) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (TenantProcessRequest_Action) Descriptor() protoreflect.EnumDescriptor { return file_api_message_proto_enumTypes[3].Descriptor() } func (TenantProcessRequest_Action) Type() protoreflect.EnumType { return &file_api_message_proto_enumTypes[3] } func (x TenantProcessRequest_Action) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use TenantProcessRequest_Action.Descriptor instead. func (TenantProcessRequest_Action) EnumDescriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{13, 0} } type JoinPeerRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Voter bool `protobuf:"varint,3,opt,name=voter,proto3" json:"voter,omitempty"` } func (x *JoinPeerRequest) Reset() { *x = JoinPeerRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *JoinPeerRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*JoinPeerRequest) ProtoMessage() {} func (x *JoinPeerRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use JoinPeerRequest.ProtoReflect.Descriptor instead. func (*JoinPeerRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{0} } func (x *JoinPeerRequest) GetId() string { if x != nil { return x.Id } return "" } func (x *JoinPeerRequest) GetAddress() string { if x != nil { return x.Address } return "" } func (x *JoinPeerRequest) GetVoter() bool { if x != nil { return x.Voter } return false } type JoinPeerResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Leader string `protobuf:"bytes,1,opt,name=leader,proto3" json:"leader,omitempty"` } func (x *JoinPeerResponse) Reset() { *x = JoinPeerResponse{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *JoinPeerResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*JoinPeerResponse) ProtoMessage() {} func (x *JoinPeerResponse) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use JoinPeerResponse.ProtoReflect.Descriptor instead. func (*JoinPeerResponse) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{1} } func (x *JoinPeerResponse) GetLeader() string { if x != nil { return x.Leader } return "" } type RemovePeerRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` } func (x *RemovePeerRequest) Reset() { *x = RemovePeerRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *RemovePeerRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*RemovePeerRequest) ProtoMessage() {} func (x *RemovePeerRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use RemovePeerRequest.ProtoReflect.Descriptor instead. func (*RemovePeerRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{2} } func (x *RemovePeerRequest) GetId() string { if x != nil { return x.Id } return "" } type RemovePeerResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Leader string `protobuf:"bytes,1,opt,name=leader,proto3" json:"leader,omitempty"` } func (x *RemovePeerResponse) Reset() { *x = RemovePeerResponse{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *RemovePeerResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*RemovePeerResponse) ProtoMessage() {} func (x *RemovePeerResponse) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use RemovePeerResponse.ProtoReflect.Descriptor instead. func (*RemovePeerResponse) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{3} } func (x *RemovePeerResponse) GetLeader() string { if x != nil { return x.Leader } return "" } type NotifyPeerRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` } func (x *NotifyPeerRequest) Reset() { *x = NotifyPeerRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *NotifyPeerRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*NotifyPeerRequest) ProtoMessage() {} func (x *NotifyPeerRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use NotifyPeerRequest.ProtoReflect.Descriptor instead. func (*NotifyPeerRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{4} } func (x *NotifyPeerRequest) GetId() string { if x != nil { return x.Id } return "" } func (x *NotifyPeerRequest) GetAddress() string { if x != nil { return x.Address } return "" } type NotifyPeerResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *NotifyPeerResponse) Reset() { *x = NotifyPeerResponse{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *NotifyPeerResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*NotifyPeerResponse) ProtoMessage() {} func (x *NotifyPeerResponse) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use NotifyPeerResponse.ProtoReflect.Descriptor instead. func (*NotifyPeerResponse) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{5} } type ApplyRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Type ApplyRequest_Type `protobuf:"varint,1,opt,name=type,proto3,enum=weaviate.internal.cluster.ApplyRequest_Type" json:"type,omitempty"` Class string `protobuf:"bytes,2,opt,name=class,proto3" json:"class,omitempty"` Version uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` SubCommand []byte `protobuf:"bytes,4,opt,name=sub_command,json=subCommand,proto3" json:"sub_command,omitempty"` } func (x *ApplyRequest) Reset() { *x = ApplyRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ApplyRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*ApplyRequest) ProtoMessage() {} func (x *ApplyRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ApplyRequest.ProtoReflect.Descriptor instead. func (*ApplyRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{6} } func (x *ApplyRequest) GetType() ApplyRequest_Type { if x != nil { return x.Type } return ApplyRequest_TYPE_UNSPECIFIED } func (x *ApplyRequest) GetClass() string { if x != nil { return x.Class } return "" } func (x *ApplyRequest) GetVersion() uint64 { if x != nil { return x.Version } return 0 } func (x *ApplyRequest) GetSubCommand() []byte { if x != nil { return x.SubCommand } return nil } type ApplyResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Version uint64 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Leader string `protobuf:"bytes,2,opt,name=leader,proto3" json:"leader,omitempty"` } func (x *ApplyResponse) Reset() { *x = ApplyResponse{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ApplyResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*ApplyResponse) ProtoMessage() {} func (x *ApplyResponse) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ApplyResponse.ProtoReflect.Descriptor instead. func (*ApplyResponse) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{7} } func (x *ApplyResponse) GetVersion() uint64 { if x != nil { return x.Version } return 0 } func (x *ApplyResponse) GetLeader() string { if x != nil { return x.Leader } return "" } type QueryRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Type QueryRequest_Type `protobuf:"varint,1,opt,name=type,proto3,enum=weaviate.internal.cluster.QueryRequest_Type" json:"type,omitempty"` SubCommand []byte `protobuf:"bytes,2,opt,name=sub_command,json=subCommand,proto3" json:"sub_command,omitempty"` } func (x *QueryRequest) Reset() { *x = QueryRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *QueryRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*QueryRequest) ProtoMessage() {} func (x *QueryRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use QueryRequest.ProtoReflect.Descriptor instead. func (*QueryRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{8} } func (x *QueryRequest) GetType() QueryRequest_Type { if x != nil { return x.Type } return QueryRequest_TYPE_UNSPECIFIED } func (x *QueryRequest) GetSubCommand() []byte { if x != nil { return x.SubCommand } return nil } type QueryResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` } func (x *QueryResponse) Reset() { *x = QueryResponse{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *QueryResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*QueryResponse) ProtoMessage() {} func (x *QueryResponse) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[9] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead. func (*QueryResponse) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{9} } func (x *QueryResponse) GetPayload() []byte { if x != nil { return x.Payload } return nil } type AddTenantsRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ClusterNodes []string `protobuf:"bytes,1,rep,name=cluster_nodes,json=clusterNodes,proto3" json:"cluster_nodes,omitempty"` Tenants []*Tenant `protobuf:"bytes,2,rep,name=tenants,proto3" json:"tenants,omitempty"` } func (x *AddTenantsRequest) Reset() { *x = AddTenantsRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AddTenantsRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddTenantsRequest) ProtoMessage() {} func (x *AddTenantsRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[10] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AddTenantsRequest.ProtoReflect.Descriptor instead. func (*AddTenantsRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{10} } func (x *AddTenantsRequest) GetClusterNodes() []string { if x != nil { return x.ClusterNodes } return nil } func (x *AddTenantsRequest) GetTenants() []*Tenant { if x != nil { return x.Tenants } return nil } type UpdateTenantsRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Tenants []*Tenant `protobuf:"bytes,1,rep,name=tenants,proto3" json:"tenants,omitempty"` ClusterNodes []string `protobuf:"bytes,2,rep,name=cluster_nodes,json=clusterNodes,proto3" json:"cluster_nodes,omitempty"` ImplicitUpdateRequest bool `protobuf:"varint,3,opt,name=implicit_update_request,json=implicitUpdateRequest,proto3" json:"implicit_update_request,omitempty"` } func (x *UpdateTenantsRequest) Reset() { *x = UpdateTenantsRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdateTenantsRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateTenantsRequest) ProtoMessage() {} func (x *UpdateTenantsRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[11] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateTenantsRequest.ProtoReflect.Descriptor instead. func (*UpdateTenantsRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{11} } func (x *UpdateTenantsRequest) GetTenants() []*Tenant { if x != nil { return x.Tenants } return nil } func (x *UpdateTenantsRequest) GetClusterNodes() []string { if x != nil { return x.ClusterNodes } return nil } func (x *UpdateTenantsRequest) GetImplicitUpdateRequest() bool { if x != nil { return x.ImplicitUpdateRequest } return false } type TenantsProcess struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Op TenantsProcess_Op `protobuf:"varint,1,opt,name=op,proto3,enum=weaviate.internal.cluster.TenantsProcess_Op" json:"op,omitempty"` Tenant *Tenant `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"` } func (x *TenantsProcess) Reset() { *x = TenantsProcess{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TenantsProcess) String() string { return protoimpl.X.MessageStringOf(x) } func (*TenantsProcess) ProtoMessage() {} func (x *TenantsProcess) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[12] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use TenantsProcess.ProtoReflect.Descriptor instead. func (*TenantsProcess) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{12} } func (x *TenantsProcess) GetOp() TenantsProcess_Op { if x != nil { return x.Op } return TenantsProcess_OP_UNSPECIFIED } func (x *TenantsProcess) GetTenant() *Tenant { if x != nil { return x.Tenant } return nil } type TenantProcessRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Node string `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Action TenantProcessRequest_Action `protobuf:"varint,2,opt,name=action,proto3,enum=weaviate.internal.cluster.TenantProcessRequest_Action" json:"action,omitempty"` TenantsProcesses []*TenantsProcess `protobuf:"bytes,3,rep,name=tenants_processes,json=tenantsProcesses,proto3" json:"tenants_processes,omitempty"` } func (x *TenantProcessRequest) Reset() { *x = TenantProcessRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TenantProcessRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*TenantProcessRequest) ProtoMessage() {} func (x *TenantProcessRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[13] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use TenantProcessRequest.ProtoReflect.Descriptor instead. func (*TenantProcessRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{13} } func (x *TenantProcessRequest) GetNode() string { if x != nil { return x.Node } return "" } func (x *TenantProcessRequest) GetAction() TenantProcessRequest_Action { if x != nil { return x.Action } return TenantProcessRequest_ACTION_UNSPECIFIED } func (x *TenantProcessRequest) GetTenantsProcesses() []*TenantsProcess { if x != nil { return x.TenantsProcesses } return nil } type DeleteTenantsRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Tenants []string `protobuf:"bytes,1,rep,name=tenants,proto3" json:"tenants,omitempty"` } func (x *DeleteTenantsRequest) Reset() { *x = DeleteTenantsRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteTenantsRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteTenantsRequest) ProtoMessage() {} func (x *DeleteTenantsRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[14] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteTenantsRequest.ProtoReflect.Descriptor instead. func (*DeleteTenantsRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{14} } func (x *DeleteTenantsRequest) GetTenants() []string { if x != nil { return x.Tenants } return nil } type Tenant struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` } func (x *Tenant) Reset() { *x = Tenant{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Tenant) String() string { return protoimpl.X.MessageStringOf(x) } func (*Tenant) ProtoMessage() {} func (x *Tenant) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[15] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Tenant.ProtoReflect.Descriptor instead. func (*Tenant) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{15} } func (x *Tenant) GetName() string { if x != nil { return x.Name } return "" } func (x *Tenant) GetStatus() string { if x != nil { return x.Status } return "" } type AddDistributedTaskRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Payload []byte `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"` SubmittedAtUnixMillis int64 `protobuf:"varint,5,opt,name=submitted_at_unix_millis,json=submittedAtUnixMillis,proto3" json:"submitted_at_unix_millis,omitempty"` } func (x *AddDistributedTaskRequest) Reset() { *x = AddDistributedTaskRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AddDistributedTaskRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddDistributedTaskRequest) ProtoMessage() {} func (x *AddDistributedTaskRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[16] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AddDistributedTaskRequest.ProtoReflect.Descriptor instead. func (*AddDistributedTaskRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{16} } func (x *AddDistributedTaskRequest) GetNamespace() string { if x != nil { return x.Namespace } return "" } func (x *AddDistributedTaskRequest) GetId() string { if x != nil { return x.Id } return "" } func (x *AddDistributedTaskRequest) GetPayload() []byte { if x != nil { return x.Payload } return nil } func (x *AddDistributedTaskRequest) GetSubmittedAtUnixMillis() int64 { if x != nil { return x.SubmittedAtUnixMillis } return 0 } type RecordDistributedTaskNodeCompletionRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Version uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` NodeId string `protobuf:"bytes,4,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` Error *string `protobuf:"bytes,5,opt,name=error,proto3,oneof" json:"error,omitempty"` FinishedAtUnixMillis int64 `protobuf:"varint,6,opt,name=finished_at_unix_millis,json=finishedAtUnixMillis,proto3" json:"finished_at_unix_millis,omitempty"` } func (x *RecordDistributedTaskNodeCompletionRequest) Reset() { *x = RecordDistributedTaskNodeCompletionRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *RecordDistributedTaskNodeCompletionRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*RecordDistributedTaskNodeCompletionRequest) ProtoMessage() {} func (x *RecordDistributedTaskNodeCompletionRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[17] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use RecordDistributedTaskNodeCompletionRequest.ProtoReflect.Descriptor instead. func (*RecordDistributedTaskNodeCompletionRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{17} } func (x *RecordDistributedTaskNodeCompletionRequest) GetNamespace() string { if x != nil { return x.Namespace } return "" } func (x *RecordDistributedTaskNodeCompletionRequest) GetId() string { if x != nil { return x.Id } return "" } func (x *RecordDistributedTaskNodeCompletionRequest) GetVersion() uint64 { if x != nil { return x.Version } return 0 } func (x *RecordDistributedTaskNodeCompletionRequest) GetNodeId() string { if x != nil { return x.NodeId } return "" } func (x *RecordDistributedTaskNodeCompletionRequest) GetError() string { if x != nil && x.Error != nil { return *x.Error } return "" } func (x *RecordDistributedTaskNodeCompletionRequest) GetFinishedAtUnixMillis() int64 { if x != nil { return x.FinishedAtUnixMillis } return 0 } type CancelDistributedTaskRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Version uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` CancelledAtUnixMillis int64 `protobuf:"varint,6,opt,name=cancelled_at_unix_millis,json=cancelledAtUnixMillis,proto3" json:"cancelled_at_unix_millis,omitempty"` } func (x *CancelDistributedTaskRequest) Reset() { *x = CancelDistributedTaskRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CancelDistributedTaskRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*CancelDistributedTaskRequest) ProtoMessage() {} func (x *CancelDistributedTaskRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[18] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CancelDistributedTaskRequest.ProtoReflect.Descriptor instead. func (*CancelDistributedTaskRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{18} } func (x *CancelDistributedTaskRequest) GetNamespace() string { if x != nil { return x.Namespace } return "" } func (x *CancelDistributedTaskRequest) GetId() string { if x != nil { return x.Id } return "" } func (x *CancelDistributedTaskRequest) GetVersion() uint64 { if x != nil { return x.Version } return 0 } func (x *CancelDistributedTaskRequest) GetCancelledAtUnixMillis() int64 { if x != nil { return x.CancelledAtUnixMillis } return 0 } type CleanUpDistributedTaskRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Version uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` } func (x *CleanUpDistributedTaskRequest) Reset() { *x = CleanUpDistributedTaskRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CleanUpDistributedTaskRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*CleanUpDistributedTaskRequest) ProtoMessage() {} func (x *CleanUpDistributedTaskRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[19] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CleanUpDistributedTaskRequest.ProtoReflect.Descriptor instead. func (*CleanUpDistributedTaskRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{19} } func (x *CleanUpDistributedTaskRequest) GetNamespace() string { if x != nil { return x.Namespace } return "" } func (x *CleanUpDistributedTaskRequest) GetId() string { if x != nil { return x.Id } return "" } func (x *CleanUpDistributedTaskRequest) GetVersion() uint64 { if x != nil { return x.Version } return 0 } type SyncShardRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Collection string `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` Shard string `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"` NodeId string `protobuf:"bytes,3,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` } func (x *SyncShardRequest) Reset() { *x = SyncShardRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SyncShardRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SyncShardRequest) ProtoMessage() {} func (x *SyncShardRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[20] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SyncShardRequest.ProtoReflect.Descriptor instead. func (*SyncShardRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{20} } func (x *SyncShardRequest) GetCollection() string { if x != nil { return x.Collection } return "" } func (x *SyncShardRequest) GetShard() string { if x != nil { return x.Shard } return "" } func (x *SyncShardRequest) GetNodeId() string { if x != nil { return x.NodeId } return "" } type CreateAliasRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Collection string `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` Alias string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"` } func (x *CreateAliasRequest) Reset() { *x = CreateAliasRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CreateAliasRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreateAliasRequest) ProtoMessage() {} func (x *CreateAliasRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[21] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreateAliasRequest.ProtoReflect.Descriptor instead. func (*CreateAliasRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{21} } func (x *CreateAliasRequest) GetCollection() string { if x != nil { return x.Collection } return "" } func (x *CreateAliasRequest) GetAlias() string { if x != nil { return x.Alias } return "" } type ReplaceAliasRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Collection string `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` Alias string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"` } func (x *ReplaceAliasRequest) Reset() { *x = ReplaceAliasRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ReplaceAliasRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*ReplaceAliasRequest) ProtoMessage() {} func (x *ReplaceAliasRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[22] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ReplaceAliasRequest.ProtoReflect.Descriptor instead. func (*ReplaceAliasRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{22} } func (x *ReplaceAliasRequest) GetCollection() string { if x != nil { return x.Collection } return "" } func (x *ReplaceAliasRequest) GetAlias() string { if x != nil { return x.Alias } return "" } type DeleteAliasRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"` } func (x *DeleteAliasRequest) Reset() { *x = DeleteAliasRequest{} if protoimpl.UnsafeEnabled { mi := &file_api_message_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteAliasRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteAliasRequest) ProtoMessage() {} func (x *DeleteAliasRequest) ProtoReflect() protoreflect.Message { mi := &file_api_message_proto_msgTypes[23] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteAliasRequest.ProtoReflect.Descriptor instead. func (*DeleteAliasRequest) Descriptor() ([]byte, []int) { return file_api_message_proto_rawDescGZIP(), []int{23} } func (x *DeleteAliasRequest) GetAlias() string { if x != nil { return x.Alias } return "" } var File_api_message_proto protoreflect.FileDescriptor var file_api_message_proto_rawDesc = []byte{ 0x0a, 0x11, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x22, 0x51, 0x0a, 0x0f, 0x4a, 0x6f, 0x69, 0x6e, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x6f, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x6f, 0x74, 0x65, 0x72, 0x22, 0x2a, 0x0a, 0x10, 0x4a, 0x6f, 0x69, 0x6e, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x22, 0x23, 0x0a, 0x11, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x2c, 0x0a, 0x12, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x22, 0x3d, 0x0a, 0x11, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x14, 0x0a, 0x12, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x91, 0x0f, 0x0a, 0x0c, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x75, 0x62, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x75, 0x62, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x22, 0xed, 0x0d, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x41, 0x44, 0x44, 0x5f, 0x43, 0x4c, 0x41, 0x53, 0x53, 0x10, 0x01, 0x12, 0x15, 0x0a, 0x11, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x5f, 0x43, 0x4c, 0x41, 0x53, 0x53, 0x10, 0x02, 0x12, 0x15, 0x0a, 0x11, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x43, 0x4c, 0x41, 0x53, 0x53, 0x10, 0x03, 0x12, 0x16, 0x0a, 0x12, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x53, 0x54, 0x4f, 0x52, 0x45, 0x5f, 0x43, 0x4c, 0x41, 0x53, 0x53, 0x10, 0x04, 0x12, 0x15, 0x0a, 0x11, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x41, 0x44, 0x44, 0x5f, 0x50, 0x52, 0x4f, 0x50, 0x45, 0x52, 0x54, 0x59, 0x10, 0x05, 0x12, 0x1c, 0x0a, 0x18, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x10, 0x0a, 0x12, 0x1d, 0x0a, 0x19, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x41, 0x44, 0x44, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x5f, 0x54, 0x4f, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x10, 0x0b, 0x12, 0x22, 0x0a, 0x1e, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x5f, 0x46, 0x52, 0x4f, 0x4d, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x10, 0x0c, 0x12, 0x13, 0x0a, 0x0f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x41, 0x44, 0x44, 0x5f, 0x54, 0x45, 0x4e, 0x41, 0x4e, 0x54, 0x10, 0x10, 0x12, 0x16, 0x0a, 0x12, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x5f, 0x54, 0x45, 0x4e, 0x41, 0x4e, 0x54, 0x10, 0x11, 0x12, 0x16, 0x0a, 0x12, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x54, 0x45, 0x4e, 0x41, 0x4e, 0x54, 0x10, 0x12, 0x12, 0x17, 0x0a, 0x13, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x54, 0x45, 0x4e, 0x41, 0x4e, 0x54, 0x5f, 0x50, 0x52, 0x4f, 0x43, 0x45, 0x53, 0x53, 0x10, 0x13, 0x12, 0x15, 0x0a, 0x11, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x43, 0x52, 0x45, 0x41, 0x54, 0x45, 0x5f, 0x41, 0x4c, 0x49, 0x41, 0x53, 0x10, 0x28, 0x12, 0x16, 0x0a, 0x12, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x41, 0x43, 0x45, 0x5f, 0x41, 0x4c, 0x49, 0x41, 0x53, 0x10, 0x29, 0x12, 0x15, 0x0a, 0x11, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x41, 0x4c, 0x49, 0x41, 0x53, 0x10, 0x2a, 0x12, 0x21, 0x0a, 0x1d, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x50, 0x53, 0x45, 0x52, 0x54, 0x5f, 0x52, 0x4f, 0x4c, 0x45, 0x53, 0x5f, 0x50, 0x45, 0x52, 0x4d, 0x49, 0x53, 0x53, 0x49, 0x4f, 0x4e, 0x53, 0x10, 0x3c, 0x12, 0x15, 0x0a, 0x11, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x52, 0x4f, 0x4c, 0x45, 0x53, 0x10, 0x3d, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x4d, 0x4f, 0x56, 0x45, 0x5f, 0x50, 0x45, 0x52, 0x4d, 0x49, 0x53, 0x53, 0x49, 0x4f, 0x4e, 0x53, 0x10, 0x3e, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x41, 0x44, 0x44, 0x5f, 0x52, 0x4f, 0x4c, 0x45, 0x53, 0x5f, 0x46, 0x4f, 0x52, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x10, 0x3f, 0x12, 0x1e, 0x0a, 0x1a, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x56, 0x4f, 0x4b, 0x45, 0x5f, 0x52, 0x4f, 0x4c, 0x45, 0x53, 0x5f, 0x46, 0x4f, 0x52, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x10, 0x40, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x50, 0x53, 0x45, 0x52, 0x54, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x10, 0x50, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x10, 0x51, 0x12, 0x1c, 0x0a, 0x18, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x4f, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x41, 0x50, 0x49, 0x5f, 0x4b, 0x45, 0x59, 0x10, 0x52, 0x12, 0x15, 0x0a, 0x11, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x53, 0x55, 0x53, 0x50, 0x45, 0x4e, 0x44, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x10, 0x53, 0x12, 0x16, 0x0a, 0x12, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x10, 0x54, 0x12, 0x1d, 0x0a, 0x19, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x43, 0x52, 0x45, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x57, 0x49, 0x54, 0x48, 0x5f, 0x4b, 0x45, 0x59, 0x10, 0x55, 0x12, 0x18, 0x0a, 0x14, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x53, 0x54, 0x4f, 0x52, 0x45, 0x5f, 0x53, 0x43, 0x48, 0x45, 0x4d, 0x41, 0x5f, 0x56, 0x31, 0x10, 0x63, 0x12, 0x1f, 0x0a, 0x1a, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x10, 0xc8, 0x01, 0x12, 0x2c, 0x0a, 0x27, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x10, 0xc9, 0x01, 0x12, 0x2e, 0x0a, 0x29, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x52, 0x45, 0x47, 0x49, 0x53, 0x54, 0x45, 0x52, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0xca, 0x01, 0x12, 0x26, 0x0a, 0x21, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x43, 0x41, 0x4e, 0x43, 0x45, 0x4c, 0x10, 0xcb, 0x01, 0x12, 0x26, 0x0a, 0x21, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x10, 0xcc, 0x01, 0x12, 0x26, 0x0a, 0x21, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x52, 0x45, 0x4d, 0x4f, 0x56, 0x45, 0x10, 0xcd, 0x01, 0x12, 0x35, 0x0a, 0x30, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x43, 0x41, 0x4e, 0x43, 0x45, 0x4c, 0x4c, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x43, 0x4f, 0x4d, 0x50, 0x4c, 0x45, 0x54, 0x45, 0x10, 0xce, 0x01, 0x12, 0x2a, 0x0a, 0x25, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x41, 0x4c, 0x4c, 0x10, 0xcf, 0x01, 0x12, 0x34, 0x0a, 0x2f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x43, 0x4f, 0x4c, 0x4c, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0xd0, 0x01, 0x12, 0x31, 0x0a, 0x2c, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x54, 0x45, 0x4e, 0x41, 0x4e, 0x54, 0x53, 0x10, 0xd1, 0x01, 0x12, 0x2a, 0x0a, 0x25, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x10, 0xd2, 0x01, 0x12, 0x2d, 0x0a, 0x28, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x47, 0x49, 0x53, 0x54, 0x45, 0x52, 0x5f, 0x53, 0x43, 0x48, 0x45, 0x4d, 0x41, 0x5f, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x10, 0xd3, 0x01, 0x12, 0x34, 0x0a, 0x2f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x41, 0x44, 0x44, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x5f, 0x54, 0x4f, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x10, 0xd4, 0x01, 0x12, 0x30, 0x0a, 0x2b, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x46, 0x4f, 0x52, 0x43, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x41, 0x4c, 0x4c, 0x10, 0xdc, 0x01, 0x12, 0x3a, 0x0a, 0x35, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x46, 0x4f, 0x52, 0x43, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x43, 0x4f, 0x4c, 0x4c, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0xdd, 0x01, 0x12, 0x44, 0x0a, 0x3f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x46, 0x4f, 0x52, 0x43, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x43, 0x4f, 0x4c, 0x4c, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x10, 0xde, 0x01, 0x12, 0x3b, 0x0a, 0x36, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x46, 0x4f, 0x52, 0x43, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x54, 0x41, 0x52, 0x47, 0x45, 0x54, 0x5f, 0x4e, 0x4f, 0x44, 0x45, 0x10, 0xdf, 0x01, 0x12, 0x34, 0x0a, 0x2f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x46, 0x4f, 0x52, 0x43, 0x45, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x55, 0x55, 0x49, 0x44, 0x10, 0xe0, 0x01, 0x12, 0x1e, 0x0a, 0x19, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x49, 0x53, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x44, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x41, 0x44, 0x44, 0x10, 0xac, 0x02, 0x12, 0x21, 0x0a, 0x1c, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x49, 0x53, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x44, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x43, 0x41, 0x4e, 0x43, 0x45, 0x4c, 0x10, 0xad, 0x02, 0x12, 0x30, 0x0a, 0x2b, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x49, 0x53, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x44, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x52, 0x45, 0x43, 0x4f, 0x52, 0x44, 0x5f, 0x4e, 0x4f, 0x44, 0x45, 0x5f, 0x43, 0x4f, 0x4d, 0x50, 0x4c, 0x45, 0x54, 0x45, 0x44, 0x10, 0xae, 0x02, 0x12, 0x23, 0x0a, 0x1e, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x49, 0x53, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x44, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x43, 0x4c, 0x45, 0x41, 0x4e, 0x5f, 0x55, 0x50, 0x10, 0xaf, 0x02, 0x22, 0x41, 0x0a, 0x0d, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x22, 0xeb, 0x07, 0x0a, 0x0c, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x75, 0x62, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x75, 0x62, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x22, 0xf7, 0x06, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x43, 0x4c, 0x41, 0x53, 0x53, 0x45, 0x53, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x48, 0x45, 0x4d, 0x41, 0x10, 0x02, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x54, 0x45, 0x4e, 0x41, 0x4e, 0x54, 0x53, 0x10, 0x03, 0x12, 0x18, 0x0a, 0x14, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x5f, 0x4f, 0x57, 0x4e, 0x45, 0x52, 0x10, 0x04, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x54, 0x45, 0x4e, 0x41, 0x4e, 0x54, 0x53, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x53, 0x10, 0x05, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x49, 0x4e, 0x47, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x10, 0x06, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x43, 0x4c, 0x41, 0x53, 0x53, 0x5f, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x53, 0x10, 0x07, 0x12, 0x1e, 0x0a, 0x1a, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x43, 0x4f, 0x4c, 0x4c, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x53, 0x5f, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x08, 0x12, 0x17, 0x0a, 0x13, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x48, 0x41, 0x53, 0x5f, 0x50, 0x45, 0x52, 0x4d, 0x49, 0x53, 0x53, 0x49, 0x4f, 0x4e, 0x10, 0x1e, 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x52, 0x4f, 0x4c, 0x45, 0x53, 0x10, 0x1f, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x52, 0x4f, 0x4c, 0x45, 0x53, 0x5f, 0x46, 0x4f, 0x52, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x10, 0x20, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x53, 0x5f, 0x46, 0x4f, 0x52, 0x5f, 0x52, 0x4f, 0x4c, 0x45, 0x10, 0x21, 0x12, 0x27, 0x0a, 0x23, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x53, 0x5f, 0x4f, 0x52, 0x5f, 0x47, 0x52, 0x4f, 0x55, 0x50, 0x53, 0x5f, 0x57, 0x49, 0x54, 0x48, 0x5f, 0x52, 0x4f, 0x4c, 0x45, 0x53, 0x10, 0x22, 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x53, 0x10, 0x3d, 0x12, 0x1f, 0x0a, 0x1b, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x49, 0x44, 0x45, 0x4e, 0x54, 0x49, 0x46, 0x49, 0x45, 0x52, 0x5f, 0x45, 0x58, 0x49, 0x53, 0x54, 0x53, 0x10, 0x3e, 0x12, 0x16, 0x0a, 0x12, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x53, 0x4f, 0x4c, 0x56, 0x45, 0x5f, 0x41, 0x4c, 0x49, 0x41, 0x53, 0x10, 0x64, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x41, 0x4c, 0x49, 0x41, 0x53, 0x45, 0x53, 0x10, 0x65, 0x12, 0x21, 0x0a, 0x1c, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x44, 0x45, 0x54, 0x41, 0x49, 0x4c, 0x53, 0x10, 0xc8, 0x01, 0x12, 0x2f, 0x0a, 0x2a, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x44, 0x45, 0x54, 0x41, 0x49, 0x4c, 0x53, 0x5f, 0x42, 0x59, 0x5f, 0x43, 0x4f, 0x4c, 0x4c, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0xc9, 0x01, 0x12, 0x39, 0x0a, 0x34, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x44, 0x45, 0x54, 0x41, 0x49, 0x4c, 0x53, 0x5f, 0x42, 0x59, 0x5f, 0x43, 0x4f, 0x4c, 0x4c, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x10, 0xca, 0x01, 0x12, 0x30, 0x0a, 0x2b, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x44, 0x45, 0x54, 0x41, 0x49, 0x4c, 0x53, 0x5f, 0x42, 0x59, 0x5f, 0x54, 0x41, 0x52, 0x47, 0x45, 0x54, 0x5f, 0x4e, 0x4f, 0x44, 0x45, 0x10, 0xcb, 0x01, 0x12, 0x2a, 0x0a, 0x25, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x49, 0x4e, 0x47, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x43, 0x4f, 0x4c, 0x4c, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0xcc, 0x01, 0x12, 0x34, 0x0a, 0x2f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x49, 0x4e, 0x47, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x43, 0x4f, 0x4c, 0x4c, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x10, 0xcd, 0x01, 0x12, 0x25, 0x0a, 0x20, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x41, 0x4c, 0x4c, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x44, 0x45, 0x54, 0x41, 0x49, 0x4c, 0x53, 0x10, 0xce, 0x01, 0x12, 0x29, 0x0a, 0x24, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x47, 0x45, 0x54, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x4f, 0x50, 0x45, 0x52, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x10, 0xcf, 0x01, 0x12, 0x1f, 0x0a, 0x1a, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x44, 0x49, 0x53, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x44, 0x5f, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x4c, 0x49, 0x53, 0x54, 0x10, 0xac, 0x02, 0x22, 0x29, 0x0a, 0x0d, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x22, 0x75, 0x0a, 0x11, 0x41, 0x64, 0x64, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x3b, 0x0a, 0x07, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x52, 0x07, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x22, 0xb0, 0x01, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x07, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x52, 0x07, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x36, 0x0a, 0x17, 0x69, 0x6d, 0x70, 0x6c, 0x69, 0x63, 0x69, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x15, 0x69, 0x6d, 0x70, 0x6c, 0x69, 0x63, 0x69, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0xcc, 0x01, 0x0a, 0x0e, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x12, 0x3c, 0x0a, 0x02, 0x6f, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x2e, 0x4f, 0x70, 0x52, 0x02, 0x6f, 0x70, 0x12, 0x39, 0x0a, 0x06, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x52, 0x06, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x22, 0x41, 0x0a, 0x02, 0x4f, 0x70, 0x12, 0x12, 0x0a, 0x0e, 0x4f, 0x50, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x4f, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x52, 0x54, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x4f, 0x50, 0x5f, 0x44, 0x4f, 0x4e, 0x45, 0x10, 0x02, 0x12, 0x0c, 0x0a, 0x08, 0x4f, 0x50, 0x5f, 0x41, 0x42, 0x4f, 0x52, 0x54, 0x10, 0x03, 0x22, 0xa0, 0x02, 0x0a, 0x14, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x12, 0x4e, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x36, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x56, 0x0a, 0x11, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x5f, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x52, 0x10, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x65, 0x73, 0x22, 0x4c, 0x0a, 0x06, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x12, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x46, 0x52, 0x45, 0x45, 0x5a, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x15, 0x0a, 0x11, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x55, 0x4e, 0x46, 0x52, 0x45, 0x45, 0x5a, 0x49, 0x4e, 0x47, 0x10, 0x02, 0x22, 0x30, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x73, 0x22, 0x34, 0x0a, 0x06, 0x54, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x9c, 0x01, 0x0a, 0x19, 0x41, 0x64, 0x64, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x37, 0x0a, 0x18, 0x73, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x5f, 0x75, 0x6e, 0x69, 0x78, 0x5f, 0x6d, 0x69, 0x6c, 0x6c, 0x69, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x15, 0x73, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x64, 0x41, 0x74, 0x55, 0x6e, 0x69, 0x78, 0x4d, 0x69, 0x6c, 0x6c, 0x69, 0x73, 0x22, 0xe9, 0x01, 0x0a, 0x2a, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x4e, 0x6f, 0x64, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x17, 0x0a, 0x07, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x35, 0x0a, 0x17, 0x66, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x5f, 0x75, 0x6e, 0x69, 0x78, 0x5f, 0x6d, 0x69, 0x6c, 0x6c, 0x69, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14, 0x66, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x65, 0x64, 0x41, 0x74, 0x55, 0x6e, 0x69, 0x78, 0x4d, 0x69, 0x6c, 0x6c, 0x69, 0x73, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x9f, 0x01, 0x0a, 0x1c, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x37, 0x0a, 0x18, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x6c, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x5f, 0x75, 0x6e, 0x69, 0x78, 0x5f, 0x6d, 0x69, 0x6c, 0x6c, 0x69, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x15, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x6c, 0x65, 0x64, 0x41, 0x74, 0x55, 0x6e, 0x69, 0x78, 0x4d, 0x69, 0x6c, 0x6c, 0x69, 0x73, 0x22, 0x67, 0x0a, 0x1d, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x55, 0x70, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x61, 0x0a, 0x10, 0x53, 0x79, 0x6e, 0x63, 0x53, 0x68, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x68, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x68, 0x61, 0x72, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x22, 0x4a, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x22, 0x4b, 0x0a, 0x13, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x22, 0x2a, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x32, 0x8d, 0x04, 0x0a, 0x0e, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6b, 0x0a, 0x0a, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x65, 0x65, 0x72, 0x12, 0x2c, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x08, 0x4a, 0x6f, 0x69, 0x6e, 0x50, 0x65, 0x65, 0x72, 0x12, 0x2a, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x4a, 0x6f, 0x69, 0x6e, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x4a, 0x6f, 0x69, 0x6e, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x0a, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x50, 0x65, 0x65, 0x72, 0x12, 0x2c, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x50, 0x65, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x05, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x12, 0x27, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x05, 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x27, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0xe1, 0x01, 0x0a, 0x1d, 0x63, 0x6f, 0x6d, 0x2e, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x42, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2f, 0x77, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0xa2, 0x02, 0x03, 0x57, 0x49, 0x43, 0xaa, 0x02, 0x19, 0x57, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0xca, 0x02, 0x19, 0x57, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x5c, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5c, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0xe2, 0x02, 0x25, 0x57, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x5c, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5c, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1b, 0x57, 0x65, 0x61, 0x76, 0x69, 0x61, 0x74, 0x65, 0x3a, 0x3a, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x3a, 0x3a, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_api_message_proto_rawDescOnce sync.Once file_api_message_proto_rawDescData = file_api_message_proto_rawDesc ) func file_api_message_proto_rawDescGZIP() []byte { file_api_message_proto_rawDescOnce.Do(func() { file_api_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_message_proto_rawDescData) }) return file_api_message_proto_rawDescData } var ( file_api_message_proto_enumTypes = make([]protoimpl.EnumInfo, 4) file_api_message_proto_msgTypes = make([]protoimpl.MessageInfo, 24) file_api_message_proto_goTypes = []interface{}{ (ApplyRequest_Type)(0), // 0: weaviate.internal.cluster.ApplyRequest.Type (QueryRequest_Type)(0), // 1: weaviate.internal.cluster.QueryRequest.Type (TenantsProcess_Op)(0), // 2: weaviate.internal.cluster.TenantsProcess.Op (TenantProcessRequest_Action)(0), // 3: weaviate.internal.cluster.TenantProcessRequest.Action (*JoinPeerRequest)(nil), // 4: weaviate.internal.cluster.JoinPeerRequest (*JoinPeerResponse)(nil), // 5: weaviate.internal.cluster.JoinPeerResponse (*RemovePeerRequest)(nil), // 6: weaviate.internal.cluster.RemovePeerRequest (*RemovePeerResponse)(nil), // 7: weaviate.internal.cluster.RemovePeerResponse (*NotifyPeerRequest)(nil), // 8: weaviate.internal.cluster.NotifyPeerRequest (*NotifyPeerResponse)(nil), // 9: weaviate.internal.cluster.NotifyPeerResponse (*ApplyRequest)(nil), // 10: weaviate.internal.cluster.ApplyRequest (*ApplyResponse)(nil), // 11: weaviate.internal.cluster.ApplyResponse (*QueryRequest)(nil), // 12: weaviate.internal.cluster.QueryRequest (*QueryResponse)(nil), // 13: weaviate.internal.cluster.QueryResponse (*AddTenantsRequest)(nil), // 14: weaviate.internal.cluster.AddTenantsRequest (*UpdateTenantsRequest)(nil), // 15: weaviate.internal.cluster.UpdateTenantsRequest (*TenantsProcess)(nil), // 16: weaviate.internal.cluster.TenantsProcess (*TenantProcessRequest)(nil), // 17: weaviate.internal.cluster.TenantProcessRequest (*DeleteTenantsRequest)(nil), // 18: weaviate.internal.cluster.DeleteTenantsRequest (*Tenant)(nil), // 19: weaviate.internal.cluster.Tenant (*AddDistributedTaskRequest)(nil), // 20: weaviate.internal.cluster.AddDistributedTaskRequest (*RecordDistributedTaskNodeCompletionRequest)(nil), // 21: weaviate.internal.cluster.RecordDistributedTaskNodeCompletionRequest (*CancelDistributedTaskRequest)(nil), // 22: weaviate.internal.cluster.CancelDistributedTaskRequest (*CleanUpDistributedTaskRequest)(nil), // 23: weaviate.internal.cluster.CleanUpDistributedTaskRequest (*SyncShardRequest)(nil), // 24: weaviate.internal.cluster.SyncShardRequest (*CreateAliasRequest)(nil), // 25: weaviate.internal.cluster.CreateAliasRequest (*ReplaceAliasRequest)(nil), // 26: weaviate.internal.cluster.ReplaceAliasRequest (*DeleteAliasRequest)(nil), // 27: weaviate.internal.cluster.DeleteAliasRequest } ) var file_api_message_proto_depIdxs = []int32{ 0, // 0: weaviate.internal.cluster.ApplyRequest.type:type_name -> weaviate.internal.cluster.ApplyRequest.Type 1, // 1: weaviate.internal.cluster.QueryRequest.type:type_name -> weaviate.internal.cluster.QueryRequest.Type 19, // 2: weaviate.internal.cluster.AddTenantsRequest.tenants:type_name -> weaviate.internal.cluster.Tenant 19, // 3: weaviate.internal.cluster.UpdateTenantsRequest.tenants:type_name -> weaviate.internal.cluster.Tenant 2, // 4: weaviate.internal.cluster.TenantsProcess.op:type_name -> weaviate.internal.cluster.TenantsProcess.Op 19, // 5: weaviate.internal.cluster.TenantsProcess.tenant:type_name -> weaviate.internal.cluster.Tenant 3, // 6: weaviate.internal.cluster.TenantProcessRequest.action:type_name -> weaviate.internal.cluster.TenantProcessRequest.Action 16, // 7: weaviate.internal.cluster.TenantProcessRequest.tenants_processes:type_name -> weaviate.internal.cluster.TenantsProcess 6, // 8: weaviate.internal.cluster.ClusterService.RemovePeer:input_type -> weaviate.internal.cluster.RemovePeerRequest 4, // 9: weaviate.internal.cluster.ClusterService.JoinPeer:input_type -> weaviate.internal.cluster.JoinPeerRequest 8, // 10: weaviate.internal.cluster.ClusterService.NotifyPeer:input_type -> weaviate.internal.cluster.NotifyPeerRequest 10, // 11: weaviate.internal.cluster.ClusterService.Apply:input_type -> weaviate.internal.cluster.ApplyRequest 12, // 12: weaviate.internal.cluster.ClusterService.Query:input_type -> weaviate.internal.cluster.QueryRequest 7, // 13: weaviate.internal.cluster.ClusterService.RemovePeer:output_type -> weaviate.internal.cluster.RemovePeerResponse 5, // 14: weaviate.internal.cluster.ClusterService.JoinPeer:output_type -> weaviate.internal.cluster.JoinPeerResponse 9, // 15: weaviate.internal.cluster.ClusterService.NotifyPeer:output_type -> weaviate.internal.cluster.NotifyPeerResponse 11, // 16: weaviate.internal.cluster.ClusterService.Apply:output_type -> weaviate.internal.cluster.ApplyResponse 13, // 17: weaviate.internal.cluster.ClusterService.Query:output_type -> weaviate.internal.cluster.QueryResponse 13, // [13:18] is the sub-list for method output_type 8, // [8:13] is the sub-list for method input_type 8, // [8:8] is the sub-list for extension type_name 8, // [8:8] is the sub-list for extension extendee 0, // [0:8] is the sub-list for field type_name } func init() { file_api_message_proto_init() } func file_api_message_proto_init() { if File_api_message_proto != nil { return } if !protoimpl.UnsafeEnabled { file_api_message_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*JoinPeerRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*JoinPeerResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemovePeerRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemovePeerResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NotifyPeerRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NotifyPeerResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddTenantsRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTenantsRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TenantsProcess); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TenantProcessRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTenantsRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Tenant); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddDistributedTaskRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RecordDistributedTaskNodeCompletionRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CancelDistributedTaskRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CleanUpDistributedTaskRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SyncShardRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateAliasRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReplaceAliasRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_message_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteAliasRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } file_api_message_proto_msgTypes[17].OneofWrappers = []interface{}{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_api_message_proto_rawDesc, NumEnums: 4, NumMessages: 24, NumExtensions: 0, NumServices: 1, }, GoTypes: file_api_message_proto_goTypes, DependencyIndexes: file_api_message_proto_depIdxs, EnumInfos: file_api_message_proto_enumTypes, MessageInfos: file_api_message_proto_msgTypes, }.Build() File_api_message_proto = out.File file_api_message_proto_rawDesc = nil file_api_message_proto_goTypes = nil file_api_message_proto_depIdxs = nil }