proto

package
v0.701.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2024 License: Apache-2.0 Imports: 9 Imported by: 3

Documentation

Index

Constants

View Source
const (
	QueueService_Enqueue_FullMethodName = "/gramophile.QueueService/Enqueue"
	QueueService_Execute_FullMethodName = "/gramophile.QueueService/Execute"
	QueueService_List_FullMethodName    = "/gramophile.QueueService/List"
	QueueService_Drain_FullMethodName   = "/gramophile.QueueService/Drain"
)
View Source
const (
	GramophileEService_GetURL_FullMethodName         = "/gramophile.GramophileEService/GetURL"
	GramophileEService_GetLogin_FullMethodName       = "/gramophile.GramophileEService/GetLogin"
	GramophileEService_GetUser_FullMethodName        = "/gramophile.GramophileEService/GetUser"
	GramophileEService_GetState_FullMethodName       = "/gramophile.GramophileEService/GetState"
	GramophileEService_SetConfig_FullMethodName      = "/gramophile.GramophileEService/SetConfig"
	GramophileEService_SetIntent_FullMethodName      = "/gramophile.GramophileEService/SetIntent"
	GramophileEService_GetRecord_FullMethodName      = "/gramophile.GramophileEService/GetRecord"
	GramophileEService_RefreshRecord_FullMethodName  = "/gramophile.GramophileEService/RefreshRecord"
	GramophileEService_GetOrg_FullMethodName         = "/gramophile.GramophileEService/GetOrg"
	GramophileEService_SetOrgSnapshot_FullMethodName = "/gramophile.GramophileEService/SetOrgSnapshot"
	GramophileEService_AddWant_FullMethodName        = "/gramophile.GramophileEService/AddWant"
	GramophileEService_GetWants_FullMethodName       = "/gramophile.GramophileEService/GetWants"
	GramophileEService_AddWantlist_FullMethodName    = "/gramophile.GramophileEService/AddWantlist"
	GramophileEService_GetWantlist_FullMethodName    = "/gramophile.GramophileEService/GetWantlist"
	GramophileEService_UpdateWantlist_FullMethodName = "/gramophile.GramophileEService/UpdateWantlist"
	GramophileEService_ListWantlists_FullMethodName  = "/gramophile.GramophileEService/ListWantlists"
	GramophileEService_GetSale_FullMethodName        = "/gramophile.GramophileEService/GetSale"
)
View Source
const (
	GramophileService_GetUsers_FullMethodName   = "/gramophile.GramophileService/GetUsers"
	GramophileService_DeleteUser_FullMethodName = "/gramophile.GramophileService/DeleteUser"
	GramophileService_Clean_FullMethodName      = "/gramophile.GramophileService/Clean"
)

Variables

View Source
var (
	Basis_name = map[int32]string{
		0: "DISCOGS",
		1: "GRAMOPHILE",
	}
	Basis_value = map[string]int32{
		"DISCOGS":    0,
		"GRAMOPHILE": 1,
	}
)

Enum value maps for Basis.

View Source
var (
	Mandate_name = map[int32]string{
		0: "NONE",
		1: "RECOMMENDED",
		2: "REQUIRED",
	}
	Mandate_value = map[string]int32{
		"NONE":        0,
		"RECOMMENDED": 1,
		"REQUIRED":    2,
	}
)

Enum value maps for Mandate.

View Source
var (
	Bool_name = map[int32]string{
		0: "UNKNOWN",
		1: "TRUE",
		2: "FALSE",
	}
	Bool_value = map[string]int32{
		"UNKNOWN": 0,
		"TRUE":    1,
		"FALSE":   2,
	}
)

Enum value maps for Bool.

View Source
var (
	MoveState_name = map[int32]string{
		0: "ENABLED",
		1: "BLOCKED_BECAUSE_OF_LOOP",
	}
	MoveState_value = map[string]int32{
		"ENABLED":                 0,
		"BLOCKED_BECAUSE_OF_LOOP": 1,
	}
)

Enum value maps for MoveState.

View Source
var (
	ValidationStrategy_name = map[int32]string{
		0: "VALIDATE_IN_PLACE",
		1: "LISTEN_TO_VALIDATE",
		2: "MOVE_TO_VALIDATE",
	}
	ValidationStrategy_value = map[string]int32{
		"VALIDATE_IN_PLACE":  0,
		"LISTEN_TO_VALIDATE": 1,
		"MOVE_TO_VALIDATE":   2,
	}
)

Enum value maps for ValidationStrategy.

View Source
var (
	MoveSource_name = map[int32]string{
		0: "USER_PROVIDED",
		1: "GRAM_PROVIDED",
	}
	MoveSource_value = map[string]int32{
		"USER_PROVIDED": 0,
		"GRAM_PROVIDED": 1,
	}
)

Enum value maps for MoveSource.

View Source
var (
	Create_name = map[int32]string{
		0: "MANUAL",
		1: "AUTOMATIC",
	}
	Create_value = map[string]int32{
		"MANUAL":    0,
		"AUTOMATIC": 1,
	}
)

Enum value maps for Create.

View Source
var (
	SaleUpdateType_name = map[int32]string{
		0: "NO_SALE_UPDATE",
		1: "MINIMAL_REDUCE",
		2: "REDUCE_TO_MEDIAN",
	}
	SaleUpdateType_value = map[string]int32{
		"NO_SALE_UPDATE":   0,
		"MINIMAL_REDUCE":   1,
		"REDUCE_TO_MEDIAN": 2,
	}
)

Enum value maps for SaleUpdateType.

View Source
var (
	LowerBoundStrategy_name = map[int32]string{
		0: "DISCOGS_LOW",
		1: "STATIC_LOW",
	}
	LowerBoundStrategy_value = map[string]int32{
		"DISCOGS_LOW": 0,
		"STATIC_LOW":  1,
	}
)

Enum value maps for LowerBoundStrategy.

View Source
var (
	WantsBasis_name = map[int32]string{
		0: "WANTS_DISCOGS",
		1: "WANTS_HYBRID",
		2: "WANTS_GRAMOPHILE",
	}
	WantsBasis_value = map[string]int32{
		"WANTS_DISCOGS":    0,
		"WANTS_HYBRID":     1,
		"WANTS_GRAMOPHILE": 2,
	}
)

Enum value maps for WantsBasis.

View Source
var (
	WantsExisting_name = map[int32]string{
		0: "EXISTING_UNKNOWN",
		1: "EXISTING_DROP",
		2: "EXISTING_LIST",
	}
	WantsExisting_value = map[string]int32{
		"EXISTING_UNKNOWN": 0,
		"EXISTING_DROP":    1,
		"EXISTING_LIST":    2,
	}
)

Enum value maps for WantsExisting.

View Source
var (
	DigitalWants_name = map[int32]string{
		0: "DIGITAL_WANTS_UNKNOWN",
		1: "DIGITAL_WANTS_MANUAL",
		2: "DIGITAL_WANTS_GRAMOPHILE",
	}
	DigitalWants_value = map[string]int32{
		"DIGITAL_WANTS_UNKNOWN":    0,
		"DIGITAL_WANTS_MANUAL":     1,
		"DIGITAL_WANTS_GRAMOPHILE": 2,
	}
)

Enum value maps for DigitalWants.

View Source
var (
	Order_Ordering_name = map[int32]string{
		0: "ORDER_RANDOM",
		1: "ORDER_ADDED_DATE",
	}
	Order_Ordering_value = map[string]int32{
		"ORDER_RANDOM":     0,
		"ORDER_ADDED_DATE": 1,
	}
)

Enum value maps for Order_Ordering.

View Source
var (
	WantlistType_name = map[int32]string{
		0: "TYPE_UNKNOWN",
		1: "EN_MASSE",
		2: "ONE_BY_ONE",
		3: "DATE_BOUNDED",
	}
	WantlistType_value = map[string]int32{
		"TYPE_UNKNOWN": 0,
		"EN_MASSE":     1,
		"ONE_BY_ONE":   2,
		"DATE_BOUNDED": 3,
	}
)

Enum value maps for WantlistType.

View Source
var (
	WantlistVisibility_name = map[int32]string{
		0: "VISIBLE",
		1: "INVISIBLE",
	}
	WantlistVisibility_value = map[string]int32{
		"VISIBLE":   0,
		"INVISIBLE": 1,
	}
)

Enum value maps for WantlistVisibility.

View Source
var (
	WantState_name = map[int32]string{
		0: "WANT_UNKNOWN",
		1: "PENDING",
		2: "RETIRED",
		3: "PURCHASED",
		4: "WANTED",
		5: "HIDDEN",
		6: "DELETED",
	}
	WantState_value = map[string]int32{
		"WANT_UNKNOWN": 0,
		"PENDING":      1,
		"RETIRED":      2,
		"PURCHASED":    3,
		"WANTED":       4,
		"HIDDEN":       5,
		"DELETED":      6,
	}
)

Enum value maps for WantState.

View Source
var (
	NoncomplianceIssue_name = map[int32]string{
		0: "NEEDS_CLEAN",
	}
	NoncomplianceIssue_value = map[string]int32{
		"NEEDS_CLEAN": 0,
	}
)

Enum value maps for NoncomplianceIssue.

View Source
var (
	KeepStatus_name = map[int32]string{
		0: "KEEP_UNKNOWN",
		1: "NO_KEEP",
		2: "DIGITAL_KEEP",
		3: "MINT_UP_KEEP",
		4: "KEEP",
		5: "RESET",
	}
	KeepStatus_value = map[string]int32{
		"KEEP_UNKNOWN": 0,
		"NO_KEEP":      1,
		"DIGITAL_KEEP": 2,
		"MINT_UP_KEEP": 3,
		"KEEP":         4,
		"RESET":        5,
	}
)

Enum value maps for KeepStatus.

View Source
var (
	Change_ChangeType_name = map[int32]string{
		0: "ADDED",
		1: "REMOVED",
		2: "CHANGED",
	}
	Change_ChangeType_value = map[string]int32{
		"ADDED":   0,
		"REMOVED": 1,
		"CHANGED": 2,
	}
)

Enum value maps for Change_ChangeType.

View Source
var (
	MissingWidthHandling_name = map[int32]string{
		0: "MISSING_WIDTH_IGNORE",
		1: "MISSING_WIDTH_AVERAGE",
	}
	MissingWidthHandling_value = map[string]int32{
		"MISSING_WIDTH_IGNORE":  0,
		"MISSING_WIDTH_AVERAGE": 1,
	}
)

Enum value maps for MissingWidthHandling.

View Source
var (
	Sort_name = map[int32]string{
		0: "ARTIST_YEAR",
		1: "LABEL_CATNO",
		2: "RELEASE_YEAR",
		3: "EARLIEST_RELEASE_YEAR",
	}
	Sort_value = map[string]int32{
		"ARTIST_YEAR":           0,
		"LABEL_CATNO":           1,
		"RELEASE_YEAR":          2,
		"EARLIEST_RELEASE_YEAR": 3,
	}
)

Enum value maps for Sort.

View Source
var (
	Layout_name = map[int32]string{
		0: "TIGHT",
		1: "LOOSE",
	}
	Layout_value = map[string]int32{
		"TIGHT": 0,
		"LOOSE": 1,
	}
)

Enum value maps for Layout.

View Source
var (
	Density_name = map[int32]string{
		0: "COUNT",
		1: "DISKS",
		2: "WIDTH",
	}
	Density_value = map[string]int32{
		"COUNT": 0,
		"DISKS": 1,
		"WIDTH": 2,
	}
)

Enum value maps for Density.

View Source
var (
	GroupSpill_name = map[int32]string{
		0: "SPILL_NO_SPILL",
		1: "SPILL_BREAK_ORDERING",
	}
	GroupSpill_value = map[string]int32{
		"SPILL_NO_SPILL":       0,
		"SPILL_BREAK_ORDERING": 1,
	}
)

Enum value maps for GroupSpill.

View Source
var (
	GroupingType_name = map[int32]string{
		0: "GROUPING_NO_GROUPING",
		1: "GROUPING_GROUP",
	}
	GroupingType_value = map[string]int32{
		"GROUPING_NO_GROUPING": 0,
		"GROUPING_GROUP":       1,
	}
)

Enum value maps for GroupingType.

View Source
var File_config_proto protoreflect.FileDescriptor
View Source
var File_gramophile_proto protoreflect.FileDescriptor
View Source
var File_organisation_proto protoreflect.FileDescriptor
View Source
var GramophileEService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gramophile.GramophileEService",
	HandlerType: (*GramophileEServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetURL",
			Handler:    _GramophileEService_GetURL_Handler,
		},
		{
			MethodName: "GetLogin",
			Handler:    _GramophileEService_GetLogin_Handler,
		},
		{
			MethodName: "GetUser",
			Handler:    _GramophileEService_GetUser_Handler,
		},
		{
			MethodName: "GetState",
			Handler:    _GramophileEService_GetState_Handler,
		},
		{
			MethodName: "SetConfig",
			Handler:    _GramophileEService_SetConfig_Handler,
		},
		{
			MethodName: "SetIntent",
			Handler:    _GramophileEService_SetIntent_Handler,
		},
		{
			MethodName: "GetRecord",
			Handler:    _GramophileEService_GetRecord_Handler,
		},
		{
			MethodName: "RefreshRecord",
			Handler:    _GramophileEService_RefreshRecord_Handler,
		},
		{
			MethodName: "GetOrg",
			Handler:    _GramophileEService_GetOrg_Handler,
		},
		{
			MethodName: "SetOrgSnapshot",
			Handler:    _GramophileEService_SetOrgSnapshot_Handler,
		},
		{
			MethodName: "AddWant",
			Handler:    _GramophileEService_AddWant_Handler,
		},
		{
			MethodName: "GetWants",
			Handler:    _GramophileEService_GetWants_Handler,
		},
		{
			MethodName: "AddWantlist",
			Handler:    _GramophileEService_AddWantlist_Handler,
		},
		{
			MethodName: "GetWantlist",
			Handler:    _GramophileEService_GetWantlist_Handler,
		},
		{
			MethodName: "UpdateWantlist",
			Handler:    _GramophileEService_UpdateWantlist_Handler,
		},
		{
			MethodName: "ListWantlists",
			Handler:    _GramophileEService_ListWantlists_Handler,
		},
		{
			MethodName: "GetSale",
			Handler:    _GramophileEService_GetSale_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "gramophile.proto",
}

GramophileEService_ServiceDesc is the grpc.ServiceDesc for GramophileEService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var GramophileService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gramophile.GramophileService",
	HandlerType: (*GramophileServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetUsers",
			Handler:    _GramophileService_GetUsers_Handler,
		},
		{
			MethodName: "DeleteUser",
			Handler:    _GramophileService_DeleteUser_Handler,
		},
		{
			MethodName: "Clean",
			Handler:    _GramophileService_Clean_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "gramophile.proto",
}

GramophileService_ServiceDesc is the grpc.ServiceDesc for GramophileService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var QueueService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gramophile.QueueService",
	HandlerType: (*QueueServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Enqueue",
			Handler:    _QueueService_Enqueue_Handler,
		},
		{
			MethodName: "Execute",
			Handler:    _QueueService_Execute_Handler,
		},
		{
			MethodName: "List",
			Handler:    _QueueService_List_Handler,
		},
		{
			MethodName: "Drain",
			Handler:    _QueueService_Drain_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "gramophile.proto",
}

QueueService_ServiceDesc is the grpc.ServiceDesc for QueueService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterGramophileEServiceServer

func RegisterGramophileEServiceServer(s grpc.ServiceRegistrar, srv GramophileEServiceServer)

func RegisterGramophileServiceServer added in v0.19.0

func RegisterGramophileServiceServer(s grpc.ServiceRegistrar, srv GramophileServiceServer)

func RegisterQueueServiceServer added in v0.31.0

func RegisterQueueServiceServer(s grpc.ServiceRegistrar, srv QueueServiceServer)

Types

type AddFolderUpdate added in v0.297.0

