google_musicmanager_v0

package
v0.0.0-...-514cedc Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2015 License: ISC Imports: 2 Imported by: 0

Documentation

Overview

Package google_musicmanager_v0 is a generated protocol buffer package.

It is generated from these files:

github.com/lxr/go.google.musicmanager/internal/download_proto/service/download.messages.proto

It has these top-level messages:

GetTracksToExportRequest
GetTracksToExportResponse

Index

Constants

This section is empty.

Variables

View Source
var GetTracksToExportRequest_TracksToExportType_name = map[int32]string{
	0: "UNKNOWN",
	1: "ALL",
	2: "PURCHASED_AND_PROMOTIONAL",
}
View Source
var GetTracksToExportRequest_TracksToExportType_value = map[string]int32{
	"UNKNOWN":                   0,
	"ALL":                       1,
	"PURCHASED_AND_PROMOTIONAL": 2,
}
View Source
var GetTracksToExportResponse_TracksToExportStatus_name = map[int32]string{
	0: "UNKNOWN",
	1: "OK",
	2: "TRANSIENT_ERROR",
	3: "MAX_NUM_CLIENTS_REACHED",
	4: "UNABLE_TO_AUTHENTICATE_CLIENT",
	5: "UNABLE_TO_REGISTER_CLIENT",
}
View Source
var GetTracksToExportResponse_TracksToExportStatus_value = map[string]int32{
	"UNKNOWN":                       0,
	"OK":                            1,
	"TRANSIENT_ERROR":               2,
	"MAX_NUM_CLIENTS_REACHED":       3,
	"UNABLE_TO_AUTHENTICATE_CLIENT": 4,
	"UNABLE_TO_REGISTER_CLIENT":     5,
}

Functions

This section is empty.

Types

type GetTracksToExportRequest

type GetTracksToExportRequest struct {
	ClientId          string                                      `protobuf:"bytes,2,opt,name=client_id" json:"client_id,omitempty"`
	ContinuationToken string                                      `protobuf:"bytes,3,opt,name=continuation_token" json:"continuation_token,omitempty"`
	ExportType        GetTracksToExportRequest_TracksToExportType `` /* 141-byte string literal not displayed */
	UpdatedMin        int64                                       `protobuf:"varint,5,opt,name=updated_min" json:"updated_min,omitempty"`
}

func (*GetTracksToExportRequest) ProtoMessage

func (*GetTracksToExportRequest) ProtoMessage()

func (*GetTracksToExportRequest) Reset

func (m *GetTracksToExportRequest) Reset()

func (*GetTracksToExportRequest) String

func (m *GetTracksToExportRequest) String() string

type GetTracksToExportRequest_TracksToExportType

type GetTracksToExportRequest_TracksToExportType int32
const (
	GetTracksToExportRequest_UNKNOWN                   GetTracksToExportRequest_TracksToExportType = 0
	GetTracksToExportRequest_ALL                       GetTracksToExportRequest_TracksToExportType = 1
	GetTracksToExportRequest_PURCHASED_AND_PROMOTIONAL GetTracksToExportRequest_TracksToExportType = 2
)

func (GetTracksToExportRequest_TracksToExportType) String

type GetTracksToExportResponse

type GetTracksToExportResponse struct {
	Status            GetTracksToExportResponse_TracksToExportStatus `` /* 134-byte string literal not displayed */
	DownloadTrackInfo []*google_musicmanager_v01.DownloadTrackInfo   `protobuf:"bytes,2,rep,name=download_track_info" json:"download_track_info,omitempty"`
	ContinuationToken string                                         `protobuf:"bytes,3,opt,name=continuation_token" json:"continuation_token,omitempty"`
	UpdatedMin        int64                                          `protobuf:"varint,4,opt,name=updated_min" json:"updated_min,omitempty"`
}

func (*GetTracksToExportResponse) GetDownloadTrackInfo

func (*GetTracksToExportResponse) ProtoMessage

func (*GetTracksToExportResponse) ProtoMessage()

func (*GetTracksToExportResponse) Reset

func (m *GetTracksToExportResponse) Reset()

func (*GetTracksToExportResponse) String

func (m *GetTracksToExportResponse) String() string

type GetTracksToExportResponse_TracksToExportStatus

type GetTracksToExportResponse_TracksToExportStatus int32
const (
	GetTracksToExportResponse_UNKNOWN                       GetTracksToExportResponse_TracksToExportStatus = 0
	GetTracksToExportResponse_OK                            GetTracksToExportResponse_TracksToExportStatus = 1
	GetTracksToExportResponse_TRANSIENT_ERROR               GetTracksToExportResponse_TracksToExportStatus = 2
	GetTracksToExportResponse_MAX_NUM_CLIENTS_REACHED       GetTracksToExportResponse_TracksToExportStatus = 3
	GetTracksToExportResponse_UNABLE_TO_AUTHENTICATE_CLIENT GetTracksToExportResponse_TracksToExportStatus = 4
	GetTracksToExportResponse_UNABLE_TO_REGISTER_CLIENT     GetTracksToExportResponse_TracksToExportStatus = 5
)

func (GetTracksToExportResponse_TracksToExportStatus) String

Jump to

Keyboard shortcuts

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