v1beta1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MessageControlType_name = map[int32]string{
		0: "MESSAGE_CONTROL_TYPE_UNSPECIFIED",
		1: "MESSAGE_CONTROL_TYPE_NEW_MESSAGE",
		2: "MESSAGE_CONTROL_TYPE_UPDATED_MESSAGE",
		3: "MESSAGE_CONTROL_TYPE_TAKEDOWN_MESSAGE",
		4: "MESSAGE_CONTROL_TYPE_TEST_MESSAGE",
	}
	MessageControlType_value = map[string]int32{
		"MESSAGE_CONTROL_TYPE_UNSPECIFIED":      0,
		"MESSAGE_CONTROL_TYPE_NEW_MESSAGE":      1,
		"MESSAGE_CONTROL_TYPE_UPDATED_MESSAGE":  2,
		"MESSAGE_CONTROL_TYPE_TAKEDOWN_MESSAGE": 3,
		"MESSAGE_CONTROL_TYPE_TEST_MESSAGE":     4,
	}
)

Enum value maps for MessageControlType.

View Source
var File_ddex_v1beta1_common_proto protoreflect.FileDescriptor
View Source
var File_ddex_v1beta1_deal_proto protoreflect.FileDescriptor
View Source
var File_ddex_v1beta1_ern_proto protoreflect.FileDescriptor
View Source
var File_ddex_v1beta1_mead_proto protoreflect.FileDescriptor
View Source
var File_ddex_v1beta1_party_proto protoreflect.FileDescriptor
View Source
var File_ddex_v1beta1_pie_proto protoreflect.FileDescriptor
View Source
var File_ddex_v1beta1_release_proto protoreflect.FileDescriptor
View Source
var File_ddex_v1beta1_resource_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Deal

type Deal struct {

	// Types that are assignable to Deal:
	//
	//	*Deal_ReleaseDeal_
	Deal isDeal_Deal `protobuf_oneof:"deal"`
	// contains filtered or unexported fields
}

func (*Deal) Descriptor deprecated

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

Deprecated: Use Deal.ProtoReflect.Descriptor instead.

func (*Deal) GetDeal

func (m *Deal) GetDeal() isDeal_Deal

func (*Deal) GetReleaseDeal

func (x *Deal) GetReleaseDeal() *Deal_ReleaseDeal

func (*Deal) ProtoMessage

func (*Deal) ProtoMessage()

func (*Deal) ProtoReflect

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

func (*Deal) Reset

func (x *Deal) Reset()

func (*Deal) String

func (x *Deal) String() string

type Deal_ReleaseDeal

type Deal_ReleaseDeal struct {
	DealReleaseReference []string               `protobuf:"bytes,1,rep,name=deal_release_reference,json=dealReleaseReference,proto3" json:"deal_release_reference,omitempty"`
	Deal                 *Deal_ReleaseDeal_Deal `protobuf:"bytes,2,opt,name=deal,proto3" json:"deal,omitempty"`
	// contains filtered or unexported fields
}

func (*Deal_ReleaseDeal) Descriptor deprecated

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

Deprecated: Use Deal_ReleaseDeal.ProtoReflect.Descriptor instead.

func (*Deal_ReleaseDeal) GetDeal

func (*Deal_ReleaseDeal) GetDealReleaseReference

func (x *Deal_ReleaseDeal) GetDealReleaseReference() []string

func (*Deal_ReleaseDeal) ProtoMessage

func (*Deal_ReleaseDeal) ProtoMessage()

func (*Deal_ReleaseDeal) ProtoReflect

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

func (*Deal_ReleaseDeal) Reset

func (x *Deal_ReleaseDeal) Reset()

func (*Deal_ReleaseDeal) String

func (x *Deal_ReleaseDeal) String() string

type Deal_ReleaseDeal_

type Deal_ReleaseDeal_ struct {
	ReleaseDeal *Deal_ReleaseDeal `protobuf:"bytes,1,opt,name=release_deal,json=releaseDeal,proto3,oneof"`
}

type Deal_ReleaseDeal_Deal

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

func (*Deal_ReleaseDeal_Deal) Descriptor deprecated

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

Deprecated: Use Deal_ReleaseDeal_Deal.ProtoReflect.Descriptor instead.

func (*Deal_ReleaseDeal_Deal) ProtoMessage

func (*Deal_ReleaseDeal_Deal) ProtoMessage()

func (*Deal_ReleaseDeal_Deal) ProtoReflect

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

func (*Deal_ReleaseDeal_Deal) Reset

func (x *Deal_ReleaseDeal_Deal) Reset()

func (*Deal_ReleaseDeal_Deal) String

func (x *Deal_ReleaseDeal_Deal) String() string

type Deal_ReleaseDeal_Deal_DealTerms

type Deal_ReleaseDeal_Deal_DealTerms struct {
	TerritoryCode       []string                                        `protobuf:"bytes,1,rep,name=territory_code,json=territoryCode,proto3" json:"territory_code,omitempty"`
	ValidityPeriod      *Deal_ReleaseDeal_Deal_DealTerms_ValidityPeriod `protobuf:"bytes,2,opt,name=validity_period,json=validityPeriod,proto3" json:"validity_period,omitempty"`
	CommercialModelType string                                          `protobuf:"bytes,3,opt,name=commercial_model_type,json=commercialModelType,proto3" json:"commercial_model_type,omitempty"`
	UseType             string                                          `protobuf:"bytes,4,opt,name=use_type,json=useType,proto3" json:"use_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Deal_ReleaseDeal_Deal_DealTerms) Descriptor deprecated

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

Deprecated: Use Deal_ReleaseDeal_Deal_DealTerms.ProtoReflect.Descriptor instead.

func (*Deal_ReleaseDeal_Deal_DealTerms) GetCommercialModelType

func (x *Deal_ReleaseDeal_Deal_DealTerms) GetCommercialModelType() string

func (*Deal_ReleaseDeal_Deal_DealTerms) GetTerritoryCode

func (x *Deal_ReleaseDeal_Deal_DealTerms) GetTerritoryCode() []string

func (*Deal_ReleaseDeal_Deal_DealTerms) GetUseType

func (x *Deal_ReleaseDeal_Deal_DealTerms) GetUseType() string

func (*Deal_ReleaseDeal_Deal_DealTerms) GetValidityPeriod

func (*Deal_ReleaseDeal_Deal_DealTerms) ProtoMessage

func (*Deal_ReleaseDeal_Deal_DealTerms) ProtoMessage()

func (*Deal_ReleaseDeal_Deal_DealTerms) ProtoReflect

func (*Deal_ReleaseDeal_Deal_DealTerms) Reset

func (*Deal_ReleaseDeal_Deal_DealTerms) String

type Deal_ReleaseDeal_Deal_DealTerms_ValidityPeriod

type Deal_ReleaseDeal_Deal_DealTerms_ValidityPeriod struct {
	StartDateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_date_time,json=startDateTime,proto3" json:"start_date_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Deal_ReleaseDeal_Deal_DealTerms_ValidityPeriod) Descriptor deprecated

Deprecated: Use Deal_ReleaseDeal_Deal_DealTerms_ValidityPeriod.ProtoReflect.Descriptor instead.

func (*Deal_ReleaseDeal_Deal_DealTerms_ValidityPeriod) GetStartDateTime

func (*Deal_ReleaseDeal_Deal_DealTerms_ValidityPeriod) ProtoMessage

func (*Deal_ReleaseDeal_Deal_DealTerms_ValidityPeriod) ProtoReflect

func (*Deal_ReleaseDeal_Deal_DealTerms_ValidityPeriod) Reset

func (*Deal_ReleaseDeal_Deal_DealTerms_ValidityPeriod) String

type MeadMessage

type MeadMessage struct {
	MessageHeader           *MessageHeader                       `protobuf:"bytes,1,opt,name=message_header,json=messageHeader,proto3" json:"message_header,omitempty"`
	ResourceInformationList *MeadMessage_ResourceInformationList `` /* 132-byte string literal not displayed */
	ReleaseInformationList  *MeadMessage_ReleaseInformationList  `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

Media Enrichment and Description (MEAD) message from the DDEX standard

func (*MeadMessage) Descriptor deprecated

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

Deprecated: Use MeadMessage.ProtoReflect.Descriptor instead.

func (*MeadMessage) GetMessageHeader

func (x *MeadMessage) GetMessageHeader() *MessageHeader

func (*MeadMessage) GetReleaseInformationList

func (x *MeadMessage) GetReleaseInformationList() *MeadMessage_ReleaseInformationList

func (*MeadMessage) GetResourceInformationList

func (x *MeadMessage) GetResourceInformationList() *MeadMessage_ResourceInformationList

func (*MeadMessage) ProtoMessage

func (*MeadMessage) ProtoMessage()

func (*MeadMessage) ProtoReflect

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

func (*MeadMessage) Reset

func (x *MeadMessage) Reset()

func (*MeadMessage) String

func (x *MeadMessage) String() string

type MeadMessageAck

type MeadMessageAck struct {

	// address of the MEAD message
	MeadAddress string `protobuf:"bytes,1,opt,name=mead_address,json=meadAddress,proto3" json:"mead_address,omitempty"`
	// contains filtered or unexported fields
}

func (*MeadMessageAck) Descriptor deprecated

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

Deprecated: Use MeadMessageAck.ProtoReflect.Descriptor instead.

func (*MeadMessageAck) GetMeadAddress

func (x *MeadMessageAck) GetMeadAddress() string

func (*MeadMessageAck) ProtoMessage

func (*MeadMessageAck) ProtoMessage()

func (*MeadMessageAck) ProtoReflect

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

func (*MeadMessageAck) Reset

func (x *MeadMessageAck) Reset()

func (*MeadMessageAck) String

func (x *MeadMessageAck) String() string

type MeadMessage_BeatsPerMinute

type MeadMessage_BeatsPerMinute struct {
	Value float32 `protobuf:"fixed32,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*MeadMessage_BeatsPerMinute) Descriptor deprecated

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

Deprecated: Use MeadMessage_BeatsPerMinute.ProtoReflect.Descriptor instead.

func (*MeadMessage_BeatsPerMinute) GetValue

func (x *MeadMessage_BeatsPerMinute) GetValue() float32

func (*MeadMessage_BeatsPerMinute) ProtoMessage

func (*MeadMessage_BeatsPerMinute) ProtoMessage()

func (*MeadMessage_BeatsPerMinute) ProtoReflect

func (*MeadMessage_BeatsPerMinute) Reset

func (x *MeadMessage_BeatsPerMinute) Reset()

func (*MeadMessage_BeatsPerMinute) String

func (x *MeadMessage_BeatsPerMinute) String() string

type MeadMessage_Harmony

type MeadMessage_Harmony struct {
	RootChordNote    string `protobuf:"bytes,1,opt,name=root_chord_note,json=rootChordNote,proto3" json:"root_chord_note,omitempty"`
	RootChordQuality string `protobuf:"bytes,2,opt,name=root_chord_quality,json=rootChordQuality,proto3" json:"root_chord_quality,omitempty"`
	Mode             string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*MeadMessage_Harmony) Descriptor deprecated

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

Deprecated: Use MeadMessage_Harmony.ProtoReflect.Descriptor instead.

func (*MeadMessage_Harmony) GetMode

func (x *MeadMessage_Harmony) GetMode() string

func (*MeadMessage_Harmony) GetRootChordNote

func (x *MeadMessage_Harmony) GetRootChordNote() string

func (*MeadMessage_Harmony) GetRootChordQuality

func (x *MeadMessage_Harmony) GetRootChordQuality() string

func (*MeadMessage_Harmony) ProtoMessage

func (*MeadMessage_Harmony) ProtoMessage()

func (*MeadMessage_Harmony) ProtoReflect

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

func (*MeadMessage_Harmony) Reset

func (x *MeadMessage_Harmony) Reset()

func (*MeadMessage_Harmony) String

func (x *MeadMessage_Harmony) String() string

type MeadMessage_Mood

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

func (*MeadMessage_Mood) Descriptor deprecated

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

Deprecated: Use MeadMessage_Mood.ProtoReflect.Descriptor instead.

func (*MeadMessage_Mood) GetDescription

func (x *MeadMessage_Mood) GetDescription() string

func (*MeadMessage_Mood) GetType

func (x *MeadMessage_Mood) GetType() string

func (*MeadMessage_Mood) ProtoMessage

func (*MeadMessage_Mood) ProtoMessage()

func (*MeadMessage_Mood) ProtoReflect

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

func (*MeadMessage_Mood) Reset

func (x *MeadMessage_Mood) Reset()

func (*MeadMessage_Mood) String

func (x *MeadMessage_Mood) String() string

type MeadMessage_ReleaseInformation

type MeadMessage_ReleaseInformation struct {
	ReleaseSummary *MeadMessage_ReleaseSummary `protobuf:"bytes,1,opt,name=release_summary,json=releaseSummary,proto3" json:"release_summary,omitempty"`
	// optional information fields
	Mood           *MeadMessage_Mood           `protobuf:"bytes,2,opt,name=mood,proto3,oneof" json:"mood,omitempty"`
	BeatsPerMinute *MeadMessage_BeatsPerMinute `protobuf:"bytes,3,opt,name=beats_per_minute,json=beatsPerMinute,proto3,oneof" json:"beats_per_minute,omitempty"`
	Harmony        *MeadMessage_Harmony        `protobuf:"bytes,4,opt,name=harmony,proto3,oneof" json:"harmony,omitempty"`
	// contains filtered or unexported fields
}

func (*MeadMessage_ReleaseInformation) Descriptor deprecated

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

Deprecated: Use MeadMessage_ReleaseInformation.ProtoReflect.Descriptor instead.

func (*MeadMessage_ReleaseInformation) GetBeatsPerMinute

func (*MeadMessage_ReleaseInformation) GetHarmony

func (*MeadMessage_ReleaseInformation) GetMood

func (*MeadMessage_ReleaseInformation) GetReleaseSummary

func (*MeadMessage_ReleaseInformation) ProtoMessage

func (*MeadMessage_ReleaseInformation) ProtoMessage()

func (*MeadMessage_ReleaseInformation) ProtoReflect

func (*MeadMessage_ReleaseInformation) Reset

func (x *MeadMessage_ReleaseInformation) Reset()

func (*MeadMessage_ReleaseInformation) String

type MeadMessage_ReleaseInformationList

type MeadMessage_ReleaseInformationList struct {
	ReleaseInformation []*MeadMessage_ReleaseInformation `protobuf:"bytes,1,rep,name=release_information,json=releaseInformation,proto3" json:"release_information,omitempty"`
	// contains filtered or unexported fields
}

func (*MeadMessage_ReleaseInformationList) Descriptor deprecated

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

Deprecated: Use MeadMessage_ReleaseInformationList.ProtoReflect.Descriptor instead.

func (*MeadMessage_ReleaseInformationList) GetReleaseInformation

func (*MeadMessage_ReleaseInformationList) ProtoMessage

func (*MeadMessage_ReleaseInformationList) ProtoMessage()

func (*MeadMessage_ReleaseInformationList) ProtoReflect

func (*MeadMessage_ReleaseInformationList) Reset

func (*MeadMessage_ReleaseInformationList) String

type MeadMessage_ReleaseSummary

type MeadMessage_ReleaseSummary struct {
	ReleaseId     *Release_ReleaseId     `protobuf:"bytes,1,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"`
	DisplayTitle  *Release_DisplayTitle  `protobuf:"bytes,2,opt,name=display_title,json=displayTitle,proto3" json:"display_title,omitempty"`
	DisplayArtist *Release_DisplayArtist `protobuf:"bytes,3,opt,name=display_artist,json=displayArtist,proto3" json:"display_artist,omitempty"`
	// contains filtered or unexported fields
}

func (*MeadMessage_ReleaseSummary) Descriptor deprecated

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

Deprecated: Use MeadMessage_ReleaseSummary.ProtoReflect.Descriptor instead.

func (*MeadMessage_ReleaseSummary) GetDisplayArtist

func (x *MeadMessage_ReleaseSummary) GetDisplayArtist() *Release_DisplayArtist

func (*MeadMessage_ReleaseSummary) GetDisplayTitle

func (x *MeadMessage_ReleaseSummary) GetDisplayTitle() *Release_DisplayTitle

func (*MeadMessage_ReleaseSummary) GetReleaseId

func (x *MeadMessage_ReleaseSummary) GetReleaseId() *Release_ReleaseId

func (*MeadMessage_ReleaseSummary) ProtoMessage

func (*MeadMessage_ReleaseSummary) ProtoMessage()

func (*MeadMessage_ReleaseSummary) ProtoReflect

func (*MeadMessage_ReleaseSummary) Reset

func (x *MeadMessage_ReleaseSummary) Reset()

func (*MeadMessage_ReleaseSummary) String

func (x *MeadMessage_ReleaseSummary) String() string

type MeadMessage_ResourceContributor

type MeadMessage_ResourceContributor struct {
	PartyId   *Party_PartyId   `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	PartyName *Party_PartyName `protobuf:"bytes,2,opt,name=party_name,json=partyName,proto3" json:"party_name,omitempty"`
	// contains filtered or unexported fields
}

func (*MeadMessage_ResourceContributor) Descriptor deprecated

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

Deprecated: Use MeadMessage_ResourceContributor.ProtoReflect.Descriptor instead.

func (*MeadMessage_ResourceContributor) GetPartyId

func (*MeadMessage_ResourceContributor) GetPartyName

func (*MeadMessage_ResourceContributor) ProtoMessage

func (*MeadMessage_ResourceContributor) ProtoMessage()

func (*MeadMessage_ResourceContributor) ProtoReflect

func (*MeadMessage_ResourceContributor) Reset

func (*MeadMessage_ResourceContributor) String

type MeadMessage_ResourceInformation

type MeadMessage_ResourceInformation struct {
	ResourceSummary     *MeadMessage_ResourceSummary       `protobuf:"bytes,1,opt,name=resource_summary,json=resourceSummary,proto3" json:"resource_summary,omitempty"`
	ResourceContributor []*MeadMessage_ResourceContributor `protobuf:"bytes,2,rep,name=resource_contributor,json=resourceContributor,proto3" json:"resource_contributor,omitempty"`
	// contains filtered or unexported fields
}

func (*MeadMessage_ResourceInformation) Descriptor deprecated

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

Deprecated: Use MeadMessage_ResourceInformation.ProtoReflect.Descriptor instead.

func (*MeadMessage_ResourceInformation) GetResourceContributor

func (*MeadMessage_ResourceInformation) GetResourceSummary

func (*MeadMessage_ResourceInformation) ProtoMessage

func (*MeadMessage_ResourceInformation) ProtoMessage()

func (*MeadMessage_ResourceInformation) ProtoReflect

func (*MeadMessage_ResourceInformation) Reset

func (*MeadMessage_ResourceInformation) String

type MeadMessage_ResourceInformationList

type MeadMessage_ResourceInformationList struct {
	ResourceInformation []*MeadMessage_ResourceInformation `protobuf:"bytes,1,rep,name=resource_information,json=resourceInformation,proto3" json:"resource_information,omitempty"`
	// contains filtered or unexported fields
}

func (*MeadMessage_ResourceInformationList) Descriptor deprecated

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

Deprecated: Use MeadMessage_ResourceInformationList.ProtoReflect.Descriptor instead.

func (*MeadMessage_ResourceInformationList) GetResourceInformation

func (*MeadMessage_ResourceInformationList) ProtoMessage

func (*MeadMessage_ResourceInformationList) ProtoMessage()

func (*MeadMessage_ResourceInformationList) ProtoReflect

func (*MeadMessage_ResourceInformationList) Reset

func (*MeadMessage_ResourceInformationList) String

type MeadMessage_ResourceSummary

type MeadMessage_ResourceSummary struct {
	ResourceId    *Resource_ResourceId    `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	DisplayTitle  *Resource_DisplayTitle  `protobuf:"bytes,2,opt,name=display_title,json=displayTitle,proto3" json:"display_title,omitempty"`
	DisplayArtist *Resource_DisplayArtist `protobuf:"bytes,3,opt,name=display_artist,json=displayArtist,proto3" json:"display_artist,omitempty"`
	// optional information fields
	Mood           *MeadMessage_Mood           `protobuf:"bytes,4,opt,name=mood,proto3,oneof" json:"mood,omitempty"`
	BeatsPerMinute *MeadMessage_BeatsPerMinute `protobuf:"bytes,5,opt,name=beats_per_minute,json=beatsPerMinute,proto3,oneof" json:"beats_per_minute,omitempty"`
	Harmony        *MeadMessage_Harmony        `protobuf:"bytes,6,opt,name=harmony,proto3,oneof" json:"harmony,omitempty"`
	// contains filtered or unexported fields
}

func (*MeadMessage_ResourceSummary) Descriptor deprecated

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

Deprecated: Use MeadMessage_ResourceSummary.ProtoReflect.Descriptor instead.

func (*MeadMessage_ResourceSummary) GetBeatsPerMinute

func (*MeadMessage_ResourceSummary) GetDisplayArtist

func (x *MeadMessage_ResourceSummary) GetDisplayArtist() *Resource_DisplayArtist

func (*MeadMessage_ResourceSummary) GetDisplayTitle

func (x *MeadMessage_ResourceSummary) GetDisplayTitle() *Resource_DisplayTitle

func (*MeadMessage_ResourceSummary) GetHarmony

func (*MeadMessage_ResourceSummary) GetMood

func (*MeadMessage_ResourceSummary) GetResourceId

func (*MeadMessage_ResourceSummary) ProtoMessage

func (*MeadMessage_ResourceSummary) ProtoMessage()

func (*MeadMessage_ResourceSummary) ProtoReflect

func (*MeadMessage_ResourceSummary) Reset

func (x *MeadMessage_ResourceSummary) Reset()

func (*MeadMessage_ResourceSummary) String

func (x *MeadMessage_ResourceSummary) String() string

type MessageControlType

type MessageControlType int32
const (
	MessageControlType_MESSAGE_CONTROL_TYPE_UNSPECIFIED      MessageControlType = 0
	MessageControlType_MESSAGE_CONTROL_TYPE_NEW_MESSAGE      MessageControlType = 1
	MessageControlType_MESSAGE_CONTROL_TYPE_UPDATED_MESSAGE  MessageControlType = 2
	MessageControlType_MESSAGE_CONTROL_TYPE_TAKEDOWN_MESSAGE MessageControlType = 3
	MessageControlType_MESSAGE_CONTROL_TYPE_TEST_MESSAGE     MessageControlType = 4
)

func (MessageControlType) Descriptor

func (MessageControlType) Enum

func (MessageControlType) EnumDescriptor deprecated

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

Deprecated: Use MessageControlType.Descriptor instead.

func (MessageControlType) Number

func (MessageControlType) String

func (x MessageControlType) String() string

func (MessageControlType) Type

type MessageHeader

type MessageHeader struct {
	MessageThreadId        *string                `protobuf:"bytes,1,opt,name=message_thread_id,json=messageThreadId,proto3,oneof" json:"message_thread_id,omitempty"`
	MessageId              string                 `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	MessageSender          *MessageSender         `protobuf:"bytes,3,opt,name=message_sender,json=messageSender,proto3" json:"message_sender,omitempty"`
	MessageRecipient       []*MessageRecipient    `protobuf:"bytes,4,rep,name=message_recipient,json=messageRecipient,proto3" json:"message_recipient,omitempty"`
	MessageCreatedDateTime *timestamppb.Timestamp `` /* 131-byte string literal not displayed */
	MessageControlType     *MessageControlType    `` /* 161-byte string literal not displayed */
	SentOnBehalfOf         *MessageSender         `protobuf:"bytes,7,opt,name=sent_on_behalf_of,json=sentOnBehalfOf,proto3,oneof" json:"sent_on_behalf_of,omitempty"`
	SentAsRequestedBy      *MessageRecipient      `protobuf:"bytes,8,opt,name=sent_as_requested_by,json=sentAsRequestedBy,proto3,oneof" json:"sent_as_requested_by,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageHeader) Descriptor deprecated

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

Deprecated: Use MessageHeader.ProtoReflect.Descriptor instead.

func (*MessageHeader) GetMessageControlType

func (x *MessageHeader) GetMessageControlType() MessageControlType

func (*MessageHeader) GetMessageCreatedDateTime

func (x *MessageHeader) GetMessageCreatedDateTime() *timestamppb.Timestamp

func (*MessageHeader) GetMessageId

func (x *MessageHeader) GetMessageId() string

func (*MessageHeader) GetMessageRecipient

func (x *MessageHeader) GetMessageRecipient() []*MessageRecipient

func (*MessageHeader) GetMessageSender

func (x *MessageHeader) GetMessageSender() *MessageSender

func (*MessageHeader) GetMessageThreadId

func (x *MessageHeader) GetMessageThreadId() string

func (*MessageHeader) GetSentAsRequestedBy

func (x *MessageHeader) GetSentAsRequestedBy() *MessageRecipient

func (*MessageHeader) GetSentOnBehalfOf

func (x *MessageHeader) GetSentOnBehalfOf() *MessageSender

func (*MessageHeader) ProtoMessage

func (*MessageHeader) ProtoMessage()

func (*MessageHeader) ProtoReflect

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

func (*MessageHeader) Reset

func (x *MessageHeader) Reset()

func (*MessageHeader) String

func (x *MessageHeader) String() string

type MessageRecipient

type MessageRecipient struct {
	PartyId   *Party_PartyId   `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	PartyName *Party_PartyName `protobuf:"bytes,2,opt,name=party_name,json=partyName,proto3" json:"party_name,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageRecipient) Descriptor deprecated

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

Deprecated: Use MessageRecipient.ProtoReflect.Descriptor instead.

func (*MessageRecipient) GetPartyId

func (x *MessageRecipient) GetPartyId() *Party_PartyId

func (*MessageRecipient) GetPartyName

func (x *MessageRecipient) GetPartyName() *Party_PartyName

func (*MessageRecipient) ProtoMessage

func (*MessageRecipient) ProtoMessage()

func (*MessageRecipient) ProtoReflect

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

func (*MessageRecipient) Reset

func (x *MessageRecipient) Reset()

func (*MessageRecipient) String

func (x *MessageRecipient) String() string

type MessageSender

type MessageSender struct {
	PartyId   *Party_PartyId   `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	PartyName *Party_PartyName `protobuf:"bytes,2,opt,name=party_name,json=partyName,proto3" json:"party_name,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageSender) Descriptor deprecated

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

Deprecated: Use MessageSender.ProtoReflect.Descriptor instead.

func (*MessageSender) GetPartyId

func (x *MessageSender) GetPartyId() *Party_PartyId

func (*MessageSender) GetPartyName

func (x *MessageSender) GetPartyName() *Party_PartyName

func (*MessageSender) ProtoMessage

func (*MessageSender) ProtoMessage()

func (*MessageSender) ProtoReflect

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

func (*MessageSender) Reset

func (x *MessageSender) Reset()

func (*MessageSender) String

func (x *MessageSender) String() string

type NewReleaseMessage

type NewReleaseMessage struct {
	MessageHeader *MessageHeader `protobuf:"bytes,1,opt,name=message_header,json=messageHeader,proto3" json:"message_header,omitempty"`
	PartyList     []*Party       `protobuf:"bytes,2,rep,name=party_list,json=partyList,proto3" json:"party_list,omitempty"`
	ResourceList  []*Resource    `protobuf:"bytes,3,rep,name=resource_list,json=resourceList,proto3" json:"resource_list,omitempty"`
	ReleaseList   []*Release     `protobuf:"bytes,4,rep,name=release_list,json=releaseList,proto3" json:"release_list,omitempty"`
	DealList      []*Deal        `protobuf:"bytes,5,rep,name=deal_list,json=dealList,proto3" json:"deal_list,omitempty"`
	// contains filtered or unexported fields
}

DDEX 4.3 Release Notification Message

func (*NewReleaseMessage) Descriptor deprecated

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

Deprecated: Use NewReleaseMessage.ProtoReflect.Descriptor instead.

func (*NewReleaseMessage) GetDealList

func (x *NewReleaseMessage) GetDealList() []*Deal

func (*NewReleaseMessage) GetMessageHeader

func (x *NewReleaseMessage) GetMessageHeader() *MessageHeader

func (*NewReleaseMessage) GetPartyList

func (x *NewReleaseMessage) GetPartyList() []*Party

func (*NewReleaseMessage) GetReleaseList

func (x *NewReleaseMessage) GetReleaseList() []*Release

func (*NewReleaseMessage) GetResourceList

func (x *NewReleaseMessage) GetResourceList() []*Resource

func (*NewReleaseMessage) ProtoMessage

func (*NewReleaseMessage) ProtoMessage()

func (*NewReleaseMessage) ProtoReflect

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

func (*NewReleaseMessage) Reset

func (x *NewReleaseMessage) Reset()

func (*NewReleaseMessage) String

func (x *NewReleaseMessage) String() string

type NewReleaseMessageAck

type NewReleaseMessageAck struct {

	// address of the ERN message
	ErnAddress string `protobuf:"bytes,1,opt,name=ern_address,json=ernAddress,proto3" json:"ern_address,omitempty"`
	// addresses of the parties in the ERN message
	PartyAddresses []string `protobuf:"bytes,2,rep,name=party_addresses,json=partyAddresses,proto3" json:"party_addresses,omitempty"`
	// addresses of the resources in the ERN message
	ResourceAddresses []string `protobuf:"bytes,3,rep,name=resource_addresses,json=resourceAddresses,proto3" json:"resource_addresses,omitempty"`
	// addresses of the releases in the ERN message
	ReleaseAddresses []string `protobuf:"bytes,4,rep,name=release_addresses,json=releaseAddresses,proto3" json:"release_addresses,omitempty"`
	// addresses of the deals in the ERN message
	DealAddresses []string `protobuf:"bytes,5,rep,name=deal_addresses,json=dealAddresses,proto3" json:"deal_addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*NewReleaseMessageAck) Descriptor deprecated

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

Deprecated: Use NewReleaseMessageAck.ProtoReflect.Descriptor instead.

func (*NewReleaseMessageAck) GetDealAddresses

func (x *NewReleaseMessageAck) GetDealAddresses() []string

func (*NewReleaseMessageAck) GetErnAddress

func (x *NewReleaseMessageAck) GetErnAddress() string

func (*NewReleaseMessageAck) GetPartyAddresses

func (x *NewReleaseMessageAck) GetPartyAddresses() []string

func (*NewReleaseMessageAck) GetReleaseAddresses

func (x *NewReleaseMessageAck) GetReleaseAddresses() []string

func (*NewReleaseMessageAck) GetResourceAddresses

func (x *NewReleaseMessageAck) GetResourceAddresses() []string

func (*NewReleaseMessageAck) ProtoMessage

func (*NewReleaseMessageAck) ProtoMessage()

func (*NewReleaseMessageAck) ProtoReflect

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

func (*NewReleaseMessageAck) Reset

func (x *NewReleaseMessageAck) Reset()

func (*NewReleaseMessageAck) String

func (x *NewReleaseMessageAck) String() string

type Party

type Party struct {
	PartyReference string           `protobuf:"bytes,1,opt,name=party_reference,json=partyReference,proto3" json:"party_reference,omitempty"`
	PartyName      *Party_PartyName `protobuf:"bytes,2,opt,name=party_name,json=partyName,proto3" json:"party_name,omitempty"`
	PartyId        *Party_PartyId   `protobuf:"bytes,3,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Party) Descriptor deprecated

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

Deprecated: Use Party.ProtoReflect.Descriptor instead.

func (*Party) GetPartyId

func (x *Party) GetPartyId() *Party_PartyId

func (*Party) GetPartyName

func (x *Party) GetPartyName() *Party_PartyName

func (*Party) GetPartyReference

func (x *Party) GetPartyReference() string

func (*Party) ProtoMessage

func (*Party) ProtoMessage()

func (*Party) ProtoReflect

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

func (*Party) Reset

func (x *Party) Reset()

func (*Party) String

func (x *Party) String() string

type PartyDescriptorWithPronounciation

type PartyDescriptorWithPronounciation struct {
	Parties []*PartyDescriptorWithPronounciation_PartyIdOrPartyName `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyDescriptorWithPronounciation) Descriptor deprecated

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

Deprecated: Use PartyDescriptorWithPronounciation.ProtoReflect.Descriptor instead.

func (*PartyDescriptorWithPronounciation) GetParties

func (*PartyDescriptorWithPronounciation) ProtoMessage

func (*PartyDescriptorWithPronounciation) ProtoMessage()

func (*PartyDescriptorWithPronounciation) ProtoReflect

func (*PartyDescriptorWithPronounciation) Reset

func (*PartyDescriptorWithPronounciation) String

type PartyDescriptorWithPronounciation_PartyIdOrPartyName

type PartyDescriptorWithPronounciation_PartyIdOrPartyName struct {

	// Types that are assignable to Party:
	//
	//	*PartyDescriptorWithPronounciation_PartyIdOrPartyName_PartyId
	//	*PartyDescriptorWithPronounciation_PartyIdOrPartyName_PartyName
	Party isPartyDescriptorWithPronounciation_PartyIdOrPartyName_Party `protobuf_oneof:"party"`
	// contains filtered or unexported fields
}

func (*PartyDescriptorWithPronounciation_PartyIdOrPartyName) Descriptor deprecated

Deprecated: Use PartyDescriptorWithPronounciation_PartyIdOrPartyName.ProtoReflect.Descriptor instead.

func (*PartyDescriptorWithPronounciation_PartyIdOrPartyName) GetParty

func (m *PartyDescriptorWithPronounciation_PartyIdOrPartyName) GetParty() isPartyDescriptorWithPronounciation_PartyIdOrPartyName_Party

func (*PartyDescriptorWithPronounciation_PartyIdOrPartyName) GetPartyId

func (*PartyDescriptorWithPronounciation_PartyIdOrPartyName) GetPartyName

func (*PartyDescriptorWithPronounciation_PartyIdOrPartyName) ProtoMessage

func (*PartyDescriptorWithPronounciation_PartyIdOrPartyName) ProtoReflect

func (*PartyDescriptorWithPronounciation_PartyIdOrPartyName) Reset

func (*PartyDescriptorWithPronounciation_PartyIdOrPartyName) String

type PartyDescriptorWithPronounciation_PartyIdOrPartyName_PartyId

type PartyDescriptorWithPronounciation_PartyIdOrPartyName_PartyId struct {
	PartyId *Party_PartyId `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof"`
}

type PartyDescriptorWithPronounciation_PartyIdOrPartyName_PartyName

type PartyDescriptorWithPronounciation_PartyIdOrPartyName_PartyName struct {
	PartyName *Party_PartyName `protobuf:"bytes,2,opt,name=party_name,json=partyName,proto3,oneof"`
}

type Party_PartyId

type Party_PartyId struct {
	Dpid           string                 `protobuf:"bytes,1,opt,name=dpid,proto3" json:"dpid,omitempty"`
	ProprietaryIds []*Party_ProprietaryId `protobuf:"bytes,2,rep,name=proprietary_ids,json=proprietaryIds,proto3" json:"proprietary_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*Party_PartyId) Descriptor deprecated

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

Deprecated: Use Party_PartyId.ProtoReflect.Descriptor instead.

func (*Party_PartyId) GetDpid

func (x *Party_PartyId) GetDpid() string

func (*Party_PartyId) GetProprietaryIds

func (x *Party_PartyId) GetProprietaryIds() []*Party_ProprietaryId

func (*Party_PartyId) ProtoMessage

func (*Party_PartyId) ProtoMessage()

func (*Party_PartyId) ProtoReflect

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

func (*Party_PartyId) Reset

func (x *Party_PartyId) Reset()

func (*Party_PartyId) String

func (x *Party_PartyId) String() string

type Party_PartyName

type Party_PartyName struct {
	FullName        string `protobuf:"bytes,1,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	FullNameIndexed string `protobuf:"bytes,2,opt,name=full_name_indexed,json=fullNameIndexed,proto3" json:"full_name_indexed,omitempty"`
	// contains filtered or unexported fields
}

func (*Party_PartyName) Descriptor deprecated

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

Deprecated: Use Party_PartyName.ProtoReflect.Descriptor instead.

func (*Party_PartyName) GetFullName

func (x *Party_PartyName) GetFullName() string

func (*Party_PartyName) GetFullNameIndexed

func (x *Party_PartyName) GetFullNameIndexed() string

func (*Party_PartyName) ProtoMessage

func (*Party_PartyName) ProtoMessage()

func (*Party_PartyName) ProtoReflect

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

func (*Party_PartyName) Reset

func (x *Party_PartyName) Reset()

func (*Party_PartyName) String

func (x *Party_PartyName) String() string

type Party_ProprietaryId

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

func (*Party_ProprietaryId) Descriptor deprecated

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

Deprecated: Use Party_ProprietaryId.ProtoReflect.Descriptor instead.

func (*Party_ProprietaryId) GetId

func (x *Party_ProprietaryId) GetId() string

func (*Party_ProprietaryId) GetNamespace

func (x *Party_ProprietaryId) GetNamespace() string

func (*Party_ProprietaryId) ProtoMessage

func (*Party_ProprietaryId) ProtoMessage()

func (*Party_ProprietaryId) ProtoReflect

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

func (*Party_ProprietaryId) Reset

func (x *Party_ProprietaryId) Reset()

func (*Party_ProprietaryId) String

func (x *Party_ProprietaryId) String() string

type PieMessage

type PieMessage struct {
	MessageHeader *MessageHeader        `protobuf:"bytes,1,opt,name=message_header,json=messageHeader,proto3" json:"message_header,omitempty"`
	PartyList     *PieMessage_PartyList `protobuf:"bytes,2,opt,name=party_list,json=partyList,proto3" json:"party_list,omitempty"`
	// contains filtered or unexported fields
}

Party Identification and Enrichment (PIE) message from the DDEX standard

func (*PieMessage) Descriptor deprecated

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

Deprecated: Use PieMessage.ProtoReflect.Descriptor instead.

func (*PieMessage) GetMessageHeader

func (x *PieMessage) GetMessageHeader() *MessageHeader

func (*PieMessage) GetPartyList

func (x *PieMessage) GetPartyList() *PieMessage_PartyList

func (*PieMessage) ProtoMessage

func (*PieMessage) ProtoMessage()

func (*PieMessage) ProtoReflect

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

func (*PieMessage) Reset

func (x *PieMessage) Reset()

func (*PieMessage) String

func (x *PieMessage) String() string

type PieMessageAck

type PieMessageAck struct {

	// address of the PIE message
	PieAddress string `protobuf:"bytes,1,opt,name=pie_address,json=pieAddress,proto3" json:"pie_address,omitempty"`
	// contains filtered or unexported fields
}

func (*PieMessageAck) Descriptor deprecated

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

Deprecated: Use PieMessageAck.ProtoReflect.Descriptor instead.

func (*PieMessageAck) GetPieAddress

func (x *PieMessageAck) GetPieAddress() string

func (*PieMessageAck) ProtoMessage

func (*PieMessageAck) ProtoMessage()

func (*PieMessageAck) ProtoReflect

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

func (*PieMessageAck) Reset

func (x *PieMessageAck) Reset()

func (*PieMessageAck) String

func (x *PieMessageAck) String() string

type PieMessage_Biography

type PieMessage_Biography struct {
	Text   string                             `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Author *PartyDescriptorWithPronounciation `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"`
	// contains filtered or unexported fields
}

func (*PieMessage_Biography) Descriptor deprecated

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

Deprecated: Use PieMessage_Biography.ProtoReflect.Descriptor instead.

func (*PieMessage_Biography) GetAuthor

func (*PieMessage_Biography) GetText

func (x *PieMessage_Biography) GetText() string

func (*PieMessage_Biography) ProtoMessage

func (*PieMessage_Biography) ProtoMessage()

func (*PieMessage_Biography) ProtoReflect

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

func (*PieMessage_Biography) Reset

func (x *PieMessage_Biography) Reset()

func (*PieMessage_Biography) String

func (x *PieMessage_Biography) String() string

type PieMessage_Party

type PieMessage_Party struct {
	PartyReference string                      `protobuf:"bytes,1,opt,name=party_reference,json=partyReference,proto3" json:"party_reference,omitempty"`
	PartyId        *Party_PartyId              `protobuf:"bytes,2,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	PartyName      []*Party_PartyName          `protobuf:"bytes,3,rep,name=party_name,json=partyName,proto3" json:"party_name,omitempty"`
	PartyType      *PieMessage_Party_PartyType `protobuf:"bytes,4,opt,name=party_type,json=partyType,proto3" json:"party_type,omitempty"`
	// enrichment fields
	Biographies     []*PieMessage_Biography      `protobuf:"bytes,5,rep,name=biographies,proto3" json:"biographies,omitempty"`
	Images          []*Resource_Image            `protobuf:"bytes,6,rep,name=images,proto3" json:"images,omitempty"`
	SocialMediaUrls []*PieMessage_SocialMediaUrl `protobuf:"bytes,7,rep,name=social_media_urls,json=socialMediaUrls,proto3" json:"social_media_urls,omitempty"`
	// contains filtered or unexported fields
}

func (*PieMessage_Party) Descriptor deprecated

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

Deprecated: Use PieMessage_Party.ProtoReflect.Descriptor instead.

func (*PieMessage_Party) GetBiographies

func (x *PieMessage_Party) GetBiographies() []*PieMessage_Biography

func (*PieMessage_Party) GetImages

func (x *PieMessage_Party) GetImages() []*Resource_Image

func (*PieMessage_Party) GetPartyId

func (x *PieMessage_Party) GetPartyId() *Party_PartyId

func (*PieMessage_Party) GetPartyName

func (x *PieMessage_Party) GetPartyName() []*Party_PartyName

func (*PieMessage_Party) GetPartyReference

func (x *PieMessage_Party) GetPartyReference() string

func (*PieMessage_Party) GetPartyType

func (x *PieMessage_Party) GetPartyType() *PieMessage_Party_PartyType

func (*PieMessage_Party) GetSocialMediaUrls

func (x *PieMessage_Party) GetSocialMediaUrls() []*PieMessage_SocialMediaUrl

func (*PieMessage_Party) ProtoMessage

func (*PieMessage_Party) ProtoMessage()

func (*PieMessage_Party) ProtoReflect

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

func (*PieMessage_Party) Reset

func (x *PieMessage_Party) Reset()

func (*PieMessage_Party) String

func (x *PieMessage_Party) String() string

type PieMessage_PartyList

type PieMessage_PartyList struct {
	Party []*PieMessage_Party `protobuf:"bytes,1,rep,name=party,proto3" json:"party,omitempty"`
	// contains filtered or unexported fields
}

func (*PieMessage_PartyList) Descriptor deprecated

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

Deprecated: Use PieMessage_PartyList.ProtoReflect.Descriptor instead.

func (*PieMessage_PartyList) GetParty

func (x *PieMessage_PartyList) GetParty() []*PieMessage_Party

func (*PieMessage_PartyList) ProtoMessage

func (*PieMessage_PartyList) ProtoMessage()

func (*PieMessage_PartyList) ProtoReflect

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

func (*PieMessage_PartyList) Reset

func (x *PieMessage_PartyList) Reset()

func (*PieMessage_PartyList) String

func (x *PieMessage_PartyList) String() string

type PieMessage_Party_PartyType

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

func (*PieMessage_Party_PartyType) Descriptor deprecated

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

Deprecated: Use PieMessage_Party_PartyType.ProtoReflect.Descriptor instead.

func (*PieMessage_Party_PartyType) GetValue

func (x *PieMessage_Party_PartyType) GetValue() string

func (*PieMessage_Party_PartyType) ProtoMessage

func (*PieMessage_Party_PartyType) ProtoMessage()

func (*PieMessage_Party_PartyType) ProtoReflect

func (*PieMessage_Party_PartyType) Reset

func (x *PieMessage_Party_PartyType) Reset()

func (*PieMessage_Party_PartyType) String

func (x *PieMessage_Party_PartyType) String() string

type PieMessage_SocialMediaUrl

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

func (*PieMessage_SocialMediaUrl) Descriptor deprecated

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

Deprecated: Use PieMessage_SocialMediaUrl.ProtoReflect.Descriptor instead.

func (*PieMessage_SocialMediaUrl) GetUrl

func (x *PieMessage_SocialMediaUrl) GetUrl() string

func (*PieMessage_SocialMediaUrl) ProtoMessage

func (*PieMessage_SocialMediaUrl) ProtoMessage()

func (*PieMessage_SocialMediaUrl) ProtoReflect

func (*PieMessage_SocialMediaUrl) Reset

func (x *PieMessage_SocialMediaUrl) Reset()

func (*PieMessage_SocialMediaUrl) String

func (x *PieMessage_SocialMediaUrl) String() string

type Release

type Release struct {

	// Types that are assignable to Release:
	//
	//	*Release_MainRelease
	//	*Release_TrackRelease_
	Release isRelease_Release `protobuf_oneof:"release"`
	// contains filtered or unexported fields
}

func (*Release) Descriptor deprecated

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

Deprecated: Use Release.ProtoReflect.Descriptor instead.

func (*Release) GetMainRelease

func (x *Release) GetMainRelease() *Release_Release

func (*Release) GetRelease

func (m *Release) GetRelease() isRelease_Release

func (*Release) GetTrackRelease

func (x *Release) GetTrackRelease() *Release_TrackRelease

func (*Release) ProtoMessage

func (*Release) ProtoMessage()

func (*Release) ProtoReflect

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

func (*Release) Reset

func (x *Release) Reset()

func (*Release) String

func (x *Release) String() string

type Release_DisplayArtist

type Release_DisplayArtist struct {
	ArtistPartyReference string `protobuf:"bytes,1,opt,name=artist_party_reference,json=artistPartyReference,proto3" json:"artist_party_reference,omitempty"`
	DisplayArtistRole    string `protobuf:"bytes,2,opt,name=display_artist_role,json=displayArtistRole,proto3" json:"display_artist_role,omitempty"`
	// contains filtered or unexported fields
}

func (*Release_DisplayArtist) Descriptor deprecated

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

Deprecated: Use Release_DisplayArtist.ProtoReflect.Descriptor instead.

func (*Release_DisplayArtist) GetArtistPartyReference

func (x *Release_DisplayArtist) GetArtistPartyReference() string

func (*Release_DisplayArtist) GetDisplayArtistRole

func (x *Release_DisplayArtist) GetDisplayArtistRole() string

func (*Release_DisplayArtist) ProtoMessage

func (*Release_DisplayArtist) ProtoMessage()

func (*Release_DisplayArtist) ProtoReflect

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

func (*Release_DisplayArtist) Reset

func (x *Release_DisplayArtist) Reset()

func (*Release_DisplayArtist) String

func (x *Release_DisplayArtist) String() string

type Release_DisplayTitle

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

func (*Release_DisplayTitle) Descriptor deprecated

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

Deprecated: Use Release_DisplayTitle.ProtoReflect.Descriptor instead.

func (*Release_DisplayTitle) GetTitleText

func (x *Release_DisplayTitle) GetTitleText() string

func (*Release_DisplayTitle) ProtoMessage

func (*Release_DisplayTitle) ProtoMessage()

func (*Release_DisplayTitle) ProtoReflect

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

func (*Release_DisplayTitle) Reset

func (x *Release_DisplayTitle) Reset()

func (*Release_DisplayTitle) String

func (x *Release_DisplayTitle) String() string

type Release_MainRelease

type Release_MainRelease struct {
	MainRelease *Release_Release `protobuf:"bytes,1,opt,name=main_release,json=mainRelease,proto3,oneof"`
}

type Release_ProprietaryId

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

func (*Release_ProprietaryId) Descriptor deprecated

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

Deprecated: Use Release_ProprietaryId.ProtoReflect.Descriptor instead.

func (*Release_ProprietaryId) GetId

func (x *Release_ProprietaryId) GetId() string

func (*Release_ProprietaryId) GetNamespace

func (x *Release_ProprietaryId) GetNamespace() string

func (*Release_ProprietaryId) ProtoMessage

func (*Release_ProprietaryId) ProtoMessage()

func (*Release_ProprietaryId) ProtoReflect

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

func (*Release_ProprietaryId) Reset

func (x *Release_ProprietaryId) Reset()

func (*Release_ProprietaryId) String

func (x *Release_ProprietaryId) String() string

type Release_Release

type Release_Release struct {
	ReleaseReference      string                         `protobuf:"bytes,1,opt,name=release_reference,json=releaseReference,proto3" json:"release_reference,omitempty"`
	ReleaseType           string                         `protobuf:"bytes,2,opt,name=release_type,json=releaseType,proto3" json:"release_type,omitempty"`
	ReleaseId             *Release_ReleaseId             `protobuf:"bytes,3,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"`
	DisplayTitleText      string                         `protobuf:"bytes,4,opt,name=display_title_text,json=displayTitleText,proto3" json:"display_title_text,omitempty"`
	DisplayTitle          *Release_DisplayTitle          `protobuf:"bytes,5,opt,name=display_title,json=displayTitle,proto3" json:"display_title,omitempty"`
	DisplayArtistName     string                         `protobuf:"bytes,6,opt,name=display_artist_name,json=displayArtistName,proto3" json:"display_artist_name,omitempty"`
	DisplayArtist         []*Release_DisplayArtist       `protobuf:"bytes,7,rep,name=display_artist,json=displayArtist,proto3" json:"display_artist,omitempty"`
	ReleaseLabelReference string                         `` /* 126-byte string literal not displayed */
	PLine                 *Release_Release_PLine         `protobuf:"bytes,9,opt,name=p_line,json=pLine,proto3" json:"p_line,omitempty"`
	Duration              string                         `protobuf:"bytes,10,opt,name=duration,proto3" json:"duration,omitempty"`
	Genre                 *Release_Release_Genre         `protobuf:"bytes,11,opt,name=genre,proto3" json:"genre,omitempty"`
	OriginalReleaseDate   string                         `protobuf:"bytes,12,opt,name=original_release_date,json=originalReleaseDate,proto3" json:"original_release_date,omitempty"`
	ParentalWarningType   string                         `protobuf:"bytes,13,opt,name=parental_warning_type,json=parentalWarningType,proto3" json:"parental_warning_type,omitempty"`
	ResourceGroup         *Release_Release_ResourceGroup `protobuf:"bytes,14,opt,name=resource_group,json=resourceGroup,proto3" json:"resource_group,omitempty"`
	// contains filtered or unexported fields
}

func (*Release_Release) Descriptor deprecated

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

Deprecated: Use Release_Release.ProtoReflect.Descriptor instead.

func (*Release_Release) GetDisplayArtist

func (x *Release_Release) GetDisplayArtist() []*Release_DisplayArtist

func (*Release_Release) GetDisplayArtistName

func (x *Release_Release) GetDisplayArtistName() string

func (*Release_Release) GetDisplayTitle

func (x *Release_Release) GetDisplayTitle() *Release_DisplayTitle

func (*Release_Release) GetDisplayTitleText

func (x *Release_Release) GetDisplayTitleText() string

func (*Release_Release) GetDuration

func (x *Release_Release) GetDuration() string

func (*Release_Release) GetGenre

func (x *Release_Release) GetGenre() *Release_Release_Genre

func (*Release_Release) GetOriginalReleaseDate

func (x *Release_Release) GetOriginalReleaseDate() string

func (*Release_Release) GetPLine

func (x *Release_Release) GetPLine() *Release_Release_PLine

func (*Release_Release) GetParentalWarningType

func (x *Release_Release) GetParentalWarningType() string

func (*Release_Release) GetReleaseId

func (x *Release_Release) GetReleaseId() *Release_ReleaseId

func (*Release_Release) GetReleaseLabelReference

func (x *Release_Release) GetReleaseLabelReference() string

func (*Release_Release) GetReleaseReference

func (x *Release_Release) GetReleaseReference() string

func (*Release_Release) GetReleaseType

func (x *Release_Release) GetReleaseType() string

func (*Release_Release) GetResourceGroup

func (x *Release_Release) GetResourceGroup() *Release_Release_ResourceGroup

func (*Release_Release) ProtoMessage

func (*Release_Release) ProtoMessage()

func (*Release_Release) ProtoReflect

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

func (*Release_Release) Reset

func (x *Release_Release) Reset()

func (*Release_Release) String

func (x *Release_Release) String() string

type Release_ReleaseId

type Release_ReleaseId struct {
	Grid            string                   `protobuf:"bytes,1,opt,name=grid,proto3" json:"grid,omitempty"`
	Icpn            string                   `protobuf:"bytes,2,opt,name=icpn,proto3" json:"icpn,omitempty"`
	CatalogueNumber string                   `protobuf:"bytes,3,opt,name=catalogue_number,json=catalogueNumber,proto3" json:"catalogue_number,omitempty"`
	ProprietaryId   []*Release_ProprietaryId `protobuf:"bytes,4,rep,name=proprietary_id,json=proprietaryId,proto3" json:"proprietary_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Release_ReleaseId) Descriptor deprecated

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

Deprecated: Use Release_ReleaseId.ProtoReflect.Descriptor instead.

func (*Release_ReleaseId) GetCatalogueNumber

func (x *Release_ReleaseId) GetCatalogueNumber() string

func (*Release_ReleaseId) GetGrid

func (x *Release_ReleaseId) GetGrid() string

func (*Release_ReleaseId) GetIcpn

func (x *Release_ReleaseId) GetIcpn() string

func (*Release_ReleaseId) GetProprietaryId

func (x *Release_ReleaseId) GetProprietaryId() []*Release_ProprietaryId

func (*Release_ReleaseId) ProtoMessage

func (*Release_ReleaseId) ProtoMessage()

func (*Release_ReleaseId) ProtoReflect

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

func (*Release_ReleaseId) Reset

func (x *Release_ReleaseId) Reset()

func (*Release_ReleaseId) String

func (x *Release_ReleaseId) String() string

type Release_Release_Genre

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

func (*Release_Release_Genre) Descriptor deprecated

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

Deprecated: Use Release_Release_Genre.ProtoReflect.Descriptor instead.

func (*Release_Release_Genre) GetGenreText

func (x *Release_Release_Genre) GetGenreText() string

func (*Release_Release_Genre) ProtoMessage

func (*Release_Release_Genre) ProtoMessage()

func (*Release_Release_Genre) ProtoReflect

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

func (*Release_Release_Genre) Reset

func (x *Release_Release_Genre) Reset()

func (*Release_Release_Genre) String

func (x *Release_Release_Genre) String() string

type Release_Release_PLine

type Release_Release_PLine struct {
	Year      string `protobuf:"bytes,1,opt,name=year,proto3" json:"year,omitempty"`
	PLineText string `protobuf:"bytes,2,opt,name=p_line_text,json=pLineText,proto3" json:"p_line_text,omitempty"`
	// contains filtered or unexported fields
}

func (*Release_Release_PLine) Descriptor deprecated

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

Deprecated: Use Release_Release_PLine.ProtoReflect.Descriptor instead.

func (*Release_Release_PLine) GetPLineText

func (x *Release_Release_PLine) GetPLineText() string

func (*Release_Release_PLine) GetYear

func (x *Release_Release_PLine) GetYear() string

func (*Release_Release_PLine) ProtoMessage

func (*Release_Release_PLine) ProtoMessage()

func (*Release_Release_PLine) ProtoReflect

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

func (*Release_Release_PLine) Reset

func (x *Release_Release_PLine) Reset()

func (*Release_Release_PLine) String

func (x *Release_Release_PLine) String() string

type Release_Release_ResourceGroup

type Release_Release_ResourceGroup struct {
	ResourceGroup []*Release_Release_ResourceGroup_ResourceGroup `protobuf:"bytes,1,rep,name=resource_group,json=resourceGroup,proto3" json:"resource_group,omitempty"`
	// contains filtered or unexported fields
}

func (*Release_Release_ResourceGroup) Descriptor deprecated

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

Deprecated: Use Release_Release_ResourceGroup.ProtoReflect.Descriptor instead.

func (*Release_Release_ResourceGroup) GetResourceGroup

func (*Release_Release_ResourceGroup) ProtoMessage

func (*Release_Release_ResourceGroup) ProtoMessage()

func (*Release_Release_ResourceGroup) ProtoReflect

func (*Release_Release_ResourceGroup) Reset

func (x *Release_Release_ResourceGroup) Reset()

func (*Release_Release_ResourceGroup) String

type Release_Release_ResourceGroup_ResourceGroup

type Release_Release_ResourceGroup_ResourceGroup struct {
	ResourceGroupType        string                                                                  `protobuf:"bytes,1,opt,name=resource_group_type,json=resourceGroupType,proto3" json:"resource_group_type,omitempty"`
	AdditionalTitle          *Release_Release_ResourceGroup_ResourceGroup_AdditionalTitle            `protobuf:"bytes,2,opt,name=additional_title,json=additionalTitle,proto3" json:"additional_title,omitempty"`
	SequenceNumber           string                                                                  `protobuf:"bytes,3,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	ResourceGroupContentItem []*Release_Release_ResourceGroup_ResourceGroup_ResourceGroupContentItem `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Release_Release_ResourceGroup_ResourceGroup) Descriptor deprecated

Deprecated: Use Release_Release_ResourceGroup_ResourceGroup.ProtoReflect.Descriptor instead.

func (*Release_Release_ResourceGroup_ResourceGroup) GetAdditionalTitle

func (*Release_Release_ResourceGroup_ResourceGroup) GetResourceGroupContentItem

func (*Release_Release_ResourceGroup_ResourceGroup) GetResourceGroupType

func (x *Release_Release_ResourceGroup_ResourceGroup) GetResourceGroupType() string

func (*Release_Release_ResourceGroup_ResourceGroup) GetSequenceNumber

func (x *Release_Release_ResourceGroup_ResourceGroup) GetSequenceNumber() string

func (*Release_Release_ResourceGroup_ResourceGroup) ProtoMessage

func (*Release_Release_ResourceGroup_ResourceGroup) ProtoReflect

func (*Release_Release_ResourceGroup_ResourceGroup) Reset

func (*Release_Release_ResourceGroup_ResourceGroup) String

type Release_Release_ResourceGroup_ResourceGroup_AdditionalTitle

type Release_Release_ResourceGroup_ResourceGroup_AdditionalTitle struct {
	TitleType string `protobuf:"bytes,1,opt,name=title_type,json=titleType,proto3" json:"title_type,omitempty"`
	TitleText string `protobuf:"bytes,2,opt,name=title_text,json=titleText,proto3" json:"title_text,omitempty"`
	// contains filtered or unexported fields
}

func (*Release_Release_ResourceGroup_ResourceGroup_AdditionalTitle) Descriptor deprecated

Deprecated: Use Release_Release_ResourceGroup_ResourceGroup_AdditionalTitle.ProtoReflect.Descriptor instead.

func (*Release_Release_ResourceGroup_ResourceGroup_AdditionalTitle) GetTitleText

func (*Release_Release_ResourceGroup_ResourceGroup_AdditionalTitle) GetTitleType

func (*Release_Release_ResourceGroup_ResourceGroup_AdditionalTitle) ProtoMessage

func (*Release_Release_ResourceGroup_ResourceGroup_AdditionalTitle) ProtoReflect

func (*Release_Release_ResourceGroup_ResourceGroup_AdditionalTitle) Reset

func (*Release_Release_ResourceGroup_ResourceGroup_AdditionalTitle) String

type Release_Release_ResourceGroup_ResourceGroup_ResourceGroupContentItem

type Release_Release_ResourceGroup_ResourceGroup_ResourceGroupContentItem struct {
	ResourceGroupContentItemType string `` /* 151-byte string literal not displayed */
	ResourceGroupContentItemText string `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Release_Release_ResourceGroup_ResourceGroup_ResourceGroupContentItem) Descriptor deprecated

Deprecated: Use Release_Release_ResourceGroup_ResourceGroup_ResourceGroupContentItem.ProtoReflect.Descriptor instead.

func (*Release_Release_ResourceGroup_ResourceGroup_ResourceGroupContentItem) GetResourceGroupContentItemText

func (*Release_Release_ResourceGroup_ResourceGroup_ResourceGroupContentItem) GetResourceGroupContentItemType

func (*Release_Release_ResourceGroup_ResourceGroup_ResourceGroupContentItem) ProtoMessage

func (*Release_Release_ResourceGroup_ResourceGroup_ResourceGroupContentItem) ProtoReflect

func (*Release_Release_ResourceGroup_ResourceGroup_ResourceGroupContentItem) Reset

func (*Release_Release_ResourceGroup_ResourceGroup_ResourceGroupContentItem) String

type Release_TrackRelease

type Release_TrackRelease struct {
	ReleaseReference         string                      `protobuf:"bytes,1,opt,name=release_reference,json=releaseReference,proto3" json:"release_reference,omitempty"`
	ReleaseId                *Release_ReleaseId          `protobuf:"bytes,2,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"`
	ReleaseResourceReference string                      `` /* 135-byte string literal not displayed */
	ReleaseLabelReference    string                      `` /* 126-byte string literal not displayed */
	Genre                    *Release_TrackRelease_Genre `protobuf:"bytes,5,opt,name=genre,proto3" json:"genre,omitempty"`
	// contains filtered or unexported fields
}

func (*Release_TrackRelease) Descriptor deprecated

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

Deprecated: Use Release_TrackRelease.ProtoReflect.Descriptor instead.

func (*Release_TrackRelease) GetGenre

func (*Release_TrackRelease) GetReleaseId

func (x *Release_TrackRelease) GetReleaseId() *Release_ReleaseId

func (*Release_TrackRelease) GetReleaseLabelReference

func (x *Release_TrackRelease) GetReleaseLabelReference() string

func (*Release_TrackRelease) GetReleaseReference

func (x *Release_TrackRelease) GetReleaseReference() string

func (*Release_TrackRelease) GetReleaseResourceReference

func (x *Release_TrackRelease) GetReleaseResourceReference() string

func (*Release_TrackRelease) ProtoMessage

func (*Release_TrackRelease) ProtoMessage()

func (*Release_TrackRelease) ProtoReflect

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

func (*Release_TrackRelease) Reset

func (x *Release_TrackRelease) Reset()

func (*Release_TrackRelease) String

func (x *Release_TrackRelease) String() string

type Release_TrackRelease_

type Release_TrackRelease_ struct {
	TrackRelease *Release_TrackRelease `protobuf:"bytes,2,opt,name=track_release,json=trackRelease,proto3,oneof"`
}

type Release_TrackRelease_Genre

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

func (*Release_TrackRelease_Genre) Descriptor deprecated

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

Deprecated: Use Release_TrackRelease_Genre.ProtoReflect.Descriptor instead.

func (*Release_TrackRelease_Genre) GetGenreText

func (x *Release_TrackRelease_Genre) GetGenreText() string

func (*Release_TrackRelease_Genre) ProtoMessage

func (*Release_TrackRelease_Genre) ProtoMessage()

func (*Release_TrackRelease_Genre) ProtoReflect

func (*Release_TrackRelease_Genre) Reset

func (x *Release_TrackRelease_Genre) Reset()

func (*Release_TrackRelease_Genre) String

func (x *Release_TrackRelease_Genre) String() string

type Resource

type Resource struct {

	// Types that are assignable to Resource:
	//
	//	*Resource_SoundRecording_
	//	*Resource_Image_
	Resource isResource_Resource `protobuf_oneof:"resource"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetImage

func (x *Resource) GetImage() *Resource_Image

func (*Resource) GetResource

func (m *Resource) GetResource() isResource_Resource

func (*Resource) GetSoundRecording

func (x *Resource) GetSoundRecording() *Resource_SoundRecording

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

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

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

type Resource_DisplayArtist

type Resource_DisplayArtist struct {
	ArtistPartyReference string `protobuf:"bytes,1,opt,name=artist_party_reference,json=artistPartyReference,proto3" json:"artist_party_reference,omitempty"`
	DisplayArtistRole    string `protobuf:"bytes,2,opt,name=display_artist_role,json=displayArtistRole,proto3" json:"display_artist_role,omitempty"`
	ArtisticRole         string `protobuf:"bytes,3,opt,name=artistic_role,json=artisticRole,proto3" json:"artistic_role,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_DisplayArtist) Descriptor deprecated

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

Deprecated: Use Resource_DisplayArtist.ProtoReflect.Descriptor instead.

func (*Resource_DisplayArtist) GetArtistPartyReference

func (x *Resource_DisplayArtist) GetArtistPartyReference() string

func (*Resource_DisplayArtist) GetArtisticRole

func (x *Resource_DisplayArtist) GetArtisticRole() string

func (*Resource_DisplayArtist) GetDisplayArtistRole

func (x *Resource_DisplayArtist) GetDisplayArtistRole() string

func (*Resource_DisplayArtist) ProtoMessage

func (*Resource_DisplayArtist) ProtoMessage()

func (*Resource_DisplayArtist) ProtoReflect

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

func (*Resource_DisplayArtist) Reset

func (x *Resource_DisplayArtist) Reset()

func (*Resource_DisplayArtist) String

func (x *Resource_DisplayArtist) String() string

type Resource_DisplayTitle

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

func (*Resource_DisplayTitle) Descriptor deprecated

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

Deprecated: Use Resource_DisplayTitle.ProtoReflect.Descriptor instead.

func (*Resource_DisplayTitle) GetTitleText

func (x *Resource_DisplayTitle) GetTitleText() string

func (*Resource_DisplayTitle) ProtoMessage

func (*Resource_DisplayTitle) ProtoMessage()

func (*Resource_DisplayTitle) ProtoReflect

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

func (*Resource_DisplayTitle) Reset

func (x *Resource_DisplayTitle) Reset()

func (*Resource_DisplayTitle) String

func (x *Resource_DisplayTitle) String() string

type Resource_Image

type Resource_Image struct {
	ResourceReference string                           `protobuf:"bytes,1,opt,name=resource_reference,json=resourceReference,proto3" json:"resource_reference,omitempty"`
	Type              string                           `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	ResourceId        *Resource_ResourceId             `protobuf:"bytes,3,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	TechnicalDetails  *Resource_Image_TechnicalDetails `protobuf:"bytes,4,opt,name=technical_details,json=technicalDetails,proto3" json:"technical_details,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_Image) Descriptor deprecated

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

Deprecated: Use Resource_Image.ProtoReflect.Descriptor instead.

func (*Resource_Image) GetResourceId

func (x *Resource_Image) GetResourceId() *Resource_ResourceId

func (*Resource_Image) GetResourceReference

func (x *Resource_Image) GetResourceReference() string

func (*Resource_Image) GetTechnicalDetails

func (x *Resource_Image) GetTechnicalDetails() *Resource_Image_TechnicalDetails

func (*Resource_Image) GetType

func (x *Resource_Image) GetType() string

func (*Resource_Image) ProtoMessage

func (*Resource_Image) ProtoMessage()

func (*Resource_Image) ProtoReflect

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

func (*Resource_Image) Reset

func (x *Resource_Image) Reset()

func (*Resource_Image) String

func (x *Resource_Image) String() string

type Resource_Image_

type Resource_Image_ struct {
	Image *Resource_Image `protobuf:"bytes,2,opt,name=image,proto3,oneof"`
}

type Resource_Image_TechnicalDetails

type Resource_Image_TechnicalDetails struct {
	TechnicalResourceDetailsReference string                                `` /* 164-byte string literal not displayed */
	ImageCodecType                    string                                `protobuf:"bytes,2,opt,name=image_codec_type,json=imageCodecType,proto3" json:"image_codec_type,omitempty"`
	ImageHeight                       uint64                                `protobuf:"varint,3,opt,name=image_height,json=imageHeight,proto3" json:"image_height,omitempty"`
	ImageWidth                        uint64                                `protobuf:"varint,4,opt,name=image_width,json=imageWidth,proto3" json:"image_width,omitempty"`
	ImageResolution                   string                                `protobuf:"bytes,5,opt,name=image_resolution,json=imageResolution,proto3" json:"image_resolution,omitempty"`
	File                              *Resource_Image_TechnicalDetails_File `protobuf:"bytes,6,opt,name=file,proto3" json:"file,omitempty"`
	IsProvidedInDelivery              bool                                  `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Resource_Image_TechnicalDetails) Descriptor deprecated

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

Deprecated: Use Resource_Image_TechnicalDetails.ProtoReflect.Descriptor instead.

func (*Resource_Image_TechnicalDetails) GetFile

func (*Resource_Image_TechnicalDetails) GetImageCodecType

func (x *Resource_Image_TechnicalDetails) GetImageCodecType() string

func (*Resource_Image_TechnicalDetails) GetImageHeight

func (x *Resource_Image_TechnicalDetails) GetImageHeight() uint64

func (*Resource_Image_TechnicalDetails) GetImageResolution

func (x *Resource_Image_TechnicalDetails) GetImageResolution() string

func (*Resource_Image_TechnicalDetails) GetImageWidth

func (x *Resource_Image_TechnicalDetails) GetImageWidth() uint64

func (*Resource_Image_TechnicalDetails) GetIsProvidedInDelivery

func (x *Resource_Image_TechnicalDetails) GetIsProvidedInDelivery() bool

func (*Resource_Image_TechnicalDetails) GetTechnicalResourceDetailsReference

func (x *Resource_Image_TechnicalDetails) GetTechnicalResourceDetailsReference() string

func (*Resource_Image_TechnicalDetails) ProtoMessage

func (*Resource_Image_TechnicalDetails) ProtoMessage()

func (*Resource_Image_TechnicalDetails) ProtoReflect

func (*Resource_Image_TechnicalDetails) Reset

func (*Resource_Image_TechnicalDetails) String

type Resource_Image_TechnicalDetails_File

type Resource_Image_TechnicalDetails_File struct {
	Uri      string                                        `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	HashSum  *Resource_Image_TechnicalDetails_File_HashSum `protobuf:"bytes,2,opt,name=hash_sum,json=hashSum,proto3" json:"hash_sum,omitempty"`
	FileSize uint64                                        `protobuf:"varint,3,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_Image_TechnicalDetails_File) Descriptor deprecated

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

Deprecated: Use Resource_Image_TechnicalDetails_File.ProtoReflect.Descriptor instead.

func (*Resource_Image_TechnicalDetails_File) GetFileSize

func (*Resource_Image_TechnicalDetails_File) GetHashSum

func (*Resource_Image_TechnicalDetails_File) GetUri

func (*Resource_Image_TechnicalDetails_File) ProtoMessage

func (*Resource_Image_TechnicalDetails_File) ProtoMessage()

func (*Resource_Image_TechnicalDetails_File) ProtoReflect

func (*Resource_Image_TechnicalDetails_File) Reset

func (*Resource_Image_TechnicalDetails_File) String

type Resource_Image_TechnicalDetails_File_HashSum

type Resource_Image_TechnicalDetails_File_HashSum struct {
	Algorithm    string `protobuf:"bytes,1,opt,name=algorithm,proto3" json:"algorithm,omitempty"`
	HashSumValue string `protobuf:"bytes,2,opt,name=hash_sum_value,json=hashSumValue,proto3" json:"hash_sum_value,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_Image_TechnicalDetails_File_HashSum) Descriptor deprecated

Deprecated: Use Resource_Image_TechnicalDetails_File_HashSum.ProtoReflect.Descriptor instead.

func (*Resource_Image_TechnicalDetails_File_HashSum) GetAlgorithm

func (*Resource_Image_TechnicalDetails_File_HashSum) GetHashSumValue

func (*Resource_Image_TechnicalDetails_File_HashSum) ProtoMessage

func (*Resource_Image_TechnicalDetails_File_HashSum) ProtoReflect

func (*Resource_Image_TechnicalDetails_File_HashSum) Reset

func (*Resource_Image_TechnicalDetails_File_HashSum) String

type Resource_ProprietaryId

type Resource_ProprietaryId struct {
	Namespace     string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	ProprietaryId string `protobuf:"bytes,2,opt,name=proprietary_id,json=proprietaryId,proto3" json:"proprietary_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_ProprietaryId) Descriptor deprecated

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

Deprecated: Use Resource_ProprietaryId.ProtoReflect.Descriptor instead.

func (*Resource_ProprietaryId) GetNamespace

func (x *Resource_ProprietaryId) GetNamespace() string

func (*Resource_ProprietaryId) GetProprietaryId

func (x *Resource_ProprietaryId) GetProprietaryId() string

func (*Resource_ProprietaryId) ProtoMessage

func (*Resource_ProprietaryId) ProtoMessage()

func (*Resource_ProprietaryId) ProtoReflect

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

func (*Resource_ProprietaryId) Reset

func (x *Resource_ProprietaryId) Reset()

func (*Resource_ProprietaryId) String

func (x *Resource_ProprietaryId) String() string

type Resource_ResourceId

type Resource_ResourceId struct {
	Isrc          string                    `protobuf:"bytes,1,opt,name=isrc,proto3" json:"isrc,omitempty"`
	ProprietaryId []*Resource_ProprietaryId `protobuf:"bytes,2,rep,name=proprietary_id,json=proprietaryId,proto3" json:"proprietary_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_ResourceId) Descriptor deprecated

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

Deprecated: Use Resource_ResourceId.ProtoReflect.Descriptor instead.

func (*Resource_ResourceId) GetIsrc

func (x *Resource_ResourceId) GetIsrc() string

func (*Resource_ResourceId) GetProprietaryId

func (x *Resource_ResourceId) GetProprietaryId() []*Resource_ProprietaryId

func (*Resource_ResourceId) ProtoMessage

func (*Resource_ResourceId) ProtoMessage()

func (*Resource_ResourceId) ProtoReflect

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

func (*Resource_ResourceId) Reset

func (x *Resource_ResourceId) Reset()

func (*Resource_ResourceId) String

func (x *Resource_ResourceId) String() string

type Resource_SoundRecording

type Resource_SoundRecording struct {
	ResourceReference     string                                         `protobuf:"bytes,1,opt,name=resource_reference,json=resourceReference,proto3" json:"resource_reference,omitempty"`
	Type                  string                                         `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	SoundRecordingEdition *Resource_SoundRecording_SoundRecordingEdition `` /* 126-byte string literal not displayed */
	DisplayTitleText      string                                         `protobuf:"bytes,4,opt,name=display_title_text,json=displayTitleText,proto3" json:"display_title_text,omitempty"`
	DisplayTitle          *Resource_DisplayTitle                         `protobuf:"bytes,5,opt,name=display_title,json=displayTitle,proto3" json:"display_title,omitempty"`
	VersionType           string                                         `protobuf:"bytes,6,opt,name=version_type,json=versionType,proto3" json:"version_type,omitempty"`
	DisplayArtistName     string                                         `protobuf:"bytes,7,opt,name=display_artist_name,json=displayArtistName,proto3" json:"display_artist_name,omitempty"`
	DisplayArtist         []*Resource_DisplayArtist                      `protobuf:"bytes,8,rep,name=display_artist,json=displayArtist,proto3" json:"display_artist,omitempty"`
	Contributor           []*Resource_SoundRecording_Contributor         `protobuf:"bytes,9,rep,name=contributor,proto3" json:"contributor,omitempty"`
	Duration              string                                         `protobuf:"bytes,10,opt,name=duration,proto3" json:"duration,omitempty"`
	FirstPublicationDate  string                                         `protobuf:"bytes,11,opt,name=first_publication_date,json=firstPublicationDate,proto3" json:"first_publication_date,omitempty"`
	ParentalWarningType   string                                         `protobuf:"bytes,12,opt,name=parental_warning_type,json=parentalWarningType,proto3" json:"parental_warning_type,omitempty"`
	LanguageOfPerformance string                                         `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Resource_SoundRecording) Descriptor deprecated

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

Deprecated: Use Resource_SoundRecording.ProtoReflect.Descriptor instead.

func (*Resource_SoundRecording) GetContributor

func (*Resource_SoundRecording) GetDisplayArtist

func (x *Resource_SoundRecording) GetDisplayArtist() []*Resource_DisplayArtist

func (*Resource_SoundRecording) GetDisplayArtistName

func (x *Resource_SoundRecording) GetDisplayArtistName() string

func (*Resource_SoundRecording) GetDisplayTitle

func (x *Resource_SoundRecording) GetDisplayTitle() *Resource_DisplayTitle

func (*Resource_SoundRecording) GetDisplayTitleText

func (x *Resource_SoundRecording) GetDisplayTitleText() string

func (*Resource_SoundRecording) GetDuration

func (x *Resource_SoundRecording) GetDuration() string

func (*Resource_SoundRecording) GetFirstPublicationDate

func (x *Resource_SoundRecording) GetFirstPublicationDate() string

func (*Resource_SoundRecording) GetLanguageOfPerformance

func (x *Resource_SoundRecording) GetLanguageOfPerformance() string

func (*Resource_SoundRecording) GetParentalWarningType

func (x *Resource_SoundRecording) GetParentalWarningType() string

func (*Resource_SoundRecording) GetResourceReference

func (x *Resource_SoundRecording) GetResourceReference() string

func (*Resource_SoundRecording) GetSoundRecordingEdition

func (*Resource_SoundRecording) GetType

func (x *Resource_SoundRecording) GetType() string

func (*Resource_SoundRecording) GetVersionType

func (x *Resource_SoundRecording) GetVersionType() string

func (*Resource_SoundRecording) ProtoMessage

func (*Resource_SoundRecording) ProtoMessage()

func (*Resource_SoundRecording) ProtoReflect

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

func (*Resource_SoundRecording) Reset

func (x *Resource_SoundRecording) Reset()

func (*Resource_SoundRecording) String

func (x *Resource_SoundRecording) String() string

type Resource_SoundRecording_

type Resource_SoundRecording_ struct {
	SoundRecording *Resource_SoundRecording `protobuf:"bytes,1,opt,name=sound_recording,json=soundRecording,proto3,oneof"`
}

type Resource_SoundRecording_Contributor

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

func (*Resource_SoundRecording_Contributor) Descriptor deprecated

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

Deprecated: Use Resource_SoundRecording_Contributor.ProtoReflect.Descriptor instead.

func (*Resource_SoundRecording_Contributor) ProtoMessage

func (*Resource_SoundRecording_Contributor) ProtoMessage()

func (*Resource_SoundRecording_Contributor) ProtoReflect

func (*Resource_SoundRecording_Contributor) Reset

func (*Resource_SoundRecording_Contributor) String

type Resource_SoundRecording_SoundRecordingEdition

type Resource_SoundRecording_SoundRecordingEdition struct {
	Type             string                                                          `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	ResourceId       *Resource_ResourceId                                            `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	PLine            *Resource_SoundRecording_SoundRecordingEdition_PLine            `protobuf:"bytes,3,opt,name=p_line,json=pLine,proto3" json:"p_line,omitempty"`
	TechnicalDetails *Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails `protobuf:"bytes,4,opt,name=technical_details,json=technicalDetails,proto3" json:"technical_details,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_SoundRecording_SoundRecordingEdition) Descriptor deprecated

Deprecated: Use Resource_SoundRecording_SoundRecordingEdition.ProtoReflect.Descriptor instead.

func (*Resource_SoundRecording_SoundRecordingEdition) GetPLine

func (*Resource_SoundRecording_SoundRecordingEdition) GetResourceId

func (*Resource_SoundRecording_SoundRecordingEdition) GetTechnicalDetails

func (*Resource_SoundRecording_SoundRecordingEdition) GetType

func (*Resource_SoundRecording_SoundRecordingEdition) ProtoMessage

func (*Resource_SoundRecording_SoundRecordingEdition) ProtoReflect

func (*Resource_SoundRecording_SoundRecordingEdition) Reset

func (*Resource_SoundRecording_SoundRecordingEdition) String

type Resource_SoundRecording_SoundRecordingEdition_PLine

type Resource_SoundRecording_SoundRecordingEdition_PLine struct {
	Year      string `protobuf:"bytes,1,opt,name=year,proto3" json:"year,omitempty"`
	PLineText string `protobuf:"bytes,2,opt,name=p_line_text,json=pLineText,proto3" json:"p_line_text,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_SoundRecording_SoundRecordingEdition_PLine) Descriptor deprecated

Deprecated: Use Resource_SoundRecording_SoundRecordingEdition_PLine.ProtoReflect.Descriptor instead.

func (*Resource_SoundRecording_SoundRecordingEdition_PLine) GetPLineText

func (*Resource_SoundRecording_SoundRecordingEdition_PLine) GetYear

func (*Resource_SoundRecording_SoundRecordingEdition_PLine) ProtoMessage

func (*Resource_SoundRecording_SoundRecordingEdition_PLine) ProtoReflect

func (*Resource_SoundRecording_SoundRecordingEdition_PLine) Reset

func (*Resource_SoundRecording_SoundRecordingEdition_PLine) String

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails struct {
	TechnicalResourceDetailsReference string                                                                       `` /* 164-byte string literal not displayed */
	DeliveryFile                      *Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile `protobuf:"bytes,2,opt,name=delivery_file,json=deliveryFile,proto3" json:"delivery_file,omitempty"`
	IsClip                            bool                                                                         `protobuf:"varint,3,opt,name=is_clip,json=isClip,proto3" json:"is_clip,omitempty"`
	ClipDetails                       *Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails  `protobuf:"bytes,4,opt,name=clip_details,json=clipDetails,proto3" json:"clip_details,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails) Descriptor deprecated

Deprecated: Use Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails.ProtoReflect.Descriptor instead.

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails) GetClipDetails

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails) GetDeliveryFile

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails) GetIsClip

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails) GetTechnicalResourceDetailsReference

func (x *Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails) GetTechnicalResourceDetailsReference() string

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails) ProtoMessage

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails) ProtoReflect

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails) Reset

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails) String

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails struct {
	TechnicalResourceDetailsReference string                                                                             `` /* 164-byte string literal not displayed */
	ClipType                          string                                                                             `protobuf:"bytes,2,opt,name=clip_type,json=clipType,proto3" json:"clip_type,omitempty"`
	Timing                            *Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing `protobuf:"bytes,3,opt,name=timing,proto3" json:"timing,omitempty"`
	ExpressionType                    string                                                                             `protobuf:"bytes,4,opt,name=expression_type,json=expressionType,proto3" json:"expression_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails) Descriptor deprecated

Deprecated: Use Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails.ProtoReflect.Descriptor instead.

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails) GetClipType

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails) GetExpressionType

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails) GetTechnicalResourceDetailsReference

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails) GetTiming

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails) ProtoMessage

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails) ProtoReflect

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails) Reset

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails) String

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing struct {
	StartPoint   uint64 `protobuf:"varint,1,opt,name=start_point,json=startPoint,proto3" json:"start_point,omitempty"`
	EndPoint     uint64 `protobuf:"varint,2,opt,name=end_point,json=endPoint,proto3" json:"end_point,omitempty"`
	DurationUsed string `protobuf:"bytes,3,opt,name=duration_used,json=durationUsed,proto3" json:"duration_used,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing) Descriptor deprecated

Deprecated: Use Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing.ProtoReflect.Descriptor instead.

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing) GetDurationUsed

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing) GetEndPoint

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing) GetStartPoint

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing) ProtoMessage

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing) ProtoReflect

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing) Reset

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_ClipDetails_Timing) String

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile struct {
	Type                 string                                                                            `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	AudioCodecType       string                                                                            `protobuf:"bytes,2,opt,name=audio_codec_type,json=audioCodecType,proto3" json:"audio_codec_type,omitempty"`
	NumberOfChannels     uint32                                                                            `protobuf:"varint,3,opt,name=number_of_channels,json=numberOfChannels,proto3" json:"number_of_channels,omitempty"`
	SamplingRate         float32                                                                           `protobuf:"fixed32,4,opt,name=sampling_rate,json=samplingRate,proto3" json:"sampling_rate,omitempty"`
	BitsPerSample        uint32                                                                            `protobuf:"varint,5,opt,name=bits_per_sample,json=bitsPerSample,proto3" json:"bits_per_sample,omitempty"`
	File                 *Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File `protobuf:"bytes,6,opt,name=file,proto3" json:"file,omitempty"`
	IsProvidedInDelivery bool                                                                              `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) Descriptor deprecated

Deprecated: Use Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile.ProtoReflect.Descriptor instead.

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) GetAudioCodecType

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) GetBitsPerSample

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) GetFile

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) GetIsProvidedInDelivery

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) GetNumberOfChannels

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) GetSamplingRate

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) GetType

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) ProtoMessage

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) ProtoReflect

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) Reset

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile) String

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File struct {
	Uri      string                                                                                    `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	HashSum  *Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File_HashSum `protobuf:"bytes,2,opt,name=hash_sum,json=hashSum,proto3" json:"hash_sum,omitempty"`
	FileSize uint64                                                                                    `protobuf:"varint,3,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File) Descriptor deprecated

Deprecated: Use Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File.ProtoReflect.Descriptor instead.

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File) GetFileSize

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File) GetUri

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File) ProtoMessage

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File) ProtoReflect

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File) Reset

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File) String

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File_HashSum

type Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File_HashSum struct {
	Algorithm    string `protobuf:"bytes,1,opt,name=algorithm,proto3" json:"algorithm,omitempty"`
	HashSumValue string `protobuf:"bytes,2,opt,name=hash_sum_value,json=hashSumValue,proto3" json:"hash_sum_value,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File_HashSum) Descriptor deprecated

Deprecated: Use Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File_HashSum.ProtoReflect.Descriptor instead.

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File_HashSum) GetAlgorithm

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File_HashSum) GetHashSumValue

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File_HashSum) ProtoMessage

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File_HashSum) ProtoReflect

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File_HashSum) Reset

func (*Resource_SoundRecording_SoundRecordingEdition_TechnicalDetails_DeliveryFile_File_HashSum) String

Jump to

Keyboard shortcuts

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