type AddFolderUpdate struct {
	FolderName string `protobuf:"bytes,1,opt,name=folder_name,json=folderName,proto3" json:"folder_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AddFolderUpdate) Descriptor deprecated added in v0.297.0

func (*AddFolderUpdate) Descriptor() ([]byte, []int)

Deprecated: Use AddFolderUpdate.ProtoReflect.Descriptor instead.

func (*AddFolderUpdate) GetFolderName added in v0.297.0

func (x *AddFolderUpdate) GetFolderName() string

func (*AddFolderUpdate) ProtoMessage added in v0.297.0

func (*AddFolderUpdate) ProtoMessage()

func (*AddFolderUpdate) ProtoReflect added in v0.297.0

func (x *AddFolderUpdate) ProtoReflect() protoreflect.Message

func (*AddFolderUpdate) Reset added in v0.297.0

func (x *AddFolderUpdate) Reset()

func (*AddFolderUpdate) String added in v0.297.0

func (x *AddFolderUpdate) String() string

type AddMasterWant added in v0.667.0

type AddMasterWant struct {
	Want *Want `protobuf:"bytes,1,opt,name=want,proto3" json:"want,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMasterWant) Descriptor deprecated added in v0.667.0

func (*AddMasterWant) Descriptor() ([]byte, []int)

Deprecated: Use AddMasterWant.ProtoReflect.Descriptor instead.

func (*AddMasterWant) GetWant added in v0.667.0

func (x *AddMasterWant) GetWant() *Want

func (*AddMasterWant) ProtoMessage added in v0.667.0

func (*AddMasterWant) ProtoMessage()

func (*AddMasterWant) ProtoReflect added in v0.667.0

func (x *AddMasterWant) ProtoReflect() protoreflect.Message

func (*AddMasterWant) Reset added in v0.667.0

func (x *AddMasterWant) Reset()

func (*AddMasterWant) String added in v0.667.0

func (x *AddMasterWant) String() string

type AddWant added in v0.304.0

type AddWant struct {
	Id       int64       `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MasterId int64       `protobuf:"varint,2,opt,name=master_id,json=masterId,proto3" json:"master_id,omitempty"`
	Filter   *WantFilter `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*AddWant) Descriptor deprecated added in v0.304.0

func (*AddWant) Descriptor() ([]byte, []int)

Deprecated: Use AddWant.ProtoReflect.Descriptor instead.

func (*AddWant) GetFilter added in v0.667.0

func (x *AddWant) GetFilter() *WantFilter

func (*AddWant) GetId added in v0.304.0

func (x *AddWant) GetId() int64

func (*AddWant) GetMasterId added in v0.667.0

func (x *AddWant) GetMasterId() int64

func (*AddWant) ProtoMessage added in v0.304.0

func (*AddWant) ProtoMessage()

func (*AddWant) ProtoReflect added in v0.304.0

func (x *AddWant) ProtoReflect() protoreflect.Message

func (*AddWant) Reset added in v0.304.0

func (x *AddWant) Reset()

func (*AddWant) String added in v0.304.0

func (x *AddWant) String() string

type AddWantRequest added in v0.288.0

type AddWantRequest struct {
	WantId       int64       `protobuf:"varint,1,opt,name=want_id,json=wantId,proto3" json:"want_id,omitempty"`
	MasterWantId int64       `protobuf:"varint,2,opt,name=master_want_id,json=masterWantId,proto3" json:"master_want_id,omitempty"`
	Filter       *WantFilter `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*AddWantRequest) Descriptor deprecated added in v0.288.0

func (*AddWantRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddWantRequest.ProtoReflect.Descriptor instead.

func (*AddWantRequest) GetFilter added in v0.667.0

func (x *AddWantRequest) GetFilter() *WantFilter

func (*AddWantRequest) GetMasterWantId added in v0.667.0

func (x *AddWantRequest) GetMasterWantId() int64

func (*AddWantRequest) GetWantId added in v0.288.0

func (x *AddWantRequest) GetWantId() int64

func (*AddWantRequest) ProtoMessage added in v0.288.0

func (*AddWantRequest) ProtoMessage()

func (*AddWantRequest) ProtoReflect added in v0.288.0

func (x *AddWantRequest) ProtoReflect() protoreflect.Message

func (*AddWantRequest) Reset added in v0.288.0

func (x *AddWantRequest) Reset()

func (*AddWantRequest) String added in v0.288.0

func (x *AddWantRequest) String() string

type AddWantResponse added in v0.288.0

type AddWantResponse struct {
	// contains filtered or unexported fields
}

func (*AddWantResponse) Descriptor deprecated added in v0.288.0

func (*AddWantResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddWantResponse.ProtoReflect.Descriptor instead.

func (*AddWantResponse) ProtoMessage added in v0.288.0

func (*AddWantResponse) ProtoMessage()

func (*AddWantResponse) ProtoReflect added in v0.288.0

func (x *AddWantResponse) ProtoReflect() protoreflect.Message

func (*AddWantResponse) Reset added in v0.288.0

func (x *AddWantResponse) Reset()

func (*AddWantResponse) String added in v0.288.0

func (x *AddWantResponse) String() string

type AddWantlistRequest added in v0.282.0

type AddWantlistRequest struct {
	Name       string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type       WantlistType       `protobuf:"varint,2,opt,name=type,proto3,enum=gramophile.WantlistType" json:"type,omitempty"`
	Visibility WantlistVisibility `protobuf:"varint,3,opt,name=visibility,proto3,enum=gramophile.WantlistVisibility" json:"visibility,omitempty"`
	// contains filtered or unexported fields
}

func (*AddWantlistRequest) Descriptor deprecated added in v0.282.0

func (*AddWantlistRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddWantlistRequest.ProtoReflect.Descriptor instead.

func (*AddWantlistRequest) GetName added in v0.282.0

func (x *AddWantlistRequest) GetName() string

func (*AddWantlistRequest) GetType added in v0.282.0

func (x *AddWantlistRequest) GetType() WantlistType

func (*AddWantlistRequest) GetVisibility added in v0.466.0

func (x *AddWantlistRequest) GetVisibility() WantlistVisibility

func (*AddWantlistRequest) ProtoMessage added in v0.282.0

func (*AddWantlistRequest) ProtoMessage()

func (*AddWantlistRequest) ProtoReflect added in v0.282.0

func (x *AddWantlistRequest) ProtoReflect() protoreflect.Message

func (*AddWantlistRequest) Reset added in v0.282.0

func (x *AddWantlistRequest) Reset()

func (*AddWantlistRequest) String added in v0.282.0

func (x *AddWantlistRequest) String() string

type AddWantlistResponse added in v0.282.0

type AddWantlistResponse struct {
	// contains filtered or unexported fields
}

func (*AddWantlistResponse) Descriptor deprecated added in v0.282.0

func (*AddWantlistResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddWantlistResponse.ProtoReflect.Descriptor instead.

func (*AddWantlistResponse) ProtoMessage added in v0.282.0

func (*AddWantlistResponse) ProtoMessage()

func (*AddWantlistResponse) ProtoReflect added in v0.282.0

func (x *AddWantlistResponse) ProtoReflect() protoreflect.Message

func (*AddWantlistResponse) Reset added in v0.282.0

func (x *AddWantlistResponse) Reset()

func (*AddWantlistResponse) String added in v0.282.0

func (x *AddWantlistResponse) String() string

type ArrivedConfig added in v0.276.0

type ArrivedConfig struct {
	Mandate Mandate `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	// contains filtered or unexported fields
}

func (*ArrivedConfig) Descriptor deprecated added in v0.276.0

func (*ArrivedConfig) Descriptor() ([]byte, []int)

Deprecated: Use ArrivedConfig.ProtoReflect.Descriptor instead.

func (*ArrivedConfig) GetMandate added in v0.276.0

func (x *ArrivedConfig) GetMandate() Mandate

func (*ArrivedConfig) ProtoMessage added in v0.276.0

func (*ArrivedConfig) ProtoMessage()

func (*ArrivedConfig) ProtoReflect added in v0.276.0

func (x *ArrivedConfig) ProtoReflect() protoreflect.Message

func (*ArrivedConfig) Reset added in v0.276.0

func (x *ArrivedConfig) Reset()

func (*ArrivedConfig) String added in v0.276.0

func (x *ArrivedConfig) String() string

type ArtistMapping added in v0.416.0

type ArtistMapping struct {
	LeaderArtist    string   `protobuf:"bytes,1,opt,name=leader_artist,json=leaderArtist,proto3" json:"leader_artist,omitempty"`
	FollowingArtist []string `protobuf:"bytes,2,rep,name=following_artist,json=followingArtist,proto3" json:"following_artist,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtistMapping) Descriptor deprecated added in v0.416.0

func (*ArtistMapping) Descriptor() ([]byte, []int)

Deprecated: Use ArtistMapping.ProtoReflect.Descriptor instead.

func (*ArtistMapping) GetFollowingArtist added in v0.416.0

func (x *ArtistMapping) GetFollowingArtist() []string

func (*ArtistMapping) GetLeaderArtist added in v0.416.0

func (x *ArtistMapping) GetLeaderArtist() string

func (*ArtistMapping) ProtoMessage added in v0.416.0

func (*ArtistMapping) ProtoMessage()

func (*ArtistMapping) ProtoReflect added in v0.416.0

func (x *ArtistMapping) ProtoReflect() protoreflect.Message

func (*ArtistMapping) Reset added in v0.416.0

func (x *ArtistMapping) Reset()

func (*ArtistMapping) String added in v0.416.0

func (x *ArtistMapping) String() string

type ArtistTranslation added in v0.221.0

type ArtistTranslation struct {
	ArtistPrefix  string `protobuf:"bytes,1,opt,name=artist_prefix,json=artistPrefix,proto3" json:"artist_prefix,omitempty"`
	OrderedArtist string `protobuf:"bytes,2,opt,name=ordered_artist,json=orderedArtist,proto3" json:"ordered_artist,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtistTranslation) Descriptor deprecated added in v0.221.0

func (*ArtistTranslation) Descriptor() ([]byte, []int)

Deprecated: Use ArtistTranslation.ProtoReflect.Descriptor instead.

func (*ArtistTranslation) GetArtistPrefix added in v0.221.0

func (x *ArtistTranslation) GetArtistPrefix() string

func (*ArtistTranslation) GetOrderedArtist added in v0.221.0

func (x *ArtistTranslation) GetOrderedArtist() string

func (*ArtistTranslation) ProtoMessage added in v0.221.0

func (*ArtistTranslation) ProtoMessage()

func (*ArtistTranslation) ProtoReflect added in v0.221.0

func (x *ArtistTranslation) ProtoReflect() protoreflect.Message

func (*ArtistTranslation) Reset added in v0.221.0

func (x *ArtistTranslation) Reset()

func (*ArtistTranslation) String added in v0.221.0

func (x *ArtistTranslation) String() string

type ArtistWeight added in v0.416.0

type ArtistWeight struct {
	ArtistId int32   `protobuf:"varint,1,opt,name=artist_id,json=artistId,proto3" json:"artist_id,omitempty"`
	Weight   float32 `protobuf:"fixed32,2,opt,name=weight,proto3" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtistWeight) Descriptor deprecated added in v0.416.0

func (*ArtistWeight) Descriptor() ([]byte, []int)

Deprecated: Use ArtistWeight.ProtoReflect.Descriptor instead.

func (*ArtistWeight) GetArtistId added in v0.416.0

func (x *ArtistWeight) GetArtistId() int32

func (*ArtistWeight) GetWeight added in v0.416.0

func (x *ArtistWeight) GetWeight() float32

func (*ArtistWeight) ProtoMessage added in v0.416.0

func (*ArtistWeight) ProtoMessage()

func (*ArtistWeight) ProtoReflect added in v0.416.0

func (x *ArtistWeight) ProtoReflect() protoreflect.Message

func (*ArtistWeight) Reset added in v0.416.0

func (x *ArtistWeight) Reset()

func (*ArtistWeight) String added in v0.416.0

func (x *ArtistWeight) String() string

type Basis added in v0.119.0

type Basis int32
const (
	Basis_DISCOGS    Basis = 0
	Basis_GRAMOPHILE Basis = 1
)

func (Basis) Descriptor added in v0.119.0

func (Basis) Descriptor() protoreflect.EnumDescriptor

func (Basis) Enum added in v0.119.0

func (x Basis) Enum() *Basis

func (Basis) EnumDescriptor deprecated added in v0.119.0

func (Basis) EnumDescriptor() ([]byte, []int)

Deprecated: Use Basis.Descriptor instead.

func (Basis) Number added in v0.119.0

func (x Basis) Number() protoreflect.EnumNumber

func (Basis) String added in v0.119.0

func (x Basis) String() string

func (Basis) Type added in v0.119.0

func (Basis) Type() protoreflect.EnumType

type Bool added in v0.318.0

type Bool int32
const (
	Bool_UNKNOWN Bool = 0
	Bool_TRUE    Bool = 1
	Bool_FALSE   Bool = 2
)

func (Bool) Descriptor added in v0.318.0

func (Bool) Descriptor() protoreflect.EnumDescriptor

func (Bool) Enum added in v0.318.0

func (x Bool) Enum() *Bool

func (Bool) EnumDescriptor deprecated added in v0.318.0

func (Bool) EnumDescriptor() ([]byte, []int)

Deprecated: Use Bool.Descriptor instead.

func (Bool) Number added in v0.318.0

func (x Bool) Number() protoreflect.EnumNumber

func (Bool) String added in v0.318.0

func (x Bool) String() string

func (Bool) Type added in v0.318.0

func (Bool) Type() protoreflect.EnumType

type Change added in v0.629.0

type Change struct {
	Type        Change_ChangeType `protobuf:"varint,1,opt,name=type,proto3,enum=gramophile.Change_ChangeType" json:"type,omitempty"`
	Description string            `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Change) Descriptor deprecated added in v0.629.0

func (*Change) Descriptor() ([]byte, []int)

Deprecated: Use Change.ProtoReflect.Descriptor instead.

func (*Change) GetDescription added in v0.629.0

func (x *Change) GetDescription() string

func (*Change) GetType added in v0.629.0

func (x *Change) GetType() Change_ChangeType

func (*Change) ProtoMessage added in v0.629.0

func (*Change) ProtoMessage()

func (*Change) ProtoReflect added in v0.629.0

func (x *Change) ProtoReflect() protoreflect.Message

func (*Change) Reset added in v0.629.0

func (x *Change) Reset()

func (*Change) String added in v0.629.0

func (x *Change) String() string

type Change_ChangeType added in v0.629.0

type Change_ChangeType int32
const (
	Change_ADDED   Change_ChangeType = 0
	Change_REMOVED Change_ChangeType = 1
	Change_CHANGED Change_ChangeType = 2
)

func (Change_ChangeType) Descriptor added in v0.629.0

func (Change_ChangeType) Enum added in v0.629.0

func (Change_ChangeType) EnumDescriptor deprecated added in v0.629.0

func (Change_ChangeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Change_ChangeType.Descriptor instead.

func (Change_ChangeType) Number added in v0.629.0

func (Change_ChangeType) String added in v0.629.0

func (x Change_ChangeType) String() string

func (Change_ChangeType) Type added in v0.629.0

type CleanCollectionEntry added in v0.249.0

type CleanCollectionEntry struct {
	RefreshId int64 `protobuf:"varint,1,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CleanCollectionEntry) Descriptor deprecated added in v0.249.0

func (*CleanCollectionEntry) Descriptor() ([]byte, []int)

Deprecated: Use CleanCollectionEntry.ProtoReflect.Descriptor instead.

func (*CleanCollectionEntry) GetRefreshId added in v0.249.0

func (x *CleanCollectionEntry) GetRefreshId() int64

func (*CleanCollectionEntry) ProtoMessage added in v0.249.0

func (*CleanCollectionEntry) ProtoMessage()

func (*CleanCollectionEntry) ProtoReflect added in v0.249.0

func (x *CleanCollectionEntry) ProtoReflect() protoreflect.Message

func (*CleanCollectionEntry) Reset added in v0.249.0

func (x *CleanCollectionEntry) Reset()

func (*CleanCollectionEntry) String added in v0.249.0

func (x *CleanCollectionEntry) String() string

type CleanRequest added in v0.156.0

type CleanRequest struct {
	// contains filtered or unexported fields
}

func (*CleanRequest) Descriptor deprecated added in v0.156.0

func (*CleanRequest) Descriptor() ([]byte, []int)

Deprecated: Use CleanRequest.ProtoReflect.Descriptor instead.

func (*CleanRequest) ProtoMessage added in v0.156.0

func (*CleanRequest) ProtoMessage()

func (*CleanRequest) ProtoReflect added in v0.156.0

func (x *CleanRequest) ProtoReflect() protoreflect.Message

func (*CleanRequest) Reset added in v0.156.0

func (x *CleanRequest) Reset()

func (*CleanRequest) String added in v0.156.0

func (x *CleanRequest) String() string

type CleanResponse added in v0.156.0

type CleanResponse struct {
	// contains filtered or unexported fields
}

func (*CleanResponse) Descriptor deprecated added in v0.156.0

func (*CleanResponse) Descriptor() ([]byte, []int)

Deprecated: Use CleanResponse.ProtoReflect.Descriptor instead.

func (*CleanResponse) ProtoMessage added in v0.156.0

func (*CleanResponse) ProtoMessage()

func (*CleanResponse) ProtoReflect added in v0.156.0

func (x *CleanResponse) ProtoReflect() protoreflect.Message

func (*CleanResponse) Reset added in v0.156.0

func (x *CleanResponse) Reset()

func (*CleanResponse) String added in v0.156.0

func (x *CleanResponse) String() string

type CleaningConfig added in v0.111.0

type CleaningConfig struct {
	Cleaning             Mandate `protobuf:"varint,1,opt,name=cleaning,proto3,enum=gramophile.Mandate" json:"cleaning,omitempty"`
	AppliesTo            *Filter `protobuf:"bytes,2,opt,name=applies_to,json=appliesTo,proto3" json:"applies_to,omitempty"`
	CleaningGapInSeconds int64   `` /* 126-byte string literal not displayed */
	CleaningGapInPlays   int32   `protobuf:"varint,4,opt,name=cleaning_gap_in_plays,json=cleaningGapInPlays,proto3" json:"cleaning_gap_in_plays,omitempty"`
	// contains filtered or unexported fields
}

func (*CleaningConfig) Descriptor deprecated added in v0.111.0

func (*CleaningConfig) Descriptor() ([]byte, []int)

Deprecated: Use CleaningConfig.ProtoReflect.Descriptor instead.

func (*CleaningConfig) GetAppliesTo added in v0.111.0

func (x *CleaningConfig) GetAppliesTo() *Filter

func (*CleaningConfig) GetCleaning added in v0.111.0

func (x *CleaningConfig) GetCleaning() Mandate

func (*CleaningConfig) GetCleaningGapInPlays added in v0.111.0

func (x *CleaningConfig) GetCleaningGapInPlays() int32

func (*CleaningConfig) GetCleaningGapInSeconds added in v0.111.0

func (x *CleaningConfig) GetCleaningGapInSeconds() int64

func (*CleaningConfig) ProtoMessage added in v0.111.0

func (*CleaningConfig) ProtoMessage()

func (*CleaningConfig) ProtoReflect added in v0.111.0

func (x *CleaningConfig) ProtoReflect() protoreflect.Message

func (*CleaningConfig) Reset added in v0.111.0

func (x *CleaningConfig) Reset()

func (*CleaningConfig) String added in v0.111.0

func (x *CleaningConfig) String() string

type Create added in v0.299.0

type Create int32
const (
	Create_MANUAL    Create = 0
	Create_AUTOMATIC Create = 1
)

func (Create) Descriptor added in v0.299.0

func (Create) Descriptor() protoreflect.EnumDescriptor

func (Create) Enum added in v0.299.0

func (x Create) Enum() *Create

func (Create) EnumDescriptor deprecated added in v0.299.0

func (Create) EnumDescriptor() ([]byte, []int)

Deprecated: Use Create.Descriptor instead.

func (Create) Number added in v0.299.0

func (x Create) Number() protoreflect.EnumNumber

func (Create) String added in v0.299.0

func (x Create) String() string

func (Create) Type added in v0.299.0

func (Create) Type() protoreflect.EnumType

type DeleteUserRequest added in v0.61.0

type DeleteUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserRequest) Descriptor deprecated added in v0.61.0

func (*DeleteUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) GetId added in v0.61.0

func (x *DeleteUserRequest) GetId() string

func (*DeleteUserRequest) ProtoMessage added in v0.61.0

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect added in v0.61.0

func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message

func (*DeleteUserRequest) Reset added in v0.61.0

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String added in v0.61.0

func (x *DeleteUserRequest) String() string

type DeleteUserResponse added in v0.61.0

type DeleteUserResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteUserResponse) Descriptor deprecated added in v0.61.0

func (*DeleteUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) ProtoMessage added in v0.61.0

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect added in v0.61.0

func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message

func (*DeleteUserResponse) Reset added in v0.61.0

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String added in v0.61.0

func (x *DeleteUserResponse) String() string

type Density added in v0.349.0

type Density int32
const (
	Density_COUNT Density = 0
	Density_DISKS Density = 1
	Density_WIDTH Density = 2
)

func (Density) Descriptor added in v0.349.0

func (Density) Descriptor() protoreflect.EnumDescriptor

func (Density) Enum added in v0.349.0

func (x Density) Enum() *Density

func (Density) EnumDescriptor deprecated added in v0.349.0

func (Density) EnumDescriptor() ([]byte, []int)

Deprecated: Use Density.Descriptor instead.

func (Density) Number added in v0.349.0

func (x Density) Number() protoreflect.EnumNumber

func (Density) String added in v0.349.0

func (x Density) String() string

func (Density) Type added in v0.349.0

func (Density) Type() protoreflect.EnumType

type DigitalWants added in v0.686.0

type DigitalWants int32
const (
	DigitalWants_DIGITAL_WANTS_UNKNOWN    DigitalWants = 0
	DigitalWants_DIGITAL_WANTS_MANUAL     DigitalWants = 1
	DigitalWants_DIGITAL_WANTS_GRAMOPHILE DigitalWants = 2
)

func (DigitalWants) Descriptor added in v0.686.0

func (DigitalWants) Enum added in v0.686.0

func (x DigitalWants) Enum() *DigitalWants

func (DigitalWants) EnumDescriptor deprecated added in v0.686.0

func (DigitalWants) EnumDescriptor() ([]byte, []int)

Deprecated: Use DigitalWants.Descriptor instead.

func (DigitalWants) Number added in v0.686.0

func (DigitalWants) String added in v0.686.0

func (x DigitalWants) String() string

func (DigitalWants) Type added in v0.686.0

type DrainRequest added in v0.517.0

type DrainRequest struct {
	// contains filtered or unexported fields
}

func (*DrainRequest) Descriptor deprecated added in v0.517.0

func (*DrainRequest) Descriptor() ([]byte, []int)

Deprecated: Use DrainRequest.ProtoReflect.Descriptor instead.

func (*DrainRequest) ProtoMessage added in v0.517.0

func (*DrainRequest) ProtoMessage()

func (*DrainRequest) ProtoReflect added in v0.517.0

func (x *DrainRequest) ProtoReflect() protoreflect.Message

func (*DrainRequest) Reset added in v0.517.0

func (x *DrainRequest) Reset()

func (*DrainRequest) String added in v0.517.0

func (x *DrainRequest) String() string

type DrainResponse added in v0.517.0

type DrainResponse struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*DrainResponse) Descriptor deprecated added in v0.517.0

func (*DrainResponse) Descriptor() ([]byte, []int)

Deprecated: Use DrainResponse.ProtoReflect.Descriptor instead.

func (*DrainResponse) GetCount added in v0.517.0

func (x *DrainResponse) GetCount() int32

func (*DrainResponse) ProtoMessage added in v0.517.0

func (*DrainResponse) ProtoMessage()

func (*DrainResponse) ProtoReflect added in v0.517.0

func (x *DrainResponse) ProtoReflect() protoreflect.Message

func (*DrainResponse) Reset added in v0.517.0

func (x *DrainResponse) Reset()

func (*DrainResponse) String added in v0.517.0

func (x *DrainResponse) String() string

type EnqueueRequest added in v0.67.0

type EnqueueRequest struct {
	Element *QueueElement `protobuf:"bytes,1,opt,name=element,proto3" json:"element,omitempty"`
	// contains filtered or unexported fields
}

func (*EnqueueRequest) Descriptor deprecated added in v0.67.0

func (*EnqueueRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnqueueRequest.ProtoReflect.Descriptor instead.

func (*EnqueueRequest) GetElement added in v0.67.0

func (x *EnqueueRequest) GetElement() *QueueElement

func (*EnqueueRequest) ProtoMessage added in v0.67.0

func (*EnqueueRequest) ProtoMessage()

func (*EnqueueRequest) ProtoReflect added in v0.67.0

func (x *EnqueueRequest) ProtoReflect() protoreflect.Message

func (*EnqueueRequest) Reset added in v0.67.0

func (x *EnqueueRequest) Reset()

func (*EnqueueRequest) String added in v0.67.0

func (x *EnqueueRequest) String() string

type EnqueueResponse added in v0.67.0

type EnqueueResponse struct {
	// contains filtered or unexported fields
}

func (*EnqueueResponse) Descriptor deprecated added in v0.67.0

func (*EnqueueResponse) Descriptor() ([]byte, []int)

Deprecated: Use EnqueueResponse.ProtoReflect.Descriptor instead.

func (*EnqueueResponse) ProtoMessage added in v0.67.0

func (*EnqueueResponse) ProtoMessage()

func (*EnqueueResponse) ProtoReflect added in v0.67.0

func (x *EnqueueResponse) ProtoReflect() protoreflect.Message

func (*EnqueueResponse) Reset added in v0.67.0

func (x *EnqueueResponse) Reset()

func (*EnqueueResponse) String added in v0.67.0

func (x *EnqueueResponse) String() string

type Filter added in v0.111.0

type Filter struct {
	Formats       []string `protobuf:"bytes,1,rep,name=formats,proto3" json:"formats,omitempty"`
	ExcludeFolder []int32  `protobuf:"varint,2,rep,packed,name=exclude_folder,json=excludeFolder,proto3" json:"exclude_folder,omitempty"`
	IncludeFolder []int32  `protobuf:"varint,3,rep,packed,name=include_folder,json=includeFolder,proto3" json:"include_folder,omitempty"`
	// contains filtered or unexported fields
}

func (*Filter) Descriptor deprecated added in v0.111.0

func (*Filter) Descriptor() ([]byte, []int)

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) GetExcludeFolder added in v0.185.0

func (x *Filter) GetExcludeFolder() []int32

func (*Filter) GetFormats added in v0.114.0

func (x *Filter) GetFormats() []string

func (*Filter) GetIncludeFolder added in v0.200.0

func (x *Filter) GetIncludeFolder() []int32

func (*Filter) ProtoMessage added in v0.111.0

func (*Filter) ProtoMessage()

func (*Filter) ProtoReflect added in v0.111.0

func (x *Filter) ProtoReflect() protoreflect.Message

func (*Filter) Reset added in v0.111.0

func (x *Filter) Reset()

func (*Filter) String added in v0.111.0

func (x *Filter) String() string

type FolderMove added in v0.291.0

type FolderMove struct {
	Name             string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Criteria         *MoveCriteria `protobuf:"bytes,2,opt,name=criteria,proto3" json:"criteria,omitempty"`
	MoveFolder       string        `protobuf:"bytes,3,opt,name=move_folder,json=moveFolder,proto3" json:"move_folder,omitempty"`
	MoveToGoalFolder bool          `protobuf:"varint,4,opt,name=move_to_goal_folder,json=moveToGoalFolder,proto3" json:"move_to_goal_folder,omitempty"`
	Origin           Create        `protobuf:"varint,5,opt,name=origin,proto3,enum=gramophile.Create" json:"origin,omitempty"`
	MoveState        MoveState     `protobuf:"varint,6,opt,name=move_state,json=moveState,proto3,enum=gramophile.MoveState" json:"move_state,omitempty"`
	// contains filtered or unexported fields
}

func (*FolderMove) Descriptor deprecated added in v0.291.0

func (*FolderMove) Descriptor() ([]byte, []int)

Deprecated: Use FolderMove.ProtoReflect.Descriptor instead.

func (*FolderMove) GetCriteria added in v0.291.0

func (x *FolderMove) GetCriteria() *MoveCriteria

func (*FolderMove) GetMoveFolder added in v0.291.0

func (x *FolderMove) GetMoveFolder() string

func (*FolderMove) GetMoveState added in v0.353.0

func (x *FolderMove) GetMoveState() MoveState

func (*FolderMove) GetMoveToGoalFolder added in v0.297.0

func (x *FolderMove) GetMoveToGoalFolder() bool

func (*FolderMove) GetName added in v0.291.0

func (x *FolderMove) GetName() string

func (*FolderMove) GetOrigin added in v0.299.0

func (x *FolderMove) GetOrigin() Create

func (*FolderMove) ProtoMessage added in v0.291.0

func (*FolderMove) ProtoMessage()

func (*FolderMove) ProtoReflect added in v0.291.0

func (x *FolderMove) ProtoReflect() protoreflect.Message

func (*FolderMove) Reset added in v0.291.0

func (x *FolderMove) Reset()

func (*FolderMove) String added in v0.291.0

func (x *FolderMove) String() string

type FolderSet added in v0.221.0

type FolderSet struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Index  int32  `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Folder int32  `protobuf:"varint,3,opt,name=folder,proto3" json:"folder,omitempty"`
	Sort   Sort   `protobuf:"varint,4,opt,name=sort,proto3,enum=gramophile.Sort" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*FolderSet) Descriptor deprecated added in v0.221.0

func (*FolderSet) Descriptor() ([]byte, []int)

Deprecated: Use FolderSet.ProtoReflect.Descriptor instead.

func (*FolderSet) GetFolder added in v0.221.0

func (x *FolderSet) GetFolder() int32

func (*FolderSet) GetIndex added in v0.221.0

func (x *FolderSet) GetIndex() int32

func (*FolderSet) GetName added in v0.221.0

func (x *FolderSet) GetName() string

func (*FolderSet) GetSort added in v0.221.0

func (x *FolderSet) GetSort() Sort

func (*FolderSet) ProtoMessage added in v0.221.0

func (*FolderSet) ProtoMessage()

func (*FolderSet) ProtoReflect added in v0.221.0

func (x *FolderSet) ProtoReflect() protoreflect.Message

func (*FolderSet) Reset added in v0.221.0

func (x *FolderSet) Reset()

func (*FolderSet) String added in v0.221.0

func (x *FolderSet) String() string

type GetLoginRequest added in v0.9.0

type GetLoginRequest struct {
	Token string `protobuf:"bytes,1,opt,name=Token,proto3" json:"Token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoginRequest) Descriptor deprecated added in v0.9.0

func (*GetLoginRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLoginRequest.ProtoReflect.Descriptor instead.

func (*GetLoginRequest) GetToken added in v0.9.0

func (x *GetLoginRequest) GetToken() string

func (*GetLoginRequest) ProtoMessage added in v0.9.0

func (*GetLoginRequest) ProtoMessage()

func (*GetLoginRequest) ProtoReflect added in v0.9.0

func (x *GetLoginRequest) ProtoReflect() protoreflect.Message

func (*GetLoginRequest) Reset added in v0.9.0

func (x *GetLoginRequest) Reset()

func (*GetLoginRequest) String added in v0.9.0

func (x *GetLoginRequest) String() string

type GetLoginResponse added in v0.9.0

type GetLoginResponse struct {
	Auth *GramophileAuth `protobuf:"bytes,1,opt,name=auth,proto3" json:"auth,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoginResponse) Descriptor deprecated added in v0.9.0

func (*GetLoginResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLoginResponse.ProtoReflect.Descriptor instead.

func (*GetLoginResponse) GetAuth added in v0.9.0

func (x *GetLoginResponse) GetAuth() *GramophileAuth

func (*GetLoginResponse) ProtoMessage added in v0.9.0

func (*GetLoginResponse) ProtoMessage()

func (*GetLoginResponse) ProtoReflect added in v0.9.0

func (x *GetLoginResponse) ProtoReflect() protoreflect.Message

func (*GetLoginResponse) Reset added in v0.9.0

func (x *GetLoginResponse) Reset()

func (*GetLoginResponse) String added in v0.9.0

func (x *GetLoginResponse) String() string

type GetOrgRequest added in v0.222.0

type GetOrgRequest struct {
	OrgName string `protobuf:"bytes,1,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgRequest) Descriptor deprecated added in v0.222.0

func (*GetOrgRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgRequest.ProtoReflect.Descriptor instead.

func (*GetOrgRequest) GetName added in v0.231.0

func (x *GetOrgRequest) GetName() string

func (*GetOrgRequest) GetOrgName added in v0.222.0

func (x *GetOrgRequest) GetOrgName() string

func (*GetOrgRequest) ProtoMessage added in v0.222.0

func (*GetOrgRequest) ProtoMessage()

func (*GetOrgRequest) ProtoReflect added in v0.222.0

func (x *GetOrgRequest) ProtoReflect() protoreflect.Message

func (*GetOrgRequest) Reset added in v0.222.0

func (x *GetOrgRequest) Reset()

func (*GetOrgRequest) String added in v0.222.0

func (x *GetOrgRequest) String() string

type GetOrgResponse added in v0.222.0

type GetOrgResponse struct {
	Snapshot *OrganisationSnapshot `protobuf:"bytes,1,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgResponse) Descriptor deprecated added in v0.222.0

func (*GetOrgResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgResponse.ProtoReflect.Descriptor instead.

func (*GetOrgResponse) GetSnapshot added in v0.222.0

func (x *GetOrgResponse) GetSnapshot() *OrganisationSnapshot

func (*GetOrgResponse) ProtoMessage added in v0.222.0

func (*GetOrgResponse) ProtoMessage()

func (*GetOrgResponse) ProtoReflect added in v0.222.0

func (x *GetOrgResponse) ProtoReflect() protoreflect.Message

func (*GetOrgResponse) Reset added in v0.222.0

func (x *GetOrgResponse) Reset()

func (*GetOrgResponse) String added in v0.222.0

func (x *GetOrgResponse) String() string

type GetRecordRequest added in v0.175.0

type GetRecordRequest struct {

	// Types that are assignable to Request:
	//	*GetRecordRequest_GetRecordWithIssue
	//	*GetRecordRequest_GetRecordToListenTo
	//	*GetRecordRequest_GetRecordWithId
	Request        isGetRecordRequest_Request `protobuf_oneof:"request"`
	IncludeHistory bool                       `protobuf:"varint,4,opt,name=include_history,json=includeHistory,proto3" json:"include_history,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRecordRequest) Descriptor deprecated added in v0.175.0

func (*GetRecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRecordRequest.ProtoReflect.Descriptor instead.

func (*GetRecordRequest) GetGetRecordToListenTo added in v0.198.0

func (x *GetRecordRequest) GetGetRecordToListenTo() *GetRecordToListenTo

func (*GetRecordRequest) GetGetRecordWithId added in v0.212.0

func (x *GetRecordRequest) GetGetRecordWithId() *GetRecordWithId

func (*GetRecordRequest) GetGetRecordWithIssue added in v0.175.0

func (x *GetRecordRequest) GetGetRecordWithIssue() *GetRecordWithIssue

func (*GetRecordRequest) GetIncludeHistory added in v0.213.0

func (x *GetRecordRequest) GetIncludeHistory() bool

func (*GetRecordRequest) GetRequest added in v0.175.0

func (m *GetRecordRequest) GetRequest() isGetRecordRequest_Request

func (*GetRecordRequest) ProtoMessage added in v0.175.0

func (*GetRecordRequest) ProtoMessage()

func (*GetRecordRequest) ProtoReflect added in v0.175.0

func (x *GetRecordRequest) ProtoReflect() protoreflect.Message

func (*GetRecordRequest) Reset added in v0.175.0

func (x *GetRecordRequest) Reset()

func (*GetRecordRequest) String added in v0.175.0

func (x *GetRecordRequest) String() string

type GetRecordRequest_GetRecordToListenTo added in v0.198.0

type GetRecordRequest_GetRecordToListenTo struct {
	GetRecordToListenTo *GetRecordToListenTo `protobuf:"bytes,2,opt,name=get_record_to_listen_to,json=getRecordToListenTo,proto3,oneof"`
}

type GetRecordRequest_GetRecordWithId added in v0.212.0

type GetRecordRequest_GetRecordWithId struct {
	GetRecordWithId *GetRecordWithId `protobuf:"bytes,3,opt,name=get_record_with_id,json=getRecordWithId,proto3,oneof"`
}

type GetRecordRequest_GetRecordWithIssue added in v0.175.0

type GetRecordRequest_GetRecordWithIssue struct {
	GetRecordWithIssue *GetRecordWithIssue `protobuf:"bytes,1,opt,name=get_record_with_issue,json=getRecordWithIssue,proto3,oneof"`
}

type GetRecordResponse added in v0.175.0

type GetRecordResponse struct {
	Records []*RecordResponse `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRecordResponse) Descriptor deprecated added in v0.175.0

func (*GetRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRecordResponse.ProtoReflect.Descriptor instead.

func (*GetRecordResponse) GetRecords added in v0.212.0

func (x *GetRecordResponse) GetRecords() []*RecordResponse

func (*GetRecordResponse) ProtoMessage added in v0.175.0

func (*GetRecordResponse) ProtoMessage()

func (*GetRecordResponse) ProtoReflect added in v0.175.0

func (x *GetRecordResponse) ProtoReflect() protoreflect.Message

func (*GetRecordResponse) Reset added in v0.175.0

func (x *GetRecordResponse) Reset()

func (*GetRecordResponse) String added in v0.175.0

func (x *GetRecordResponse) String() string

type GetRecordToListenTo added in v0.198.0

type GetRecordToListenTo struct {
	Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRecordToListenTo) Descriptor deprecated added in v0.198.0

func (*GetRecordToListenTo) Descriptor() ([]byte, []int)

Deprecated: Use GetRecordToListenTo.ProtoReflect.Descriptor instead.

func (*GetRecordToListenTo) GetFilter added in v0.199.0

func (x *GetRecordToListenTo) GetFilter() string

func (*GetRecordToListenTo) ProtoMessage added in v0.198.0

func (*GetRecordToListenTo) ProtoMessage()

func (*GetRecordToListenTo) ProtoReflect added in v0.198.0

func (x *GetRecordToListenTo) ProtoReflect() protoreflect.Message

func (*GetRecordToListenTo) Reset added in v0.198.0

func (x *GetRecordToListenTo) Reset()

func (*GetRecordToListenTo) String added in v0.198.0

func (x *GetRecordToListenTo) String() string

type GetRecordWithId added in v0.212.0

type GetRecordWithId struct {
	InstanceId int64 `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	ReleaseId  int64 `protobuf:"varint,2,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRecordWithId) Descriptor deprecated added in v0.212.0

func (*GetRecordWithId) Descriptor() ([]byte, []int)

Deprecated: Use GetRecordWithId.ProtoReflect.Descriptor instead.

func (*GetRecordWithId) GetInstanceId added in v0.212.0

func (x *GetRecordWithId) GetInstanceId() int64

func (*GetRecordWithId) GetReleaseId added in v0.212.0

func (x *GetRecordWithId) GetReleaseId() int64

func (*GetRecordWithId) ProtoMessage added in v0.212.0

func (*GetRecordWithId) ProtoMessage()

func (*GetRecordWithId) ProtoReflect added in v0.212.0

func (x *GetRecordWithId) ProtoReflect() protoreflect.Message

func (*GetRecordWithId) Reset added in v0.212.0

func (x *GetRecordWithId) Reset()

func (*GetRecordWithId) String added in v0.212.0

func (x *GetRecordWithId) String() string

type GetRecordWithIssue added in v0.175.0

type GetRecordWithIssue struct {
	// contains filtered or unexported fields
}

func (*GetRecordWithIssue) Descriptor deprecated added in v0.175.0

func (*GetRecordWithIssue) Descriptor() ([]byte, []int)

Deprecated: Use GetRecordWithIssue.ProtoReflect.Descriptor instead.

func (*GetRecordWithIssue) ProtoMessage added in v0.175.0

func (*GetRecordWithIssue) ProtoMessage()

func (*GetRecordWithIssue) ProtoReflect added in v0.175.0

func (x *GetRecordWithIssue) ProtoReflect() protoreflect.Message

func (*GetRecordWithIssue) Reset added in v0.175.0

func (x *GetRecordWithIssue) Reset()

func (*GetRecordWithIssue) String added in v0.175.0

func (x *GetRecordWithIssue) String() string

type GetSaleRequest added in v0.638.0

type GetSaleRequest struct {
	Id        int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MinMedian int64 `protobuf:"varint,2,opt,name=min_median,json=minMedian,proto3" json:"min_median,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSaleRequest) Descriptor deprecated added in v0.638.0

func (*GetSaleRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSaleRequest.ProtoReflect.Descriptor instead.

func (*GetSaleRequest) GetId added in v0.638.0

func (x *GetSaleRequest) GetId() int64

func (*GetSaleRequest) GetMinMedian added in v0.656.0

func (x *GetSaleRequest) GetMinMedian() int64

func (*GetSaleRequest) ProtoMessage added in v0.638.0

func (*GetSaleRequest) ProtoMessage()

func (*GetSaleRequest) ProtoReflect added in v0.638.0

func (x *GetSaleRequest) ProtoReflect() protoreflect.Message

func (*GetSaleRequest) Reset added in v0.638.0

func (x *GetSaleRequest) Reset()

func (*GetSaleRequest) String added in v0.638.0

func (x *GetSaleRequest) String() string

type GetSaleResponse added in v0.638.0

type GetSaleResponse struct {
	Sales []*SaleInfo `protobuf:"bytes,1,rep,name=sales,proto3" json:"sales,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSaleResponse) Descriptor deprecated added in v0.638.0

func (*GetSaleResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSaleResponse.ProtoReflect.Descriptor instead.

func (*GetSaleResponse) GetSales added in v0.656.0

func (x *GetSaleResponse) GetSales() []*SaleInfo

func (*GetSaleResponse) ProtoMessage added in v0.638.0

func (*GetSaleResponse) ProtoMessage()

func (*GetSaleResponse) ProtoReflect added in v0.638.0

func (x *GetSaleResponse) ProtoReflect() protoreflect.Message

func (*GetSaleResponse) Reset added in v0.638.0

func (x *GetSaleResponse) Reset()

func (*GetSaleResponse) String added in v0.638.0

func (x *GetSaleResponse) String() string

type GetStateRequest added in v0.61.0

type GetStateRequest struct {
	// contains filtered or unexported fields
}

func (*GetStateRequest) Descriptor deprecated added in v0.61.0

func (*GetStateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetStateRequest.ProtoReflect.Descriptor instead.

func (*GetStateRequest) ProtoMessage added in v0.61.0

func (*GetStateRequest) ProtoMessage()

func (*GetStateRequest) ProtoReflect added in v0.61.0

func (x *GetStateRequest) ProtoReflect() protoreflect.Message

func (*GetStateRequest) Reset added in v0.61.0

func (x *GetStateRequest) Reset()

func (*GetStateRequest) String added in v0.61.0

func (x *GetStateRequest) String() string

type GetStateResponse added in v0.61.0

type GetStateResponse struct {
	LastUserRefresh    int64  `protobuf:"varint,1,opt,name=last_user_refresh,json=lastUserRefresh,proto3" json:"last_user_refresh,omitempty"`
	CollectionSize     int32  `protobuf:"varint,2,opt,name=collection_size,json=collectionSize,proto3" json:"collection_size,omitempty"`
	LastCollectionSync int64  `protobuf:"varint,3,opt,name=last_collection_sync,json=lastCollectionSync,proto3" json:"last_collection_sync,omitempty"`
	LastConfigUpdate   int64  `protobuf:"varint,4,opt,name=last_config_update,json=lastConfigUpdate,proto3" json:"last_config_update,omitempty"`
	ConfigHash         string `protobuf:"bytes,5,opt,name=config_hash,json=configHash,proto3" json:"config_hash,omitempty"`
	CollectionMisses   int32  `protobuf:"varint,6,opt,name=collection_misses,json=collectionMisses,proto3" json:"collection_misses,omitempty"`
	FolderCount        int32  `protobuf:"varint,7,opt,name=folder_count,json=folderCount,proto3" json:"folder_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStateResponse) Descriptor deprecated added in v0.61.0

func (*GetStateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetStateResponse.ProtoReflect.Descriptor instead.

func (*GetStateResponse) GetCollectionMisses added in v0.166.0

func (x *GetStateResponse) GetCollectionMisses() int32

func (*GetStateResponse) GetCollectionSize added in v0.79.0

func (x *GetStateResponse) GetCollectionSize() int32

func (*GetStateResponse) GetConfigHash added in v0.112.0

func (x *GetStateResponse) GetConfigHash() string

func (*GetStateResponse) GetFolderCount added in v0.265.0

func (x *GetStateResponse) GetFolderCount() int32

func (*GetStateResponse) GetLastCollectionSync added in v0.103.0

func (x *GetStateResponse) GetLastCollectionSync() int64

func (*GetStateResponse) GetLastConfigUpdate added in v0.112.0

func (x *GetStateResponse) GetLastConfigUpdate() int64

func (*GetStateResponse) GetLastUserRefresh added in v0.61.0

func (x *GetStateResponse) GetLastUserRefresh() int64

func (*GetStateResponse) ProtoMessage added in v0.61.0

func (*GetStateResponse) ProtoMessage()

func (*GetStateResponse) ProtoReflect added in v0.61.0

func (x *GetStateResponse) ProtoReflect() protoreflect.Message

func (*GetStateResponse) Reset added in v0.61.0

func (x *GetStateResponse) Reset()

func (*GetStateResponse) String added in v0.61.0

func (x *GetStateResponse) String() string

type GetURLRequest

type GetURLRequest struct {
	// contains filtered or unexported fields
}

func (*GetURLRequest) Descriptor deprecated

func (*GetURLRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetURLRequest.ProtoReflect.Descriptor instead.

func (*GetURLRequest) ProtoMessage

func (*GetURLRequest) ProtoMessage()

func (*GetURLRequest) ProtoReflect

func (x *GetURLRequest) ProtoReflect() protoreflect.Message

func (*GetURLRequest) Reset

func (x *GetURLRequest) Reset()

func (*GetURLRequest) String

func (x *GetURLRequest) String() string

type GetURLResponse

type GetURLResponse struct {
	URL   string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"`
	Token string `protobuf:"bytes,2,opt,name=Token,proto3" json:"Token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetURLResponse) Descriptor deprecated

func (*GetURLResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetURLResponse.ProtoReflect.Descriptor instead.

func (*GetURLResponse) GetToken added in v0.9.0

func (x *GetURLResponse) GetToken() string

func (*GetURLResponse) GetURL

func (x *GetURLResponse) GetURL() string

func (*GetURLResponse) ProtoMessage

func (*GetURLResponse) ProtoMessage()

func (*GetURLResponse) ProtoReflect

func (x *GetURLResponse) ProtoReflect() protoreflect.Message

func (*GetURLResponse) Reset

func (x *GetURLResponse) Reset()

func (*GetURLResponse) String

func (x *GetURLResponse) String() string

type GetUserRequest added in v0.19.0

type GetUserRequest struct {
	// contains filtered or unexported fields
}

func (*GetUserRequest) Descriptor deprecated added in v0.19.0

func (*GetUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) ProtoMessage added in v0.19.0

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect added in v0.19.0

func (x *GetUserRequest) ProtoReflect() protoreflect.Message

func (*GetUserRequest) Reset added in v0.19.0

func (x *GetUserRequest) Reset()

func (*GetUserRequest) String added in v0.19.0

func (x *GetUserRequest) String() string

type GetUserResponse added in v0.19.0

type GetUserResponse struct {
	User *StoredUser `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserResponse) Descriptor deprecated added in v0.19.0

func (*GetUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) GetUser added in v0.19.0

func (x *GetUserResponse) GetUser() *StoredUser

func (*GetUserResponse) ProtoMessage added in v0.19.0

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect added in v0.19.0

func (x *GetUserResponse) ProtoReflect() protoreflect.Message

func (*GetUserResponse) Reset added in v0.19.0

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String added in v0.19.0

func (x *GetUserResponse) String() string

type GetUsersRequest added in v0.61.0

type GetUsersRequest struct {
	// contains filtered or unexported fields
}

func (*GetUsersRequest) Descriptor deprecated added in v0.61.0

func (*GetUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUsersRequest.ProtoReflect.Descriptor instead.

func (*GetUsersRequest) ProtoMessage added in v0.61.0

func (*GetUsersRequest) ProtoMessage()

func (*GetUsersRequest) ProtoReflect added in v0.61.0

func (x *GetUsersRequest) ProtoReflect() protoreflect.Message

func (*GetUsersRequest) Reset added in v0.61.0

func (x *GetUsersRequest) Reset()

func (*GetUsersRequest) String added in v0.61.0

func (x *GetUsersRequest) String() string

type GetUsersResponse added in v0.61.0

type GetUsersResponse struct {
	Users []*StoredUser `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsersResponse) Descriptor deprecated added in v0.61.0

func (*GetUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUsersResponse.ProtoReflect.Descriptor instead.

func (*GetUsersResponse) GetUsers added in v0.61.0

func (x *GetUsersResponse) GetUsers() []*StoredUser

func (*GetUsersResponse) ProtoMessage added in v0.61.0

func (*GetUsersResponse) ProtoMessage()

func (*GetUsersResponse) ProtoReflect added in v0.61.0

func (x *GetUsersResponse) ProtoReflect() protoreflect.Message

func (*GetUsersResponse) Reset added in v0.61.0

func (x *GetUsersResponse) Reset()

func (*GetUsersResponse) String added in v0.61.0

func (x *GetUsersResponse) String() string

type GetWantlistRequest added in v0.282.0

type GetWantlistRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWantlistRequest) Descriptor deprecated added in v0.282.0

func (*GetWantlistRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWantlistRequest.ProtoReflect.Descriptor instead.

func (*GetWantlistRequest) GetName added in v0.282.0

func (x *GetWantlistRequest) GetName() string

func (*GetWantlistRequest) ProtoMessage added in v0.282.0

func (*GetWantlistRequest) ProtoMessage()

func (*GetWantlistRequest) ProtoReflect added in v0.282.0

func (x *GetWantlistRequest) ProtoReflect() protoreflect.Message

func (*GetWantlistRequest) Reset added in v0.282.0

func (x *GetWantlistRequest) Reset()

func (*GetWantlistRequest) String added in v0.282.0

func (x *GetWantlistRequest) String() string

type GetWantlistResponse added in v0.282.0

type GetWantlistResponse struct {
	List *Wantlist `protobuf:"bytes,1,opt,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWantlistResponse) Descriptor deprecated added in v0.282.0

func (*GetWantlistResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWantlistResponse.ProtoReflect.Descriptor instead.

func (*GetWantlistResponse) GetList added in v0.282.0

func (x *GetWantlistResponse) GetList() *Wantlist

func (*GetWantlistResponse) ProtoMessage added in v0.282.0

func (*GetWantlistResponse) ProtoMessage()

func (*GetWantlistResponse) ProtoReflect added in v0.282.0

func (x *GetWantlistResponse) ProtoReflect() protoreflect.Message

func (*GetWantlistResponse) Reset added in v0.282.0

func (x *GetWantlistResponse) Reset()

func (*GetWantlistResponse) String added in v0.282.0

func (x *GetWantlistResponse) String() string

type GetWantsRequest added in v0.288.0

type GetWantsRequest struct {
	IncludeUpdates bool  `protobuf:"varint,2,opt,name=include_updates,json=includeUpdates,proto3" json:"include_updates,omitempty"`
	ReleaseId      int64 `protobuf:"varint,3,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWantsRequest) Descriptor deprecated added in v0.288.0

func (*GetWantsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWantsRequest.ProtoReflect.Descriptor instead.

func (*GetWantsRequest) GetIncludeUpdates added in v0.633.0

func (x *GetWantsRequest) GetIncludeUpdates() bool

func (*GetWantsRequest) GetReleaseId added in v0.678.0

func (x *GetWantsRequest) GetReleaseId() int64

func (*GetWantsRequest) ProtoMessage added in v0.288.0

func (*GetWantsRequest) ProtoMessage()

func (*GetWantsRequest) ProtoReflect added in v0.288.0

func (x *GetWantsRequest) ProtoReflect() protoreflect.Message

func (*GetWantsRequest) Reset added in v0.288.0

func (x *GetWantsRequest) Reset()

func (*GetWantsRequest) String added in v0.288.0

func (x *GetWantsRequest) String() string

type GetWantsResponse added in v0.288.0

type GetWantsResponse struct {
	Wants []*WantResponse `protobuf:"bytes,1,rep,name=wants,proto3" json:"wants,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWantsResponse) Descriptor deprecated added in v0.288.0

func (*GetWantsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWantsResponse.ProtoReflect.Descriptor instead.

func (*GetWantsResponse) GetWants added in v0.288.0

func (x *GetWantsResponse) GetWants() []*WantResponse

func (*GetWantsResponse) ProtoMessage added in v0.288.0

func (*GetWantsResponse) ProtoMessage()

func (*GetWantsResponse) ProtoReflect added in v0.288.0

func (x *GetWantsResponse) ProtoReflect() protoreflect.Message

func (*GetWantsResponse) Reset added in v0.288.0

func (x *GetWantsResponse) Reset()

func (*GetWantsResponse) String added in v0.288.0

func (x *GetWantsResponse) String() string

type GoalFolderConfig added in v0.250.0

type GoalFolderConfig struct {
	Mandate Mandate `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	// contains filtered or unexported fields
}

func (*GoalFolderConfig) Descriptor deprecated added in v0.250.0

func (*GoalFolderConfig) Descriptor() ([]byte, []int)

Deprecated: Use GoalFolderConfig.ProtoReflect.Descriptor instead.

func (*GoalFolderConfig) GetMandate added in v0.250.0

func (x *GoalFolderConfig) GetMandate() Mandate

func (*GoalFolderConfig) ProtoMessage added in v0.250.0

func (*GoalFolderConfig) ProtoMessage()

func (*GoalFolderConfig) ProtoReflect added in v0.250.0

func (x *GoalFolderConfig) ProtoReflect() protoreflect.Message

func (*GoalFolderConfig) Reset added in v0.250.0

func (x *GoalFolderConfig) Reset()

func (*GoalFolderConfig) String added in v0.250.0

func (x *GoalFolderConfig) String() string

type GramophileAuth added in v0.9.0

type GramophileAuth struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GramophileAuth) Descriptor deprecated added in v0.9.0

func (*GramophileAuth) Descriptor() ([]byte, []int)

Deprecated: Use GramophileAuth.ProtoReflect.Descriptor instead.

func (*GramophileAuth) GetToken added in v0.9.0

func (x *GramophileAuth) GetToken() string

func (*GramophileAuth) ProtoMessage added in v0.9.0

func (*GramophileAuth) ProtoMessage()

func (*GramophileAuth) ProtoReflect added in v0.9.0

func (x *GramophileAuth) ProtoReflect() protoreflect.Message

func (*GramophileAuth) Reset added in v0.9.0

func (x *GramophileAuth) Reset()

func (*GramophileAuth) String added in v0.9.0

func (x *GramophileAuth) String() string

type GramophileConfig added in v0.111.0

type GramophileConfig struct {
	Basis              Basis               `protobuf:"varint,2,opt,name=basis,proto3,enum=gramophile.Basis" json:"basis,omitempty"`
	CleaningConfig     *CleaningConfig     `protobuf:"bytes,1,opt,name=cleaning_config,json=cleaningConfig,proto3" json:"cleaning_config,omitempty"`
	ListenConfig       *ListenConfig       `protobuf:"bytes,3,opt,name=listen_config,json=listenConfig,proto3" json:"listen_config,omitempty"`
	WidthConfig        *WidthConfig        `protobuf:"bytes,4,opt,name=width_config,json=widthConfig,proto3" json:"width_config,omitempty"`
	OrganisationConfig *OrganisationConfig `protobuf:"bytes,5,opt,name=organisation_config,json=organisationConfig,proto3" json:"organisation_config,omitempty"`
	WeightConfig       *WeightConfig       `protobuf:"bytes,6,opt,name=weight_config,json=weightConfig,proto3" json:"weight_config,omitempty"`
	GoalFolderConfig   *GoalFolderConfig   `protobuf:"bytes,7,opt,name=goal_folder_config,json=goalFolderConfig,proto3" json:"goal_folder_config,omitempty"`
	SleeveConfig       *SleeveConfig       `protobuf:"bytes,8,opt,name=sleeve_config,json=sleeveConfig,proto3" json:"sleeve_config,omitempty"`
	ArrivedConfig      *ArrivedConfig      `protobuf:"bytes,9,opt,name=arrived_config,json=arrivedConfig,proto3" json:"arrived_config,omitempty"`
	SaleConfig         *SaleConfig         `protobuf:"bytes,10,opt,name=sale_config,json=saleConfig,proto3" json:"sale_config,omitempty"`
	KeepConfig         *KeepConfig         `protobuf:"bytes,11,opt,name=keep_config,json=keepConfig,proto3" json:"keep_config,omitempty"`
	WantsConfig        *WantsConfig        `protobuf:"bytes,16,opt,name=wants_config,json=wantsConfig,proto3" json:"wants_config,omitempty"`
	CreateFolders      Create              `protobuf:"varint,12,opt,name=create_folders,json=createFolders,proto3,enum=gramophile.Create" json:"create_folders,omitempty"`
	CreateMoves        Create              `protobuf:"varint,13,opt,name=create_moves,json=createMoves,proto3,enum=gramophile.Create" json:"create_moves,omitempty"`
	Moves              []*FolderMove       `protobuf:"bytes,14,rep,name=moves,proto3" json:"moves,omitempty"`
	Validations        []*ValidationRule   `protobuf:"bytes,15,rep,name=validations,proto3" json:"validations,omitempty"`
	// contains filtered or unexported fields
}

func (*GramophileConfig) Descriptor deprecated added in v0.111.0

func (*GramophileConfig) Descriptor() ([]byte, []int)

Deprecated: Use GramophileConfig.ProtoReflect.Descriptor instead.

func (*GramophileConfig) GetArrivedConfig added in v0.276.0

func (x *GramophileConfig) GetArrivedConfig() *ArrivedConfig

func (*GramophileConfig) GetBasis added in v0.119.0

func (x *GramophileConfig) GetBasis() Basis

func (*GramophileConfig) GetCleaningConfig added in v0.111.0

func (x *GramophileConfig) GetCleaningConfig() *CleaningConfig

func (*GramophileConfig) GetCreateFolders added in v0.299.0

func (x *GramophileConfig) GetCreateFolders() Create

func (*GramophileConfig) GetCreateMoves added in v0.299.0

func (x *GramophileConfig) GetCreateMoves() Create

func (*GramophileConfig) GetGoalFolderConfig added in v0.250.0

func (x *GramophileConfig) GetGoalFolderConfig() *GoalFolderConfig

func (*GramophileConfig) GetKeepConfig added in v0.297.0

func (x *GramophileConfig) GetKeepConfig() *KeepConfig

func (*GramophileConfig) GetListenConfig added in v0.190.0

func (x *GramophileConfig) GetListenConfig() *ListenConfig

func (*GramophileConfig) GetMoves added in v0.350.0

func (x *GramophileConfig) GetMoves() []*FolderMove

func (*GramophileConfig) GetOrganisationConfig added in v0.222.0

func (x *GramophileConfig) GetOrganisationConfig() *OrganisationConfig

func (*GramophileConfig) GetSaleConfig added in v0.291.0

func (x *GramophileConfig) GetSaleConfig() *SaleConfig

func (*GramophileConfig) GetSleeveConfig added in v0.274.0

func (x *GramophileConfig) GetSleeveConfig() *SleeveConfig

func (*GramophileConfig) GetValidations added in v0.381.0

func (x *GramophileConfig) GetValidations() []*ValidationRule

func (*GramophileConfig) GetWantsConfig added in v0.467.0

func (x *GramophileConfig) GetWantsConfig() *WantsConfig

func (*GramophileConfig) GetWeightConfig added in v0.239.0

func (x *GramophileConfig) GetWeightConfig() *WeightConfig

func (*GramophileConfig) GetWidthConfig added in v0.214.0

func (x *GramophileConfig) GetWidthConfig() *WidthConfig

func (*GramophileConfig) ProtoMessage added in v0.111.0

func (*GramophileConfig) ProtoMessage()

func (*GramophileConfig) ProtoReflect added in v0.111.0

func (x *GramophileConfig) ProtoReflect() protoreflect.Message

func (*GramophileConfig) Reset added in v0.111.0

func (x *GramophileConfig) Reset()

func (*GramophileConfig) String added in v0.111.0

func (x *GramophileConfig) String() string

type GramophileEServiceClient

type GramophileEServiceClient interface {
	GetURL(ctx context.Context, in *GetURLRequest, opts ...grpc.CallOption) (*GetURLResponse, error)
	GetLogin(ctx context.Context, in *GetLoginRequest, opts ...grpc.CallOption) (*GetLoginResponse, error)
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	GetState(ctx context.Context, in *GetStateRequest, opts ...grpc.CallOption) (*GetStateResponse, error)
	SetConfig(ctx context.Context, in *SetConfigRequest, opts ...grpc.CallOption) (*SetConfigResponse, error)
	SetIntent(ctx context.Context, in *SetIntentRequest, opts ...grpc.CallOption) (*SetIntentResponse, error)
	GetRecord(ctx context.Context, in *GetRecordRequest, opts ...grpc.CallOption) (*GetRecordResponse, error)
	RefreshRecord(ctx context.Context, in *RefreshRecordRequest, opts ...grpc.CallOption) (*RefreshRecordResponse, error)
	GetOrg(ctx context.Context, in *GetOrgRequest, opts ...grpc.CallOption) (*GetOrgResponse, error)
	SetOrgSnapshot(ctx context.Context, in *SetOrgSnapshotRequest, opts ...grpc.CallOption) (*SetOrgSnapshotResponse, error)
	AddWant(ctx context.Context, in *AddWantRequest, opts ...grpc.CallOption) (*AddWantResponse, error)
	GetWants(ctx context.Context, in *GetWantsRequest, opts ...grpc.CallOption) (*GetWantsResponse, error)
	AddWantlist(ctx context.Context, in *AddWantlistRequest, opts ...grpc.CallOption) (*AddWantlistResponse, error)
	GetWantlist(ctx context.Context, in *GetWantlistRequest, opts ...grpc.CallOption) (*GetWantlistResponse, error)
	UpdateWantlist(ctx context.Context, in *UpdateWantlistRequest, opts ...grpc.CallOption) (*UpdateWantlistResponse, error)
	ListWantlists(ctx context.Context, in *ListWantlistsRequest, opts ...grpc.CallOption) (*ListWantlistsResponse, error)
	GetSale(ctx context.Context, in *GetSaleRequest, opts ...grpc.CallOption) (*GetSaleResponse, error)
}

GramophileEServiceClient is the client API for GramophileEService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type GramophileEServiceServer

GramophileEServiceServer is the server API for GramophileEService service. All implementations should embed UnimplementedGramophileEServiceServer for forward compatibility

type GramophileServiceClient added in v0.19.0

type GramophileServiceClient interface {
	GetUsers(ctx context.Context, in *GetUsersRequest, opts ...grpc.CallOption) (*GetUsersResponse, error)
	DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error)
	Clean(ctx context.Context, in *CleanRequest, opts ...grpc.CallOption) (*CleanResponse, error)
}

GramophileServiceClient is the client API for GramophileService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewGramophileServiceClient added in v0.19.0

func NewGramophileServiceClient(cc grpc.ClientConnInterface) GramophileServiceClient

type GramophileServiceServer added in v0.19.0

type GramophileServiceServer interface {
	GetUsers(context.Context, *GetUsersRequest) (*GetUsersResponse, error)
	DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
	Clean(context.Context, *CleanRequest) (*CleanResponse, error)
}

GramophileServiceServer is the server API for GramophileService service. All implementations should embed UnimplementedGramophileServiceServer for forward compatibility

type GroupSpill added in v0.416.0

type GroupSpill int32
const (
	GroupSpill_SPILL_NO_SPILL       GroupSpill = 0
	GroupSpill_SPILL_BREAK_ORDERING GroupSpill = 1
)

func (GroupSpill) Descriptor added in v0.416.0

func (GroupSpill) Descriptor() protoreflect.EnumDescriptor

func (GroupSpill) Enum added in v0.416.0

func (x GroupSpill) Enum() *GroupSpill

func (GroupSpill) EnumDescriptor deprecated added in v0.416.0

func (GroupSpill) EnumDescriptor() ([]byte, []int)

Deprecated: Use GroupSpill.Descriptor instead.

func (GroupSpill) Number added in v0.416.0

func (x GroupSpill) Number() protoreflect.EnumNumber

func (GroupSpill) String added in v0.416.0

func (x GroupSpill) String() string

func (GroupSpill) Type added in v0.416.0

type Grouping added in v0.416.0

type Grouping struct {
	Type          GroupingType    `protobuf:"varint,1,opt,name=type,proto3,enum=gramophile.GroupingType" json:"type,omitempty"`
	ArtistWeights []*ArtistWeight `protobuf:"bytes,2,rep,name=artist_weights,json=artistWeights,proto3" json:"artist_weights,omitempty"`
	LabelWeights  []*LabelWeight  `protobuf:"bytes,3,rep,name=label_weights,json=labelWeights,proto3" json:"label_weights,omitempty"`
	// contains filtered or unexported fields
}

func (*Grouping) Descriptor deprecated added in v0.416.0

func (*Grouping) Descriptor() ([]byte, []int)

Deprecated: Use Grouping.ProtoReflect.Descriptor instead.

func (*Grouping) GetArtistWeights added in v0.416.0

func (x *Grouping) GetArtistWeights() []*ArtistWeight

func (*Grouping) GetLabelWeights added in v0.416.0

func (x *Grouping) GetLabelWeights() []*LabelWeight

func (*Grouping) GetType added in v0.416.0

func (x *Grouping) GetType() GroupingType

func (*Grouping) ProtoMessage added in v0.416.0

func (*Grouping) ProtoMessage()

func (*Grouping) ProtoReflect added in v0.416.0

func (x *Grouping) ProtoReflect() protoreflect.Message

func (*Grouping) Reset added in v0.416.0

func (x *Grouping) Reset()

func (*Grouping) String added in v0.416.0

func (x *Grouping) String() string

type GroupingType added in v0.416.0

type GroupingType int32
const (
	GroupingType_GROUPING_NO_GROUPING GroupingType = 0
	GroupingType_GROUPING_GROUP       GroupingType = 1
)

func (GroupingType) Descriptor added in v0.416.0

func (GroupingType) Enum added in v0.416.0

func (x GroupingType) Enum() *GroupingType

func (GroupingType) EnumDescriptor deprecated added in v0.416.0

func (GroupingType) EnumDescriptor() ([]byte, []int)

Deprecated: Use GroupingType.Descriptor instead.

func (GroupingType) Number added in v0.416.0

func (GroupingType) String added in v0.416.0

func (x GroupingType) String() string

func (GroupingType) Type added in v0.416.0

type Intent added in v0.115.0

type Intent struct {
	CleanTime  int64      `protobuf:"varint,1,opt,name=clean_time,json=cleanTime,proto3" json:"clean_time,omitempty"`
	ListenTime int64      `protobuf:"varint,2,opt,name=listen_time,json=listenTime,proto3" json:"listen_time,omitempty"`
	Width      float32    `protobuf:"fixed32,3,opt,name=width,proto3" json:"width,omitempty"`
	Weight     float32    `protobuf:"fixed32,4,opt,name=weight,proto3" json:"weight,omitempty"`
	GoalFolder string     `protobuf:"bytes,5,opt,name=goal_folder,json=goalFolder,proto3" json:"goal_folder,omitempty"`
	Sleeve     string     `protobuf:"bytes,6,opt,name=sleeve,proto3" json:"sleeve,omitempty"`
	Arrived    int64      `protobuf:"varint,7,opt,name=arrived,proto3" json:"arrived,omitempty"`
	Keep       KeepStatus `protobuf:"varint,8,opt,name=keep,proto3,enum=gramophile.KeepStatus" json:"keep,omitempty"`
	NewScore   int32      `protobuf:"varint,9,opt,name=new_score,json=newScore,proto3" json:"new_score,omitempty"`
	// contains filtered or unexported fields
}

func (*Intent) Descriptor deprecated added in v0.115.0

func (*Intent) Descriptor() ([]byte, []int)

Deprecated: Use Intent.ProtoReflect.Descriptor instead.

func (*Intent) GetArrived added in v0.276.0

func (x *Intent) GetArrived() int64

func (*Intent) GetCleanTime added in v0.115.0

func (x *Intent) GetCleanTime() int64

func (*Intent) GetGoalFolder added in v0.252.0

func (x *Intent) GetGoalFolder() string

func (*Intent) GetKeep added in v0.297.0

func (x *Intent) GetKeep() KeepStatus

func (*Intent) GetListenTime added in v0.191.0

func (x *Intent) GetListenTime() int64

func (*Intent) GetNewScore added in v0.380.0

func (x *Intent) GetNewScore() int32

func (*Intent) GetSleeve added in v0.274.0

func (x *Intent) GetSleeve() string

func (*Intent) GetWeight added in v0.241.0

func (x *Intent) GetWeight() float32

func (*Intent) GetWidth added in v0.215.0

func (x *Intent) GetWidth() float32

func (*Intent) ProtoMessage added in v0.115.0

func (*Intent) ProtoMessage()

func (*Intent) ProtoReflect added in v0.115.0

func (x *Intent) ProtoReflect() protoreflect.Message

func (*Intent) Reset added in v0.115.0

func (x *Intent) Reset()

func (*Intent) String added in v0.115.0

func (x *Intent) String() string

type KeepConfig added in v0.292.0

type KeepConfig struct {
	Mandate Mandate `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	// contains filtered or unexported fields
}

func (*KeepConfig) Descriptor deprecated added in v0.292.0

func (*KeepConfig) Descriptor() ([]byte, []int)

Deprecated: Use KeepConfig.ProtoReflect.Descriptor instead.

func (*KeepConfig) GetMandate added in v0.292.0

func (x *KeepConfig) GetMandate() Mandate

func (*KeepConfig) ProtoMessage added in v0.292.0

func (*KeepConfig) ProtoMessage()

func (*KeepConfig) ProtoReflect added in v0.292.0

func (x *KeepConfig) ProtoReflect() protoreflect.Message

func (*KeepConfig) Reset added in v0.292.0

func (x *KeepConfig) Reset()

func (*KeepConfig) String added in v0.292.0

func (x *KeepConfig) String() string

type KeepStatus added in v0.292.0

type KeepStatus int32
const (
	KeepStatus_KEEP_UNKNOWN KeepStatus = 0
	KeepStatus_NO_KEEP      KeepStatus = 1
	KeepStatus_DIGITAL_KEEP KeepStatus = 2
	KeepStatus_MINT_UP_KEEP KeepStatus = 3
	KeepStatus_KEEP         KeepStatus = 4
	KeepStatus_RESET        KeepStatus = 5
)

func (KeepStatus) Descriptor added in v0.292.0

func (KeepStatus) Descriptor() protoreflect.EnumDescriptor

func (KeepStatus) Enum added in v0.292.0

func (x KeepStatus) Enum() *KeepStatus

func (KeepStatus) EnumDescriptor deprecated added in v0.292.0

func (KeepStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use KeepStatus.Descriptor instead.

func (KeepStatus) Number added in v0.292.0

func (x KeepStatus) Number() protoreflect.EnumNumber

func (KeepStatus) String added in v0.292.0

func (x KeepStatus) String() string

func (KeepStatus) Type added in v0.292.0

type LabelRanking added in v0.416.0

type LabelRanking struct {
	LabelName string  `protobuf:"bytes,1,opt,name=label_name,json=labelName,proto3" json:"label_name,omitempty"`
	Weighting float32 `protobuf:"fixed32,2,opt,name=weighting,proto3" json:"weighting,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelRanking) Descriptor deprecated added in v0.416.0

func (*LabelRanking) Descriptor() ([]byte, []int)

Deprecated: Use LabelRanking.ProtoReflect.Descriptor instead.

func (*LabelRanking) GetLabelName added in v0.416.0

func (x *LabelRanking) GetLabelName() string

func (*LabelRanking) GetWeighting added in v0.416.0

func (x *LabelRanking) GetWeighting() float32

func (*LabelRanking) ProtoMessage added in v0.416.0

func (*LabelRanking) ProtoMessage()

func (*LabelRanking) ProtoReflect added in v0.416.0

func (x *LabelRanking) ProtoReflect() protoreflect.Message

func (*LabelRanking) Reset added in v0.416.0

func (x *LabelRanking) Reset()

func (*LabelRanking) String added in v0.416.0

func (x *LabelRanking) String() string

type LabelWeight added in v0.416.0

type LabelWeight struct {
	LabelId int32   `protobuf:"varint,1,opt,name=label_id,json=labelId,proto3" json:"label_id,omitempty"`
	Weight  float32 `protobuf:"fixed32,2,opt,name=weight,proto3" json:"weight,omitempty"` // Default weight is 0.5
	// contains filtered or unexported fields
}

func (*LabelWeight) Descriptor deprecated added in v0.416.0

func (*LabelWeight) Descriptor() ([]byte, []int)

Deprecated: Use LabelWeight.ProtoReflect.Descriptor instead.

func (*LabelWeight) GetLabelId added in v0.416.0

func (x *LabelWeight) GetLabelId() int32

func (*LabelWeight) GetWeight added in v0.416.0

func (x *LabelWeight) GetWeight() float32

func (*LabelWeight) ProtoMessage added in v0.416.0

func (*LabelWeight) ProtoMessage()

func (*LabelWeight) ProtoReflect added in v0.416.0

func (x *LabelWeight) ProtoReflect() protoreflect.Message

func (*LabelWeight) Reset added in v0.416.0

func (x *LabelWeight) Reset()

func (*LabelWeight) String added in v0.416.0

func (x *LabelWeight) String() string

type Layout added in v0.228.0

type Layout int32
const (
	Layout_TIGHT Layout = 0
	Layout_LOOSE Layout = 1 // Currently unsupported
)

func (Layout) Descriptor added in v0.228.0

func (Layout) Descriptor() protoreflect.EnumDescriptor

func (Layout) Enum added in v0.228.0

func (x Layout) Enum() *Layout

func (Layout) EnumDescriptor deprecated added in v0.228.0

func (Layout) EnumDescriptor() ([]byte, []int)

Deprecated: Use Layout.Descriptor instead.

func (Layout) Number added in v0.228.0

func (x Layout) Number() protoreflect.EnumNumber

func (Layout) String added in v0.228.0

func (x Layout) String() string

func (Layout) Type added in v0.228.0

func (Layout) Type() protoreflect.EnumType

type LinkSales added in v0.300.0

type LinkSales struct {
	RefreshId int64 `protobuf:"varint,1,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkSales) Descriptor deprecated added in v0.300.0

func (*LinkSales) Descriptor() ([]byte, []int)

Deprecated: Use LinkSales.ProtoReflect.Descriptor instead.

func (*LinkSales) GetRefreshId added in v0.300.0

func (x *LinkSales) GetRefreshId() int64

func (*LinkSales) ProtoMessage added in v0.300.0

func (*LinkSales) ProtoMessage()

func (*LinkSales) ProtoReflect added in v0.300.0

func (x *LinkSales) ProtoReflect() protoreflect.Message

func (*LinkSales) Reset added in v0.300.0

func (x *LinkSales) Reset()

func (*LinkSales) String added in v0.300.0

func (x *LinkSales) String() string

type ListRequest added in v0.158.0

type ListRequest struct {
	// contains filtered or unexported fields
}

func (*ListRequest) Descriptor deprecated added in v0.158.0

func (*ListRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.

func (*ListRequest) ProtoMessage added in v0.158.0

func (*ListRequest) ProtoMessage()

func (*ListRequest) ProtoReflect added in v0.158.0

func (x *ListRequest) ProtoReflect() protoreflect.Message

func (*ListRequest) Reset added in v0.158.0

func (x *ListRequest) Reset()

func (*ListRequest) String added in v0.158.0

func (x *ListRequest) String() string

type ListResponse added in v0.158.0

type ListResponse struct {
	Elements []*QueueElement `protobuf:"bytes,2,rep,name=elements,proto3" json:"elements,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResponse) Descriptor deprecated added in v0.158.0

func (*ListResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.

func (*ListResponse) GetElements added in v0.158.0

func (x *ListResponse) GetElements() []*QueueElement

func (*ListResponse) ProtoMessage added in v0.158.0

func (*ListResponse) ProtoMessage()

func (*ListResponse) ProtoReflect added in v0.158.0

func (x *ListResponse) ProtoReflect() protoreflect.Message

func (*ListResponse) Reset added in v0.158.0

func (x *ListResponse) Reset()

func (*ListResponse) String added in v0.158.0

func (x *ListResponse) String() string

type ListWantlistsRequest added in v0.607.0

type ListWantlistsRequest struct {
	// contains filtered or unexported fields
}

func (*ListWantlistsRequest) Descriptor deprecated added in v0.607.0

func (*ListWantlistsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListWantlistsRequest.ProtoReflect.Descriptor instead.

func (*ListWantlistsRequest) ProtoMessage added in v0.607.0

func (*ListWantlistsRequest) ProtoMessage()

func (*ListWantlistsRequest) ProtoReflect added in v0.607.0

func (x *ListWantlistsRequest) ProtoReflect() protoreflect.Message

func (*ListWantlistsRequest) Reset added in v0.607.0

func (x *ListWantlistsRequest) Reset()

func (*ListWantlistsRequest) String added in v0.607.0

func (x *ListWantlistsRequest) String() string

type ListWantlistsResponse added in v0.607.0

type ListWantlistsResponse struct {
	Lists []*Wantlist `protobuf:"bytes,1,rep,name=lists,proto3" json:"lists,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWantlistsResponse) Descriptor deprecated added in v0.607.0

func (*ListWantlistsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWantlistsResponse.ProtoReflect.Descriptor instead.

func (*ListWantlistsResponse) GetLists added in v0.607.0

func (x *ListWantlistsResponse) GetLists() []*Wantlist

func (*ListWantlistsResponse) ProtoMessage added in v0.607.0

func (*ListWantlistsResponse) ProtoMessage()

func (*ListWantlistsResponse) ProtoReflect added in v0.607.0

func (x *ListWantlistsResponse) ProtoReflect() protoreflect.Message

func (*ListWantlistsResponse) Reset added in v0.607.0

func (x *ListWantlistsResponse) Reset()

func (*ListWantlistsResponse) String added in v0.607.0

func (x *ListWantlistsResponse) String() string

type ListenConfig added in v0.190.0

type ListenConfig struct {
	Mandate Mandate         `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	Filters []*ListenFilter `protobuf:"bytes,2,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

func (*ListenConfig) Descriptor deprecated added in v0.190.0

func (*ListenConfig) Descriptor() ([]byte, []int)

Deprecated: Use ListenConfig.ProtoReflect.Descriptor instead.

func (*ListenConfig) GetFilters added in v0.199.0

func (x *ListenConfig) GetFilters() []*ListenFilter

func (*ListenConfig) GetMandate added in v0.283.0

func (x *ListenConfig) GetMandate() Mandate

func (*ListenConfig) ProtoMessage added in v0.190.0

func (*ListenConfig) ProtoMessage()

func (*ListenConfig) ProtoReflect added in v0.190.0

func (x *ListenConfig) ProtoReflect() protoreflect.Message

func (*ListenConfig) Reset added in v0.190.0

func (x *ListenConfig) Reset()

func (*ListenConfig) String added in v0.190.0

func (x *ListenConfig) String() string

type ListenFilter added in v0.199.0

type ListenFilter struct {
	Name   string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Filter *Filter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	Order  *Order  `protobuf:"bytes,3,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*ListenFilter) Descriptor deprecated added in v0.199.0

func (*ListenFilter) Descriptor() ([]byte, []int)

Deprecated: Use ListenFilter.ProtoReflect.Descriptor instead.

func (*ListenFilter) GetFilter added in v0.199.0

func (x *ListenFilter) GetFilter() *Filter

func (*ListenFilter) GetName added in v0.199.0

func (x *ListenFilter) GetName() string

func (*ListenFilter) GetOrder added in v0.199.0

func (x *ListenFilter) GetOrder() *Order

func (*ListenFilter) ProtoMessage added in v0.199.0

func (*ListenFilter) ProtoMessage()

func (*ListenFilter) ProtoReflect added in v0.199.0

func (x *ListenFilter) ProtoReflect() protoreflect.Message

func (*ListenFilter) Reset added in v0.199.0

func (x *ListenFilter) Reset()

func (*ListenFilter) String added in v0.199.0

func (x *ListenFilter) String() string

type LowerBoundStrategy added in v0.521.0

type LowerBoundStrategy int32
const (
	LowerBoundStrategy_DISCOGS_LOW LowerBoundStrategy = 0
	LowerBoundStrategy_STATIC_LOW  LowerBoundStrategy = 1
)

func (LowerBoundStrategy) Descriptor added in v0.521.0

func (LowerBoundStrategy) Enum added in v0.521.0

func (LowerBoundStrategy) EnumDescriptor deprecated added in v0.521.0

func (LowerBoundStrategy) EnumDescriptor() ([]byte, []int)

Deprecated: Use LowerBoundStrategy.Descriptor instead.

func (LowerBoundStrategy) Number added in v0.521.0

func (LowerBoundStrategy) String added in v0.521.0

func (x LowerBoundStrategy) String() string

func (LowerBoundStrategy) Type added in v0.521.0

type Mandate added in v0.115.0

type Mandate int32
const (
	Mandate_NONE        Mandate = 0
	Mandate_RECOMMENDED Mandate = 1
	Mandate_REQUIRED    Mandate = 2
)

func (Mandate) Descriptor added in v0.115.0

func (Mandate) Descriptor() protoreflect.EnumDescriptor

func (Mandate) Enum added in v0.115.0

func (x Mandate) Enum() *Mandate

func (Mandate) EnumDescriptor deprecated added in v0.115.0

func (Mandate) EnumDescriptor() ([]byte, []int)

Deprecated: Use Mandate.Descriptor instead.

func (Mandate) Number added in v0.115.0

func (x Mandate) Number() protoreflect.EnumNumber

func (Mandate) String added in v0.115.0

func (x Mandate) String() string

func (Mandate) Type added in v0.115.0

func (Mandate) Type() protoreflect.EnumType

type MissingWidthHandling added in v0.499.0

type MissingWidthHandling int32
const (
	MissingWidthHandling_MISSING_WIDTH_IGNORE  MissingWidthHandling = 0
	MissingWidthHandling_MISSING_WIDTH_AVERAGE MissingWidthHandling = 1
)

func (MissingWidthHandling) Descriptor added in v0.499.0

func (MissingWidthHandling) Enum added in v0.499.0

func (MissingWidthHandling) EnumDescriptor deprecated added in v0.499.0

func (MissingWidthHandling) EnumDescriptor() ([]byte, []int)

Deprecated: Use MissingWidthHandling.Descriptor instead.

func (MissingWidthHandling) Number added in v0.499.0

func (MissingWidthHandling) String added in v0.499.0

func (x MissingWidthHandling) String() string

func (MissingWidthHandling) Type added in v0.499.0

type Move added in v0.230.0

type Move struct {
	Start *Placement `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End   *Placement `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*Move) Descriptor deprecated added in v0.230.0

func (*Move) Descriptor() ([]byte, []int)

Deprecated: Use Move.ProtoReflect.Descriptor instead.

func (*Move) GetEnd added in v0.230.0

func (x *Move) GetEnd() *Placement

func (*Move) GetStart added in v0.230.0

func (x *Move) GetStart() *Placement

func (*Move) ProtoMessage added in v0.230.0

func (*Move) ProtoMessage()

func (*Move) ProtoReflect added in v0.230.0

func (x *Move) ProtoReflect() protoreflect.Message

func (*Move) Reset added in v0.230.0

func (x *Move) Reset()

func (*Move) String added in v0.230.0

func (x *Move) String() string

type MoveCriteria added in v0.291.0

type MoveCriteria struct {
	HasSaleId  Bool             `protobuf:"varint,1,opt,name=has_sale_id,json=hasSaleId,proto3,enum=gramophile.Bool" json:"has_sale_id,omitempty"`
	SaleStatus proto.SaleStatus `protobuf:"varint,2,opt,name=sale_status,json=saleStatus,proto3,enum=discogs.SaleStatus" json:"sale_status,omitempty"`
	Listened   Bool             `protobuf:"varint,3,opt,name=listened,proto3,enum=gramophile.Bool" json:"listened,omitempty"`
	Arrived    Bool             `protobuf:"varint,4,opt,name=arrived,proto3,enum=gramophile.Bool" json:"arrived,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveCriteria) Descriptor deprecated added in v0.291.0

func (*MoveCriteria) Descriptor() ([]byte, []int)

Deprecated: Use MoveCriteria.ProtoReflect.Descriptor instead.

func (*MoveCriteria) GetArrived added in v0.318.0

func (x *MoveCriteria) GetArrived() Bool

func (*MoveCriteria) GetHasSaleId added in v0.291.0

func (x *MoveCriteria) GetHasSaleId() Bool

func (*MoveCriteria) GetListened added in v0.318.0

func (x *MoveCriteria) GetListened() Bool

func (*MoveCriteria) GetSaleStatus added in v0.291.0

func (x *MoveCriteria) GetSaleStatus() proto.SaleStatus

func (*MoveCriteria) ProtoMessage added in v0.291.0

func (*MoveCriteria) ProtoMessage()

func (*MoveCriteria) ProtoReflect added in v0.291.0

func (x *MoveCriteria) ProtoReflect() protoreflect.Message

func (*MoveCriteria) Reset added in v0.291.0

func (x *MoveCriteria) Reset()

func (*MoveCriteria) String added in v0.291.0

func (x *MoveCriteria) String() string

type MoveHistory added in v0.353.0

type MoveHistory struct {
	Move string `protobuf:"bytes,1,opt,name=move,proto3" json:"move,omitempty"`
	Iid  int64  `protobuf:"varint,2,opt,name=iid,proto3" json:"iid,omitempty"`
	Time int64  `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveHistory) Descriptor deprecated added in v0.353.0

func (*MoveHistory) Descriptor() ([]byte, []int)

Deprecated: Use MoveHistory.ProtoReflect.Descriptor instead.

func (*MoveHistory) GetIid added in v0.353.0

func (x *MoveHistory) GetIid() int64

func (*MoveHistory) GetMove added in v0.353.0

func (x *MoveHistory) GetMove() string

func (*MoveHistory) GetTime added in v0.353.0

func (x *MoveHistory) GetTime() int64

func (*MoveHistory) ProtoMessage added in v0.353.0

func (*MoveHistory) ProtoMessage()

func (*MoveHistory) ProtoReflect added in v0.353.0

func (x *MoveHistory) ProtoReflect() protoreflect.Message

func (*MoveHistory) Reset added in v0.353.0

func (x *MoveHistory) Reset()

func (*MoveHistory) String added in v0.353.0

func (x *MoveHistory) String() string

type MoveQuota added in v0.353.0

type MoveQuota struct {
	PastMoves []*MoveHistory `protobuf:"bytes,1,rep,name=past_moves,json=pastMoves,proto3" json:"past_moves,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveQuota) Descriptor deprecated added in v0.353.0

func (*MoveQuota) Descriptor() ([]byte, []int)

Deprecated: Use MoveQuota.ProtoReflect.Descriptor instead.

func (*MoveQuota) GetPastMoves added in v0.353.0

func (x *MoveQuota) GetPastMoves() []*MoveHistory

func (*MoveQuota) ProtoMessage added in v0.353.0

func (*MoveQuota) ProtoMessage()

func (*MoveQuota) ProtoReflect added in v0.353.0

func (x *MoveQuota) ProtoReflect() protoreflect.Message

func (*MoveQuota) Reset added in v0.353.0

func (x *MoveQuota) Reset()

func (*MoveQuota) String added in v0.353.0

func (x *MoveQuota) String() string

type MoveRecord added in v0.318.0

type MoveRecord struct {
	RecordIid  int64  `protobuf:"varint,1,opt,name=recordIid,proto3" json:"recordIid,omitempty"`
	MoveFolder string `protobuf:"bytes,2,opt,name=move_folder,json=moveFolder,proto3" json:"move_folder,omitempty"`
	Rule       string `protobuf:"bytes,3,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveRecord) Descriptor deprecated added in v0.318.0

func (*MoveRecord) Descriptor() ([]byte, []int)

Deprecated: Use MoveRecord.ProtoReflect.Descriptor instead.

func (*MoveRecord) GetMoveFolder added in v0.318.0

func (x *MoveRecord) GetMoveFolder() string

func (*MoveRecord) GetRecordIid added in v0.318.0

func (x *MoveRecord) GetRecordIid() int64

func (*MoveRecord) GetRule added in v0.351.0

func (x *MoveRecord) GetRule() string

func (*MoveRecord) ProtoMessage added in v0.318.0

func (*MoveRecord) ProtoMessage()

func (*MoveRecord) ProtoReflect added in v0.318.0

func (x *MoveRecord) ProtoReflect() protoreflect.Message

func (*MoveRecord) Reset added in v0.318.0

func (x *MoveRecord) Reset()

func (*MoveRecord) String added in v0.318.0

func (x *MoveRecord) String() string

type MoveRecords added in v0.318.0

type MoveRecords struct {
	// contains filtered or unexported fields
}

func (*MoveRecords) Descriptor deprecated added in v0.318.0

func (*MoveRecords) Descriptor() ([]byte, []int)

Deprecated: Use MoveRecords.ProtoReflect.Descriptor instead.

func (*MoveRecords) ProtoMessage added in v0.318.0

func (*MoveRecords) ProtoMessage()

func (*MoveRecords) ProtoReflect added in v0.318.0

func (x *MoveRecords) ProtoReflect() protoreflect.Message

func (*MoveRecords) Reset added in v0.318.0

func (x *MoveRecords) Reset()

func (*MoveRecords) String added in v0.318.0

func (x *MoveRecords) String() string

type MoveSource added in v0.297.0

type MoveSource int32
const (
	MoveSource_USER_PROVIDED MoveSource = 0
	MoveSource_GRAM_PROVIDED MoveSource = 1
)

func (MoveSource) Descriptor added in v0.297.0

func (MoveSource) Descriptor() protoreflect.EnumDescriptor

func (MoveSource) Enum added in v0.297.0

func (x MoveSource) Enum() *MoveSource

func (MoveSource) EnumDescriptor deprecated added in v0.297.0

func (MoveSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use MoveSource.Descriptor instead.

func (MoveSource) Number added in v0.297.0

func (x MoveSource) Number() protoreflect.EnumNumber

func (MoveSource) String added in v0.297.0

func (x MoveSource) String() string

func (MoveSource) Type added in v0.297.0

type MoveState added in v0.353.0

type MoveState int32
const (
	MoveState_ENABLED                 MoveState = 0
	MoveState_BLOCKED_BECAUSE_OF_LOOP MoveState = 1
)

func (MoveState) Descriptor added in v0.353.0

func (MoveState) Descriptor() protoreflect.EnumDescriptor

func (MoveState) Enum added in v0.353.0

func (x MoveState) Enum() *MoveState

func (MoveState) EnumDescriptor deprecated added in v0.353.0

func (MoveState) EnumDescriptor() ([]byte, []int)

Deprecated: Use MoveState.Descriptor instead.

func (MoveState) Number added in v0.353.0

func (x MoveState) Number() protoreflect.EnumNumber

func (MoveState) String added in v0.353.0

func (x MoveState) String() string

func (MoveState) Type added in v0.353.0

type NoncomplianceIssue added in v0.114.0

type NoncomplianceIssue int32
const (
	NoncomplianceIssue_NEEDS_CLEAN NoncomplianceIssue = 0
)

func (NoncomplianceIssue) Descriptor added in v0.114.0

func (NoncomplianceIssue) Enum added in v0.114.0

func (NoncomplianceIssue) EnumDescriptor deprecated added in v0.114.0

func (NoncomplianceIssue) EnumDescriptor() ([]byte, []int)

Deprecated: Use NoncomplianceIssue.Descriptor instead.

func (NoncomplianceIssue) Number added in v0.114.0

func (NoncomplianceIssue) String added in v0.114.0

func (x NoncomplianceIssue) String() string

func (NoncomplianceIssue) Type added in v0.114.0

type Order added in v0.199.0

type Order struct {
	Ordering Order_Ordering `protobuf:"varint,1,opt,name=ordering,proto3,enum=gramophile.Order_Ordering" json:"ordering,omitempty"`
	Reverse  bool           `protobuf:"varint,2,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*Order) Descriptor deprecated added in v0.199.0

func (*Order) Descriptor() ([]byte, []int)

Deprecated: Use Order.ProtoReflect.Descriptor instead.

func (*Order) GetOrdering added in v0.199.0

func (x *Order) GetOrdering() Order_Ordering

func (*Order) GetReverse added in v0.199.0

func (x *Order) GetReverse() bool

func (*Order) ProtoMessage added in v0.199.0

func (*Order) ProtoMessage()

func (*Order) ProtoReflect added in v0.199.0

func (x *Order) ProtoReflect() protoreflect.Message

func (*Order) Reset added in v0.199.0

func (x *Order) Reset()

func (*Order) String added in v0.199.0

func (x *Order) String() string

type Order_Ordering added in v0.199.0

type Order_Ordering int32
const (
	Order_ORDER_RANDOM     Order_Ordering = 0
	Order_ORDER_ADDED_DATE Order_Ordering = 1
)

func (Order_Ordering) Descriptor added in v0.199.0

func (Order_Ordering) Enum added in v0.199.0

func (x Order_Ordering) Enum() *Order_Ordering

func (Order_Ordering) EnumDescriptor deprecated added in v0.199.0

func (Order_Ordering) EnumDescriptor() ([]byte, []int)

Deprecated: Use Order_Ordering.Descriptor instead.

func (Order_Ordering) Number added in v0.199.0

func (Order_Ordering) String added in v0.199.0

func (x Order_Ordering) String() string

func (Order_Ordering) Type added in v0.199.0

type Organisation added in v0.221.0

type Organisation struct {
	Name                 string               `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Foldersets           []*FolderSet         `protobuf:"bytes,1,rep,name=foldersets,proto3" json:"foldersets,omitempty"`
	Spaces               []*Space             `protobuf:"bytes,2,rep,name=spaces,proto3" json:"spaces,omitempty"`
	AutoArtistTranslate  bool                 `protobuf:"varint,5,opt,name=auto_artist_translate,json=autoArtistTranslate,proto3" json:"auto_artist_translate,omitempty"`
	Density              Density              `protobuf:"varint,3,opt,name=density,proto3,enum=gramophile.Density" json:"density,omitempty"`
	MissingWidthHandling MissingWidthHandling `` /* 161-byte string literal not displayed */
	Grouping             *Grouping            `protobuf:"bytes,4,opt,name=grouping,proto3" json:"grouping,omitempty"`
	Spill                *Spill               `protobuf:"bytes,7,opt,name=spill,proto3" json:"spill,omitempty"`
	// contains filtered or unexported fields
}

func (*Organisation) Descriptor deprecated added in v0.221.0

func (*Organisation) Descriptor() ([]byte, []int)

Deprecated: Use Organisation.ProtoReflect.Descriptor instead.

func (*Organisation) GetAutoArtistTranslate added in v0.221.0

func (x *Organisation) GetAutoArtistTranslate() bool

func (*Organisation) GetDensity added in v0.349.0

func (x *Organisation) GetDensity() Density

func (*Organisation) GetFoldersets added in v0.221.0

func (x *Organisation) GetFoldersets() []*FolderSet

func (*Organisation) GetGrouping added in v0.416.0

func (x *Organisation) GetGrouping() *Grouping

func (*Organisation) GetMissingWidthHandling added in v0.499.0

func (x *Organisation) GetMissingWidthHandling() MissingWidthHandling

func (*Organisation) GetName added in v0.222.0

func (x *Organisation) GetName() string

func (*Organisation) GetSpaces added in v0.221.0

func (x *Organisation) GetSpaces() []*Space

func (*Organisation) GetSpill added in v0.416.0

func (x *Organisation) GetSpill() *Spill

func (*Organisation) ProtoMessage added in v0.221.0

func (*Organisation) ProtoMessage()

func (*Organisation) ProtoReflect added in v0.221.0

func (x *Organisation) ProtoReflect() protoreflect.Message

func (*Organisation) Reset added in v0.221.0

func (x *Organisation) Reset()

func (*Organisation) String added in v0.221.0

func (x *Organisation) String() string

type OrganisationConfig added in v0.222.0

type OrganisationConfig struct {
	ArtistTranslation []*ArtistTranslation `protobuf:"bytes,1,rep,name=artist_translation,json=artistTranslation,proto3" json:"artist_translation,omitempty"`
	Organisations     []*Organisation      `protobuf:"bytes,2,rep,name=organisations,proto3" json:"organisations,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganisationConfig) Descriptor deprecated added in v0.222.0

func (*OrganisationConfig) Descriptor() ([]byte, []int)

Deprecated: Use OrganisationConfig.ProtoReflect.Descriptor instead.

func (*OrganisationConfig) GetArtistTranslation added in v0.222.0

func (x *OrganisationConfig) GetArtistTranslation() []*ArtistTranslation

func (*OrganisationConfig) GetOrganisations added in v0.222.0

func (x *OrganisationConfig) GetOrganisations() []*Organisation

func (*OrganisationConfig) ProtoMessage added in v0.222.0

func (*OrganisationConfig) ProtoMessage()

func (*OrganisationConfig) ProtoReflect added in v0.222.0

func (x *OrganisationConfig) ProtoReflect() protoreflect.Message

func (*OrganisationConfig) Reset added in v0.222.0

func (x *OrganisationConfig) Reset()

func (*OrganisationConfig) String added in v0.222.0

func (x *OrganisationConfig) String() string

type OrganisationSnapshot added in v0.222.0

type OrganisationSnapshot struct {
	Date       int64        `protobuf:"varint,1,opt,name=date,proto3" json:"date,omitempty"`
	Placements []*Placement `protobuf:"bytes,2,rep,name=placements,proto3" json:"placements,omitempty"`
	Hash       string       `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	Name       string       `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganisationSnapshot) Descriptor deprecated added in v0.222.0

func (*OrganisationSnapshot) Descriptor() ([]byte, []int)

Deprecated: Use OrganisationSnapshot.ProtoReflect.Descriptor instead.

func (*OrganisationSnapshot) GetDate added in v0.222.0

func (x *OrganisationSnapshot) GetDate() int64

func (*OrganisationSnapshot) GetHash added in v0.229.0

func (x *OrganisationSnapshot) GetHash() string

func (*OrganisationSnapshot) GetName added in v0.231.0

func (x *OrganisationSnapshot) GetName() string

func (*OrganisationSnapshot) GetPlacements added in v0.222.0

func (x *OrganisationSnapshot) GetPlacements() []*Placement

func (*OrganisationSnapshot) ProtoMessage added in v0.222.0

func (*OrganisationSnapshot) ProtoMessage()

func (*OrganisationSnapshot) ProtoReflect added in v0.222.0

func (x *OrganisationSnapshot) ProtoReflect() protoreflect.Message

func (*OrganisationSnapshot) Reset added in v0.222.0

func (x *OrganisationSnapshot) Reset()

func (*OrganisationSnapshot) String added in v0.222.0

func (x *OrganisationSnapshot) String() string

type Placement added in v0.222.0

type Placement struct {
	Iid   int64   `protobuf:"varint,1,opt,name=iid,proto3" json:"iid,omitempty"`
	Unit  int32   `protobuf:"varint,2,opt,name=unit,proto3" json:"unit,omitempty"`
	Index int32   `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	Space string  `protobuf:"bytes,4,opt,name=space,proto3" json:"space,omitempty"`
	Width float32 `protobuf:"fixed32,5,opt,name=width,proto3" json:"width,omitempty"`
	// This is the unfiltered index
	OriginalIndex int32  `protobuf:"varint,7,opt,name=original_index,json=originalIndex,proto3" json:"original_index,omitempty"`
	Observations  string `protobuf:"bytes,8,opt,name=observations,proto3" json:"observations,omitempty"`
	//Optional
	SortKey string `protobuf:"bytes,6,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	// contains filtered or unexported fields
}

func (*Placement) Descriptor deprecated added in v0.222.0

func (*Placement) Descriptor() ([]byte, []int)

Deprecated: Use Placement.ProtoReflect.Descriptor instead.

func (*Placement) GetIid added in v0.222.0

func (x *Placement) GetIid() int64

func (*Placement) GetIndex added in v0.222.0

func (x *Placement) GetIndex() int32

func (*Placement) GetObservations added in v0.501.0

func (x *Placement) GetObservations() string

func (*Placement) GetOriginalIndex added in v0.500.0

func (x *Placement) GetOriginalIndex() int32

func (*Placement) GetSortKey added in v0.416.0

func (x *Placement) GetSortKey() string

func (*Placement) GetSpace added in v0.222.0

func (x *Placement) GetSpace() string

func (*Placement) GetUnit added in v0.222.0

func (x *Placement) GetUnit() int32

func (*Placement) GetWidth added in v0.352.0

func (x *Placement) GetWidth() float32

func (*Placement) ProtoMessage added in v0.222.0

func (*Placement) ProtoMessage()

func (*Placement) ProtoReflect added in v0.222.0

func (x *Placement) ProtoReflect() protoreflect.Message

func (*Placement) Reset added in v0.222.0

func (x *Placement) Reset()

func (*Placement) String added in v0.222.0

func (x *Placement) String() string

type PriceUpdate added in v0.481.0

type PriceUpdate struct {
	Date       int64        `protobuf:"varint,1,opt,name=date,proto3" json:"date,omitempty"`
	SetPrice   *proto.Price `protobuf:"bytes,2,opt,name=set_price,json=setPrice,proto3" json:"set_price,omitempty"`
	Motivation string       `protobuf:"bytes,3,opt,name=motivation,proto3" json:"motivation,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceUpdate) Descriptor deprecated added in v0.481.0

func (*PriceUpdate) Descriptor() ([]byte, []int)

Deprecated: Use PriceUpdate.ProtoReflect.Descriptor instead.

func (*PriceUpdate) GetDate added in v0.481.0

func (x *PriceUpdate) GetDate() int64

func (*PriceUpdate) GetMotivation added in v0.654.0

func (x *PriceUpdate) GetMotivation() string

func (*PriceUpdate) GetSetPrice added in v0.481.0

func (x *PriceUpdate) GetSetPrice() *proto.Price

func (*PriceUpdate) ProtoMessage added in v0.481.0

func (*PriceUpdate) ProtoMessage()

func (*PriceUpdate) ProtoReflect added in v0.481.0

func (x *PriceUpdate) ProtoReflect() protoreflect.Message

func (*PriceUpdate) Reset added in v0.481.0

func (x *PriceUpdate) Reset()

func (*PriceUpdate) String added in v0.481.0

func (x *PriceUpdate) String() string

type Queue added in v0.30.0

type Queue struct {
	Name     string          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Elements []*QueueElement `protobuf:"bytes,2,rep,name=elements,proto3" json:"elements,omitempty"`
	// contains filtered or unexported fields
}

func (*Queue) Descriptor deprecated added in v0.30.0

func (*Queue) Descriptor() ([]byte, []int)

Deprecated: Use Queue.ProtoReflect.Descriptor instead.

func (*Queue) GetElements added in v0.30.0

func (x *Queue) GetElements() []*QueueElement

func (*Queue) GetName added in v0.30.0

func (x *Queue) GetName() string

func (*Queue) ProtoMessage added in v0.30.0

func (*Queue) ProtoMessage()

func (*Queue) ProtoReflect added in v0.30.0

func (x *Queue) ProtoReflect() protoreflect.Message

func (*Queue) Reset added in v0.30.0

func (x *Queue) Reset()

func (*Queue) String added in v0.30.0

func (x *Queue) String() string

type QueueElement added in v0.30.0

type QueueElement struct {
	RunDate          int64  `protobuf:"varint,1,opt,name=run_date,json=runDate,proto3" json:"run_date,omitempty"`
	Auth             string `protobuf:"bytes,2,opt,name=auth,proto3" json:"auth,omitempty"`
	BackoffInSeconds int32  `protobuf:"varint,3,opt,name=backoff_in_seconds,json=backoffInSeconds,proto3" json:"backoff_in_seconds,omitempty"`
	// Types that are assignable to Entry:
	//	*QueueElement_RefreshUser
	//	*QueueElement_RefreshCollectionEntry
	//	*QueueElement_RefreshIntents
	//	*QueueElement_RefreshUpdates
	//	*QueueElement_AddFolderUpdate
	//	*QueueElement_RefreshSales
	//	*QueueElement_LinkSales
	//	*QueueElement_RefreshWantlists
	//	*QueueElement_RefreshWants
	//	*QueueElement_UpdateSale
	//	*QueueElement_MoveRecords
	//	*QueueElement_MoveRecord
	//	*QueueElement_RefreshRelease
	//	*QueueElement_RefreshCollection
	//	*QueueElement_RefreshEarliestReleaseDates
	//	*QueueElement_RefreshEarliestReleaseDate
	//	*QueueElement_SyncWants
	//	*QueueElement_RefreshWant
	//	*QueueElement_AddMasterWant
	//	*QueueElement_UpdateMasterWant
	Entry     isQueueElement_Entry `protobuf_oneof:"entry"`
	RefreshId int64                `protobuf:"varint,7,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueElement) Descriptor deprecated added in v0.30.0

func (*QueueElement) Descriptor() ([]byte, []int)

Deprecated: Use QueueElement.ProtoReflect.Descriptor instead.

func (*QueueElement) GetAddFolderUpdate added in v0.297.0

func (x *QueueElement) GetAddFolderUpdate() *AddFolderUpdate

func (*QueueElement) GetAddMasterWant added in v0.667.0

func (x *QueueElement) GetAddMasterWant() *AddMasterWant

func (*QueueElement) GetAuth added in v0.77.0

func (x *QueueElement) GetAuth() string

func (*QueueElement) GetBackoffInSeconds added in v0.31.0

func (x *QueueElement) GetBackoffInSeconds() int32

func (*QueueElement) GetEntry added in v0.30.0

func (m *QueueElement) GetEntry() isQueueElement_Entry

func (*QueueElement) GetLinkSales added in v0.300.0

func (x *QueueElement) GetLinkSales() *LinkSales

func (*QueueElement) GetMoveRecord added in v0.318.0

func (x *QueueElement) GetMoveRecord() *MoveRecord

func (*QueueElement) GetMoveRecords added in v0.318.0

func (x *QueueElement) GetMoveRecords() *MoveRecords

func (*QueueElement) GetRefreshCollection added in v0.67.0

func (x *QueueElement) GetRefreshCollection() *RefreshCollection

func (*QueueElement) GetRefreshCollectionEntry added in v0.421.0

func (x *QueueElement) GetRefreshCollectionEntry() *RefreshCollectionEntry

func (*QueueElement) GetRefreshEarliestReleaseDate added in v0.446.0

func (x *QueueElement) GetRefreshEarliestReleaseDate() *RefreshEarliestReleaseDate

func (*QueueElement) GetRefreshEarliestReleaseDates added in v0.446.0

func (x *QueueElement) GetRefreshEarliestReleaseDates() *RefreshEarliestReleaseDates

func (*QueueElement) GetRefreshId added in v0.265.0

func (x *QueueElement) GetRefreshId() int64

func (*QueueElement) GetRefreshIntents added in v0.119.0

func (x *QueueElement) GetRefreshIntents() *RefreshIntents

func (*QueueElement) GetRefreshRelease added in v0.421.0

func (x *QueueElement) GetRefreshRelease() *RefreshRelease

func (*QueueElement) GetRefreshSales added in v0.300.0

func (x *QueueElement) GetRefreshSales() *RefreshSales

func (*QueueElement) GetRefreshUpdates added in v0.273.0

func (x *QueueElement) GetRefreshUpdates() *RefreshUpdates

func (*QueueElement) GetRefreshUser added in v0.30.0

func (x *QueueElement) GetRefreshUser() *RefreshUserEntry

func (*QueueElement) GetRefreshWant added in v0.467.0

func (x *QueueElement) GetRefreshWant() *RefreshWant

func (*QueueElement) GetRefreshWantlists added in v0.304.0

func (x *QueueElement) GetRefreshWantlists() *RefreshWantlists

func (*QueueElement) GetRefreshWants added in v0.304.0

func (x *QueueElement) GetRefreshWants() *RefreshWants

func (*QueueElement) GetRunDate added in v0.30.0

func (x *QueueElement) GetRunDate() int64

func (*QueueElement) GetSyncWants added in v0.467.0

func (x *QueueElement) GetSyncWants() *SyncWants

func (*QueueElement) GetUpdateMasterWant added in v0.686.0

func (x *QueueElement) GetUpdateMasterWant() *UpdateMasterWant

func (*QueueElement) GetUpdateSale added in v0.317.0

func (x *QueueElement) GetUpdateSale() *UpdateSale

func (*QueueElement) ProtoMessage added in v0.30.0

func (*QueueElement) ProtoMessage()

func (*QueueElement) ProtoReflect added in v0.30.0

func (x *QueueElement) ProtoReflect() protoreflect.Message

func (*QueueElement) Reset added in v0.30.0

func (x *QueueElement) Reset()

func (*QueueElement) String added in v0.30.0

func (x *QueueElement) String() string

type QueueElement_AddFolderUpdate added in v0.297.0

type QueueElement_AddFolderUpdate struct {
	AddFolderUpdate *AddFolderUpdate `protobuf:"bytes,9,opt,name=add_folder_update,json=addFolderUpdate,proto3,oneof"`
}

type QueueElement_AddMasterWant added in v0.667.0

type QueueElement_AddMasterWant struct {
	AddMasterWant *AddMasterWant `protobuf:"bytes,24,opt,name=add_master_want,json=addMasterWant,proto3,oneof"`
}

type QueueElement_LinkSales added in v0.300.0

type QueueElement_LinkSales struct {
	LinkSales *LinkSales `protobuf:"bytes,11,opt,name=link_sales,json=linkSales,proto3,oneof"`
}

type QueueElement_MoveRecord added in v0.318.0

type QueueElement_MoveRecord struct {
	MoveRecord *MoveRecord `protobuf:"bytes,17,opt,name=move_record,json=moveRecord,proto3,oneof"`
}

type QueueElement_MoveRecords added in v0.318.0

type QueueElement_MoveRecords struct {
	MoveRecords *MoveRecords `protobuf:"bytes,16,opt,name=move_records,json=moveRecords,proto3,oneof"`
}

type QueueElement_RefreshCollection added in v0.67.0

type QueueElement_RefreshCollection struct {
	RefreshCollection *RefreshCollection `protobuf:"bytes,19,opt,name=refresh_collection,json=refreshCollection,proto3,oneof"`
}

type QueueElement_RefreshCollectionEntry added in v0.421.0

type QueueElement_RefreshCollectionEntry struct {
	RefreshCollectionEntry *RefreshCollectionEntry `protobuf:"bytes,5,opt,name=refresh_collection_entry,json=refreshCollectionEntry,proto3,oneof"`
}

type QueueElement_RefreshEarliestReleaseDate added in v0.446.0

type QueueElement_RefreshEarliestReleaseDate struct {
	RefreshEarliestReleaseDate *RefreshEarliestReleaseDate `protobuf:"bytes,21,opt,name=refresh_earliest_release_date,json=refreshEarliestReleaseDate,proto3,oneof"`
}

type QueueElement_RefreshEarliestReleaseDates added in v0.446.0

type QueueElement_RefreshEarliestReleaseDates struct {
	RefreshEarliestReleaseDates *RefreshEarliestReleaseDates `protobuf:"bytes,20,opt,name=refresh_earliest_release_dates,json=refreshEarliestReleaseDates,proto3,oneof"`
}

type QueueElement_RefreshIntents added in v0.119.0

type QueueElement_RefreshIntents struct {
	RefreshIntents *RefreshIntents `protobuf:"bytes,6,opt,name=refresh_intents,json=refreshIntents,proto3,oneof"`
}

type QueueElement_RefreshRelease added in v0.421.0

type QueueElement_RefreshRelease struct {
	RefreshRelease *RefreshRelease `protobuf:"bytes,18,opt,name=refresh_release,json=refreshRelease,proto3,oneof"`
}

type QueueElement_RefreshSales added in v0.300.0

type QueueElement_RefreshSales struct {
	RefreshSales *RefreshSales `protobuf:"bytes,10,opt,name=refresh_sales,json=refreshSales,proto3,oneof"`
}

type QueueElement_RefreshUpdates added in v0.273.0

type QueueElement_RefreshUpdates struct {
	RefreshUpdates *RefreshUpdates `protobuf:"bytes,8,opt,name=refresh_updates,json=refreshUpdates,proto3,oneof"`
}

type QueueElement_RefreshUser added in v0.30.0

type QueueElement_RefreshUser struct {
	RefreshUser *RefreshUserEntry `protobuf:"bytes,4,opt,name=refresh_user,json=refreshUser,proto3,oneof"`
}

type QueueElement_RefreshWant added in v0.467.0

type QueueElement_RefreshWant struct {
	RefreshWant *RefreshWant `protobuf:"bytes,23,opt,name=refresh_want,json=refreshWant,proto3,oneof"`
}

type QueueElement_RefreshWantlists added in v0.304.0

type QueueElement_RefreshWantlists struct {
	RefreshWantlists *RefreshWantlists `protobuf:"bytes,12,opt,name=refresh_wantlists,json=refreshWantlists,proto3,oneof"`
}

type QueueElement_RefreshWants added in v0.304.0

type QueueElement_RefreshWants struct {
	RefreshWants *RefreshWants `protobuf:"bytes,14,opt,name=refresh_wants,json=refreshWants,proto3,oneof"`
}

type QueueElement_SyncWants added in v0.467.0

type QueueElement_SyncWants struct {
	SyncWants *SyncWants `protobuf:"bytes,22,opt,name=sync_wants,json=syncWants,proto3,oneof"`
}

type QueueElement_UpdateMasterWant added in v0.686.0

type QueueElement_UpdateMasterWant struct {
	UpdateMasterWant *UpdateMasterWant `protobuf:"bytes,25,opt,name=update_master_want,json=updateMasterWant,proto3,oneof"`
}

type QueueElement_UpdateSale added in v0.317.0

type QueueElement_UpdateSale struct {
	UpdateSale *UpdateSale `protobuf:"bytes,15,opt,name=update_sale,json=updateSale,proto3,oneof"`
}

type QueueServiceClient added in v0.31.0

type QueueServiceClient interface {
	Enqueue(ctx context.Context, in *EnqueueRequest, opts ...grpc.CallOption) (*EnqueueResponse, error)
	Execute(ctx context.Context, in *EnqueueRequest, opts ...grpc.CallOption) (*EnqueueResponse, error)
	List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error)
	Drain(ctx context.Context, in *DrainRequest, opts ...grpc.CallOption) (*DrainResponse, error)
}

QueueServiceClient is the client API for QueueService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewQueueServiceClient added in v0.31.0

func NewQueueServiceClient(cc grpc.ClientConnInterface) QueueServiceClient

type QueueServiceServer added in v0.31.0

QueueServiceServer is the server API for QueueService service. All implementations should embed UnimplementedQueueServiceServer for forward compatibility

type Queues added in v0.30.0

type Queues struct {
	Queues []*Queue `protobuf:"bytes,1,rep,name=queues,proto3" json:"queues,omitempty"`
	// contains filtered or unexported fields
}

func (*Queues) Descriptor deprecated added in v0.30.0

func (*Queues) Descriptor() ([]byte, []int)

Deprecated: Use Queues.ProtoReflect.Descriptor instead.

func (*Queues) GetQueues added in v0.30.0

func (x *Queues) GetQueues() []*Queue

func (*Queues) ProtoMessage added in v0.30.0

func (*Queues) ProtoMessage()

func (*Queues) ProtoReflect added in v0.30.0

func (x *Queues) ProtoReflect() protoreflect.Message

func (*Queues) Reset added in v0.30.0

func (x *Queues) Reset()

func (*Queues) String added in v0.30.0

func (x *Queues) String() string

type Record added in v0.67.0

type Record struct {
	Release            *proto.Release       `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"`
	LastUpdateTime     int64                `protobuf:"varint,2,opt,name=last_update_time,json=lastUpdateTime,proto3" json:"last_update_time,omitempty"`
	LastGoodConfigHash string               `protobuf:"bytes,3,opt,name=last_good_config_hash,json=lastGoodConfigHash,proto3" json:"last_good_config_hash,omitempty"`
	LastCleanTime      int64                `protobuf:"varint,4,opt,name=last_clean_time,json=lastCleanTime,proto3" json:"last_clean_time,omitempty"`
	LastListenTime     int64                `protobuf:"varint,7,opt,name=last_listen_time,json=lastListenTime,proto3" json:"last_listen_time,omitempty"`
	Weight             float32              `protobuf:"fixed32,10,opt,name=weight,proto3" json:"weight,omitempty"`
	Width              float32              `protobuf:"fixed32,9,opt,name=width,proto3" json:"width,omitempty"`
	NumPlays           int32                `protobuf:"varint,5,opt,name=num_plays,json=numPlays,proto3" json:"num_plays,omitempty"`
	Issues             []NoncomplianceIssue `protobuf:"varint,6,rep,packed,name=issues,proto3,enum=gramophile.NoncomplianceIssue" json:"issues,omitempty"`
	RefreshId          int64                `protobuf:"varint,11,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	GoalFolder         string               `protobuf:"bytes,12,opt,name=goal_folder,json=goalFolder,proto3" json:"goal_folder,omitempty"`
	Sleeve             string               `protobuf:"bytes,13,opt,name=sleeve,proto3" json:"sleeve,omitempty"`
	Arrived            int64                `protobuf:"varint,14,opt,name=arrived,proto3" json:"arrived,omitempty"`
	MintSaleSuggestion float32              `protobuf:"fixed32,15,opt,name=mint_sale_suggestion,json=mintSaleSuggestion,proto3" json:"mint_sale_suggestion,omitempty"`
	// If set then we have an associated sale id
	SaleId                    int64        `protobuf:"varint,16,opt,name=sale_id,json=saleId,proto3" json:"sale_id,omitempty"`
	KeepStatus                KeepStatus   `protobuf:"varint,17,opt,name=keep_status,json=keepStatus,proto3,enum=gramophile.KeepStatus" json:"keep_status,omitempty"`
	MedianPrice               *proto.Price `protobuf:"bytes,18,opt,name=median_price,json=medianPrice,proto3" json:"median_price,omitempty"`
	LowPrice                  *proto.Price `protobuf:"bytes,21,opt,name=low_price,json=lowPrice,proto3" json:"low_price,omitempty"`
	EarliestReleaseDate       int64        `protobuf:"varint,19,opt,name=earliest_release_date,json=earliestReleaseDate,proto3" json:"earliest_release_date,omitempty"`
	LastEarliestReleaseUpdate int64        `` /* 142-byte string literal not displayed */
	LastStatRefresh           int64        `protobuf:"varint,22,opt,name=last_stat_refresh,json=lastStatRefresh,proto3" json:"last_stat_refresh,omitempty"`
	// contains filtered or unexported fields
}

func (*Record) Descriptor deprecated added in v0.67.0

func (*Record) Descriptor() ([]byte, []int)

Deprecated: Use Record.ProtoReflect.Descriptor instead.

func (*Record) GetArrived added in v0.276.0

func (x *Record) GetArrived() int64

func (*Record) GetEarliestReleaseDate added in v0.446.0

func (x *Record) GetEarliestReleaseDate() int64

func (*Record) GetGoalFolder added in v0.250.0

func (x *Record) GetGoalFolder() string

func (*Record) GetIssues added in v0.114.0

func (x *Record) GetIssues() []NoncomplianceIssue

func (*Record) GetKeepStatus added in v0.292.0

func (x *Record) GetKeepStatus() KeepStatus

func (*Record) GetLastCleanTime added in v0.114.0

func (x *Record) GetLastCleanTime() int64

func (*Record) GetLastEarliestReleaseUpdate added in v0.493.0

func (x *Record) GetLastEarliestReleaseUpdate() int64

func (*Record) GetLastGoodConfigHash added in v0.113.0

func (x *Record) GetLastGoodConfigHash() string

func (*Record) GetLastListenTime added in v0.191.0

func (x *Record) GetLastListenTime() int64

func (*Record) GetLastStatRefresh added in v0.583.0

func (x *Record) GetLastStatRefresh() int64

func (*Record) GetLastUpdateTime added in v0.67.0

func (x *Record) GetLastUpdateTime() int64

func (*Record) GetLowPrice added in v0.520.0

func (x *Record) GetLowPrice() *proto.Price

func (*Record) GetMedianPrice added in v0.395.0

func (x *Record) GetMedianPrice() *proto.Price

func (*Record) GetMintSaleSuggestion added in v0.289.0

func (x *Record) GetMintSaleSuggestion() float32

func (*Record) GetNumPlays added in v0.114.0

func (x *Record) GetNumPlays() int32

func (*Record) GetRefreshId added in v0.249.0

func (x *Record) GetRefreshId() int64

func (*Record) GetRelease added in v0.67.0

func (x *Record) GetRelease() *proto.Release

func (*Record) GetSaleId added in v0.477.0

func (x *Record) GetSaleId() int64

func (*Record) GetSleeve added in v0.274.0

func (x *Record) GetSleeve() string

func (*Record) GetWeight added in v0.239.0

func (x *Record) GetWeight() float32

func (*Record) GetWidth added in v0.215.0

func (x *Record) GetWidth() float32

func (*Record) ProtoMessage added in v0.67.0

func (*Record) ProtoMessage()

func (*Record) ProtoReflect added in v0.67.0

func (x *Record) ProtoReflect() protoreflect.Message

func (*Record) Reset added in v0.67.0

func (x *Record) Reset()

func (*Record) String added in v0.67.0

func (x *Record) String() string

type RecordResponse added in v0.480.0

type RecordResponse struct {
	Record   *Record         `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
	Updates  []*RecordUpdate `protobuf:"bytes,2,rep,name=updates,proto3" json:"updates,omitempty"`
	SaleInfo *SaleInfo       `protobuf:"bytes,3,opt,name=sale_info,json=saleInfo,proto3" json:"sale_info,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordResponse) Descriptor deprecated added in v0.480.0

func (*RecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use RecordResponse.ProtoReflect.Descriptor instead.

func (*RecordResponse) GetRecord added in v0.480.0

func (x *RecordResponse) GetRecord() *Record

func (*RecordResponse) GetSaleInfo added in v0.480.0

func (x *RecordResponse) GetSaleInfo() *SaleInfo

func (*RecordResponse) GetUpdates added in v0.480.0

func (x *RecordResponse) GetUpdates() []*RecordUpdate

func (*RecordResponse) ProtoMessage added in v0.480.0

func (*RecordResponse) ProtoMessage()

func (*RecordResponse) ProtoReflect added in v0.480.0

func (x *RecordResponse) ProtoReflect() protoreflect.Message

func (*RecordResponse) Reset added in v0.480.0

func (x *RecordResponse) Reset()

func (*RecordResponse) String added in v0.480.0

func (x *RecordResponse) String() string

type RecordUpdate added in v0.210.0

type RecordUpdate struct {
	Date        int64    `protobuf:"varint,1,opt,name=date,proto3" json:"date,omitempty"`
	Before      *Record  `protobuf:"bytes,2,opt,name=before,proto3" json:"before,omitempty"`
	After       *Record  `protobuf:"bytes,3,opt,name=after,proto3" json:"after,omitempty"`
	Metadata    string   `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Explanation []string `protobuf:"bytes,4,rep,name=explanation,proto3" json:"explanation,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordUpdate) Descriptor deprecated added in v0.210.0

func (*RecordUpdate) Descriptor() ([]byte, []int)

Deprecated: Use RecordUpdate.ProtoReflect.Descriptor instead.

func (*RecordUpdate) GetAfter added in v0.210.0

func (x *RecordUpdate) GetAfter() *Record

func (*RecordUpdate) GetBefore added in v0.210.0

func (x *RecordUpdate) GetBefore() *Record

func (*RecordUpdate) GetDate added in v0.210.0

func (x *RecordUpdate) GetDate() int64

func (*RecordUpdate) GetExplanation added in v0.271.0

func (x *RecordUpdate) GetExplanation() []string

func (*RecordUpdate) GetMetadata added in v0.351.0

func (x *RecordUpdate) GetMetadata() string

func (*RecordUpdate) ProtoMessage added in v0.210.0

func (*RecordUpdate) ProtoMessage()

func (*RecordUpdate) ProtoReflect added in v0.210.0

func (x *RecordUpdate) ProtoReflect() protoreflect.Message

func (*RecordUpdate) Reset added in v0.210.0

func (x *RecordUpdate) Reset()

func (*RecordUpdate) String added in v0.210.0

func (x *RecordUpdate) String() string

type RefreshCollection added in v0.421.0

type RefreshCollection struct {
	Intention string `protobuf:"bytes,1,opt,name=intention,proto3" json:"intention,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshCollection) Descriptor deprecated added in v0.421.0

func (*RefreshCollection) Descriptor() ([]byte, []int)

Deprecated: Use RefreshCollection.ProtoReflect.Descriptor instead.

func (*RefreshCollection) GetIntention added in v0.618.0

func (x *RefreshCollection) GetIntention() string

func (*RefreshCollection) ProtoMessage added in v0.421.0

func (*RefreshCollection) ProtoMessage()

func (*RefreshCollection) ProtoReflect added in v0.421.0

func (x *RefreshCollection) ProtoReflect() protoreflect.Message

func (*RefreshCollection) Reset added in v0.421.0

func (x *RefreshCollection) Reset()

func (*RefreshCollection) String added in v0.421.0

func (x *RefreshCollection) String() string

type RefreshCollectionEntry added in v0.67.0

type RefreshCollectionEntry struct {
	Page      int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	RefreshId int64 `protobuf:"varint,2,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshCollectionEntry) Descriptor deprecated added in v0.67.0

func (*RefreshCollectionEntry) Descriptor() ([]byte, []int)

Deprecated: Use RefreshCollectionEntry.ProtoReflect.Descriptor instead.

func (*RefreshCollectionEntry) GetPage added in v0.67.0

func (x *RefreshCollectionEntry) GetPage() int32

func (*RefreshCollectionEntry) GetRefreshId added in v0.249.0

func (x *RefreshCollectionEntry) GetRefreshId() int64

func (*RefreshCollectionEntry) ProtoMessage added in v0.67.0

func (*RefreshCollectionEntry) ProtoMessage()

func (*RefreshCollectionEntry) ProtoReflect added in v0.67.0

func (x *RefreshCollectionEntry) ProtoReflect() protoreflect.Message

func (*RefreshCollectionEntry) Reset added in v0.67.0

func (x *RefreshCollectionEntry) Reset()

func (*RefreshCollectionEntry) String added in v0.67.0

func (x *RefreshCollectionEntry) String() string

type RefreshEarliestReleaseDate added in v0.446.0

type RefreshEarliestReleaseDate struct {
	Iid          int64 `protobuf:"varint,1,opt,name=iid,proto3" json:"iid,omitempty"`
	OtherRelease int64 `protobuf:"varint,2,opt,name=other_release,json=otherRelease,proto3" json:"other_release,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshEarliestReleaseDate) Descriptor deprecated added in v0.446.0

func (*RefreshEarliestReleaseDate) Descriptor() ([]byte, []int)

Deprecated: Use RefreshEarliestReleaseDate.ProtoReflect.Descriptor instead.

func (*RefreshEarliestReleaseDate) GetIid added in v0.446.0

func (x *RefreshEarliestReleaseDate) GetIid() int64

func (*RefreshEarliestReleaseDate) GetOtherRelease added in v0.446.0

func (x *RefreshEarliestReleaseDate) GetOtherRelease() int64

func (*RefreshEarliestReleaseDate) ProtoMessage added in v0.446.0

func (*RefreshEarliestReleaseDate) ProtoMessage()

func (*RefreshEarliestReleaseDate) ProtoReflect added in v0.446.0

func (*RefreshEarliestReleaseDate) Reset added in v0.446.0

func (x *RefreshEarliestReleaseDate) Reset()

func (*RefreshEarliestReleaseDate) String added in v0.446.0

func (x *RefreshEarliestReleaseDate) String() string

type RefreshEarliestReleaseDates added in v0.446.0

type RefreshEarliestReleaseDates struct {
	Iid      int64 `protobuf:"varint,1,opt,name=iid,proto3" json:"iid,omitempty"`
	MasterId int64 `protobuf:"varint,2,opt,name=master_id,json=masterId,proto3" json:"master_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshEarliestReleaseDates) Descriptor deprecated added in v0.446.0

func (*RefreshEarliestReleaseDates) Descriptor() ([]byte, []int)

Deprecated: Use RefreshEarliestReleaseDates.ProtoReflect.Descriptor instead.

func (*RefreshEarliestReleaseDates) GetIid added in v0.446.0

func (x *RefreshEarliestReleaseDates) GetIid() int64

func (*RefreshEarliestReleaseDates) GetMasterId added in v0.446.0

func (x *RefreshEarliestReleaseDates) GetMasterId() int64

func (*RefreshEarliestReleaseDates) ProtoMessage added in v0.446.0

func (*RefreshEarliestReleaseDates) ProtoMessage()

func (*RefreshEarliestReleaseDates) ProtoReflect added in v0.446.0

func (*RefreshEarliestReleaseDates) Reset added in v0.446.0

func (x *RefreshEarliestReleaseDates) Reset()

func (*RefreshEarliestReleaseDates) String added in v0.446.0

func (x *RefreshEarliestReleaseDates) String() string

type RefreshIntents added in v0.119.0

type RefreshIntents struct {
	InstanceId int64 `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshIntents) Descriptor deprecated added in v0.119.0

func (*RefreshIntents) Descriptor() ([]byte, []int)

Deprecated: Use RefreshIntents.ProtoReflect.Descriptor instead.

func (*RefreshIntents) GetInstanceId added in v0.119.0

func (x *RefreshIntents) GetInstanceId() int64

func (*RefreshIntents) ProtoMessage added in v0.119.0

func (*RefreshIntents) ProtoMessage()

func (*RefreshIntents) ProtoReflect added in v0.119.0

func (x *RefreshIntents) ProtoReflect() protoreflect.Message

func (*RefreshIntents) Reset added in v0.119.0

func (x *RefreshIntents) Reset()

func (*RefreshIntents) String added in v0.119.0

func (x *RefreshIntents) String() string

type RefreshRecordRequest added in v0.582.0

type RefreshRecordRequest struct {
	InstanceId int64 `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshRecordRequest) Descriptor deprecated added in v0.582.0

func (*RefreshRecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use RefreshRecordRequest.ProtoReflect.Descriptor instead.

func (*RefreshRecordRequest) GetInstanceId added in v0.582.0

func (x *RefreshRecordRequest) GetInstanceId() int64

func (*RefreshRecordRequest) ProtoMessage added in v0.582.0

func (*RefreshRecordRequest) ProtoMessage()

func (*RefreshRecordRequest) ProtoReflect added in v0.582.0

func (x *RefreshRecordRequest) ProtoReflect() protoreflect.Message

func (*RefreshRecordRequest) Reset added in v0.582.0

func (x *RefreshRecordRequest) Reset()

func (*RefreshRecordRequest) String added in v0.582.0

func (x *RefreshRecordRequest) String() string

type RefreshRecordResponse added in v0.582.0

type RefreshRecordResponse struct {
	// contains filtered or unexported fields
}

func (*RefreshRecordResponse) Descriptor deprecated added in v0.582.0

func (*RefreshRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use RefreshRecordResponse.ProtoReflect.Descriptor instead.

func (*RefreshRecordResponse) ProtoMessage added in v0.582.0

func (*RefreshRecordResponse) ProtoMessage()

func (*RefreshRecordResponse) ProtoReflect added in v0.582.0

func (x *RefreshRecordResponse) ProtoReflect() protoreflect.Message

func (*RefreshRecordResponse) Reset added in v0.582.0

func (x *RefreshRecordResponse) Reset()

func (*RefreshRecordResponse) String added in v0.582.0

func (x *RefreshRecordResponse) String() string

type RefreshRelease added in v0.421.0

type RefreshRelease struct {
	Iid       int64  `protobuf:"varint,1,opt,name=iid,proto3" json:"iid,omitempty"`
	Intention string `protobuf:"bytes,2,opt,name=intention,proto3" json:"intention,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshRelease) Descriptor deprecated added in v0.421.0

func (*RefreshRelease) Descriptor() ([]byte, []int)

Deprecated: Use RefreshRelease.ProtoReflect.Descriptor instead.

func (*RefreshRelease) GetIid added in v0.421.0

func (x *RefreshRelease) GetIid() int64

func (*RefreshRelease) GetIntention added in v0.597.0

func (x *RefreshRelease) GetIntention() string

func (*RefreshRelease) ProtoMessage added in v0.421.0

func (*RefreshRelease) ProtoMessage()

func (*RefreshRelease) ProtoReflect added in v0.421.0

func (x *RefreshRelease) ProtoReflect() protoreflect.Message

func (*RefreshRelease) Reset added in v0.421.0

func (x *RefreshRelease) Reset()

func (*RefreshRelease) String added in v0.421.0

func (x *RefreshRelease) String() string

type RefreshSales added in v0.300.0

type RefreshSales struct {
	Page      int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	RefreshId int64 `protobuf:"varint,2,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshSales) Descriptor deprecated added in v0.300.0

func (*RefreshSales) Descriptor() ([]byte, []int)

Deprecated: Use RefreshSales.ProtoReflect.Descriptor instead.

func (*RefreshSales) GetPage added in v0.300.0

func (x *RefreshSales) GetPage() int32

func (*RefreshSales) GetRefreshId added in v0.300.0

func (x *RefreshSales) GetRefreshId() int64

func (*RefreshSales) ProtoMessage added in v0.300.0

func (*RefreshSales) ProtoMessage()

func (*RefreshSales) ProtoReflect added in v0.300.0

func (x *RefreshSales) ProtoReflect() protoreflect.Message

func (*RefreshSales) Reset added in v0.300.0

func (x *RefreshSales) Reset()

func (*RefreshSales) String added in v0.300.0

func (x *RefreshSales) String() string

type RefreshUpdates added in v0.273.0

type RefreshUpdates struct {
	// contains filtered or unexported fields
}

func (*RefreshUpdates) Descriptor deprecated added in v0.273.0

func (*RefreshUpdates) Descriptor() ([]byte, []int)

Deprecated: Use RefreshUpdates.ProtoReflect.Descriptor instead.

func (*RefreshUpdates) ProtoMessage added in v0.273.0

func (*RefreshUpdates) ProtoMessage()

func (*RefreshUpdates) ProtoReflect added in v0.273.0

func (x *RefreshUpdates) ProtoReflect() protoreflect.Message

func (*RefreshUpdates) Reset added in v0.273.0

func (x *RefreshUpdates) Reset()

func (*RefreshUpdates) String added in v0.273.0

func (x *RefreshUpdates) String() string

type RefreshUserEntry added in v0.30.0

type RefreshUserEntry struct {
	Auth string `protobuf:"bytes,1,opt,name=auth,proto3" json:"auth,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshUserEntry) Descriptor deprecated added in v0.30.0

func (*RefreshUserEntry) Descriptor() ([]byte, []int)

Deprecated: Use RefreshUserEntry.ProtoReflect.Descriptor instead.

func (*RefreshUserEntry) GetAuth added in v0.31.0

func (x *RefreshUserEntry) GetAuth() string

func (*RefreshUserEntry) ProtoMessage added in v0.30.0

func (*RefreshUserEntry) ProtoMessage()

func (*RefreshUserEntry) ProtoReflect added in v0.30.0

func (x *RefreshUserEntry) ProtoReflect() protoreflect.Message

func (*RefreshUserEntry) Reset added in v0.30.0

func (x *RefreshUserEntry) Reset()

func (*RefreshUserEntry) String added in v0.30.0

func (x *RefreshUserEntry) String() string

type RefreshWant added in v0.467.0

type RefreshWant struct {
	Want     *Want     `protobuf:"bytes,1,opt,name=want,proto3" json:"want,omitempty"`
	NewState WantState `protobuf:"varint,2,opt,name=new_state,json=newState,proto3,enum=gramophile.WantState" json:"new_state,omitempty"`
	Delete   bool      `protobuf:"varint,3,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshWant) Descriptor deprecated added in v0.467.0

func (*RefreshWant) Descriptor() ([]byte, []int)

Deprecated: Use RefreshWant.ProtoReflect.Descriptor instead.

func (*RefreshWant) GetDelete added in v0.686.0

func (x *RefreshWant) GetDelete() bool

func (*RefreshWant) GetNewState added in v0.686.0

func (x *RefreshWant) GetNewState() WantState

func (*RefreshWant) GetWant added in v0.667.0

func (x *RefreshWant) GetWant() *Want

func (*RefreshWant) ProtoMessage added in v0.467.0

func (*RefreshWant) ProtoMessage()

func (*RefreshWant) ProtoReflect added in v0.467.0

func (x *RefreshWant) ProtoReflect() protoreflect.Message

func (*RefreshWant) Reset added in v0.467.0

func (x *RefreshWant) Reset()

func (*RefreshWant) String added in v0.467.0

func (x *RefreshWant) String() string

type RefreshWantlists added in v0.304.0

type RefreshWantlists struct {
	// contains filtered or unexported fields
}

func (*RefreshWantlists) Descriptor deprecated added in v0.304.0

func (*RefreshWantlists) Descriptor() ([]byte, []int)

Deprecated: Use RefreshWantlists.ProtoReflect.Descriptor instead.

func (*RefreshWantlists) ProtoMessage added in v0.304.0

func (*RefreshWantlists) ProtoMessage()

func (*RefreshWantlists) ProtoReflect added in v0.304.0

func (x *RefreshWantlists) ProtoReflect() protoreflect.Message

func (*RefreshWantlists) Reset added in v0.304.0

func (x *RefreshWantlists) Reset()

func (*RefreshWantlists) String added in v0.304.0

func (x *RefreshWantlists) String() string

type RefreshWants added in v0.304.0

type RefreshWants struct {
	// contains filtered or unexported fields
}

func (*RefreshWants) Descriptor deprecated added in v0.304.0

func (*RefreshWants) Descriptor() ([]byte, []int)

Deprecated: Use RefreshWants.ProtoReflect.Descriptor instead.

func (*RefreshWants) ProtoMessage added in v0.304.0

func (*RefreshWants) ProtoMessage()

func (*RefreshWants) ProtoReflect added in v0.304.0

func (x *RefreshWants) ProtoReflect() protoreflect.Message

func (*RefreshWants) Reset added in v0.304.0

func (x *RefreshWants) Reset()

func (*RefreshWants) String added in v0.304.0

func (x *RefreshWants) String() string

type SaleConfig added in v0.289.0

type SaleConfig struct {
	Mandate                Mandate        `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	HandlePriceUpdates     Mandate        `` /* 142-byte string literal not displayed */
	UpdateFrequencySeconds int64          `` /* 130-byte string literal not displayed */
	UpdateType             SaleUpdateType `protobuf:"varint,4,opt,name=update_type,json=updateType,proto3,enum=gramophile.SaleUpdateType" json:"update_type,omitempty"`
	Reduction              int32          `protobuf:"varint,5,opt,name=reduction,proto3" json:"reduction,omitempty"`
	// Supports reduce to median post changes
	PostMedianTime               int64              `protobuf:"varint,6,opt,name=post_median_time,json=postMedianTime,proto3" json:"post_median_time,omitempty"`
	PostMedianReduction          int32              `protobuf:"varint,7,opt,name=post_median_reduction,json=postMedianReduction,proto3" json:"post_median_reduction,omitempty"`
	PostMedianReductionFrequency int64              `` /* 150-byte string literal not displayed */
	LowerBoundStrategy           LowerBoundStrategy `` /* 153-byte string literal not displayed */
	LowerBound                   int32              `protobuf:"varint,10,opt,name=lower_bound,json=lowerBound,proto3" json:"lower_bound,omitempty"`
	// Time based sales
	TimeToMedianDays int32 `protobuf:"varint,11,opt,name=time_to_median_days,json=timeToMedianDays,proto3" json:"time_to_median_days,omitempty"`
	TimeToLowerDays  int32 `protobuf:"varint,12,opt,name=time_to_lower_days,json=timeToLowerDays,proto3" json:"time_to_lower_days,omitempty"`
	TimeToStaleDays  int32 `protobuf:"varint,13,opt,name=time_to_stale_days,json=timeToStaleDays,proto3" json:"time_to_stale_days,omitempty"`
	// contains filtered or unexported fields
}

Setting this mandate will enable gramophile to support sale tracking / adjustment

func (*SaleConfig) Descriptor deprecated added in v0.289.0

func (*SaleConfig) Descriptor() ([]byte, []int)

Deprecated: Use SaleConfig.ProtoReflect.Descriptor instead.

func (*SaleConfig) GetHandlePriceUpdates added in v0.317.0

func (x *SaleConfig) GetHandlePriceUpdates() Mandate

func (*SaleConfig) GetLowerBound added in v0.521.0

func (x *SaleConfig) GetLowerBound() int32

func (*SaleConfig) GetLowerBoundStrategy added in v0.521.0

func (x *SaleConfig) GetLowerBoundStrategy() LowerBoundStrategy

func (*SaleConfig) GetMandate added in v0.289.0

func (x *SaleConfig) GetMandate() Mandate

func (*SaleConfig) GetPostMedianReduction added in v0.521.0

func (x *SaleConfig) GetPostMedianReduction() int32

func (*SaleConfig) GetPostMedianReductionFrequency added in v0.521.0

func (x *SaleConfig) GetPostMedianReductionFrequency() int64

func (*SaleConfig) GetPostMedianTime added in v0.521.0

func (x *SaleConfig) GetPostMedianTime() int64

func (*SaleConfig) GetReduction added in v0.395.0

func (x *SaleConfig) GetReduction() int32

func (*SaleConfig) GetTimeToLowerDays added in v0.657.0

func (x *SaleConfig) GetTimeToLowerDays() int32

func (*SaleConfig) GetTimeToMedianDays added in v0.657.0

func (x *SaleConfig) GetTimeToMedianDays() int32

func (*SaleConfig) GetTimeToStaleDays added in v0.657.0

func (x *SaleConfig) GetTimeToStaleDays() int32

func (*SaleConfig) GetUpdateFrequencySeconds added in v0.317.0

func (x *SaleConfig) GetUpdateFrequencySeconds() int64

func (*SaleConfig) GetUpdateType added in v0.317.0

func (x *SaleConfig) GetUpdateType() SaleUpdateType

func (*SaleConfig) ProtoMessage added in v0.289.0

func (*SaleConfig) ProtoMessage()

func (*SaleConfig) ProtoReflect added in v0.289.0

func (x *SaleConfig) ProtoReflect() protoreflect.Message

func (*SaleConfig) Reset added in v0.289.0

func (x *SaleConfig) Reset()

func (*SaleConfig) String added in v0.289.0

func (x *SaleConfig) String() string

type SaleInfo added in v0.289.0

type SaleInfo struct {
	SaleId          int64            `protobuf:"varint,1,opt,name=sale_id,json=saleId,proto3" json:"sale_id,omitempty"`
	LastPriceUpdate int64            `protobuf:"varint,2,opt,name=last_price_update,json=lastPriceUpdate,proto3" json:"last_price_update,omitempty"`
	SaleState       proto.SaleStatus `protobuf:"varint,3,opt,name=sale_state,json=saleState,proto3,enum=discogs.SaleStatus" json:"sale_state,omitempty"`
	RefreshId       int64            `protobuf:"varint,4,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	ReleaseId       int64            `protobuf:"varint,5,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"`
	CurrentPrice    *proto.Price     `protobuf:"bytes,6,opt,name=current_price,json=currentPrice,proto3" json:"current_price,omitempty"`
	Condition       string           `protobuf:"bytes,7,opt,name=condition,proto3" json:"condition,omitempty"`
	ListedDate      int64            `protobuf:"varint,8,opt,name=listed_date,json=listedDate,proto3" json:"listed_date,omitempty"`
	InitialPrice    *proto.Price     `protobuf:"bytes,9,opt,name=initial_price,json=initialPrice,proto3" json:"initial_price,omitempty"`
	MedianPrice     *proto.Price     `protobuf:"bytes,10,opt,name=median_price,json=medianPrice,proto3" json:"median_price,omitempty"`
	LowPrice        *proto.Price     `protobuf:"bytes,13,opt,name=low_price,json=lowPrice,proto3" json:"low_price,omitempty"`
	Updates         []*PriceUpdate   `protobuf:"bytes,11,rep,name=updates,proto3" json:"updates,omitempty"`
	TimeAtMedian    int64            `protobuf:"varint,12,opt,name=time_at_median,json=timeAtMedian,proto3" json:"time_at_median,omitempty"`
	TimeCreated     int64            `protobuf:"varint,14,opt,name=time_created,json=timeCreated,proto3" json:"time_created,omitempty"`
	TimeRefreshed   int64            `protobuf:"varint,15,opt,name=time_refreshed,json=timeRefreshed,proto3" json:"time_refreshed,omitempty"`
	// contains filtered or unexported fields
}

func (*SaleInfo) Descriptor deprecated added in v0.289.0

func (*SaleInfo) Descriptor() ([]byte, []int)

Deprecated: Use SaleInfo.ProtoReflect.Descriptor instead.

func (*SaleInfo) GetCondition added in v0.378.0

func (x *SaleInfo) GetCondition() string

func (*SaleInfo) GetCurrentPrice added in v0.303.0

func (x *SaleInfo) GetCurrentPrice() *proto.Price

func (*SaleInfo) GetInitialPrice added in v0.394.0

func (x *SaleInfo) GetInitialPrice() *proto.Price

func (*SaleInfo) GetLastPriceUpdate added in v0.289.0

func (x *SaleInfo) GetLastPriceUpdate() int64

func (*SaleInfo) GetListedDate added in v0.394.0

func (x *SaleInfo) GetListedDate() int64

func (*SaleInfo) GetLowPrice added in v0.523.0

func (x *SaleInfo) GetLowPrice() *proto.Price

func (*SaleInfo) GetMedianPrice added in v0.395.0

func (x *SaleInfo) GetMedianPrice() *proto.Price

func (*SaleInfo) GetRefreshId added in v0.300.0

func (x *SaleInfo) GetRefreshId() int64

func (*SaleInfo) GetReleaseId added in v0.300.0

func (x *SaleInfo) GetReleaseId() int64

func (*SaleInfo) GetSaleId added in v0.300.0

func (x *SaleInfo) GetSaleId() int64

func (*SaleInfo) GetSaleState added in v0.289.0

func (x *SaleInfo) GetSaleState() proto.SaleStatus

func (*SaleInfo) GetTimeAtMedian added in v0.522.0

func (x *SaleInfo) GetTimeAtMedian() int64

func (*SaleInfo) GetTimeCreated added in v0.542.0

func (x *SaleInfo) GetTimeCreated() int64

func (*SaleInfo) GetTimeRefreshed added in v0.552.0

func (x *SaleInfo) GetTimeRefreshed() int64

func (*SaleInfo) GetUpdates added in v0.481.0

func (x *SaleInfo) GetUpdates() []*PriceUpdate

func (*SaleInfo) ProtoMessage added in v0.289.0

func (*SaleInfo) ProtoMessage()

func (*SaleInfo) ProtoReflect added in v0.289.0

func (x *SaleInfo) ProtoReflect() protoreflect.Message

func (*SaleInfo) Reset added in v0.289.0

func (x *SaleInfo) Reset()

func (*SaleInfo) String added in v0.289.0

func (x *SaleInfo) String() string

type SaleUpdateType added in v0.317.0

type SaleUpdateType int32
const (
	SaleUpdateType_NO_SALE_UPDATE SaleUpdateType = 0
	SaleUpdateType_MINIMAL_REDUCE SaleUpdateType = 1
	// Reduce to the Median over the course of 1 month, then hold at median price
	SaleUpdateType_REDUCE_TO_MEDIAN SaleUpdateType = 2
)

func (SaleUpdateType) Descriptor added in v0.317.0

func (SaleUpdateType) Enum added in v0.317.0

func (x SaleUpdateType) Enum() *SaleUpdateType

func (SaleUpdateType) EnumDescriptor deprecated added in v0.317.0

func (SaleUpdateType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SaleUpdateType.Descriptor instead.

func (SaleUpdateType) Number added in v0.317.0

func (SaleUpdateType) String added in v0.317.0

func (x SaleUpdateType) String() string

func (SaleUpdateType) Type added in v0.317.0

type SetConfigRequest added in v0.116.0

type SetConfigRequest struct {
	Config *GramophileConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SetConfigRequest) Descriptor deprecated added in v0.116.0

func (*SetConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetConfigRequest.ProtoReflect.Descriptor instead.

func (*SetConfigRequest) GetConfig added in v0.116.0

func (x *SetConfigRequest) GetConfig() *GramophileConfig

func (*SetConfigRequest) ProtoMessage added in v0.116.0

func (*SetConfigRequest) ProtoMessage()

func (*SetConfigRequest) ProtoReflect added in v0.116.0

func (x *SetConfigRequest) ProtoReflect() protoreflect.Message

func (*SetConfigRequest) Reset added in v0.116.0

func (x *SetConfigRequest) Reset()

func (*SetConfigRequest) String added in v0.116.0

func (x *SetConfigRequest) String() string

type SetConfigResponse added in v0.116.0

type SetConfigResponse struct {
	// contains filtered or unexported fields
}

func (*SetConfigResponse) Descriptor deprecated added in v0.116.0

func (*SetConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetConfigResponse.ProtoReflect.Descriptor instead.

func (*SetConfigResponse) ProtoMessage added in v0.116.0

func (*SetConfigResponse) ProtoMessage()

func (*SetConfigResponse) ProtoReflect added in v0.116.0

func (x *SetConfigResponse) ProtoReflect() protoreflect.Message

func (*SetConfigResponse) Reset added in v0.116.0

func (x *SetConfigResponse) Reset()

func (*SetConfigResponse) String added in v0.116.0

func (x *SetConfigResponse) String() string

type SetIntentRequest added in v0.120.0

type SetIntentRequest struct {
	InstanceId int64   `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Intent     *Intent `protobuf:"bytes,2,opt,name=intent,proto3" json:"intent,omitempty"`
	// contains filtered or unexported fields
}

func (*SetIntentRequest) Descriptor deprecated added in v0.120.0

func (*SetIntentRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIntentRequest.ProtoReflect.Descriptor instead.

func (*SetIntentRequest) GetInstanceId added in v0.120.0

func (x *SetIntentRequest) GetInstanceId() int64

func (*SetIntentRequest) GetIntent added in v0.120.0

func (x *SetIntentRequest) GetIntent() *Intent

func (*SetIntentRequest) ProtoMessage added in v0.120.0

func (*SetIntentRequest) ProtoMessage()

func (*SetIntentRequest) ProtoReflect added in v0.120.0

func (x *SetIntentRequest) ProtoReflect() protoreflect.Message

func (*SetIntentRequest) Reset added in v0.120.0

func (x *SetIntentRequest) Reset()

func (*SetIntentRequest) String added in v0.120.0

func (x *SetIntentRequest) String() string

type SetIntentResponse added in v0.120.0

type SetIntentResponse struct {
	// contains filtered or unexported fields
}

func (*SetIntentResponse) Descriptor deprecated added in v0.120.0

func (*SetIntentResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetIntentResponse.ProtoReflect.Descriptor instead.

func (*SetIntentResponse) ProtoMessage added in v0.120.0

func (*SetIntentResponse) ProtoMessage()

func (*SetIntentResponse) ProtoReflect added in v0.120.0

func (x *SetIntentResponse) ProtoReflect() protoreflect.Message

func (*SetIntentResponse) Reset added in v0.120.0

func (x *SetIntentResponse) Reset()

func (*SetIntentResponse) String added in v0.120.0

func (x *SetIntentResponse) String() string

type SetOrgSnapshotRequest added in v0.231.0

type SetOrgSnapshotRequest struct {
	OrgName string `protobuf:"bytes,1,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	Date    int64  `protobuf:"varint,2,opt,name=date,proto3" json:"date,omitempty"`
	Name    string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOrgSnapshotRequest) Descriptor deprecated added in v0.231.0

func (*SetOrgSnapshotRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetOrgSnapshotRequest.ProtoReflect.Descriptor instead.

func (*SetOrgSnapshotRequest) GetDate added in v0.231.0

func (x *SetOrgSnapshotRequest) GetDate() int64

func (*SetOrgSnapshotRequest) GetName added in v0.231.0

func (x *SetOrgSnapshotRequest) GetName() string

func (*SetOrgSnapshotRequest) GetOrgName added in v0.231.0

func (x *SetOrgSnapshotRequest) GetOrgName() string

func (*SetOrgSnapshotRequest) ProtoMessage added in v0.231.0

func (*SetOrgSnapshotRequest) ProtoMessage()

func (*SetOrgSnapshotRequest) ProtoReflect added in v0.231.0

func (x *SetOrgSnapshotRequest) ProtoReflect() protoreflect.Message

func (*SetOrgSnapshotRequest) Reset added in v0.231.0

func (x *SetOrgSnapshotRequest) Reset()

func (*SetOrgSnapshotRequest) String added in v0.231.0

func (x *SetOrgSnapshotRequest) String() string

type SetOrgSnapshotResponse added in v0.231.0

type SetOrgSnapshotResponse struct {
	// contains filtered or unexported fields
}

func (*SetOrgSnapshotResponse) Descriptor deprecated added in v0.231.0

func (*SetOrgSnapshotResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetOrgSnapshotResponse.ProtoReflect.Descriptor instead.

func (*SetOrgSnapshotResponse) ProtoMessage added in v0.231.0

func (*SetOrgSnapshotResponse) ProtoMessage()

func (*SetOrgSnapshotResponse) ProtoReflect added in v0.231.0

func (x *SetOrgSnapshotResponse) ProtoReflect() protoreflect.Message

func (*SetOrgSnapshotResponse) Reset added in v0.231.0

func (x *SetOrgSnapshotResponse) Reset()

func (*SetOrgSnapshotResponse) String added in v0.231.0

func (x *SetOrgSnapshotResponse) String() string

type Sleeve added in v0.274.0

type Sleeve struct {
	Name            string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	WidthMultiplier float32 `protobuf:"fixed32,2,opt,name=width_multiplier,json=widthMultiplier,proto3" json:"width_multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*Sleeve) Descriptor deprecated added in v0.274.0

func (*Sleeve) Descriptor() ([]byte, []int)

Deprecated: Use Sleeve.ProtoReflect.Descriptor instead.

func (*Sleeve) GetName added in v0.274.0

func (x *Sleeve) GetName() string

func (*Sleeve) GetWidthMultiplier added in v0.274.0

func (x *Sleeve) GetWidthMultiplier() float32

func (*Sleeve) ProtoMessage added in v0.274.0

func (*Sleeve) ProtoMessage()

func (*Sleeve) ProtoReflect added in v0.274.0

func (x *Sleeve) ProtoReflect() protoreflect.Message

func (*Sleeve) Reset added in v0.274.0

func (x *Sleeve) Reset()

func (*Sleeve) String added in v0.274.0

func (x *Sleeve) String() string

type SleeveConfig added in v0.274.0

type SleeveConfig struct {
	Mandate        Mandate   `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	AllowedSleeves []*Sleeve `protobuf:"bytes,2,rep,name=allowed_sleeves,json=allowedSleeves,proto3" json:"allowed_sleeves,omitempty"`
	// contains filtered or unexported fields
}

func (*SleeveConfig) Descriptor deprecated added in v0.274.0

func (*SleeveConfig) Descriptor() ([]byte, []int)

Deprecated: Use SleeveConfig.ProtoReflect.Descriptor instead.

func (*SleeveConfig) GetAllowedSleeves added in v0.274.0

func (x *SleeveConfig) GetAllowedSleeves() []*Sleeve

func (*SleeveConfig) GetMandate added in v0.274.0

func (x *SleeveConfig) GetMandate() Mandate

func (*SleeveConfig) ProtoMessage added in v0.274.0

func (*SleeveConfig) ProtoMessage()

func (*SleeveConfig) ProtoReflect added in v0.274.0

func (x *SleeveConfig) ProtoReflect() protoreflect.Message

func (*SleeveConfig) Reset added in v0.274.0

func (x *SleeveConfig) Reset()

func (*SleeveConfig) String added in v0.274.0

func (x *SleeveConfig) String() string

type SnapshotDiff added in v0.230.0

type SnapshotDiff struct {
	Moves []*Move `protobuf:"bytes,1,rep,name=moves,proto3" json:"moves,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapshotDiff) Descriptor deprecated added in v0.230.0

func (*SnapshotDiff) Descriptor() ([]byte, []int)

Deprecated: Use SnapshotDiff.ProtoReflect.Descriptor instead.

func (*SnapshotDiff) GetMoves added in v0.230.0

func (x *SnapshotDiff) GetMoves() []*Move

func (*SnapshotDiff) ProtoMessage added in v0.230.0

func (*SnapshotDiff) ProtoMessage()

func (*SnapshotDiff) ProtoReflect added in v0.230.0

func (x *SnapshotDiff) ProtoReflect() protoreflect.Message

func (*SnapshotDiff) Reset added in v0.230.0

func (x *SnapshotDiff) Reset()

func (*SnapshotDiff) String added in v0.230.0

func (x *SnapshotDiff) String() string

type Sort added in v0.221.0

type Sort int32
const (
	Sort_ARTIST_YEAR           Sort = 0
	Sort_LABEL_CATNO           Sort = 1
	Sort_RELEASE_YEAR          Sort = 2
	Sort_EARLIEST_RELEASE_YEAR Sort = 3
)

func (Sort) Descriptor added in v0.221.0

func (Sort) Descriptor() protoreflect.EnumDescriptor

func (Sort) Enum added in v0.221.0

func (x Sort) Enum() *Sort

func (Sort) EnumDescriptor deprecated added in v0.221.0

func (Sort) EnumDescriptor() ([]byte, []int)

Deprecated: Use Sort.Descriptor instead.

func (Sort) Number added in v0.221.0

func (x Sort) Number() protoreflect.EnumNumber

func (Sort) String added in v0.221.0

func (x Sort) String() string

func (Sort) Type added in v0.221.0

func (Sort) Type() protoreflect.EnumType

type Space added in v0.221.0

type Space struct {
	Name   string  `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Index  int32   `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Units  int32   `protobuf:"varint,2,opt,name=units,proto3" json:"units,omitempty"`
	Width  float32 `protobuf:"fixed32,5,opt,name=width,proto3" json:"width,omitempty"`
	Layout Layout  `protobuf:"varint,7,opt,name=layout,proto3,enum=gramophile.Layout" json:"layout,omitempty"`
	// contains filtered or unexported fields
}

func (*Space) Descriptor deprecated added in v0.221.0

func (*Space) Descriptor() ([]byte, []int)

Deprecated: Use Space.ProtoReflect.Descriptor instead.

func (*Space) GetIndex added in v0.221.0

func (x *Space) GetIndex() int32

func (*Space) GetLayout added in v0.228.0

func (x *Space) GetLayout() Layout

func (*Space) GetName added in v0.222.0

func (x *Space) GetName() string

func (*Space) GetUnits added in v0.221.0

func (x *Space) GetUnits() int32

func (*Space) GetWidth added in v0.221.0

func (x *Space) GetWidth() float32

func (*Space) ProtoMessage added in v0.221.0

func (*Space) ProtoMessage()

func (*Space) ProtoReflect added in v0.221.0

func (x *Space) ProtoReflect() protoreflect.Message

func (*Space) Reset added in v0.221.0

func (x *Space) Reset()

func (*Space) String added in v0.221.0

func (x *Space) String() string

type Spill added in v0.416.0

type Spill struct {
	Type GroupSpill `protobuf:"varint,1,opt,name=type,proto3,enum=gramophile.GroupSpill" json:"type,omitempty"`
	// -1 means an infinite look ahead
	LookAhead int32 `protobuf:"varint,2,opt,name=look_ahead,json=lookAhead,proto3" json:"look_ahead,omitempty"`
	// contains filtered or unexported fields
}

func (*Spill) Descriptor deprecated added in v0.416.0

func (*Spill) Descriptor() ([]byte, []int)

Deprecated: Use Spill.ProtoReflect.Descriptor instead.

func (*Spill) GetLookAhead added in v0.416.0

func (x *Spill) GetLookAhead() int32

func (*Spill) GetType added in v0.416.0

func (x *Spill) GetType() GroupSpill

func (*Spill) ProtoMessage added in v0.416.0

func (*Spill) ProtoMessage()

func (*Spill) ProtoReflect added in v0.416.0

func (x *Spill) ProtoReflect() protoreflect.Message

func (*Spill) Reset added in v0.416.0

func (x *Spill) Reset()

func (*Spill) String added in v0.416.0

func (x *Spill) String() string

type StoredUser added in v0.9.0

type StoredUser struct {
	Auth                  *GramophileAuth   `protobuf:"bytes,1,opt,name=auth,proto3" json:"auth,omitempty"`
	User                  *proto.User       `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	UserToken             string            `protobuf:"bytes,3,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	UserSecret            string            `protobuf:"bytes,4,opt,name=user_secret,json=userSecret,proto3" json:"user_secret,omitempty"`
	LastRefreshTime       int64             `protobuf:"varint,5,opt,name=last_refresh_time,json=lastRefreshTime,proto3" json:"last_refresh_time,omitempty"`
	LastCollectionRefresh int64             `` /* 127-byte string literal not displayed */
	LastConfigUpdate      int64             `protobuf:"varint,7,opt,name=last_config_update,json=lastConfigUpdate,proto3" json:"last_config_update,omitempty"`
	LastSaleRefresh       int64             `protobuf:"varint,11,opt,name=last_sale_refresh,json=lastSaleRefresh,proto3" json:"last_sale_refresh,omitempty"`
	LastWantRefresh       int64             `protobuf:"varint,12,opt,name=last_want_refresh,json=lastWantRefresh,proto3" json:"last_want_refresh,omitempty"`
	Config                *GramophileConfig `protobuf:"bytes,8,opt,name=config,proto3" json:"config,omitempty"`
	Folders               []*proto.Folder   `protobuf:"bytes,9,rep,name=folders,proto3" json:"folders,omitempty"`
	Moves                 []*FolderMove     `protobuf:"bytes,10,rep,name=moves,proto3" json:"moves,omitempty"`
	// contains filtered or unexported fields
}

func (*StoredUser) Descriptor deprecated added in v0.9.0

func (*StoredUser) Descriptor() ([]byte, []int)

Deprecated: Use StoredUser.ProtoReflect.Descriptor instead.

func (*StoredUser) GetAuth added in v0.9.0

func (x *StoredUser) GetAuth() *GramophileAuth

func (*StoredUser) GetConfig added in v0.112.0

func (x *StoredUser) GetConfig() *GramophileConfig

func (*StoredUser) GetFolders added in v0.252.0

func (x *StoredUser) GetFolders() []*proto.Folder

func (*StoredUser) GetLastCollectionRefresh added in v0.67.0

func (x *StoredUser) GetLastCollectionRefresh() int64

func (*StoredUser) GetLastConfigUpdate added in v0.112.0

func (x *StoredUser) GetLastConfigUpdate() int64

func (*StoredUser) GetLastRefreshTime added in v0.31.0

func (x *StoredUser) GetLastRefreshTime() int64

func (*StoredUser) GetLastSaleRefresh added in v0.300.0

func (x *StoredUser) GetLastSaleRefresh() int64

func (*StoredUser) GetLastWantRefresh added in v0.609.0

func (x *StoredUser) GetLastWantRefresh() int64

func (*StoredUser) GetMoves added in v0.299.0

func (x *StoredUser) GetMoves() []*FolderMove

func (*StoredUser) GetUser added in v0.9.0

func (x *StoredUser) GetUser() *proto.User

func (*StoredUser) GetUserSecret added in v0.9.0

func (x *StoredUser) GetUserSecret() string

func (*StoredUser) GetUserToken added in v0.9.0

func (x *StoredUser) GetUserToken() string

func (*StoredUser) ProtoMessage added in v0.9.0

func (*StoredUser) ProtoMessage()

func (*StoredUser) ProtoReflect added in v0.9.0

func (x *StoredUser) ProtoReflect() protoreflect.Message

func (*StoredUser) Reset added in v0.9.0

func (x *StoredUser) Reset()

func (*StoredUser) String added in v0.9.0

func (x *StoredUser) String() string

type SyncWants added in v0.465.0

type SyncWants struct {
	Page      int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	RefreshId int64 `protobuf:"varint,2,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncWants) Descriptor deprecated added in v0.465.0

func (*SyncWants) Descriptor() ([]byte, []int)

Deprecated: Use SyncWants.ProtoReflect.Descriptor instead.

func (*SyncWants) GetPage added in v0.465.0

func (x *SyncWants) GetPage() int32

func (*SyncWants) GetRefreshId added in v0.465.0

func (x *SyncWants) GetRefreshId() int64

func (*SyncWants) ProtoMessage added in v0.465.0

func (*SyncWants) ProtoMessage()

func (*SyncWants) ProtoReflect added in v0.465.0

func (x *SyncWants) ProtoReflect() protoreflect.Message

func (*SyncWants) Reset added in v0.465.0

func (x *SyncWants) Reset()

func (*SyncWants) String added in v0.465.0

func (x *SyncWants) String() string

type UnimplementedGramophileEServiceServer

type UnimplementedGramophileEServiceServer struct {
}

UnimplementedGramophileEServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedGramophileEServiceServer) AddWant added in v0.288.0

func (UnimplementedGramophileEServiceServer) AddWantlist added in v0.282.0

func (UnimplementedGramophileEServiceServer) GetLogin added in v0.9.0

func (UnimplementedGramophileEServiceServer) GetOrg added in v0.222.0

func (UnimplementedGramophileEServiceServer) GetRecord added in v0.175.0

func (UnimplementedGramophileEServiceServer) GetSale added in v0.638.0

func (UnimplementedGramophileEServiceServer) GetState added in v0.61.0

func (UnimplementedGramophileEServiceServer) GetURL

func (UnimplementedGramophileEServiceServer) GetUser added in v0.36.0

func (UnimplementedGramophileEServiceServer) GetWantlist added in v0.282.0

func (UnimplementedGramophileEServiceServer) GetWants added in v0.288.0

func (UnimplementedGramophileEServiceServer) ListWantlists added in v0.607.0

func (UnimplementedGramophileEServiceServer) RefreshRecord added in v0.582.0

func (UnimplementedGramophileEServiceServer) SetConfig added in v0.116.0

func (UnimplementedGramophileEServiceServer) SetIntent added in v0.120.0

func (UnimplementedGramophileEServiceServer) SetOrgSnapshot added in v0.231.0

func (UnimplementedGramophileEServiceServer) UpdateWantlist added in v0.293.0

type UnimplementedGramophileServiceServer added in v0.19.0

type UnimplementedGramophileServiceServer struct {
}

UnimplementedGramophileServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedGramophileServiceServer) Clean added in v0.156.0

func (UnimplementedGramophileServiceServer) DeleteUser added in v0.61.0

func (UnimplementedGramophileServiceServer) GetUsers added in v0.61.0

type UnimplementedQueueServiceServer added in v0.31.0

type UnimplementedQueueServiceServer struct {
}

UnimplementedQueueServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedQueueServiceServer) Drain added in v0.517.0

func (UnimplementedQueueServiceServer) Enqueue added in v0.67.0

func (UnimplementedQueueServiceServer) Execute added in v0.31.0

func (UnimplementedQueueServiceServer) List added in v0.158.0

type UnsafeGramophileEServiceServer

type UnsafeGramophileEServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeGramophileEServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GramophileEServiceServer will result in compilation errors.

type UnsafeGramophileServiceServer added in v0.19.0

type UnsafeGramophileServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeGramophileServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GramophileServiceServer will result in compilation errors.

type UnsafeQueueServiceServer added in v0.31.0

type UnsafeQueueServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeQueueServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueueServiceServer will result in compilation errors.

type Update added in v0.629.0

type Update struct {
	Date    int64     `protobuf:"varint,1,opt,name=date,proto3" json:"date,omitempty"`
	Changes []*Change `protobuf:"bytes,2,rep,name=changes,proto3" json:"changes,omitempty"`
	// contains filtered or unexported fields
}

func (*Update) Descriptor deprecated added in v0.629.0

func (*Update) Descriptor() ([]byte, []int)

Deprecated: Use Update.ProtoReflect.Descriptor instead.

func (*Update) GetChanges added in v0.629.0

func (x *Update) GetChanges() []*Change

func (*Update) GetDate added in v0.629.0

func (x *Update) GetDate() int64

func (*Update) ProtoMessage added in v0.629.0

func (*Update) ProtoMessage()

func (*Update) ProtoReflect added in v0.629.0

func (x *Update) ProtoReflect() protoreflect.Message

func (*Update) Reset added in v0.629.0

func (x *Update) Reset()

func (*Update) String added in v0.629.0

func (x *Update) String() string

type UpdateMasterWant added in v0.686.0

type UpdateMasterWant struct {
	Want     *Want     `protobuf:"bytes,1,opt,name=want,proto3" json:"want,omitempty"`
	NewState WantState `protobuf:"varint,2,opt,name=new_state,json=newState,proto3,enum=gramophile.WantState" json:"new_state,omitempty"`
	Delete   bool      `protobuf:"varint,3,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMasterWant) Descriptor deprecated added in v0.686.0

func (*UpdateMasterWant) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMasterWant.ProtoReflect.Descriptor instead.

func (*UpdateMasterWant) GetDelete added in v0.686.0

func (x *UpdateMasterWant) GetDelete() bool

func (*UpdateMasterWant) GetNewState added in v0.686.0

func (x *UpdateMasterWant) GetNewState() WantState

func (*UpdateMasterWant) GetWant added in v0.686.0

func (x *UpdateMasterWant) GetWant() *Want

func (*UpdateMasterWant) ProtoMessage added in v0.686.0

func (*UpdateMasterWant) ProtoMessage()

func (*UpdateMasterWant) ProtoReflect added in v0.686.0

func (x *UpdateMasterWant) ProtoReflect() protoreflect.Message

func (*UpdateMasterWant) Reset added in v0.686.0

func (x *UpdateMasterWant) Reset()

func (*UpdateMasterWant) String added in v0.686.0

func (x *UpdateMasterWant) String() string

type UpdateSale added in v0.317.0

type UpdateSale struct {
	SaleId     int64  `protobuf:"varint,1,opt,name=sale_id,json=saleId,proto3" json:"sale_id,omitempty"`
	NewPrice   int32  `protobuf:"varint,2,opt,name=new_price,json=newPrice,proto3" json:"new_price,omitempty"`
	ReleaseId  int64  `protobuf:"varint,3,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"`
	Condition  string `protobuf:"bytes,4,opt,name=condition,proto3" json:"condition,omitempty"`
	Motivation string `protobuf:"bytes,5,opt,name=motivation,proto3" json:"motivation,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSale) Descriptor deprecated added in v0.317.0

func (*UpdateSale) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSale.ProtoReflect.Descriptor instead.

func (*UpdateSale) GetCondition added in v0.378.0

func (x *UpdateSale) GetCondition() string

func (*UpdateSale) GetMotivation added in v0.654.0

func (x *UpdateSale) GetMotivation() string

func (*UpdateSale) GetNewPrice added in v0.324.0

func (x *UpdateSale) GetNewPrice() int32

func (*UpdateSale) GetReleaseId added in v0.378.0

func (x *UpdateSale) GetReleaseId() int64

func (*UpdateSale) GetSaleId added in v0.317.0

func (x *UpdateSale) GetSaleId() int64

func (*UpdateSale) ProtoMessage added in v0.317.0

func (*UpdateSale) ProtoMessage()

func (*UpdateSale) ProtoReflect added in v0.317.0

func (x *UpdateSale) ProtoReflect() protoreflect.Message

func (*UpdateSale) Reset added in v0.317.0

func (x *UpdateSale) Reset()

func (*UpdateSale) String added in v0.317.0

func (x *UpdateSale) String() string

type UpdateWantlistRequest added in v0.293.0

type UpdateWantlistRequest struct {
	Name     string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	AddId    int64        `protobuf:"varint,2,opt,name=add_id,json=addId,proto3" json:"add_id,omitempty"`
	DeleteId int64        `protobuf:"varint,3,opt,name=delete_id,json=deleteId,proto3" json:"delete_id,omitempty"`
	NewType  WantlistType `protobuf:"varint,4,opt,name=new_type,json=newType,proto3,enum=gramophile.WantlistType" json:"new_type,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWantlistRequest) Descriptor deprecated added in v0.293.0

func (*UpdateWantlistRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWantlistRequest.ProtoReflect.Descriptor instead.

func (*UpdateWantlistRequest) GetAddId added in v0.293.0

func (x *UpdateWantlistRequest) GetAddId() int64

func (*UpdateWantlistRequest) GetDeleteId added in v0.297.0

func (x *UpdateWantlistRequest) GetDeleteId() int64

func (*UpdateWantlistRequest) GetName added in v0.293.0

func (x *UpdateWantlistRequest) GetName() string

func (*UpdateWantlistRequest) GetNewType added in v0.633.0

func (x *UpdateWantlistRequest) GetNewType() WantlistType

func (*UpdateWantlistRequest) ProtoMessage added in v0.293.0

func (*UpdateWantlistRequest) ProtoMessage()

func (*UpdateWantlistRequest) ProtoReflect added in v0.293.0

func (x *UpdateWantlistRequest) ProtoReflect() protoreflect.Message

func (*UpdateWantlistRequest) Reset added in v0.293.0

func (x *UpdateWantlistRequest) Reset()

func (*UpdateWantlistRequest) String added in v0.293.0

func (x *UpdateWantlistRequest) String() string

type UpdateWantlistResponse added in v0.293.0

type UpdateWantlistResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateWantlistResponse) Descriptor deprecated added in v0.293.0

func (*UpdateWantlistResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWantlistResponse.ProtoReflect.Descriptor instead.

func (*UpdateWantlistResponse) ProtoMessage added in v0.293.0

func (*UpdateWantlistResponse) ProtoMessage()

func (*UpdateWantlistResponse) ProtoReflect added in v0.293.0

func (x *UpdateWantlistResponse) ProtoReflect() protoreflect.Message

func (*UpdateWantlistResponse) Reset added in v0.293.0

func (x *UpdateWantlistResponse) Reset()

func (*UpdateWantlistResponse) String added in v0.293.0

func (x *UpdateWantlistResponse) String() string

type UserLoginAttempt added in v0.9.0

type UserLoginAttempt struct {
	RequestToken string `protobuf:"bytes,1,opt,name=RequestToken,proto3" json:"RequestToken,omitempty"`
	Secret       string `protobuf:"bytes,2,opt,name=Secret,proto3" json:"Secret,omitempty"`
	DateAdded    int64  `protobuf:"varint,3,opt,name=DateAdded,proto3" json:"DateAdded,omitempty"`
	UserToken    string `protobuf:"bytes,4,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	UserSecret   string `protobuf:"bytes,5,opt,name=user_secret,json=userSecret,proto3" json:"user_secret,omitempty"`
	// contains filtered or unexported fields
}

func (*UserLoginAttempt) Descriptor deprecated added in v0.9.0

func (*UserLoginAttempt) Descriptor() ([]byte, []int)

Deprecated: Use UserLoginAttempt.ProtoReflect.Descriptor instead.

func (*UserLoginAttempt) GetDateAdded added in v0.9.0

func (x *UserLoginAttempt) GetDateAdded() int64

func (*UserLoginAttempt) GetRequestToken added in v0.9.0

func (x *UserLoginAttempt) GetRequestToken() string

func (*UserLoginAttempt) GetSecret added in v0.9.0

func (x *UserLoginAttempt) GetSecret() string

func (*UserLoginAttempt) GetUserSecret added in v0.9.0

func (x *UserLoginAttempt) GetUserSecret() string

func (*UserLoginAttempt) GetUserToken added in v0.9.0

func (x *UserLoginAttempt) GetUserToken() string

func (*UserLoginAttempt) ProtoMessage added in v0.9.0

func (*UserLoginAttempt) ProtoMessage()

func (*UserLoginAttempt) ProtoReflect added in v0.9.0

func (x *UserLoginAttempt) ProtoReflect() protoreflect.Message

func (*UserLoginAttempt) Reset added in v0.9.0

func (x *UserLoginAttempt) Reset()

func (*UserLoginAttempt) String added in v0.9.0

func (x *UserLoginAttempt) String() string

type UserLoginAttempts added in v0.9.0

type UserLoginAttempts struct {
	Attempts []*UserLoginAttempt `protobuf:"bytes,1,rep,name=attempts,proto3" json:"attempts,omitempty"`
	// contains filtered or unexported fields
}

func (*UserLoginAttempts) Descriptor deprecated added in v0.9.0

func (*UserLoginAttempts) Descriptor() ([]byte, []int)

Deprecated: Use UserLoginAttempts.ProtoReflect.Descriptor instead.

func (*UserLoginAttempts) GetAttempts added in v0.9.0

func (x *UserLoginAttempts) GetAttempts() []*UserLoginAttempt

func (*UserLoginAttempts) ProtoMessage added in v0.9.0

func (*UserLoginAttempts) ProtoMessage()

func (*UserLoginAttempts) ProtoReflect added in v0.9.0

func (x *UserLoginAttempts) ProtoReflect() protoreflect.Message

func (*UserLoginAttempts) Reset added in v0.9.0

func (x *UserLoginAttempts) Reset()

func (*UserLoginAttempts) String added in v0.9.0

func (x *UserLoginAttempts) String() string

type ValidationCriteria added in v0.381.0

type ValidationCriteria struct {
	IsCleaned Bool `protobuf:"varint,1,opt,name=is_cleaned,json=isCleaned,proto3,enum=gramophile.Bool" json:"is_cleaned,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidationCriteria) Descriptor deprecated added in v0.381.0

func (*ValidationCriteria) Descriptor() ([]byte, []int)

Deprecated: Use ValidationCriteria.ProtoReflect.Descriptor instead.

func (*ValidationCriteria) GetIsCleaned added in v0.381.0

func (x *ValidationCriteria) GetIsCleaned() Bool

func (*ValidationCriteria) ProtoMessage added in v0.381.0

func (*ValidationCriteria) ProtoMessage()

func (*ValidationCriteria) ProtoReflect added in v0.381.0

func (x *ValidationCriteria) ProtoReflect() protoreflect.Message

func (*ValidationCriteria) Reset added in v0.381.0

func (x *ValidationCriteria) Reset()

func (*ValidationCriteria) String added in v0.381.0

func (x *ValidationCriteria) String() string

type ValidationRule added in v0.381.0

type ValidationRule struct {

	// These are the records that will be validated
	ValidationFilter   *Filter             `protobuf:"bytes,1,opt,name=validation_filter,json=validationFilter,proto3" json:"validation_filter,omitempty"`
	ValidationCriteria *ValidationCriteria `protobuf:"bytes,2,opt,name=validation_criteria,json=validationCriteria,proto3" json:"validation_criteria,omitempty"`
	ValidationStrategy ValidationStrategy  `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidationRule) Descriptor deprecated added in v0.381.0

func (*ValidationRule) Descriptor() ([]byte, []int)

Deprecated: Use ValidationRule.ProtoReflect.Descriptor instead.

func (*ValidationRule) GetValidationCriteria added in v0.381.0

func (x *ValidationRule) GetValidationCriteria() *ValidationCriteria

func (*ValidationRule) GetValidationFilter added in v0.381.0

func (x *ValidationRule) GetValidationFilter() *Filter

func (*ValidationRule) GetValidationStrategy added in v0.381.0

func (x *ValidationRule) GetValidationStrategy() ValidationStrategy

func (*ValidationRule) ProtoMessage added in v0.381.0

func (*ValidationRule) ProtoMessage()

func (*ValidationRule) ProtoReflect added in v0.381.0

func (x *ValidationRule) ProtoReflect() protoreflect.Message

func (*ValidationRule) Reset added in v0.381.0

func (x *ValidationRule) Reset()

func (*ValidationRule) String added in v0.381.0

func (x *ValidationRule) String() string

type ValidationStrategy added in v0.381.0

type ValidationStrategy int32
const (
	ValidationStrategy_VALIDATE_IN_PLACE  ValidationStrategy = 0
	ValidationStrategy_LISTEN_TO_VALIDATE ValidationStrategy = 1
	ValidationStrategy_MOVE_TO_VALIDATE   ValidationStrategy = 2
)

func (ValidationStrategy) Descriptor added in v0.381.0

func (ValidationStrategy) Enum added in v0.381.0

func (ValidationStrategy) EnumDescriptor deprecated added in v0.381.0

func (ValidationStrategy) EnumDescriptor() ([]byte, []int)

Deprecated: Use ValidationStrategy.Descriptor instead.

func (ValidationStrategy) Number added in v0.381.0

func (ValidationStrategy) String added in v0.381.0

func (x ValidationStrategy) String() string

func (ValidationStrategy) Type added in v0.381.0

type Want added in v0.281.0

type Want struct {
	Id            int64       `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	WantAddedDate int64       `protobuf:"varint,2,opt,name=want_added_date,json=wantAddedDate,proto3" json:"want_added_date,omitempty"`
	State         WantState   `protobuf:"varint,3,opt,name=state,proto3,enum=gramophile.WantState" json:"state,omitempty"`
	SyncId        int64       `protobuf:"varint,4,opt,name=sync_id,json=syncId,proto3" json:"sync_id,omitempty"`
	MasterId      int64       `protobuf:"varint,5,opt,name=master_id,json=masterId,proto3" json:"master_id,omitempty"`
	MasterFilter  *WantFilter `protobuf:"bytes,6,opt,name=master_filter,json=masterFilter,proto3" json:"master_filter,omitempty"`
	// contains filtered or unexported fields
}

func (*Want) Descriptor deprecated added in v0.281.0

func (*Want) Descriptor() ([]byte, []int)

Deprecated: Use Want.ProtoReflect.Descriptor instead.

func (*Want) GetId added in v0.281.0

func (x *Want) GetId() int64

func (*Want) GetMasterFilter added in v0.664.0

func (x *Want) GetMasterFilter() *WantFilter

func (*Want) GetMasterId added in v0.664.0

func (x *Want) GetMasterId() int64

func (*Want) GetState added in v0.281.0

func (x *Want) GetState() WantState

func (*Want) GetSyncId added in v0.465.0

func (x *Want) GetSyncId() int64

func (*Want) GetWantAddedDate added in v0.281.0

func (x *Want) GetWantAddedDate() int64

func (*Want) ProtoMessage added in v0.281.0

func (*Want) ProtoMessage()

func (*Want) ProtoReflect added in v0.281.0

func (x *Want) ProtoReflect() protoreflect.Message

func (*Want) Reset added in v0.281.0

func (x *Want) Reset()

func (*Want) String added in v0.281.0

func (x *Want) String() string

type WantFilter added in v0.664.0

type WantFilter struct {
	Formats        []string `protobuf:"bytes,1,rep,name=formats,proto3" json:"formats,omitempty"`
	ExcludeFormats []string `protobuf:"bytes,2,rep,name=exclude_formats,json=excludeFormats,proto3" json:"exclude_formats,omitempty"`
	// contains filtered or unexported fields
}

func (*WantFilter) Descriptor deprecated added in v0.664.0

func (*WantFilter) Descriptor() ([]byte, []int)

Deprecated: Use WantFilter.ProtoReflect.Descriptor instead.

func (*WantFilter) GetExcludeFormats added in v0.664.0

func (x *WantFilter) GetExcludeFormats() []string

func (*WantFilter) GetFormats added in v0.664.0

func (x *WantFilter) GetFormats() []string

func (*WantFilter) ProtoMessage added in v0.664.0

func (*WantFilter) ProtoMessage()

func (*WantFilter) ProtoReflect added in v0.664.0

func (x *WantFilter) ProtoReflect() protoreflect.Message

func (*WantFilter) Reset added in v0.664.0

func (x *WantFilter) Reset()

func (*WantFilter) String added in v0.664.0

func (x *WantFilter) String() string

type WantResponse added in v0.630.0

type WantResponse struct {
	Want    *Want     `protobuf:"bytes,1,opt,name=want,proto3" json:"want,omitempty"`
	Updates []*Update `protobuf:"bytes,2,rep,name=updates,proto3" json:"updates,omitempty"`
	// contains filtered or unexported fields
}

func (*WantResponse) Descriptor deprecated added in v0.630.0

func (*WantResponse) Descriptor() ([]byte, []int)

Deprecated: Use WantResponse.ProtoReflect.Descriptor instead.

func (*WantResponse) GetUpdates added in v0.630.0

func (x *WantResponse) GetUpdates() []*Update

func (*WantResponse) GetWant added in v0.630.0

func (x *WantResponse) GetWant() *Want

func (*WantResponse) ProtoMessage added in v0.630.0

func (*WantResponse) ProtoMessage()

func (*WantResponse) ProtoReflect added in v0.630.0

func (x *WantResponse) ProtoReflect() protoreflect.Message

func (*WantResponse) Reset added in v0.630.0

func (x *WantResponse) Reset()

func (*WantResponse) String added in v0.630.0

func (x *WantResponse) String() string

type WantState added in v0.281.0

type WantState int32
const (
	WantState_WANT_UNKNOWN WantState = 0
	WantState_PENDING      WantState = 1
	WantState_RETIRED      WantState = 2
	WantState_PURCHASED    WantState = 3
	WantState_WANTED       WantState = 4
	WantState_HIDDEN       WantState = 5
	WantState_DELETED      WantState = 6
)

func (WantState) Descriptor added in v0.281.0

func (WantState) Descriptor() protoreflect.EnumDescriptor

func (WantState) Enum added in v0.281.0

func (x WantState) Enum() *WantState

func (WantState) EnumDescriptor deprecated added in v0.281.0

func (WantState) EnumDescriptor() ([]byte, []int)

Deprecated: Use WantState.Descriptor instead.

func (WantState) Number added in v0.281.0

func (x WantState) Number() protoreflect.EnumNumber

func (WantState) String added in v0.281.0

func (x WantState) String() string

func (WantState) Type added in v0.281.0

type Wantlist added in v0.281.0

type Wantlist struct {
	Name         string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	StartDate    int64              `protobuf:"varint,2,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	EndDate      int64              `protobuf:"varint,3,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	Type         WantlistType       `protobuf:"varint,4,opt,name=type,proto3,enum=gramophile.WantlistType" json:"type,omitempty"`
	Entries      []*WantlistEntry   `protobuf:"bytes,5,rep,name=entries,proto3" json:"entries,omitempty"`
	Visibility   WantlistVisibility `protobuf:"varint,6,opt,name=visibility,proto3,enum=gramophile.WantlistVisibility" json:"visibility,omitempty"`
	GlobalFilter *WantFilter        `protobuf:"bytes,7,opt,name=global_filter,json=globalFilter,proto3" json:"global_filter,omitempty"`
	// contains filtered or unexported fields
}

func (*Wantlist) Descriptor deprecated added in v0.281.0

func (*Wantlist) Descriptor() ([]byte, []int)

Deprecated: Use Wantlist.ProtoReflect.Descriptor instead.

func (*Wantlist) GetEndDate added in v0.281.0

func (x *Wantlist) GetEndDate() int64

func (*Wantlist) GetEntries added in v0.281.0

func (x *Wantlist) GetEntries() []*WantlistEntry

func (*Wantlist) GetGlobalFilter added in v0.664.0

func (x *Wantlist) GetGlobalFilter() *WantFilter

func (*Wantlist) GetName added in v0.281.0

func (x *Wantlist) GetName() string

func (*Wantlist) GetStartDate added in v0.281.0

func (x *Wantlist) GetStartDate() int64

func (*Wantlist) GetType added in v0.281.0

func (x *Wantlist) GetType() WantlistType

func (*Wantlist) GetVisibility added in v0.466.0

func (x *Wantlist) GetVisibility() WantlistVisibility

func (*Wantlist) ProtoMessage added in v0.281.0

func (*Wantlist) ProtoMessage()

func (*Wantlist) ProtoReflect added in v0.281.0

func (x *Wantlist) ProtoReflect() protoreflect.Message

func (*Wantlist) Reset added in v0.281.0

func (x *Wantlist) Reset()

func (*Wantlist) String added in v0.281.0

func (x *Wantlist) String() string

type WantlistEntry added in v0.281.0

type WantlistEntry struct {
	Id          int64     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Artist      string    `protobuf:"bytes,2,opt,name=artist,proto3" json:"artist,omitempty"`
	Title       string    `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Index       int32     `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"`
	State       WantState `protobuf:"varint,5,opt,name=state,proto3,enum=gramophile.WantState" json:"state,omitempty"`
	DateEnabled int64     `protobuf:"varint,6,opt,name=date_enabled,json=dateEnabled,proto3" json:"date_enabled,omitempty"`
	MasterId    int64     `protobuf:"varint,7,opt,name=master_id,json=masterId,proto3" json:"master_id,omitempty"`
	DigitalOnly bool      `protobuf:"varint,8,opt,name=digital_only,json=digitalOnly,proto3" json:"digital_only,omitempty"`
	// contains filtered or unexported fields
}

func (*WantlistEntry) Descriptor deprecated added in v0.281.0

func (*WantlistEntry) Descriptor() ([]byte, []int)

Deprecated: Use WantlistEntry.ProtoReflect.Descriptor instead.

func (*WantlistEntry) GetArtist added in v0.281.0

func (x *WantlistEntry) GetArtist() string

func (*WantlistEntry) GetDateEnabled added in v0.463.0

func (x *WantlistEntry) GetDateEnabled() int64

func (*WantlistEntry) GetDigitalOnly added in v0.686.0

func (x *WantlistEntry) GetDigitalOnly() bool

func (*WantlistEntry) GetId added in v0.281.0

func (x *WantlistEntry) GetId() int64

func (*WantlistEntry) GetIndex added in v0.293.0

func (x *WantlistEntry) GetIndex() int32

func (*WantlistEntry) GetMasterId added in v0.686.0

func (x *WantlistEntry) GetMasterId() int64

func (*WantlistEntry) GetState added in v0.304.0

func (x *WantlistEntry) GetState() WantState

func (*WantlistEntry) GetTitle added in v0.281.0

func (x *WantlistEntry) GetTitle() string

func (*WantlistEntry) ProtoMessage added in v0.281.0

func (*WantlistEntry) ProtoMessage()

func (*WantlistEntry) ProtoReflect added in v0.281.0

func (x *WantlistEntry) ProtoReflect() protoreflect.Message

func (*WantlistEntry) Reset added in v0.281.0

func (x *WantlistEntry) Reset()

func (*WantlistEntry) String added in v0.281.0

func (x *WantlistEntry) String() string

type WantlistType added in v0.281.0

type WantlistType int32
const (
	WantlistType_TYPE_UNKNOWN WantlistType = 0
	WantlistType_EN_MASSE     WantlistType = 1
	WantlistType_ONE_BY_ONE   WantlistType = 2
	WantlistType_DATE_BOUNDED WantlistType = 3
)

func (WantlistType) Descriptor added in v0.281.0

func (WantlistType) Enum added in v0.281.0

func (x WantlistType) Enum() *WantlistType

func (WantlistType) EnumDescriptor deprecated added in v0.281.0

func (WantlistType) EnumDescriptor() ([]byte, []int)

Deprecated: Use WantlistType.Descriptor instead.

func (WantlistType) Number added in v0.281.0

func (WantlistType) String added in v0.281.0

func (x WantlistType) String() string

func (WantlistType) Type added in v0.281.0

type WantlistVisibility added in v0.466.0

type WantlistVisibility int32
const (
	WantlistVisibility_VISIBLE   WantlistVisibility = 0
	WantlistVisibility_INVISIBLE WantlistVisibility = 1
)

func (WantlistVisibility) Descriptor added in v0.466.0

func (WantlistVisibility) Enum added in v0.466.0

func (WantlistVisibility) EnumDescriptor deprecated added in v0.466.0

func (WantlistVisibility) EnumDescriptor() ([]byte, []int)

Deprecated: Use WantlistVisibility.Descriptor instead.

func (WantlistVisibility) Number added in v0.466.0

func (WantlistVisibility) String added in v0.466.0

func (x WantlistVisibility) String() string

func (WantlistVisibility) Type added in v0.466.0

type WantsBasis added in v0.465.0

type WantsBasis int32
const (
	WantsBasis_WANTS_DISCOGS    WantsBasis = 0
	WantsBasis_WANTS_HYBRID     WantsBasis = 1
	WantsBasis_WANTS_GRAMOPHILE WantsBasis = 2
)

func (WantsBasis) Descriptor added in v0.465.0

func (WantsBasis) Descriptor() protoreflect.EnumDescriptor

func (WantsBasis) Enum added in v0.465.0

func (x WantsBasis) Enum() *WantsBasis

func (WantsBasis) EnumDescriptor deprecated added in v0.465.0

func (WantsBasis) EnumDescriptor() ([]byte, []int)

Deprecated: Use WantsBasis.Descriptor instead.

func (WantsBasis) Number added in v0.465.0

func (x WantsBasis) Number() protoreflect.EnumNumber

func (WantsBasis) String added in v0.465.0

func (x WantsBasis) String() string

func (WantsBasis) Type added in v0.465.0

type WantsConfig added in v0.465.0

type WantsConfig struct {
	Origin       WantsBasis    `protobuf:"varint,1,opt,name=origin,proto3,enum=gramophile.WantsBasis" json:"origin,omitempty"`
	Existing     WantsExisting `protobuf:"varint,2,opt,name=existing,proto3,enum=gramophile.WantsExisting" json:"existing,omitempty"`
	TransferList string        `protobuf:"bytes,3,opt,name=transfer_list,json=transferList,proto3" json:"transfer_list,omitempty"`
	DigitalWants DigitalWants  `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WantsConfig) Descriptor deprecated added in v0.465.0

func (*WantsConfig) Descriptor() ([]byte, []int)

Deprecated: Use WantsConfig.ProtoReflect.Descriptor instead.

func (*WantsConfig) GetDigitalWants added in v0.686.0

func (x *WantsConfig) GetDigitalWants() DigitalWants

func (*WantsConfig) GetExisting added in v0.597.0

func (x *WantsConfig) GetExisting() WantsExisting

func (*WantsConfig) GetOrigin added in v0.465.0

func (x *WantsConfig) GetOrigin() WantsBasis

func (*WantsConfig) GetTransferList added in v0.603.0

func (x *WantsConfig) GetTransferList() string

func (*WantsConfig) ProtoMessage added in v0.465.0

func (*WantsConfig) ProtoMessage()

func (*WantsConfig) ProtoReflect added in v0.465.0

func (x *WantsConfig) ProtoReflect() protoreflect.Message

func (*WantsConfig) Reset added in v0.465.0

func (x *WantsConfig) Reset()

func (*WantsConfig) String added in v0.465.0

func (x *WantsConfig) String() string

type WantsExisting added in v0.597.0

type WantsExisting int32
const (
	WantsExisting_EXISTING_UNKNOWN WantsExisting = 0
	WantsExisting_EXISTING_DROP    WantsExisting = 1
	WantsExisting_EXISTING_LIST    WantsExisting = 2
)

func (WantsExisting) Descriptor added in v0.597.0

func (WantsExisting) Enum added in v0.597.0

func (x WantsExisting) Enum() *WantsExisting

func (WantsExisting) EnumDescriptor deprecated added in v0.597.0

func (WantsExisting) EnumDescriptor() ([]byte, []int)

Deprecated: Use WantsExisting.Descriptor instead.

func (WantsExisting) Number added in v0.597.0

func (WantsExisting) String added in v0.597.0

func (x WantsExisting) String() string

func (WantsExisting) Type added in v0.597.0

type WeightConfig added in v0.239.0

type WeightConfig struct {
	Mandate Mandate `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	// contains filtered or unexported fields
}

func (*WeightConfig) Descriptor deprecated added in v0.239.0

func (*WeightConfig) Descriptor() ([]byte, []int)

Deprecated: Use WeightConfig.ProtoReflect.Descriptor instead.

func (*WeightConfig) GetMandate added in v0.239.0

func (x *WeightConfig) GetMandate() Mandate

func (*WeightConfig) ProtoMessage added in v0.239.0

func (*WeightConfig) ProtoMessage()

func (*WeightConfig) ProtoReflect added in v0.239.0

func (x *WeightConfig) ProtoReflect() protoreflect.Message

func (*WeightConfig) Reset added in v0.239.0

func (x *WeightConfig) Reset()

func (*WeightConfig) String added in v0.239.0

func (x *WeightConfig) String() string

type WidthConfig added in v0.214.0

type WidthConfig struct {
	Mandate Mandate `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	// contains filtered or unexported fields
}

func (*WidthConfig) Descriptor deprecated added in v0.214.0

func (*WidthConfig) Descriptor() ([]byte, []int)

Deprecated: Use WidthConfig.ProtoReflect.Descriptor instead.

func (*WidthConfig) GetMandate added in v0.214.0

func (x *WidthConfig) GetMandate() Mandate

func (*WidthConfig) ProtoMessage added in v0.214.0

func (*WidthConfig) ProtoMessage()

func (*WidthConfig) ProtoReflect added in v0.214.0

func (x *WidthConfig) ProtoReflect() protoreflect.Message

func (*WidthConfig) Reset added in v0.214.0

func (x *WidthConfig) Reset()

func (*WidthConfig) String added in v0.214.0

func (x *WidthConfig) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL