4269 lines
140 KiB
C++
4269 lines
140 KiB
C++
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: collection.proto
|
|
|
|
#ifndef PROTOBUF_collection_2eproto__INCLUDED
|
|
#define PROTOBUF_collection_2eproto__INCLUDED
|
|
|
|
#include <string>
|
|
|
|
#include <google/protobuf/stubs/common.h>
|
|
|
|
#if GOOGLE_PROTOBUF_VERSION < 2005000
|
|
#error This file was generated by a newer version of protoc which is
|
|
#error incompatible with your Protocol Buffer headers. Please update
|
|
#error your headers.
|
|
#endif
|
|
#if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
|
|
#error This file was generated by an older version of protoc which is
|
|
#error incompatible with your Protocol Buffer headers. Please
|
|
#error regenerate this file with a newer version of protoc.
|
|
#endif
|
|
|
|
#include <google/protobuf/generated_message_util.h>
|
|
#include <google/protobuf/message.h>
|
|
#include <google/protobuf/repeated_field.h>
|
|
#include <google/protobuf/extension_set.h>
|
|
#include <google/protobuf/generated_enum_reflection.h>
|
|
#include <google/protobuf/unknown_field_set.h>
|
|
#include "common.pb.h"
|
|
// @@protoc_insertion_point(includes)
|
|
|
|
// Internal implementation detail -- do not call these.
|
|
void protobuf_AddDesc_collection_2eproto();
|
|
void protobuf_AssignDesc_collection_2eproto();
|
|
void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
class CollectionRequest;
|
|
class CollectionRequest_GetGenreList;
|
|
class CollectionRequest_GetArtistList;
|
|
class CollectionRequest_GetReleaseList;
|
|
class CollectionRequest_GetTrackList;
|
|
class CollectionResponse;
|
|
class GenreList;
|
|
class ArtistList;
|
|
class ReleaseList;
|
|
class TrackList;
|
|
class Genre;
|
|
class CoverArt;
|
|
class Artist;
|
|
class Release;
|
|
class Track;
|
|
|
|
enum CollectionRequest_Type {
|
|
CollectionRequest_Type_TypeGetArtistList = 0,
|
|
CollectionRequest_Type_TypeGetReleaseList = 1,
|
|
CollectionRequest_Type_TypeGetTrackList = 2
|
|
};
|
|
bool CollectionRequest_Type_IsValid(int value);
|
|
const CollectionRequest_Type CollectionRequest_Type_Type_MIN = CollectionRequest_Type_TypeGetArtistList;
|
|
const CollectionRequest_Type CollectionRequest_Type_Type_MAX = CollectionRequest_Type_TypeGetTrackList;
|
|
const int CollectionRequest_Type_Type_ARRAYSIZE = CollectionRequest_Type_Type_MAX + 1;
|
|
|
|
const ::google::protobuf::EnumDescriptor* CollectionRequest_Type_descriptor();
|
|
inline const ::std::string& CollectionRequest_Type_Name(CollectionRequest_Type value) {
|
|
return ::google::protobuf::internal::NameOfEnum(
|
|
CollectionRequest_Type_descriptor(), value);
|
|
}
|
|
inline bool CollectionRequest_Type_Parse(
|
|
const ::std::string& name, CollectionRequest_Type* value) {
|
|
return ::google::protobuf::internal::ParseNamedEnum<CollectionRequest_Type>(
|
|
CollectionRequest_Type_descriptor(), name, value);
|
|
}
|
|
enum CollectionResponse_Type {
|
|
CollectionResponse_Type_TypeGenreList = 1,
|
|
CollectionResponse_Type_TypeArtistList = 2,
|
|
CollectionResponse_Type_TypeReleaseList = 3,
|
|
CollectionResponse_Type_TypeTrackList = 4
|
|
};
|
|
bool CollectionResponse_Type_IsValid(int value);
|
|
const CollectionResponse_Type CollectionResponse_Type_Type_MIN = CollectionResponse_Type_TypeGenreList;
|
|
const CollectionResponse_Type CollectionResponse_Type_Type_MAX = CollectionResponse_Type_TypeTrackList;
|
|
const int CollectionResponse_Type_Type_ARRAYSIZE = CollectionResponse_Type_Type_MAX + 1;
|
|
|
|
const ::google::protobuf::EnumDescriptor* CollectionResponse_Type_descriptor();
|
|
inline const ::std::string& CollectionResponse_Type_Name(CollectionResponse_Type value) {
|
|
return ::google::protobuf::internal::NameOfEnum(
|
|
CollectionResponse_Type_descriptor(), value);
|
|
}
|
|
inline bool CollectionResponse_Type_Parse(
|
|
const ::std::string& name, CollectionResponse_Type* value) {
|
|
return ::google::protobuf::internal::ParseNamedEnum<CollectionResponse_Type>(
|
|
CollectionResponse_Type_descriptor(), name, value);
|
|
}
|
|
// ===================================================================
|
|
|
|
class CollectionRequest_GetGenreList : public ::google::protobuf::Message {
|
|
public:
|
|
CollectionRequest_GetGenreList();
|
|
virtual ~CollectionRequest_GetGenreList();
|
|
|
|
CollectionRequest_GetGenreList(const CollectionRequest_GetGenreList& from);
|
|
|
|
inline CollectionRequest_GetGenreList& operator=(const CollectionRequest_GetGenreList& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const CollectionRequest_GetGenreList& default_instance();
|
|
|
|
void Swap(CollectionRequest_GetGenreList* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
CollectionRequest_GetGenreList* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const CollectionRequest_GetGenreList& from);
|
|
void MergeFrom(const CollectionRequest_GetGenreList& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// optional string filter_name = 1;
|
|
inline bool has_filter_name() const;
|
|
inline void clear_filter_name();
|
|
static const int kFilterNameFieldNumber = 1;
|
|
inline const ::std::string& filter_name() const;
|
|
inline void set_filter_name(const ::std::string& value);
|
|
inline void set_filter_name(const char* value);
|
|
inline void set_filter_name(const char* value, size_t size);
|
|
inline ::std::string* mutable_filter_name();
|
|
inline ::std::string* release_filter_name();
|
|
inline void set_allocated_filter_name(::std::string* filter_name);
|
|
|
|
// optional uint32 preferred_batch_size = 2;
|
|
inline bool has_preferred_batch_size() const;
|
|
inline void clear_preferred_batch_size();
|
|
static const int kPreferredBatchSizeFieldNumber = 2;
|
|
inline ::google::protobuf::uint32 preferred_batch_size() const;
|
|
inline void set_preferred_batch_size(::google::protobuf::uint32 value);
|
|
|
|
// @@protoc_insertion_point(class_scope:CollectionRequest.GetGenreList)
|
|
private:
|
|
inline void set_has_filter_name();
|
|
inline void clear_has_filter_name();
|
|
inline void set_has_preferred_batch_size();
|
|
inline void clear_has_preferred_batch_size();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::std::string* filter_name_;
|
|
::google::protobuf::uint32 preferred_batch_size_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static CollectionRequest_GetGenreList* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class CollectionRequest_GetArtistList : public ::google::protobuf::Message {
|
|
public:
|
|
CollectionRequest_GetArtistList();
|
|
virtual ~CollectionRequest_GetArtistList();
|
|
|
|
CollectionRequest_GetArtistList(const CollectionRequest_GetArtistList& from);
|
|
|
|
inline CollectionRequest_GetArtistList& operator=(const CollectionRequest_GetArtistList& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const CollectionRequest_GetArtistList& default_instance();
|
|
|
|
void Swap(CollectionRequest_GetArtistList* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
CollectionRequest_GetArtistList* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const CollectionRequest_GetArtistList& from);
|
|
void MergeFrom(const CollectionRequest_GetArtistList& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// optional string filter_name = 1;
|
|
inline bool has_filter_name() const;
|
|
inline void clear_filter_name();
|
|
static const int kFilterNameFieldNumber = 1;
|
|
inline const ::std::string& filter_name() const;
|
|
inline void set_filter_name(const ::std::string& value);
|
|
inline void set_filter_name(const char* value);
|
|
inline void set_filter_name(const char* value, size_t size);
|
|
inline ::std::string* mutable_filter_name();
|
|
inline ::std::string* release_filter_name();
|
|
inline void set_allocated_filter_name(::std::string* filter_name);
|
|
|
|
// repeated string filter_genre = 2;
|
|
inline int filter_genre_size() const;
|
|
inline void clear_filter_genre();
|
|
static const int kFilterGenreFieldNumber = 2;
|
|
inline const ::std::string& filter_genre(int index) const;
|
|
inline ::std::string* mutable_filter_genre(int index);
|
|
inline void set_filter_genre(int index, const ::std::string& value);
|
|
inline void set_filter_genre(int index, const char* value);
|
|
inline void set_filter_genre(int index, const char* value, size_t size);
|
|
inline ::std::string* add_filter_genre();
|
|
inline void add_filter_genre(const ::std::string& value);
|
|
inline void add_filter_genre(const char* value);
|
|
inline void add_filter_genre(const char* value, size_t size);
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>& filter_genre() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_filter_genre();
|
|
|
|
// optional uint32 preferred_batch_size = 3;
|
|
inline bool has_preferred_batch_size() const;
|
|
inline void clear_preferred_batch_size();
|
|
static const int kPreferredBatchSizeFieldNumber = 3;
|
|
inline ::google::protobuf::uint32 preferred_batch_size() const;
|
|
inline void set_preferred_batch_size(::google::protobuf::uint32 value);
|
|
|
|
// @@protoc_insertion_point(class_scope:CollectionRequest.GetArtistList)
|
|
private:
|
|
inline void set_has_filter_name();
|
|
inline void clear_has_filter_name();
|
|
inline void set_has_preferred_batch_size();
|
|
inline void clear_has_preferred_batch_size();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::std::string* filter_name_;
|
|
::google::protobuf::RepeatedPtrField< ::std::string> filter_genre_;
|
|
::google::protobuf::uint32 preferred_batch_size_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static CollectionRequest_GetArtistList* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class CollectionRequest_GetReleaseList : public ::google::protobuf::Message {
|
|
public:
|
|
CollectionRequest_GetReleaseList();
|
|
virtual ~CollectionRequest_GetReleaseList();
|
|
|
|
CollectionRequest_GetReleaseList(const CollectionRequest_GetReleaseList& from);
|
|
|
|
inline CollectionRequest_GetReleaseList& operator=(const CollectionRequest_GetReleaseList& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const CollectionRequest_GetReleaseList& default_instance();
|
|
|
|
void Swap(CollectionRequest_GetReleaseList* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
CollectionRequest_GetReleaseList* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const CollectionRequest_GetReleaseList& from);
|
|
void MergeFrom(const CollectionRequest_GetReleaseList& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// optional string filter_name = 1;
|
|
inline bool has_filter_name() const;
|
|
inline void clear_filter_name();
|
|
static const int kFilterNameFieldNumber = 1;
|
|
inline const ::std::string& filter_name() const;
|
|
inline void set_filter_name(const ::std::string& value);
|
|
inline void set_filter_name(const char* value);
|
|
inline void set_filter_name(const char* value, size_t size);
|
|
inline ::std::string* mutable_filter_name();
|
|
inline ::std::string* release_filter_name();
|
|
inline void set_allocated_filter_name(::std::string* filter_name);
|
|
|
|
// repeated string artist_name = 2;
|
|
inline int artist_name_size() const;
|
|
inline void clear_artist_name();
|
|
static const int kArtistNameFieldNumber = 2;
|
|
inline const ::std::string& artist_name(int index) const;
|
|
inline ::std::string* mutable_artist_name(int index);
|
|
inline void set_artist_name(int index, const ::std::string& value);
|
|
inline void set_artist_name(int index, const char* value);
|
|
inline void set_artist_name(int index, const char* value, size_t size);
|
|
inline ::std::string* add_artist_name();
|
|
inline void add_artist_name(const ::std::string& value);
|
|
inline void add_artist_name(const char* value);
|
|
inline void add_artist_name(const char* value, size_t size);
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>& artist_name() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_artist_name();
|
|
|
|
// repeated string filter_genre = 3;
|
|
inline int filter_genre_size() const;
|
|
inline void clear_filter_genre();
|
|
static const int kFilterGenreFieldNumber = 3;
|
|
inline const ::std::string& filter_genre(int index) const;
|
|
inline ::std::string* mutable_filter_genre(int index);
|
|
inline void set_filter_genre(int index, const ::std::string& value);
|
|
inline void set_filter_genre(int index, const char* value);
|
|
inline void set_filter_genre(int index, const char* value, size_t size);
|
|
inline ::std::string* add_filter_genre();
|
|
inline void add_filter_genre(const ::std::string& value);
|
|
inline void add_filter_genre(const char* value);
|
|
inline void add_filter_genre(const char* value, size_t size);
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>& filter_genre() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_filter_genre();
|
|
|
|
// optional bool get_cover = 4;
|
|
inline bool has_get_cover() const;
|
|
inline void clear_get_cover();
|
|
static const int kGetCoverFieldNumber = 4;
|
|
inline bool get_cover() const;
|
|
inline void set_get_cover(bool value);
|
|
|
|
// optional uint32 preferred_batch_size = 5;
|
|
inline bool has_preferred_batch_size() const;
|
|
inline void clear_preferred_batch_size();
|
|
static const int kPreferredBatchSizeFieldNumber = 5;
|
|
inline ::google::protobuf::uint32 preferred_batch_size() const;
|
|
inline void set_preferred_batch_size(::google::protobuf::uint32 value);
|
|
|
|
// @@protoc_insertion_point(class_scope:CollectionRequest.GetReleaseList)
|
|
private:
|
|
inline void set_has_filter_name();
|
|
inline void clear_has_filter_name();
|
|
inline void set_has_get_cover();
|
|
inline void clear_has_get_cover();
|
|
inline void set_has_preferred_batch_size();
|
|
inline void clear_has_preferred_batch_size();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::std::string* filter_name_;
|
|
::google::protobuf::RepeatedPtrField< ::std::string> artist_name_;
|
|
::google::protobuf::RepeatedPtrField< ::std::string> filter_genre_;
|
|
bool get_cover_;
|
|
::google::protobuf::uint32 preferred_batch_size_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(5 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static CollectionRequest_GetReleaseList* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class CollectionRequest_GetTrackList : public ::google::protobuf::Message {
|
|
public:
|
|
CollectionRequest_GetTrackList();
|
|
virtual ~CollectionRequest_GetTrackList();
|
|
|
|
CollectionRequest_GetTrackList(const CollectionRequest_GetTrackList& from);
|
|
|
|
inline CollectionRequest_GetTrackList& operator=(const CollectionRequest_GetTrackList& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const CollectionRequest_GetTrackList& default_instance();
|
|
|
|
void Swap(CollectionRequest_GetTrackList* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
CollectionRequest_GetTrackList* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const CollectionRequest_GetTrackList& from);
|
|
void MergeFrom(const CollectionRequest_GetTrackList& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// optional string filter_name = 1;
|
|
inline bool has_filter_name() const;
|
|
inline void clear_filter_name();
|
|
static const int kFilterNameFieldNumber = 1;
|
|
inline const ::std::string& filter_name() const;
|
|
inline void set_filter_name(const ::std::string& value);
|
|
inline void set_filter_name(const char* value);
|
|
inline void set_filter_name(const char* value, size_t size);
|
|
inline ::std::string* mutable_filter_name();
|
|
inline ::std::string* release_filter_name();
|
|
inline void set_allocated_filter_name(::std::string* filter_name);
|
|
|
|
// repeated string release_name = 2;
|
|
inline int release_name_size() const;
|
|
inline void clear_release_name();
|
|
static const int kReleaseNameFieldNumber = 2;
|
|
inline const ::std::string& release_name(int index) const;
|
|
inline ::std::string* mutable_release_name(int index);
|
|
inline void set_release_name(int index, const ::std::string& value);
|
|
inline void set_release_name(int index, const char* value);
|
|
inline void set_release_name(int index, const char* value, size_t size);
|
|
inline ::std::string* add_release_name();
|
|
inline void add_release_name(const ::std::string& value);
|
|
inline void add_release_name(const char* value);
|
|
inline void add_release_name(const char* value, size_t size);
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>& release_name() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_release_name();
|
|
|
|
// repeated string artist_name = 3;
|
|
inline int artist_name_size() const;
|
|
inline void clear_artist_name();
|
|
static const int kArtistNameFieldNumber = 3;
|
|
inline const ::std::string& artist_name(int index) const;
|
|
inline ::std::string* mutable_artist_name(int index);
|
|
inline void set_artist_name(int index, const ::std::string& value);
|
|
inline void set_artist_name(int index, const char* value);
|
|
inline void set_artist_name(int index, const char* value, size_t size);
|
|
inline ::std::string* add_artist_name();
|
|
inline void add_artist_name(const ::std::string& value);
|
|
inline void add_artist_name(const char* value);
|
|
inline void add_artist_name(const char* value, size_t size);
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>& artist_name() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_artist_name();
|
|
|
|
// repeated string filter_genre = 4;
|
|
inline int filter_genre_size() const;
|
|
inline void clear_filter_genre();
|
|
static const int kFilterGenreFieldNumber = 4;
|
|
inline const ::std::string& filter_genre(int index) const;
|
|
inline ::std::string* mutable_filter_genre(int index);
|
|
inline void set_filter_genre(int index, const ::std::string& value);
|
|
inline void set_filter_genre(int index, const char* value);
|
|
inline void set_filter_genre(int index, const char* value, size_t size);
|
|
inline ::std::string* add_filter_genre();
|
|
inline void add_filter_genre(const ::std::string& value);
|
|
inline void add_filter_genre(const char* value);
|
|
inline void add_filter_genre(const char* value, size_t size);
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>& filter_genre() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_filter_genre();
|
|
|
|
// optional uint32 disc_number = 5;
|
|
inline bool has_disc_number() const;
|
|
inline void clear_disc_number();
|
|
static const int kDiscNumberFieldNumber = 5;
|
|
inline ::google::protobuf::uint32 disc_number() const;
|
|
inline void set_disc_number(::google::protobuf::uint32 value);
|
|
|
|
// optional uint32 track_number = 6;
|
|
inline bool has_track_number() const;
|
|
inline void clear_track_number();
|
|
static const int kTrackNumberFieldNumber = 6;
|
|
inline ::google::protobuf::uint32 track_number() const;
|
|
inline void set_track_number(::google::protobuf::uint32 value);
|
|
|
|
// optional bool get_cover = 7;
|
|
inline bool has_get_cover() const;
|
|
inline void clear_get_cover();
|
|
static const int kGetCoverFieldNumber = 7;
|
|
inline bool get_cover() const;
|
|
inline void set_get_cover(bool value);
|
|
|
|
// optional uint32 preferred_batch_size = 8;
|
|
inline bool has_preferred_batch_size() const;
|
|
inline void clear_preferred_batch_size();
|
|
static const int kPreferredBatchSizeFieldNumber = 8;
|
|
inline ::google::protobuf::uint32 preferred_batch_size() const;
|
|
inline void set_preferred_batch_size(::google::protobuf::uint32 value);
|
|
|
|
// @@protoc_insertion_point(class_scope:CollectionRequest.GetTrackList)
|
|
private:
|
|
inline void set_has_filter_name();
|
|
inline void clear_has_filter_name();
|
|
inline void set_has_disc_number();
|
|
inline void clear_has_disc_number();
|
|
inline void set_has_track_number();
|
|
inline void clear_has_track_number();
|
|
inline void set_has_get_cover();
|
|
inline void clear_has_get_cover();
|
|
inline void set_has_preferred_batch_size();
|
|
inline void clear_has_preferred_batch_size();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::std::string* filter_name_;
|
|
::google::protobuf::RepeatedPtrField< ::std::string> release_name_;
|
|
::google::protobuf::RepeatedPtrField< ::std::string> artist_name_;
|
|
::google::protobuf::RepeatedPtrField< ::std::string> filter_genre_;
|
|
::google::protobuf::uint32 disc_number_;
|
|
::google::protobuf::uint32 track_number_;
|
|
bool get_cover_;
|
|
::google::protobuf::uint32 preferred_batch_size_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(8 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static CollectionRequest_GetTrackList* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class CollectionRequest : public ::google::protobuf::Message {
|
|
public:
|
|
CollectionRequest();
|
|
virtual ~CollectionRequest();
|
|
|
|
CollectionRequest(const CollectionRequest& from);
|
|
|
|
inline CollectionRequest& operator=(const CollectionRequest& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const CollectionRequest& default_instance();
|
|
|
|
void Swap(CollectionRequest* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
CollectionRequest* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const CollectionRequest& from);
|
|
void MergeFrom(const CollectionRequest& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
typedef CollectionRequest_GetGenreList GetGenreList;
|
|
typedef CollectionRequest_GetArtistList GetArtistList;
|
|
typedef CollectionRequest_GetReleaseList GetReleaseList;
|
|
typedef CollectionRequest_GetTrackList GetTrackList;
|
|
|
|
typedef CollectionRequest_Type Type;
|
|
static const Type TypeGetArtistList = CollectionRequest_Type_TypeGetArtistList;
|
|
static const Type TypeGetReleaseList = CollectionRequest_Type_TypeGetReleaseList;
|
|
static const Type TypeGetTrackList = CollectionRequest_Type_TypeGetTrackList;
|
|
static inline bool Type_IsValid(int value) {
|
|
return CollectionRequest_Type_IsValid(value);
|
|
}
|
|
static const Type Type_MIN =
|
|
CollectionRequest_Type_Type_MIN;
|
|
static const Type Type_MAX =
|
|
CollectionRequest_Type_Type_MAX;
|
|
static const int Type_ARRAYSIZE =
|
|
CollectionRequest_Type_Type_ARRAYSIZE;
|
|
static inline const ::google::protobuf::EnumDescriptor*
|
|
Type_descriptor() {
|
|
return CollectionRequest_Type_descriptor();
|
|
}
|
|
static inline const ::std::string& Type_Name(Type value) {
|
|
return CollectionRequest_Type_Name(value);
|
|
}
|
|
static inline bool Type_Parse(const ::std::string& name,
|
|
Type* value) {
|
|
return CollectionRequest_Type_Parse(name, value);
|
|
}
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// required .CollectionRequest.Type type = 1;
|
|
inline bool has_type() const;
|
|
inline void clear_type();
|
|
static const int kTypeFieldNumber = 1;
|
|
inline ::CollectionRequest_Type type() const;
|
|
inline void set_type(::CollectionRequest_Type value);
|
|
|
|
// optional .CollectionRequest.GetArtistList get_artists = 2;
|
|
inline bool has_get_artists() const;
|
|
inline void clear_get_artists();
|
|
static const int kGetArtistsFieldNumber = 2;
|
|
inline const ::CollectionRequest_GetArtistList& get_artists() const;
|
|
inline ::CollectionRequest_GetArtistList* mutable_get_artists();
|
|
inline ::CollectionRequest_GetArtistList* release_get_artists();
|
|
inline void set_allocated_get_artists(::CollectionRequest_GetArtistList* get_artists);
|
|
|
|
// optional .CollectionRequest.GetReleaseList get_releases = 3;
|
|
inline bool has_get_releases() const;
|
|
inline void clear_get_releases();
|
|
static const int kGetReleasesFieldNumber = 3;
|
|
inline const ::CollectionRequest_GetReleaseList& get_releases() const;
|
|
inline ::CollectionRequest_GetReleaseList* mutable_get_releases();
|
|
inline ::CollectionRequest_GetReleaseList* release_get_releases();
|
|
inline void set_allocated_get_releases(::CollectionRequest_GetReleaseList* get_releases);
|
|
|
|
// optional .CollectionRequest.GetTrackList get_tracks = 4;
|
|
inline bool has_get_tracks() const;
|
|
inline void clear_get_tracks();
|
|
static const int kGetTracksFieldNumber = 4;
|
|
inline const ::CollectionRequest_GetTrackList& get_tracks() const;
|
|
inline ::CollectionRequest_GetTrackList* mutable_get_tracks();
|
|
inline ::CollectionRequest_GetTrackList* release_get_tracks();
|
|
inline void set_allocated_get_tracks(::CollectionRequest_GetTrackList* get_tracks);
|
|
|
|
// @@protoc_insertion_point(class_scope:CollectionRequest)
|
|
private:
|
|
inline void set_has_type();
|
|
inline void clear_has_type();
|
|
inline void set_has_get_artists();
|
|
inline void clear_has_get_artists();
|
|
inline void set_has_get_releases();
|
|
inline void clear_has_get_releases();
|
|
inline void set_has_get_tracks();
|
|
inline void clear_has_get_tracks();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::CollectionRequest_GetArtistList* get_artists_;
|
|
::CollectionRequest_GetReleaseList* get_releases_;
|
|
::CollectionRequest_GetTrackList* get_tracks_;
|
|
int type_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static CollectionRequest* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class CollectionResponse : public ::google::protobuf::Message {
|
|
public:
|
|
CollectionResponse();
|
|
virtual ~CollectionResponse();
|
|
|
|
CollectionResponse(const CollectionResponse& from);
|
|
|
|
inline CollectionResponse& operator=(const CollectionResponse& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const CollectionResponse& default_instance();
|
|
|
|
void Swap(CollectionResponse* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
CollectionResponse* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const CollectionResponse& from);
|
|
void MergeFrom(const CollectionResponse& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
typedef CollectionResponse_Type Type;
|
|
static const Type TypeGenreList = CollectionResponse_Type_TypeGenreList;
|
|
static const Type TypeArtistList = CollectionResponse_Type_TypeArtistList;
|
|
static const Type TypeReleaseList = CollectionResponse_Type_TypeReleaseList;
|
|
static const Type TypeTrackList = CollectionResponse_Type_TypeTrackList;
|
|
static inline bool Type_IsValid(int value) {
|
|
return CollectionResponse_Type_IsValid(value);
|
|
}
|
|
static const Type Type_MIN =
|
|
CollectionResponse_Type_Type_MIN;
|
|
static const Type Type_MAX =
|
|
CollectionResponse_Type_Type_MAX;
|
|
static const int Type_ARRAYSIZE =
|
|
CollectionResponse_Type_Type_ARRAYSIZE;
|
|
static inline const ::google::protobuf::EnumDescriptor*
|
|
Type_descriptor() {
|
|
return CollectionResponse_Type_descriptor();
|
|
}
|
|
static inline const ::std::string& Type_Name(Type value) {
|
|
return CollectionResponse_Type_Name(value);
|
|
}
|
|
static inline bool Type_Parse(const ::std::string& name,
|
|
Type* value) {
|
|
return CollectionResponse_Type_Parse(name, value);
|
|
}
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// required .Error error = 1;
|
|
inline bool has_error() const;
|
|
inline void clear_error();
|
|
static const int kErrorFieldNumber = 1;
|
|
inline const ::Error& error() const;
|
|
inline ::Error* mutable_error();
|
|
inline ::Error* release_error();
|
|
inline void set_allocated_error(::Error* error);
|
|
|
|
// required .CollectionResponse.Type type = 2;
|
|
inline bool has_type() const;
|
|
inline void clear_type();
|
|
static const int kTypeFieldNumber = 2;
|
|
inline ::CollectionResponse_Type type() const;
|
|
inline void set_type(::CollectionResponse_Type value);
|
|
|
|
// optional .GenreList genre_list = 3;
|
|
inline bool has_genre_list() const;
|
|
inline void clear_genre_list();
|
|
static const int kGenreListFieldNumber = 3;
|
|
inline const ::GenreList& genre_list() const;
|
|
inline ::GenreList* mutable_genre_list();
|
|
inline ::GenreList* release_genre_list();
|
|
inline void set_allocated_genre_list(::GenreList* genre_list);
|
|
|
|
// optional .ArtistList artist_list = 4;
|
|
inline bool has_artist_list() const;
|
|
inline void clear_artist_list();
|
|
static const int kArtistListFieldNumber = 4;
|
|
inline const ::ArtistList& artist_list() const;
|
|
inline ::ArtistList* mutable_artist_list();
|
|
inline ::ArtistList* release_artist_list();
|
|
inline void set_allocated_artist_list(::ArtistList* artist_list);
|
|
|
|
// optional .ReleaseList release_list = 5;
|
|
inline bool has_release_list() const;
|
|
inline void clear_release_list();
|
|
static const int kReleaseListFieldNumber = 5;
|
|
inline const ::ReleaseList& release_list() const;
|
|
inline ::ReleaseList* mutable_release_list();
|
|
inline ::ReleaseList* release_release_list();
|
|
inline void set_allocated_release_list(::ReleaseList* release_list);
|
|
|
|
// optional .TrackList track_list = 6;
|
|
inline bool has_track_list() const;
|
|
inline void clear_track_list();
|
|
static const int kTrackListFieldNumber = 6;
|
|
inline const ::TrackList& track_list() const;
|
|
inline ::TrackList* mutable_track_list();
|
|
inline ::TrackList* release_track_list();
|
|
inline void set_allocated_track_list(::TrackList* track_list);
|
|
|
|
// @@protoc_insertion_point(class_scope:CollectionResponse)
|
|
private:
|
|
inline void set_has_error();
|
|
inline void clear_has_error();
|
|
inline void set_has_type();
|
|
inline void clear_has_type();
|
|
inline void set_has_genre_list();
|
|
inline void clear_has_genre_list();
|
|
inline void set_has_artist_list();
|
|
inline void clear_has_artist_list();
|
|
inline void set_has_release_list();
|
|
inline void clear_has_release_list();
|
|
inline void set_has_track_list();
|
|
inline void clear_has_track_list();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::Error* error_;
|
|
::GenreList* genre_list_;
|
|
::ArtistList* artist_list_;
|
|
::ReleaseList* release_list_;
|
|
::TrackList* track_list_;
|
|
int type_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(6 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static CollectionResponse* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class GenreList : public ::google::protobuf::Message {
|
|
public:
|
|
GenreList();
|
|
virtual ~GenreList();
|
|
|
|
GenreList(const GenreList& from);
|
|
|
|
inline GenreList& operator=(const GenreList& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const GenreList& default_instance();
|
|
|
|
void Swap(GenreList* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
GenreList* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const GenreList& from);
|
|
void MergeFrom(const GenreList& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// required bool last = 1;
|
|
inline bool has_last() const;
|
|
inline void clear_last();
|
|
static const int kLastFieldNumber = 1;
|
|
inline bool last() const;
|
|
inline void set_last(bool value);
|
|
|
|
// repeated .Genre genres = 2;
|
|
inline int genres_size() const;
|
|
inline void clear_genres();
|
|
static const int kGenresFieldNumber = 2;
|
|
inline const ::Genre& genres(int index) const;
|
|
inline ::Genre* mutable_genres(int index);
|
|
inline ::Genre* add_genres();
|
|
inline const ::google::protobuf::RepeatedPtrField< ::Genre >&
|
|
genres() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::Genre >*
|
|
mutable_genres();
|
|
|
|
// @@protoc_insertion_point(class_scope:GenreList)
|
|
private:
|
|
inline void set_has_last();
|
|
inline void clear_has_last();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::google::protobuf::RepeatedPtrField< ::Genre > genres_;
|
|
bool last_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static GenreList* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class ArtistList : public ::google::protobuf::Message {
|
|
public:
|
|
ArtistList();
|
|
virtual ~ArtistList();
|
|
|
|
ArtistList(const ArtistList& from);
|
|
|
|
inline ArtistList& operator=(const ArtistList& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const ArtistList& default_instance();
|
|
|
|
void Swap(ArtistList* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
ArtistList* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const ArtistList& from);
|
|
void MergeFrom(const ArtistList& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// required bool last = 1;
|
|
inline bool has_last() const;
|
|
inline void clear_last();
|
|
static const int kLastFieldNumber = 1;
|
|
inline bool last() const;
|
|
inline void set_last(bool value);
|
|
|
|
// repeated .Artist artists = 2;
|
|
inline int artists_size() const;
|
|
inline void clear_artists();
|
|
static const int kArtistsFieldNumber = 2;
|
|
inline const ::Artist& artists(int index) const;
|
|
inline ::Artist* mutable_artists(int index);
|
|
inline ::Artist* add_artists();
|
|
inline const ::google::protobuf::RepeatedPtrField< ::Artist >&
|
|
artists() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::Artist >*
|
|
mutable_artists();
|
|
|
|
// @@protoc_insertion_point(class_scope:ArtistList)
|
|
private:
|
|
inline void set_has_last();
|
|
inline void clear_has_last();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::google::protobuf::RepeatedPtrField< ::Artist > artists_;
|
|
bool last_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static ArtistList* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class ReleaseList : public ::google::protobuf::Message {
|
|
public:
|
|
ReleaseList();
|
|
virtual ~ReleaseList();
|
|
|
|
ReleaseList(const ReleaseList& from);
|
|
|
|
inline ReleaseList& operator=(const ReleaseList& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const ReleaseList& default_instance();
|
|
|
|
void Swap(ReleaseList* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
ReleaseList* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const ReleaseList& from);
|
|
void MergeFrom(const ReleaseList& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// required bool last = 1;
|
|
inline bool has_last() const;
|
|
inline void clear_last();
|
|
static const int kLastFieldNumber = 1;
|
|
inline bool last() const;
|
|
inline void set_last(bool value);
|
|
|
|
// repeated .Release releases = 2;
|
|
inline int releases_size() const;
|
|
inline void clear_releases();
|
|
static const int kReleasesFieldNumber = 2;
|
|
inline const ::Release& releases(int index) const;
|
|
inline ::Release* mutable_releases(int index);
|
|
inline ::Release* add_releases();
|
|
inline const ::google::protobuf::RepeatedPtrField< ::Release >&
|
|
releases() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::Release >*
|
|
mutable_releases();
|
|
|
|
// @@protoc_insertion_point(class_scope:ReleaseList)
|
|
private:
|
|
inline void set_has_last();
|
|
inline void clear_has_last();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::google::protobuf::RepeatedPtrField< ::Release > releases_;
|
|
bool last_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static ReleaseList* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class TrackList : public ::google::protobuf::Message {
|
|
public:
|
|
TrackList();
|
|
virtual ~TrackList();
|
|
|
|
TrackList(const TrackList& from);
|
|
|
|
inline TrackList& operator=(const TrackList& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const TrackList& default_instance();
|
|
|
|
void Swap(TrackList* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
TrackList* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const TrackList& from);
|
|
void MergeFrom(const TrackList& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// required bool last = 1;
|
|
inline bool has_last() const;
|
|
inline void clear_last();
|
|
static const int kLastFieldNumber = 1;
|
|
inline bool last() const;
|
|
inline void set_last(bool value);
|
|
|
|
// repeated .Track tracks = 2;
|
|
inline int tracks_size() const;
|
|
inline void clear_tracks();
|
|
static const int kTracksFieldNumber = 2;
|
|
inline const ::Track& tracks(int index) const;
|
|
inline ::Track* mutable_tracks(int index);
|
|
inline ::Track* add_tracks();
|
|
inline const ::google::protobuf::RepeatedPtrField< ::Track >&
|
|
tracks() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::Track >*
|
|
mutable_tracks();
|
|
|
|
// @@protoc_insertion_point(class_scope:TrackList)
|
|
private:
|
|
inline void set_has_last();
|
|
inline void clear_has_last();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::google::protobuf::RepeatedPtrField< ::Track > tracks_;
|
|
bool last_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static TrackList* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class Genre : public ::google::protobuf::Message {
|
|
public:
|
|
Genre();
|
|
virtual ~Genre();
|
|
|
|
Genre(const Genre& from);
|
|
|
|
inline Genre& operator=(const Genre& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const Genre& default_instance();
|
|
|
|
void Swap(Genre* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
Genre* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const Genre& from);
|
|
void MergeFrom(const Genre& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// required string name = 1;
|
|
inline bool has_name() const;
|
|
inline void clear_name();
|
|
static const int kNameFieldNumber = 1;
|
|
inline const ::std::string& name() const;
|
|
inline void set_name(const ::std::string& value);
|
|
inline void set_name(const char* value);
|
|
inline void set_name(const char* value, size_t size);
|
|
inline ::std::string* mutable_name();
|
|
inline ::std::string* release_name();
|
|
inline void set_allocated_name(::std::string* name);
|
|
|
|
// @@protoc_insertion_point(class_scope:Genre)
|
|
private:
|
|
inline void set_has_name();
|
|
inline void clear_has_name();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::std::string* name_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static Genre* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class CoverArt : public ::google::protobuf::Message {
|
|
public:
|
|
CoverArt();
|
|
virtual ~CoverArt();
|
|
|
|
CoverArt(const CoverArt& from);
|
|
|
|
inline CoverArt& operator=(const CoverArt& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const CoverArt& default_instance();
|
|
|
|
void Swap(CoverArt* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
CoverArt* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const CoverArt& from);
|
|
void MergeFrom(const CoverArt& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// optional string mime_type = 1;
|
|
inline bool has_mime_type() const;
|
|
inline void clear_mime_type();
|
|
static const int kMimeTypeFieldNumber = 1;
|
|
inline const ::std::string& mime_type() const;
|
|
inline void set_mime_type(const ::std::string& value);
|
|
inline void set_mime_type(const char* value);
|
|
inline void set_mime_type(const char* value, size_t size);
|
|
inline ::std::string* mutable_mime_type();
|
|
inline ::std::string* release_mime_type();
|
|
inline void set_allocated_mime_type(::std::string* mime_type);
|
|
|
|
// repeated bytes data = 2;
|
|
inline int data_size() const;
|
|
inline void clear_data();
|
|
static const int kDataFieldNumber = 2;
|
|
inline const ::std::string& data(int index) const;
|
|
inline ::std::string* mutable_data(int index);
|
|
inline void set_data(int index, const ::std::string& value);
|
|
inline void set_data(int index, const char* value);
|
|
inline void set_data(int index, const void* value, size_t size);
|
|
inline ::std::string* add_data();
|
|
inline void add_data(const ::std::string& value);
|
|
inline void add_data(const char* value);
|
|
inline void add_data(const void* value, size_t size);
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>& data() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_data();
|
|
|
|
// @@protoc_insertion_point(class_scope:CoverArt)
|
|
private:
|
|
inline void set_has_mime_type();
|
|
inline void clear_has_mime_type();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::std::string* mime_type_;
|
|
::google::protobuf::RepeatedPtrField< ::std::string> data_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static CoverArt* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class Artist : public ::google::protobuf::Message {
|
|
public:
|
|
Artist();
|
|
virtual ~Artist();
|
|
|
|
Artist(const Artist& from);
|
|
|
|
inline Artist& operator=(const Artist& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const Artist& default_instance();
|
|
|
|
void Swap(Artist* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
Artist* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const Artist& from);
|
|
void MergeFrom(const Artist& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// required string name = 1;
|
|
inline bool has_name() const;
|
|
inline void clear_name();
|
|
static const int kNameFieldNumber = 1;
|
|
inline const ::std::string& name() const;
|
|
inline void set_name(const ::std::string& value);
|
|
inline void set_name(const char* value);
|
|
inline void set_name(const char* value, size_t size);
|
|
inline ::std::string* mutable_name();
|
|
inline ::std::string* release_name();
|
|
inline void set_allocated_name(::std::string* name);
|
|
|
|
// required uint32 nb_releases = 2;
|
|
inline bool has_nb_releases() const;
|
|
inline void clear_nb_releases();
|
|
static const int kNbReleasesFieldNumber = 2;
|
|
inline ::google::protobuf::uint32 nb_releases() const;
|
|
inline void set_nb_releases(::google::protobuf::uint32 value);
|
|
|
|
// @@protoc_insertion_point(class_scope:Artist)
|
|
private:
|
|
inline void set_has_name();
|
|
inline void clear_has_name();
|
|
inline void set_has_nb_releases();
|
|
inline void clear_has_nb_releases();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::std::string* name_;
|
|
::google::protobuf::uint32 nb_releases_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static Artist* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class Release : public ::google::protobuf::Message {
|
|
public:
|
|
Release();
|
|
virtual ~Release();
|
|
|
|
Release(const Release& from);
|
|
|
|
inline Release& operator=(const Release& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const Release& default_instance();
|
|
|
|
void Swap(Release* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
Release* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const Release& from);
|
|
void MergeFrom(const Release& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// required string name = 1;
|
|
inline bool has_name() const;
|
|
inline void clear_name();
|
|
static const int kNameFieldNumber = 1;
|
|
inline const ::std::string& name() const;
|
|
inline void set_name(const ::std::string& value);
|
|
inline void set_name(const char* value);
|
|
inline void set_name(const char* value, size_t size);
|
|
inline ::std::string* mutable_name();
|
|
inline ::std::string* release_name();
|
|
inline void set_allocated_name(::std::string* name);
|
|
|
|
// required uint32 nb_tracks = 2;
|
|
inline bool has_nb_tracks() const;
|
|
inline void clear_nb_tracks();
|
|
static const int kNbTracksFieldNumber = 2;
|
|
inline ::google::protobuf::uint32 nb_tracks() const;
|
|
inline void set_nb_tracks(::google::protobuf::uint32 value);
|
|
|
|
// required uint32 duration_secs = 3;
|
|
inline bool has_duration_secs() const;
|
|
inline void clear_duration_secs();
|
|
static const int kDurationSecsFieldNumber = 3;
|
|
inline ::google::protobuf::uint32 duration_secs() const;
|
|
inline void set_duration_secs(::google::protobuf::uint32 value);
|
|
|
|
// optional .CoverArt coverArt = 4;
|
|
inline bool has_coverart() const;
|
|
inline void clear_coverart();
|
|
static const int kCoverArtFieldNumber = 4;
|
|
inline const ::CoverArt& coverart() const;
|
|
inline ::CoverArt* mutable_coverart();
|
|
inline ::CoverArt* release_coverart();
|
|
inline void set_allocated_coverart(::CoverArt* coverart);
|
|
|
|
// @@protoc_insertion_point(class_scope:Release)
|
|
private:
|
|
inline void set_has_name();
|
|
inline void clear_has_name();
|
|
inline void set_has_nb_tracks();
|
|
inline void clear_has_nb_tracks();
|
|
inline void set_has_duration_secs();
|
|
inline void clear_has_duration_secs();
|
|
inline void set_has_coverart();
|
|
inline void clear_has_coverart();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::std::string* name_;
|
|
::google::protobuf::uint32 nb_tracks_;
|
|
::google::protobuf::uint32 duration_secs_;
|
|
::CoverArt* coverart_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static Release* default_instance_;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class Track : public ::google::protobuf::Message {
|
|
public:
|
|
Track();
|
|
virtual ~Track();
|
|
|
|
Track(const Track& from);
|
|
|
|
inline Track& operator=(const Track& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
return _unknown_fields_;
|
|
}
|
|
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
return &_unknown_fields_;
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
static const Track& default_instance();
|
|
|
|
void Swap(Track* other);
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
Track* New() const;
|
|
void CopyFrom(const ::google::protobuf::Message& from);
|
|
void MergeFrom(const ::google::protobuf::Message& from);
|
|
void CopyFrom(const Track& from);
|
|
void MergeFrom(const Track& from);
|
|
void Clear();
|
|
bool IsInitialized() const;
|
|
|
|
int ByteSize() const;
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input);
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const;
|
|
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
|
|
int GetCachedSize() const { return _cached_size_; }
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const;
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// required int64 media_id = 1;
|
|
inline bool has_media_id() const;
|
|
inline void clear_media_id();
|
|
static const int kMediaIdFieldNumber = 1;
|
|
inline ::google::protobuf::int64 media_id() const;
|
|
inline void set_media_id(::google::protobuf::int64 value);
|
|
|
|
// optional uint32 disc_number = 2;
|
|
inline bool has_disc_number() const;
|
|
inline void clear_disc_number();
|
|
static const int kDiscNumberFieldNumber = 2;
|
|
inline ::google::protobuf::uint32 disc_number() const;
|
|
inline void set_disc_number(::google::protobuf::uint32 value);
|
|
|
|
// optional uint32 track_number = 3;
|
|
inline bool has_track_number() const;
|
|
inline void clear_track_number();
|
|
static const int kTrackNumberFieldNumber = 3;
|
|
inline ::google::protobuf::uint32 track_number() const;
|
|
inline void set_track_number(::google::protobuf::uint32 value);
|
|
|
|
// optional string artist = 4;
|
|
inline bool has_artist() const;
|
|
inline void clear_artist();
|
|
static const int kArtistFieldNumber = 4;
|
|
inline const ::std::string& artist() const;
|
|
inline void set_artist(const ::std::string& value);
|
|
inline void set_artist(const char* value);
|
|
inline void set_artist(const char* value, size_t size);
|
|
inline ::std::string* mutable_artist();
|
|
inline ::std::string* release_artist();
|
|
inline void set_allocated_artist(::std::string* artist);
|
|
|
|
// optional string release = 5;
|
|
inline bool has_release() const;
|
|
inline void clear_release();
|
|
static const int kReleaseFieldNumber = 5;
|
|
inline const ::std::string& release() const;
|
|
inline void set_release(const ::std::string& value);
|
|
inline void set_release(const char* value);
|
|
inline void set_release(const char* value, size_t size);
|
|
inline ::std::string* mutable_release();
|
|
inline ::std::string* release_release();
|
|
inline void set_allocated_release(::std::string* release);
|
|
|
|
// required string name = 6;
|
|
inline bool has_name() const;
|
|
inline void clear_name();
|
|
static const int kNameFieldNumber = 6;
|
|
inline const ::std::string& name() const;
|
|
inline void set_name(const ::std::string& value);
|
|
inline void set_name(const char* value);
|
|
inline void set_name(const char* value, size_t size);
|
|
inline ::std::string* mutable_name();
|
|
inline ::std::string* release_name();
|
|
inline void set_allocated_name(::std::string* name);
|
|
|
|
// required uint32 duration_secs = 7;
|
|
inline bool has_duration_secs() const;
|
|
inline void clear_duration_secs();
|
|
static const int kDurationSecsFieldNumber = 7;
|
|
inline ::google::protobuf::uint32 duration_secs() const;
|
|
inline void set_duration_secs(::google::protobuf::uint32 value);
|
|
|
|
// optional string release_date = 8;
|
|
inline bool has_release_date() const;
|
|
inline void clear_release_date();
|
|
static const int kReleaseDateFieldNumber = 8;
|
|
inline const ::std::string& release_date() const;
|
|
inline void set_release_date(const ::std::string& value);
|
|
inline void set_release_date(const char* value);
|
|
inline void set_release_date(const char* value, size_t size);
|
|
inline ::std::string* mutable_release_date();
|
|
inline ::std::string* release_release_date();
|
|
inline void set_allocated_release_date(::std::string* release_date);
|
|
|
|
// optional string original_release_date = 9;
|
|
inline bool has_original_release_date() const;
|
|
inline void clear_original_release_date();
|
|
static const int kOriginalReleaseDateFieldNumber = 9;
|
|
inline const ::std::string& original_release_date() const;
|
|
inline void set_original_release_date(const ::std::string& value);
|
|
inline void set_original_release_date(const char* value);
|
|
inline void set_original_release_date(const char* value, size_t size);
|
|
inline ::std::string* mutable_original_release_date();
|
|
inline ::std::string* release_original_release_date();
|
|
inline void set_allocated_original_release_date(::std::string* original_release_date);
|
|
|
|
// repeated string genres = 10;
|
|
inline int genres_size() const;
|
|
inline void clear_genres();
|
|
static const int kGenresFieldNumber = 10;
|
|
inline const ::std::string& genres(int index) const;
|
|
inline ::std::string* mutable_genres(int index);
|
|
inline void set_genres(int index, const ::std::string& value);
|
|
inline void set_genres(int index, const char* value);
|
|
inline void set_genres(int index, const char* value, size_t size);
|
|
inline ::std::string* add_genres();
|
|
inline void add_genres(const ::std::string& value);
|
|
inline void add_genres(const char* value);
|
|
inline void add_genres(const char* value, size_t size);
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>& genres() const;
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_genres();
|
|
|
|
// optional bytes coverArt = 11;
|
|
inline bool has_coverart() const;
|
|
inline void clear_coverart();
|
|
static const int kCoverArtFieldNumber = 11;
|
|
inline const ::std::string& coverart() const;
|
|
inline void set_coverart(const ::std::string& value);
|
|
inline void set_coverart(const char* value);
|
|
inline void set_coverart(const void* value, size_t size);
|
|
inline ::std::string* mutable_coverart();
|
|
inline ::std::string* release_coverart();
|
|
inline void set_allocated_coverart(::std::string* coverart);
|
|
|
|
// @@protoc_insertion_point(class_scope:Track)
|
|
private:
|
|
inline void set_has_media_id();
|
|
inline void clear_has_media_id();
|
|
inline void set_has_disc_number();
|
|
inline void clear_has_disc_number();
|
|
inline void set_has_track_number();
|
|
inline void clear_has_track_number();
|
|
inline void set_has_artist();
|
|
inline void clear_has_artist();
|
|
inline void set_has_release();
|
|
inline void clear_has_release();
|
|
inline void set_has_name();
|
|
inline void clear_has_name();
|
|
inline void set_has_duration_secs();
|
|
inline void clear_has_duration_secs();
|
|
inline void set_has_release_date();
|
|
inline void clear_has_release_date();
|
|
inline void set_has_original_release_date();
|
|
inline void clear_has_original_release_date();
|
|
inline void set_has_coverart();
|
|
inline void clear_has_coverart();
|
|
|
|
::google::protobuf::UnknownFieldSet _unknown_fields_;
|
|
|
|
::google::protobuf::int64 media_id_;
|
|
::google::protobuf::uint32 disc_number_;
|
|
::google::protobuf::uint32 track_number_;
|
|
::std::string* artist_;
|
|
::std::string* release_;
|
|
::std::string* name_;
|
|
::std::string* release_date_;
|
|
::std::string* original_release_date_;
|
|
::google::protobuf::RepeatedPtrField< ::std::string> genres_;
|
|
::std::string* coverart_;
|
|
::google::protobuf::uint32 duration_secs_;
|
|
|
|
mutable int _cached_size_;
|
|
::google::protobuf::uint32 _has_bits_[(11 + 31) / 32];
|
|
|
|
friend void protobuf_AddDesc_collection_2eproto();
|
|
friend void protobuf_AssignDesc_collection_2eproto();
|
|
friend void protobuf_ShutdownFile_collection_2eproto();
|
|
|
|
void InitAsDefaultInstance();
|
|
static Track* default_instance_;
|
|
};
|
|
// ===================================================================
|
|
|
|
|
|
// ===================================================================
|
|
|
|
// CollectionRequest_GetGenreList
|
|
|
|
// optional string filter_name = 1;
|
|
inline bool CollectionRequest_GetGenreList::has_filter_name() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetGenreList::set_has_filter_name() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void CollectionRequest_GetGenreList::clear_has_filter_name() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void CollectionRequest_GetGenreList::clear_filter_name() {
|
|
if (filter_name_ != &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_->clear();
|
|
}
|
|
clear_has_filter_name();
|
|
}
|
|
inline const ::std::string& CollectionRequest_GetGenreList::filter_name() const {
|
|
return *filter_name_;
|
|
}
|
|
inline void CollectionRequest_GetGenreList::set_filter_name(const ::std::string& value) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetGenreList::set_filter_name(const char* value) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetGenreList::set_filter_name(const char* value, size_t size) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetGenreList::mutable_filter_name() {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
return filter_name_;
|
|
}
|
|
inline ::std::string* CollectionRequest_GetGenreList::release_filter_name() {
|
|
clear_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = filter_name_;
|
|
filter_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void CollectionRequest_GetGenreList::set_allocated_filter_name(::std::string* filter_name) {
|
|
if (filter_name_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete filter_name_;
|
|
}
|
|
if (filter_name) {
|
|
set_has_filter_name();
|
|
filter_name_ = filter_name;
|
|
} else {
|
|
clear_has_filter_name();
|
|
filter_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// optional uint32 preferred_batch_size = 2;
|
|
inline bool CollectionRequest_GetGenreList::has_preferred_batch_size() const {
|
|
return (_has_bits_[0] & 0x00000002u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetGenreList::set_has_preferred_batch_size() {
|
|
_has_bits_[0] |= 0x00000002u;
|
|
}
|
|
inline void CollectionRequest_GetGenreList::clear_has_preferred_batch_size() {
|
|
_has_bits_[0] &= ~0x00000002u;
|
|
}
|
|
inline void CollectionRequest_GetGenreList::clear_preferred_batch_size() {
|
|
preferred_batch_size_ = 0u;
|
|
clear_has_preferred_batch_size();
|
|
}
|
|
inline ::google::protobuf::uint32 CollectionRequest_GetGenreList::preferred_batch_size() const {
|
|
return preferred_batch_size_;
|
|
}
|
|
inline void CollectionRequest_GetGenreList::set_preferred_batch_size(::google::protobuf::uint32 value) {
|
|
set_has_preferred_batch_size();
|
|
preferred_batch_size_ = value;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// CollectionRequest_GetArtistList
|
|
|
|
// optional string filter_name = 1;
|
|
inline bool CollectionRequest_GetArtistList::has_filter_name() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetArtistList::set_has_filter_name() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void CollectionRequest_GetArtistList::clear_has_filter_name() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void CollectionRequest_GetArtistList::clear_filter_name() {
|
|
if (filter_name_ != &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_->clear();
|
|
}
|
|
clear_has_filter_name();
|
|
}
|
|
inline const ::std::string& CollectionRequest_GetArtistList::filter_name() const {
|
|
return *filter_name_;
|
|
}
|
|
inline void CollectionRequest_GetArtistList::set_filter_name(const ::std::string& value) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetArtistList::set_filter_name(const char* value) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetArtistList::set_filter_name(const char* value, size_t size) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetArtistList::mutable_filter_name() {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
return filter_name_;
|
|
}
|
|
inline ::std::string* CollectionRequest_GetArtistList::release_filter_name() {
|
|
clear_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = filter_name_;
|
|
filter_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void CollectionRequest_GetArtistList::set_allocated_filter_name(::std::string* filter_name) {
|
|
if (filter_name_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete filter_name_;
|
|
}
|
|
if (filter_name) {
|
|
set_has_filter_name();
|
|
filter_name_ = filter_name;
|
|
} else {
|
|
clear_has_filter_name();
|
|
filter_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// repeated string filter_genre = 2;
|
|
inline int CollectionRequest_GetArtistList::filter_genre_size() const {
|
|
return filter_genre_.size();
|
|
}
|
|
inline void CollectionRequest_GetArtistList::clear_filter_genre() {
|
|
filter_genre_.Clear();
|
|
}
|
|
inline const ::std::string& CollectionRequest_GetArtistList::filter_genre(int index) const {
|
|
return filter_genre_.Get(index);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetArtistList::mutable_filter_genre(int index) {
|
|
return filter_genre_.Mutable(index);
|
|
}
|
|
inline void CollectionRequest_GetArtistList::set_filter_genre(int index, const ::std::string& value) {
|
|
filter_genre_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetArtistList::set_filter_genre(int index, const char* value) {
|
|
filter_genre_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetArtistList::set_filter_genre(int index, const char* value, size_t size) {
|
|
filter_genre_.Mutable(index)->assign(
|
|
reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetArtistList::add_filter_genre() {
|
|
return filter_genre_.Add();
|
|
}
|
|
inline void CollectionRequest_GetArtistList::add_filter_genre(const ::std::string& value) {
|
|
filter_genre_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetArtistList::add_filter_genre(const char* value) {
|
|
filter_genre_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetArtistList::add_filter_genre(const char* value, size_t size) {
|
|
filter_genre_.Add()->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
|
|
CollectionRequest_GetArtistList::filter_genre() const {
|
|
return filter_genre_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>*
|
|
CollectionRequest_GetArtistList::mutable_filter_genre() {
|
|
return &filter_genre_;
|
|
}
|
|
|
|
// optional uint32 preferred_batch_size = 3;
|
|
inline bool CollectionRequest_GetArtistList::has_preferred_batch_size() const {
|
|
return (_has_bits_[0] & 0x00000004u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetArtistList::set_has_preferred_batch_size() {
|
|
_has_bits_[0] |= 0x00000004u;
|
|
}
|
|
inline void CollectionRequest_GetArtistList::clear_has_preferred_batch_size() {
|
|
_has_bits_[0] &= ~0x00000004u;
|
|
}
|
|
inline void CollectionRequest_GetArtistList::clear_preferred_batch_size() {
|
|
preferred_batch_size_ = 0u;
|
|
clear_has_preferred_batch_size();
|
|
}
|
|
inline ::google::protobuf::uint32 CollectionRequest_GetArtistList::preferred_batch_size() const {
|
|
return preferred_batch_size_;
|
|
}
|
|
inline void CollectionRequest_GetArtistList::set_preferred_batch_size(::google::protobuf::uint32 value) {
|
|
set_has_preferred_batch_size();
|
|
preferred_batch_size_ = value;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// CollectionRequest_GetReleaseList
|
|
|
|
// optional string filter_name = 1;
|
|
inline bool CollectionRequest_GetReleaseList::has_filter_name() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_has_filter_name() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::clear_has_filter_name() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::clear_filter_name() {
|
|
if (filter_name_ != &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_->clear();
|
|
}
|
|
clear_has_filter_name();
|
|
}
|
|
inline const ::std::string& CollectionRequest_GetReleaseList::filter_name() const {
|
|
return *filter_name_;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_filter_name(const ::std::string& value) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_filter_name(const char* value) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_filter_name(const char* value, size_t size) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetReleaseList::mutable_filter_name() {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
return filter_name_;
|
|
}
|
|
inline ::std::string* CollectionRequest_GetReleaseList::release_filter_name() {
|
|
clear_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = filter_name_;
|
|
filter_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_allocated_filter_name(::std::string* filter_name) {
|
|
if (filter_name_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete filter_name_;
|
|
}
|
|
if (filter_name) {
|
|
set_has_filter_name();
|
|
filter_name_ = filter_name;
|
|
} else {
|
|
clear_has_filter_name();
|
|
filter_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// repeated string artist_name = 2;
|
|
inline int CollectionRequest_GetReleaseList::artist_name_size() const {
|
|
return artist_name_.size();
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::clear_artist_name() {
|
|
artist_name_.Clear();
|
|
}
|
|
inline const ::std::string& CollectionRequest_GetReleaseList::artist_name(int index) const {
|
|
return artist_name_.Get(index);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetReleaseList::mutable_artist_name(int index) {
|
|
return artist_name_.Mutable(index);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_artist_name(int index, const ::std::string& value) {
|
|
artist_name_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_artist_name(int index, const char* value) {
|
|
artist_name_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_artist_name(int index, const char* value, size_t size) {
|
|
artist_name_.Mutable(index)->assign(
|
|
reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetReleaseList::add_artist_name() {
|
|
return artist_name_.Add();
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::add_artist_name(const ::std::string& value) {
|
|
artist_name_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::add_artist_name(const char* value) {
|
|
artist_name_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::add_artist_name(const char* value, size_t size) {
|
|
artist_name_.Add()->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
|
|
CollectionRequest_GetReleaseList::artist_name() const {
|
|
return artist_name_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>*
|
|
CollectionRequest_GetReleaseList::mutable_artist_name() {
|
|
return &artist_name_;
|
|
}
|
|
|
|
// repeated string filter_genre = 3;
|
|
inline int CollectionRequest_GetReleaseList::filter_genre_size() const {
|
|
return filter_genre_.size();
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::clear_filter_genre() {
|
|
filter_genre_.Clear();
|
|
}
|
|
inline const ::std::string& CollectionRequest_GetReleaseList::filter_genre(int index) const {
|
|
return filter_genre_.Get(index);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetReleaseList::mutable_filter_genre(int index) {
|
|
return filter_genre_.Mutable(index);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_filter_genre(int index, const ::std::string& value) {
|
|
filter_genre_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_filter_genre(int index, const char* value) {
|
|
filter_genre_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_filter_genre(int index, const char* value, size_t size) {
|
|
filter_genre_.Mutable(index)->assign(
|
|
reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetReleaseList::add_filter_genre() {
|
|
return filter_genre_.Add();
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::add_filter_genre(const ::std::string& value) {
|
|
filter_genre_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::add_filter_genre(const char* value) {
|
|
filter_genre_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::add_filter_genre(const char* value, size_t size) {
|
|
filter_genre_.Add()->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
|
|
CollectionRequest_GetReleaseList::filter_genre() const {
|
|
return filter_genre_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>*
|
|
CollectionRequest_GetReleaseList::mutable_filter_genre() {
|
|
return &filter_genre_;
|
|
}
|
|
|
|
// optional bool get_cover = 4;
|
|
inline bool CollectionRequest_GetReleaseList::has_get_cover() const {
|
|
return (_has_bits_[0] & 0x00000008u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_has_get_cover() {
|
|
_has_bits_[0] |= 0x00000008u;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::clear_has_get_cover() {
|
|
_has_bits_[0] &= ~0x00000008u;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::clear_get_cover() {
|
|
get_cover_ = false;
|
|
clear_has_get_cover();
|
|
}
|
|
inline bool CollectionRequest_GetReleaseList::get_cover() const {
|
|
return get_cover_;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_get_cover(bool value) {
|
|
set_has_get_cover();
|
|
get_cover_ = value;
|
|
}
|
|
|
|
// optional uint32 preferred_batch_size = 5;
|
|
inline bool CollectionRequest_GetReleaseList::has_preferred_batch_size() const {
|
|
return (_has_bits_[0] & 0x00000010u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_has_preferred_batch_size() {
|
|
_has_bits_[0] |= 0x00000010u;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::clear_has_preferred_batch_size() {
|
|
_has_bits_[0] &= ~0x00000010u;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::clear_preferred_batch_size() {
|
|
preferred_batch_size_ = 0u;
|
|
clear_has_preferred_batch_size();
|
|
}
|
|
inline ::google::protobuf::uint32 CollectionRequest_GetReleaseList::preferred_batch_size() const {
|
|
return preferred_batch_size_;
|
|
}
|
|
inline void CollectionRequest_GetReleaseList::set_preferred_batch_size(::google::protobuf::uint32 value) {
|
|
set_has_preferred_batch_size();
|
|
preferred_batch_size_ = value;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// CollectionRequest_GetTrackList
|
|
|
|
// optional string filter_name = 1;
|
|
inline bool CollectionRequest_GetTrackList::has_filter_name() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_has_filter_name() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_has_filter_name() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_filter_name() {
|
|
if (filter_name_ != &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_->clear();
|
|
}
|
|
clear_has_filter_name();
|
|
}
|
|
inline const ::std::string& CollectionRequest_GetTrackList::filter_name() const {
|
|
return *filter_name_;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_filter_name(const ::std::string& value) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_filter_name(const char* value) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_filter_name(const char* value, size_t size) {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
filter_name_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetTrackList::mutable_filter_name() {
|
|
set_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
filter_name_ = new ::std::string;
|
|
}
|
|
return filter_name_;
|
|
}
|
|
inline ::std::string* CollectionRequest_GetTrackList::release_filter_name() {
|
|
clear_has_filter_name();
|
|
if (filter_name_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = filter_name_;
|
|
filter_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_allocated_filter_name(::std::string* filter_name) {
|
|
if (filter_name_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete filter_name_;
|
|
}
|
|
if (filter_name) {
|
|
set_has_filter_name();
|
|
filter_name_ = filter_name;
|
|
} else {
|
|
clear_has_filter_name();
|
|
filter_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// repeated string release_name = 2;
|
|
inline int CollectionRequest_GetTrackList::release_name_size() const {
|
|
return release_name_.size();
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_release_name() {
|
|
release_name_.Clear();
|
|
}
|
|
inline const ::std::string& CollectionRequest_GetTrackList::release_name(int index) const {
|
|
return release_name_.Get(index);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetTrackList::mutable_release_name(int index) {
|
|
return release_name_.Mutable(index);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_release_name(int index, const ::std::string& value) {
|
|
release_name_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_release_name(int index, const char* value) {
|
|
release_name_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_release_name(int index, const char* value, size_t size) {
|
|
release_name_.Mutable(index)->assign(
|
|
reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetTrackList::add_release_name() {
|
|
return release_name_.Add();
|
|
}
|
|
inline void CollectionRequest_GetTrackList::add_release_name(const ::std::string& value) {
|
|
release_name_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::add_release_name(const char* value) {
|
|
release_name_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::add_release_name(const char* value, size_t size) {
|
|
release_name_.Add()->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
|
|
CollectionRequest_GetTrackList::release_name() const {
|
|
return release_name_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>*
|
|
CollectionRequest_GetTrackList::mutable_release_name() {
|
|
return &release_name_;
|
|
}
|
|
|
|
// repeated string artist_name = 3;
|
|
inline int CollectionRequest_GetTrackList::artist_name_size() const {
|
|
return artist_name_.size();
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_artist_name() {
|
|
artist_name_.Clear();
|
|
}
|
|
inline const ::std::string& CollectionRequest_GetTrackList::artist_name(int index) const {
|
|
return artist_name_.Get(index);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetTrackList::mutable_artist_name(int index) {
|
|
return artist_name_.Mutable(index);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_artist_name(int index, const ::std::string& value) {
|
|
artist_name_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_artist_name(int index, const char* value) {
|
|
artist_name_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_artist_name(int index, const char* value, size_t size) {
|
|
artist_name_.Mutable(index)->assign(
|
|
reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetTrackList::add_artist_name() {
|
|
return artist_name_.Add();
|
|
}
|
|
inline void CollectionRequest_GetTrackList::add_artist_name(const ::std::string& value) {
|
|
artist_name_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::add_artist_name(const char* value) {
|
|
artist_name_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::add_artist_name(const char* value, size_t size) {
|
|
artist_name_.Add()->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
|
|
CollectionRequest_GetTrackList::artist_name() const {
|
|
return artist_name_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>*
|
|
CollectionRequest_GetTrackList::mutable_artist_name() {
|
|
return &artist_name_;
|
|
}
|
|
|
|
// repeated string filter_genre = 4;
|
|
inline int CollectionRequest_GetTrackList::filter_genre_size() const {
|
|
return filter_genre_.size();
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_filter_genre() {
|
|
filter_genre_.Clear();
|
|
}
|
|
inline const ::std::string& CollectionRequest_GetTrackList::filter_genre(int index) const {
|
|
return filter_genre_.Get(index);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetTrackList::mutable_filter_genre(int index) {
|
|
return filter_genre_.Mutable(index);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_filter_genre(int index, const ::std::string& value) {
|
|
filter_genre_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_filter_genre(int index, const char* value) {
|
|
filter_genre_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_filter_genre(int index, const char* value, size_t size) {
|
|
filter_genre_.Mutable(index)->assign(
|
|
reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CollectionRequest_GetTrackList::add_filter_genre() {
|
|
return filter_genre_.Add();
|
|
}
|
|
inline void CollectionRequest_GetTrackList::add_filter_genre(const ::std::string& value) {
|
|
filter_genre_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::add_filter_genre(const char* value) {
|
|
filter_genre_.Add()->assign(value);
|
|
}
|
|
inline void CollectionRequest_GetTrackList::add_filter_genre(const char* value, size_t size) {
|
|
filter_genre_.Add()->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
|
|
CollectionRequest_GetTrackList::filter_genre() const {
|
|
return filter_genre_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>*
|
|
CollectionRequest_GetTrackList::mutable_filter_genre() {
|
|
return &filter_genre_;
|
|
}
|
|
|
|
// optional uint32 disc_number = 5;
|
|
inline bool CollectionRequest_GetTrackList::has_disc_number() const {
|
|
return (_has_bits_[0] & 0x00000010u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_has_disc_number() {
|
|
_has_bits_[0] |= 0x00000010u;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_has_disc_number() {
|
|
_has_bits_[0] &= ~0x00000010u;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_disc_number() {
|
|
disc_number_ = 0u;
|
|
clear_has_disc_number();
|
|
}
|
|
inline ::google::protobuf::uint32 CollectionRequest_GetTrackList::disc_number() const {
|
|
return disc_number_;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_disc_number(::google::protobuf::uint32 value) {
|
|
set_has_disc_number();
|
|
disc_number_ = value;
|
|
}
|
|
|
|
// optional uint32 track_number = 6;
|
|
inline bool CollectionRequest_GetTrackList::has_track_number() const {
|
|
return (_has_bits_[0] & 0x00000020u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_has_track_number() {
|
|
_has_bits_[0] |= 0x00000020u;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_has_track_number() {
|
|
_has_bits_[0] &= ~0x00000020u;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_track_number() {
|
|
track_number_ = 0u;
|
|
clear_has_track_number();
|
|
}
|
|
inline ::google::protobuf::uint32 CollectionRequest_GetTrackList::track_number() const {
|
|
return track_number_;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_track_number(::google::protobuf::uint32 value) {
|
|
set_has_track_number();
|
|
track_number_ = value;
|
|
}
|
|
|
|
// optional bool get_cover = 7;
|
|
inline bool CollectionRequest_GetTrackList::has_get_cover() const {
|
|
return (_has_bits_[0] & 0x00000040u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_has_get_cover() {
|
|
_has_bits_[0] |= 0x00000040u;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_has_get_cover() {
|
|
_has_bits_[0] &= ~0x00000040u;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_get_cover() {
|
|
get_cover_ = false;
|
|
clear_has_get_cover();
|
|
}
|
|
inline bool CollectionRequest_GetTrackList::get_cover() const {
|
|
return get_cover_;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_get_cover(bool value) {
|
|
set_has_get_cover();
|
|
get_cover_ = value;
|
|
}
|
|
|
|
// optional uint32 preferred_batch_size = 8;
|
|
inline bool CollectionRequest_GetTrackList::has_preferred_batch_size() const {
|
|
return (_has_bits_[0] & 0x00000080u) != 0;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_has_preferred_batch_size() {
|
|
_has_bits_[0] |= 0x00000080u;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_has_preferred_batch_size() {
|
|
_has_bits_[0] &= ~0x00000080u;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::clear_preferred_batch_size() {
|
|
preferred_batch_size_ = 0u;
|
|
clear_has_preferred_batch_size();
|
|
}
|
|
inline ::google::protobuf::uint32 CollectionRequest_GetTrackList::preferred_batch_size() const {
|
|
return preferred_batch_size_;
|
|
}
|
|
inline void CollectionRequest_GetTrackList::set_preferred_batch_size(::google::protobuf::uint32 value) {
|
|
set_has_preferred_batch_size();
|
|
preferred_batch_size_ = value;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// CollectionRequest
|
|
|
|
// required .CollectionRequest.Type type = 1;
|
|
inline bool CollectionRequest::has_type() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void CollectionRequest::set_has_type() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void CollectionRequest::clear_has_type() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void CollectionRequest::clear_type() {
|
|
type_ = 0;
|
|
clear_has_type();
|
|
}
|
|
inline ::CollectionRequest_Type CollectionRequest::type() const {
|
|
return static_cast< ::CollectionRequest_Type >(type_);
|
|
}
|
|
inline void CollectionRequest::set_type(::CollectionRequest_Type value) {
|
|
assert(::CollectionRequest_Type_IsValid(value));
|
|
set_has_type();
|
|
type_ = value;
|
|
}
|
|
|
|
// optional .CollectionRequest.GetArtistList get_artists = 2;
|
|
inline bool CollectionRequest::has_get_artists() const {
|
|
return (_has_bits_[0] & 0x00000002u) != 0;
|
|
}
|
|
inline void CollectionRequest::set_has_get_artists() {
|
|
_has_bits_[0] |= 0x00000002u;
|
|
}
|
|
inline void CollectionRequest::clear_has_get_artists() {
|
|
_has_bits_[0] &= ~0x00000002u;
|
|
}
|
|
inline void CollectionRequest::clear_get_artists() {
|
|
if (get_artists_ != NULL) get_artists_->::CollectionRequest_GetArtistList::Clear();
|
|
clear_has_get_artists();
|
|
}
|
|
inline const ::CollectionRequest_GetArtistList& CollectionRequest::get_artists() const {
|
|
return get_artists_ != NULL ? *get_artists_ : *default_instance_->get_artists_;
|
|
}
|
|
inline ::CollectionRequest_GetArtistList* CollectionRequest::mutable_get_artists() {
|
|
set_has_get_artists();
|
|
if (get_artists_ == NULL) get_artists_ = new ::CollectionRequest_GetArtistList;
|
|
return get_artists_;
|
|
}
|
|
inline ::CollectionRequest_GetArtistList* CollectionRequest::release_get_artists() {
|
|
clear_has_get_artists();
|
|
::CollectionRequest_GetArtistList* temp = get_artists_;
|
|
get_artists_ = NULL;
|
|
return temp;
|
|
}
|
|
inline void CollectionRequest::set_allocated_get_artists(::CollectionRequest_GetArtistList* get_artists) {
|
|
delete get_artists_;
|
|
get_artists_ = get_artists;
|
|
if (get_artists) {
|
|
set_has_get_artists();
|
|
} else {
|
|
clear_has_get_artists();
|
|
}
|
|
}
|
|
|
|
// optional .CollectionRequest.GetReleaseList get_releases = 3;
|
|
inline bool CollectionRequest::has_get_releases() const {
|
|
return (_has_bits_[0] & 0x00000004u) != 0;
|
|
}
|
|
inline void CollectionRequest::set_has_get_releases() {
|
|
_has_bits_[0] |= 0x00000004u;
|
|
}
|
|
inline void CollectionRequest::clear_has_get_releases() {
|
|
_has_bits_[0] &= ~0x00000004u;
|
|
}
|
|
inline void CollectionRequest::clear_get_releases() {
|
|
if (get_releases_ != NULL) get_releases_->::CollectionRequest_GetReleaseList::Clear();
|
|
clear_has_get_releases();
|
|
}
|
|
inline const ::CollectionRequest_GetReleaseList& CollectionRequest::get_releases() const {
|
|
return get_releases_ != NULL ? *get_releases_ : *default_instance_->get_releases_;
|
|
}
|
|
inline ::CollectionRequest_GetReleaseList* CollectionRequest::mutable_get_releases() {
|
|
set_has_get_releases();
|
|
if (get_releases_ == NULL) get_releases_ = new ::CollectionRequest_GetReleaseList;
|
|
return get_releases_;
|
|
}
|
|
inline ::CollectionRequest_GetReleaseList* CollectionRequest::release_get_releases() {
|
|
clear_has_get_releases();
|
|
::CollectionRequest_GetReleaseList* temp = get_releases_;
|
|
get_releases_ = NULL;
|
|
return temp;
|
|
}
|
|
inline void CollectionRequest::set_allocated_get_releases(::CollectionRequest_GetReleaseList* get_releases) {
|
|
delete get_releases_;
|
|
get_releases_ = get_releases;
|
|
if (get_releases) {
|
|
set_has_get_releases();
|
|
} else {
|
|
clear_has_get_releases();
|
|
}
|
|
}
|
|
|
|
// optional .CollectionRequest.GetTrackList get_tracks = 4;
|
|
inline bool CollectionRequest::has_get_tracks() const {
|
|
return (_has_bits_[0] & 0x00000008u) != 0;
|
|
}
|
|
inline void CollectionRequest::set_has_get_tracks() {
|
|
_has_bits_[0] |= 0x00000008u;
|
|
}
|
|
inline void CollectionRequest::clear_has_get_tracks() {
|
|
_has_bits_[0] &= ~0x00000008u;
|
|
}
|
|
inline void CollectionRequest::clear_get_tracks() {
|
|
if (get_tracks_ != NULL) get_tracks_->::CollectionRequest_GetTrackList::Clear();
|
|
clear_has_get_tracks();
|
|
}
|
|
inline const ::CollectionRequest_GetTrackList& CollectionRequest::get_tracks() const {
|
|
return get_tracks_ != NULL ? *get_tracks_ : *default_instance_->get_tracks_;
|
|
}
|
|
inline ::CollectionRequest_GetTrackList* CollectionRequest::mutable_get_tracks() {
|
|
set_has_get_tracks();
|
|
if (get_tracks_ == NULL) get_tracks_ = new ::CollectionRequest_GetTrackList;
|
|
return get_tracks_;
|
|
}
|
|
inline ::CollectionRequest_GetTrackList* CollectionRequest::release_get_tracks() {
|
|
clear_has_get_tracks();
|
|
::CollectionRequest_GetTrackList* temp = get_tracks_;
|
|
get_tracks_ = NULL;
|
|
return temp;
|
|
}
|
|
inline void CollectionRequest::set_allocated_get_tracks(::CollectionRequest_GetTrackList* get_tracks) {
|
|
delete get_tracks_;
|
|
get_tracks_ = get_tracks;
|
|
if (get_tracks) {
|
|
set_has_get_tracks();
|
|
} else {
|
|
clear_has_get_tracks();
|
|
}
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// CollectionResponse
|
|
|
|
// required .Error error = 1;
|
|
inline bool CollectionResponse::has_error() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void CollectionResponse::set_has_error() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void CollectionResponse::clear_has_error() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void CollectionResponse::clear_error() {
|
|
if (error_ != NULL) error_->::Error::Clear();
|
|
clear_has_error();
|
|
}
|
|
inline const ::Error& CollectionResponse::error() const {
|
|
return error_ != NULL ? *error_ : *default_instance_->error_;
|
|
}
|
|
inline ::Error* CollectionResponse::mutable_error() {
|
|
set_has_error();
|
|
if (error_ == NULL) error_ = new ::Error;
|
|
return error_;
|
|
}
|
|
inline ::Error* CollectionResponse::release_error() {
|
|
clear_has_error();
|
|
::Error* temp = error_;
|
|
error_ = NULL;
|
|
return temp;
|
|
}
|
|
inline void CollectionResponse::set_allocated_error(::Error* error) {
|
|
delete error_;
|
|
error_ = error;
|
|
if (error) {
|
|
set_has_error();
|
|
} else {
|
|
clear_has_error();
|
|
}
|
|
}
|
|
|
|
// required .CollectionResponse.Type type = 2;
|
|
inline bool CollectionResponse::has_type() const {
|
|
return (_has_bits_[0] & 0x00000002u) != 0;
|
|
}
|
|
inline void CollectionResponse::set_has_type() {
|
|
_has_bits_[0] |= 0x00000002u;
|
|
}
|
|
inline void CollectionResponse::clear_has_type() {
|
|
_has_bits_[0] &= ~0x00000002u;
|
|
}
|
|
inline void CollectionResponse::clear_type() {
|
|
type_ = 1;
|
|
clear_has_type();
|
|
}
|
|
inline ::CollectionResponse_Type CollectionResponse::type() const {
|
|
return static_cast< ::CollectionResponse_Type >(type_);
|
|
}
|
|
inline void CollectionResponse::set_type(::CollectionResponse_Type value) {
|
|
assert(::CollectionResponse_Type_IsValid(value));
|
|
set_has_type();
|
|
type_ = value;
|
|
}
|
|
|
|
// optional .GenreList genre_list = 3;
|
|
inline bool CollectionResponse::has_genre_list() const {
|
|
return (_has_bits_[0] & 0x00000004u) != 0;
|
|
}
|
|
inline void CollectionResponse::set_has_genre_list() {
|
|
_has_bits_[0] |= 0x00000004u;
|
|
}
|
|
inline void CollectionResponse::clear_has_genre_list() {
|
|
_has_bits_[0] &= ~0x00000004u;
|
|
}
|
|
inline void CollectionResponse::clear_genre_list() {
|
|
if (genre_list_ != NULL) genre_list_->::GenreList::Clear();
|
|
clear_has_genre_list();
|
|
}
|
|
inline const ::GenreList& CollectionResponse::genre_list() const {
|
|
return genre_list_ != NULL ? *genre_list_ : *default_instance_->genre_list_;
|
|
}
|
|
inline ::GenreList* CollectionResponse::mutable_genre_list() {
|
|
set_has_genre_list();
|
|
if (genre_list_ == NULL) genre_list_ = new ::GenreList;
|
|
return genre_list_;
|
|
}
|
|
inline ::GenreList* CollectionResponse::release_genre_list() {
|
|
clear_has_genre_list();
|
|
::GenreList* temp = genre_list_;
|
|
genre_list_ = NULL;
|
|
return temp;
|
|
}
|
|
inline void CollectionResponse::set_allocated_genre_list(::GenreList* genre_list) {
|
|
delete genre_list_;
|
|
genre_list_ = genre_list;
|
|
if (genre_list) {
|
|
set_has_genre_list();
|
|
} else {
|
|
clear_has_genre_list();
|
|
}
|
|
}
|
|
|
|
// optional .ArtistList artist_list = 4;
|
|
inline bool CollectionResponse::has_artist_list() const {
|
|
return (_has_bits_[0] & 0x00000008u) != 0;
|
|
}
|
|
inline void CollectionResponse::set_has_artist_list() {
|
|
_has_bits_[0] |= 0x00000008u;
|
|
}
|
|
inline void CollectionResponse::clear_has_artist_list() {
|
|
_has_bits_[0] &= ~0x00000008u;
|
|
}
|
|
inline void CollectionResponse::clear_artist_list() {
|
|
if (artist_list_ != NULL) artist_list_->::ArtistList::Clear();
|
|
clear_has_artist_list();
|
|
}
|
|
inline const ::ArtistList& CollectionResponse::artist_list() const {
|
|
return artist_list_ != NULL ? *artist_list_ : *default_instance_->artist_list_;
|
|
}
|
|
inline ::ArtistList* CollectionResponse::mutable_artist_list() {
|
|
set_has_artist_list();
|
|
if (artist_list_ == NULL) artist_list_ = new ::ArtistList;
|
|
return artist_list_;
|
|
}
|
|
inline ::ArtistList* CollectionResponse::release_artist_list() {
|
|
clear_has_artist_list();
|
|
::ArtistList* temp = artist_list_;
|
|
artist_list_ = NULL;
|
|
return temp;
|
|
}
|
|
inline void CollectionResponse::set_allocated_artist_list(::ArtistList* artist_list) {
|
|
delete artist_list_;
|
|
artist_list_ = artist_list;
|
|
if (artist_list) {
|
|
set_has_artist_list();
|
|
} else {
|
|
clear_has_artist_list();
|
|
}
|
|
}
|
|
|
|
// optional .ReleaseList release_list = 5;
|
|
inline bool CollectionResponse::has_release_list() const {
|
|
return (_has_bits_[0] & 0x00000010u) != 0;
|
|
}
|
|
inline void CollectionResponse::set_has_release_list() {
|
|
_has_bits_[0] |= 0x00000010u;
|
|
}
|
|
inline void CollectionResponse::clear_has_release_list() {
|
|
_has_bits_[0] &= ~0x00000010u;
|
|
}
|
|
inline void CollectionResponse::clear_release_list() {
|
|
if (release_list_ != NULL) release_list_->::ReleaseList::Clear();
|
|
clear_has_release_list();
|
|
}
|
|
inline const ::ReleaseList& CollectionResponse::release_list() const {
|
|
return release_list_ != NULL ? *release_list_ : *default_instance_->release_list_;
|
|
}
|
|
inline ::ReleaseList* CollectionResponse::mutable_release_list() {
|
|
set_has_release_list();
|
|
if (release_list_ == NULL) release_list_ = new ::ReleaseList;
|
|
return release_list_;
|
|
}
|
|
inline ::ReleaseList* CollectionResponse::release_release_list() {
|
|
clear_has_release_list();
|
|
::ReleaseList* temp = release_list_;
|
|
release_list_ = NULL;
|
|
return temp;
|
|
}
|
|
inline void CollectionResponse::set_allocated_release_list(::ReleaseList* release_list) {
|
|
delete release_list_;
|
|
release_list_ = release_list;
|
|
if (release_list) {
|
|
set_has_release_list();
|
|
} else {
|
|
clear_has_release_list();
|
|
}
|
|
}
|
|
|
|
// optional .TrackList track_list = 6;
|
|
inline bool CollectionResponse::has_track_list() const {
|
|
return (_has_bits_[0] & 0x00000020u) != 0;
|
|
}
|
|
inline void CollectionResponse::set_has_track_list() {
|
|
_has_bits_[0] |= 0x00000020u;
|
|
}
|
|
inline void CollectionResponse::clear_has_track_list() {
|
|
_has_bits_[0] &= ~0x00000020u;
|
|
}
|
|
inline void CollectionResponse::clear_track_list() {
|
|
if (track_list_ != NULL) track_list_->::TrackList::Clear();
|
|
clear_has_track_list();
|
|
}
|
|
inline const ::TrackList& CollectionResponse::track_list() const {
|
|
return track_list_ != NULL ? *track_list_ : *default_instance_->track_list_;
|
|
}
|
|
inline ::TrackList* CollectionResponse::mutable_track_list() {
|
|
set_has_track_list();
|
|
if (track_list_ == NULL) track_list_ = new ::TrackList;
|
|
return track_list_;
|
|
}
|
|
inline ::TrackList* CollectionResponse::release_track_list() {
|
|
clear_has_track_list();
|
|
::TrackList* temp = track_list_;
|
|
track_list_ = NULL;
|
|
return temp;
|
|
}
|
|
inline void CollectionResponse::set_allocated_track_list(::TrackList* track_list) {
|
|
delete track_list_;
|
|
track_list_ = track_list;
|
|
if (track_list) {
|
|
set_has_track_list();
|
|
} else {
|
|
clear_has_track_list();
|
|
}
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// GenreList
|
|
|
|
// required bool last = 1;
|
|
inline bool GenreList::has_last() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void GenreList::set_has_last() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void GenreList::clear_has_last() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void GenreList::clear_last() {
|
|
last_ = false;
|
|
clear_has_last();
|
|
}
|
|
inline bool GenreList::last() const {
|
|
return last_;
|
|
}
|
|
inline void GenreList::set_last(bool value) {
|
|
set_has_last();
|
|
last_ = value;
|
|
}
|
|
|
|
// repeated .Genre genres = 2;
|
|
inline int GenreList::genres_size() const {
|
|
return genres_.size();
|
|
}
|
|
inline void GenreList::clear_genres() {
|
|
genres_.Clear();
|
|
}
|
|
inline const ::Genre& GenreList::genres(int index) const {
|
|
return genres_.Get(index);
|
|
}
|
|
inline ::Genre* GenreList::mutable_genres(int index) {
|
|
return genres_.Mutable(index);
|
|
}
|
|
inline ::Genre* GenreList::add_genres() {
|
|
return genres_.Add();
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::Genre >&
|
|
GenreList::genres() const {
|
|
return genres_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::Genre >*
|
|
GenreList::mutable_genres() {
|
|
return &genres_;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// ArtistList
|
|
|
|
// required bool last = 1;
|
|
inline bool ArtistList::has_last() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void ArtistList::set_has_last() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void ArtistList::clear_has_last() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void ArtistList::clear_last() {
|
|
last_ = false;
|
|
clear_has_last();
|
|
}
|
|
inline bool ArtistList::last() const {
|
|
return last_;
|
|
}
|
|
inline void ArtistList::set_last(bool value) {
|
|
set_has_last();
|
|
last_ = value;
|
|
}
|
|
|
|
// repeated .Artist artists = 2;
|
|
inline int ArtistList::artists_size() const {
|
|
return artists_.size();
|
|
}
|
|
inline void ArtistList::clear_artists() {
|
|
artists_.Clear();
|
|
}
|
|
inline const ::Artist& ArtistList::artists(int index) const {
|
|
return artists_.Get(index);
|
|
}
|
|
inline ::Artist* ArtistList::mutable_artists(int index) {
|
|
return artists_.Mutable(index);
|
|
}
|
|
inline ::Artist* ArtistList::add_artists() {
|
|
return artists_.Add();
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::Artist >&
|
|
ArtistList::artists() const {
|
|
return artists_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::Artist >*
|
|
ArtistList::mutable_artists() {
|
|
return &artists_;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// ReleaseList
|
|
|
|
// required bool last = 1;
|
|
inline bool ReleaseList::has_last() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void ReleaseList::set_has_last() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void ReleaseList::clear_has_last() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void ReleaseList::clear_last() {
|
|
last_ = false;
|
|
clear_has_last();
|
|
}
|
|
inline bool ReleaseList::last() const {
|
|
return last_;
|
|
}
|
|
inline void ReleaseList::set_last(bool value) {
|
|
set_has_last();
|
|
last_ = value;
|
|
}
|
|
|
|
// repeated .Release releases = 2;
|
|
inline int ReleaseList::releases_size() const {
|
|
return releases_.size();
|
|
}
|
|
inline void ReleaseList::clear_releases() {
|
|
releases_.Clear();
|
|
}
|
|
inline const ::Release& ReleaseList::releases(int index) const {
|
|
return releases_.Get(index);
|
|
}
|
|
inline ::Release* ReleaseList::mutable_releases(int index) {
|
|
return releases_.Mutable(index);
|
|
}
|
|
inline ::Release* ReleaseList::add_releases() {
|
|
return releases_.Add();
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::Release >&
|
|
ReleaseList::releases() const {
|
|
return releases_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::Release >*
|
|
ReleaseList::mutable_releases() {
|
|
return &releases_;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// TrackList
|
|
|
|
// required bool last = 1;
|
|
inline bool TrackList::has_last() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void TrackList::set_has_last() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void TrackList::clear_has_last() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void TrackList::clear_last() {
|
|
last_ = false;
|
|
clear_has_last();
|
|
}
|
|
inline bool TrackList::last() const {
|
|
return last_;
|
|
}
|
|
inline void TrackList::set_last(bool value) {
|
|
set_has_last();
|
|
last_ = value;
|
|
}
|
|
|
|
// repeated .Track tracks = 2;
|
|
inline int TrackList::tracks_size() const {
|
|
return tracks_.size();
|
|
}
|
|
inline void TrackList::clear_tracks() {
|
|
tracks_.Clear();
|
|
}
|
|
inline const ::Track& TrackList::tracks(int index) const {
|
|
return tracks_.Get(index);
|
|
}
|
|
inline ::Track* TrackList::mutable_tracks(int index) {
|
|
return tracks_.Mutable(index);
|
|
}
|
|
inline ::Track* TrackList::add_tracks() {
|
|
return tracks_.Add();
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::Track >&
|
|
TrackList::tracks() const {
|
|
return tracks_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::Track >*
|
|
TrackList::mutable_tracks() {
|
|
return &tracks_;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// Genre
|
|
|
|
// required string name = 1;
|
|
inline bool Genre::has_name() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void Genre::set_has_name() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void Genre::clear_has_name() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void Genre::clear_name() {
|
|
if (name_ != &::google::protobuf::internal::kEmptyString) {
|
|
name_->clear();
|
|
}
|
|
clear_has_name();
|
|
}
|
|
inline const ::std::string& Genre::name() const {
|
|
return *name_;
|
|
}
|
|
inline void Genre::set_name(const ::std::string& value) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(value);
|
|
}
|
|
inline void Genre::set_name(const char* value) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(value);
|
|
}
|
|
inline void Genre::set_name(const char* value, size_t size) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* Genre::mutable_name() {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
return name_;
|
|
}
|
|
inline ::std::string* Genre::release_name() {
|
|
clear_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = name_;
|
|
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void Genre::set_allocated_name(::std::string* name) {
|
|
if (name_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete name_;
|
|
}
|
|
if (name) {
|
|
set_has_name();
|
|
name_ = name;
|
|
} else {
|
|
clear_has_name();
|
|
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// CoverArt
|
|
|
|
// optional string mime_type = 1;
|
|
inline bool CoverArt::has_mime_type() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void CoverArt::set_has_mime_type() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void CoverArt::clear_has_mime_type() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void CoverArt::clear_mime_type() {
|
|
if (mime_type_ != &::google::protobuf::internal::kEmptyString) {
|
|
mime_type_->clear();
|
|
}
|
|
clear_has_mime_type();
|
|
}
|
|
inline const ::std::string& CoverArt::mime_type() const {
|
|
return *mime_type_;
|
|
}
|
|
inline void CoverArt::set_mime_type(const ::std::string& value) {
|
|
set_has_mime_type();
|
|
if (mime_type_ == &::google::protobuf::internal::kEmptyString) {
|
|
mime_type_ = new ::std::string;
|
|
}
|
|
mime_type_->assign(value);
|
|
}
|
|
inline void CoverArt::set_mime_type(const char* value) {
|
|
set_has_mime_type();
|
|
if (mime_type_ == &::google::protobuf::internal::kEmptyString) {
|
|
mime_type_ = new ::std::string;
|
|
}
|
|
mime_type_->assign(value);
|
|
}
|
|
inline void CoverArt::set_mime_type(const char* value, size_t size) {
|
|
set_has_mime_type();
|
|
if (mime_type_ == &::google::protobuf::internal::kEmptyString) {
|
|
mime_type_ = new ::std::string;
|
|
}
|
|
mime_type_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CoverArt::mutable_mime_type() {
|
|
set_has_mime_type();
|
|
if (mime_type_ == &::google::protobuf::internal::kEmptyString) {
|
|
mime_type_ = new ::std::string;
|
|
}
|
|
return mime_type_;
|
|
}
|
|
inline ::std::string* CoverArt::release_mime_type() {
|
|
clear_has_mime_type();
|
|
if (mime_type_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = mime_type_;
|
|
mime_type_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void CoverArt::set_allocated_mime_type(::std::string* mime_type) {
|
|
if (mime_type_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete mime_type_;
|
|
}
|
|
if (mime_type) {
|
|
set_has_mime_type();
|
|
mime_type_ = mime_type;
|
|
} else {
|
|
clear_has_mime_type();
|
|
mime_type_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// repeated bytes data = 2;
|
|
inline int CoverArt::data_size() const {
|
|
return data_.size();
|
|
}
|
|
inline void CoverArt::clear_data() {
|
|
data_.Clear();
|
|
}
|
|
inline const ::std::string& CoverArt::data(int index) const {
|
|
return data_.Get(index);
|
|
}
|
|
inline ::std::string* CoverArt::mutable_data(int index) {
|
|
return data_.Mutable(index);
|
|
}
|
|
inline void CoverArt::set_data(int index, const ::std::string& value) {
|
|
data_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CoverArt::set_data(int index, const char* value) {
|
|
data_.Mutable(index)->assign(value);
|
|
}
|
|
inline void CoverArt::set_data(int index, const void* value, size_t size) {
|
|
data_.Mutable(index)->assign(
|
|
reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* CoverArt::add_data() {
|
|
return data_.Add();
|
|
}
|
|
inline void CoverArt::add_data(const ::std::string& value) {
|
|
data_.Add()->assign(value);
|
|
}
|
|
inline void CoverArt::add_data(const char* value) {
|
|
data_.Add()->assign(value);
|
|
}
|
|
inline void CoverArt::add_data(const void* value, size_t size) {
|
|
data_.Add()->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
|
|
CoverArt::data() const {
|
|
return data_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>*
|
|
CoverArt::mutable_data() {
|
|
return &data_;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// Artist
|
|
|
|
// required string name = 1;
|
|
inline bool Artist::has_name() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void Artist::set_has_name() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void Artist::clear_has_name() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void Artist::clear_name() {
|
|
if (name_ != &::google::protobuf::internal::kEmptyString) {
|
|
name_->clear();
|
|
}
|
|
clear_has_name();
|
|
}
|
|
inline const ::std::string& Artist::name() const {
|
|
return *name_;
|
|
}
|
|
inline void Artist::set_name(const ::std::string& value) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(value);
|
|
}
|
|
inline void Artist::set_name(const char* value) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(value);
|
|
}
|
|
inline void Artist::set_name(const char* value, size_t size) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* Artist::mutable_name() {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
return name_;
|
|
}
|
|
inline ::std::string* Artist::release_name() {
|
|
clear_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = name_;
|
|
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void Artist::set_allocated_name(::std::string* name) {
|
|
if (name_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete name_;
|
|
}
|
|
if (name) {
|
|
set_has_name();
|
|
name_ = name;
|
|
} else {
|
|
clear_has_name();
|
|
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// required uint32 nb_releases = 2;
|
|
inline bool Artist::has_nb_releases() const {
|
|
return (_has_bits_[0] & 0x00000002u) != 0;
|
|
}
|
|
inline void Artist::set_has_nb_releases() {
|
|
_has_bits_[0] |= 0x00000002u;
|
|
}
|
|
inline void Artist::clear_has_nb_releases() {
|
|
_has_bits_[0] &= ~0x00000002u;
|
|
}
|
|
inline void Artist::clear_nb_releases() {
|
|
nb_releases_ = 0u;
|
|
clear_has_nb_releases();
|
|
}
|
|
inline ::google::protobuf::uint32 Artist::nb_releases() const {
|
|
return nb_releases_;
|
|
}
|
|
inline void Artist::set_nb_releases(::google::protobuf::uint32 value) {
|
|
set_has_nb_releases();
|
|
nb_releases_ = value;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// Release
|
|
|
|
// required string name = 1;
|
|
inline bool Release::has_name() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void Release::set_has_name() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void Release::clear_has_name() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void Release::clear_name() {
|
|
if (name_ != &::google::protobuf::internal::kEmptyString) {
|
|
name_->clear();
|
|
}
|
|
clear_has_name();
|
|
}
|
|
inline const ::std::string& Release::name() const {
|
|
return *name_;
|
|
}
|
|
inline void Release::set_name(const ::std::string& value) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(value);
|
|
}
|
|
inline void Release::set_name(const char* value) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(value);
|
|
}
|
|
inline void Release::set_name(const char* value, size_t size) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* Release::mutable_name() {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
return name_;
|
|
}
|
|
inline ::std::string* Release::release_name() {
|
|
clear_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = name_;
|
|
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void Release::set_allocated_name(::std::string* name) {
|
|
if (name_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete name_;
|
|
}
|
|
if (name) {
|
|
set_has_name();
|
|
name_ = name;
|
|
} else {
|
|
clear_has_name();
|
|
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// required uint32 nb_tracks = 2;
|
|
inline bool Release::has_nb_tracks() const {
|
|
return (_has_bits_[0] & 0x00000002u) != 0;
|
|
}
|
|
inline void Release::set_has_nb_tracks() {
|
|
_has_bits_[0] |= 0x00000002u;
|
|
}
|
|
inline void Release::clear_has_nb_tracks() {
|
|
_has_bits_[0] &= ~0x00000002u;
|
|
}
|
|
inline void Release::clear_nb_tracks() {
|
|
nb_tracks_ = 0u;
|
|
clear_has_nb_tracks();
|
|
}
|
|
inline ::google::protobuf::uint32 Release::nb_tracks() const {
|
|
return nb_tracks_;
|
|
}
|
|
inline void Release::set_nb_tracks(::google::protobuf::uint32 value) {
|
|
set_has_nb_tracks();
|
|
nb_tracks_ = value;
|
|
}
|
|
|
|
// required uint32 duration_secs = 3;
|
|
inline bool Release::has_duration_secs() const {
|
|
return (_has_bits_[0] & 0x00000004u) != 0;
|
|
}
|
|
inline void Release::set_has_duration_secs() {
|
|
_has_bits_[0] |= 0x00000004u;
|
|
}
|
|
inline void Release::clear_has_duration_secs() {
|
|
_has_bits_[0] &= ~0x00000004u;
|
|
}
|
|
inline void Release::clear_duration_secs() {
|
|
duration_secs_ = 0u;
|
|
clear_has_duration_secs();
|
|
}
|
|
inline ::google::protobuf::uint32 Release::duration_secs() const {
|
|
return duration_secs_;
|
|
}
|
|
inline void Release::set_duration_secs(::google::protobuf::uint32 value) {
|
|
set_has_duration_secs();
|
|
duration_secs_ = value;
|
|
}
|
|
|
|
// optional .CoverArt coverArt = 4;
|
|
inline bool Release::has_coverart() const {
|
|
return (_has_bits_[0] & 0x00000008u) != 0;
|
|
}
|
|
inline void Release::set_has_coverart() {
|
|
_has_bits_[0] |= 0x00000008u;
|
|
}
|
|
inline void Release::clear_has_coverart() {
|
|
_has_bits_[0] &= ~0x00000008u;
|
|
}
|
|
inline void Release::clear_coverart() {
|
|
if (coverart_ != NULL) coverart_->::CoverArt::Clear();
|
|
clear_has_coverart();
|
|
}
|
|
inline const ::CoverArt& Release::coverart() const {
|
|
return coverart_ != NULL ? *coverart_ : *default_instance_->coverart_;
|
|
}
|
|
inline ::CoverArt* Release::mutable_coverart() {
|
|
set_has_coverart();
|
|
if (coverart_ == NULL) coverart_ = new ::CoverArt;
|
|
return coverart_;
|
|
}
|
|
inline ::CoverArt* Release::release_coverart() {
|
|
clear_has_coverart();
|
|
::CoverArt* temp = coverart_;
|
|
coverart_ = NULL;
|
|
return temp;
|
|
}
|
|
inline void Release::set_allocated_coverart(::CoverArt* coverart) {
|
|
delete coverart_;
|
|
coverart_ = coverart;
|
|
if (coverart) {
|
|
set_has_coverart();
|
|
} else {
|
|
clear_has_coverart();
|
|
}
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// Track
|
|
|
|
// required int64 media_id = 1;
|
|
inline bool Track::has_media_id() const {
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
}
|
|
inline void Track::set_has_media_id() {
|
|
_has_bits_[0] |= 0x00000001u;
|
|
}
|
|
inline void Track::clear_has_media_id() {
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline void Track::clear_media_id() {
|
|
media_id_ = GOOGLE_LONGLONG(0);
|
|
clear_has_media_id();
|
|
}
|
|
inline ::google::protobuf::int64 Track::media_id() const {
|
|
return media_id_;
|
|
}
|
|
inline void Track::set_media_id(::google::protobuf::int64 value) {
|
|
set_has_media_id();
|
|
media_id_ = value;
|
|
}
|
|
|
|
// optional uint32 disc_number = 2;
|
|
inline bool Track::has_disc_number() const {
|
|
return (_has_bits_[0] & 0x00000002u) != 0;
|
|
}
|
|
inline void Track::set_has_disc_number() {
|
|
_has_bits_[0] |= 0x00000002u;
|
|
}
|
|
inline void Track::clear_has_disc_number() {
|
|
_has_bits_[0] &= ~0x00000002u;
|
|
}
|
|
inline void Track::clear_disc_number() {
|
|
disc_number_ = 0u;
|
|
clear_has_disc_number();
|
|
}
|
|
inline ::google::protobuf::uint32 Track::disc_number() const {
|
|
return disc_number_;
|
|
}
|
|
inline void Track::set_disc_number(::google::protobuf::uint32 value) {
|
|
set_has_disc_number();
|
|
disc_number_ = value;
|
|
}
|
|
|
|
// optional uint32 track_number = 3;
|
|
inline bool Track::has_track_number() const {
|
|
return (_has_bits_[0] & 0x00000004u) != 0;
|
|
}
|
|
inline void Track::set_has_track_number() {
|
|
_has_bits_[0] |= 0x00000004u;
|
|
}
|
|
inline void Track::clear_has_track_number() {
|
|
_has_bits_[0] &= ~0x00000004u;
|
|
}
|
|
inline void Track::clear_track_number() {
|
|
track_number_ = 0u;
|
|
clear_has_track_number();
|
|
}
|
|
inline ::google::protobuf::uint32 Track::track_number() const {
|
|
return track_number_;
|
|
}
|
|
inline void Track::set_track_number(::google::protobuf::uint32 value) {
|
|
set_has_track_number();
|
|
track_number_ = value;
|
|
}
|
|
|
|
// optional string artist = 4;
|
|
inline bool Track::has_artist() const {
|
|
return (_has_bits_[0] & 0x00000008u) != 0;
|
|
}
|
|
inline void Track::set_has_artist() {
|
|
_has_bits_[0] |= 0x00000008u;
|
|
}
|
|
inline void Track::clear_has_artist() {
|
|
_has_bits_[0] &= ~0x00000008u;
|
|
}
|
|
inline void Track::clear_artist() {
|
|
if (artist_ != &::google::protobuf::internal::kEmptyString) {
|
|
artist_->clear();
|
|
}
|
|
clear_has_artist();
|
|
}
|
|
inline const ::std::string& Track::artist() const {
|
|
return *artist_;
|
|
}
|
|
inline void Track::set_artist(const ::std::string& value) {
|
|
set_has_artist();
|
|
if (artist_ == &::google::protobuf::internal::kEmptyString) {
|
|
artist_ = new ::std::string;
|
|
}
|
|
artist_->assign(value);
|
|
}
|
|
inline void Track::set_artist(const char* value) {
|
|
set_has_artist();
|
|
if (artist_ == &::google::protobuf::internal::kEmptyString) {
|
|
artist_ = new ::std::string;
|
|
}
|
|
artist_->assign(value);
|
|
}
|
|
inline void Track::set_artist(const char* value, size_t size) {
|
|
set_has_artist();
|
|
if (artist_ == &::google::protobuf::internal::kEmptyString) {
|
|
artist_ = new ::std::string;
|
|
}
|
|
artist_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* Track::mutable_artist() {
|
|
set_has_artist();
|
|
if (artist_ == &::google::protobuf::internal::kEmptyString) {
|
|
artist_ = new ::std::string;
|
|
}
|
|
return artist_;
|
|
}
|
|
inline ::std::string* Track::release_artist() {
|
|
clear_has_artist();
|
|
if (artist_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = artist_;
|
|
artist_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void Track::set_allocated_artist(::std::string* artist) {
|
|
if (artist_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete artist_;
|
|
}
|
|
if (artist) {
|
|
set_has_artist();
|
|
artist_ = artist;
|
|
} else {
|
|
clear_has_artist();
|
|
artist_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// optional string release = 5;
|
|
inline bool Track::has_release() const {
|
|
return (_has_bits_[0] & 0x00000010u) != 0;
|
|
}
|
|
inline void Track::set_has_release() {
|
|
_has_bits_[0] |= 0x00000010u;
|
|
}
|
|
inline void Track::clear_has_release() {
|
|
_has_bits_[0] &= ~0x00000010u;
|
|
}
|
|
inline void Track::clear_release() {
|
|
if (release_ != &::google::protobuf::internal::kEmptyString) {
|
|
release_->clear();
|
|
}
|
|
clear_has_release();
|
|
}
|
|
inline const ::std::string& Track::release() const {
|
|
return *release_;
|
|
}
|
|
inline void Track::set_release(const ::std::string& value) {
|
|
set_has_release();
|
|
if (release_ == &::google::protobuf::internal::kEmptyString) {
|
|
release_ = new ::std::string;
|
|
}
|
|
release_->assign(value);
|
|
}
|
|
inline void Track::set_release(const char* value) {
|
|
set_has_release();
|
|
if (release_ == &::google::protobuf::internal::kEmptyString) {
|
|
release_ = new ::std::string;
|
|
}
|
|
release_->assign(value);
|
|
}
|
|
inline void Track::set_release(const char* value, size_t size) {
|
|
set_has_release();
|
|
if (release_ == &::google::protobuf::internal::kEmptyString) {
|
|
release_ = new ::std::string;
|
|
}
|
|
release_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* Track::mutable_release() {
|
|
set_has_release();
|
|
if (release_ == &::google::protobuf::internal::kEmptyString) {
|
|
release_ = new ::std::string;
|
|
}
|
|
return release_;
|
|
}
|
|
inline ::std::string* Track::release_release() {
|
|
clear_has_release();
|
|
if (release_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = release_;
|
|
release_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void Track::set_allocated_release(::std::string* release) {
|
|
if (release_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete release_;
|
|
}
|
|
if (release) {
|
|
set_has_release();
|
|
release_ = release;
|
|
} else {
|
|
clear_has_release();
|
|
release_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// required string name = 6;
|
|
inline bool Track::has_name() const {
|
|
return (_has_bits_[0] & 0x00000020u) != 0;
|
|
}
|
|
inline void Track::set_has_name() {
|
|
_has_bits_[0] |= 0x00000020u;
|
|
}
|
|
inline void Track::clear_has_name() {
|
|
_has_bits_[0] &= ~0x00000020u;
|
|
}
|
|
inline void Track::clear_name() {
|
|
if (name_ != &::google::protobuf::internal::kEmptyString) {
|
|
name_->clear();
|
|
}
|
|
clear_has_name();
|
|
}
|
|
inline const ::std::string& Track::name() const {
|
|
return *name_;
|
|
}
|
|
inline void Track::set_name(const ::std::string& value) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(value);
|
|
}
|
|
inline void Track::set_name(const char* value) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(value);
|
|
}
|
|
inline void Track::set_name(const char* value, size_t size) {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
name_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* Track::mutable_name() {
|
|
set_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
name_ = new ::std::string;
|
|
}
|
|
return name_;
|
|
}
|
|
inline ::std::string* Track::release_name() {
|
|
clear_has_name();
|
|
if (name_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = name_;
|
|
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void Track::set_allocated_name(::std::string* name) {
|
|
if (name_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete name_;
|
|
}
|
|
if (name) {
|
|
set_has_name();
|
|
name_ = name;
|
|
} else {
|
|
clear_has_name();
|
|
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// required uint32 duration_secs = 7;
|
|
inline bool Track::has_duration_secs() const {
|
|
return (_has_bits_[0] & 0x00000040u) != 0;
|
|
}
|
|
inline void Track::set_has_duration_secs() {
|
|
_has_bits_[0] |= 0x00000040u;
|
|
}
|
|
inline void Track::clear_has_duration_secs() {
|
|
_has_bits_[0] &= ~0x00000040u;
|
|
}
|
|
inline void Track::clear_duration_secs() {
|
|
duration_secs_ = 0u;
|
|
clear_has_duration_secs();
|
|
}
|
|
inline ::google::protobuf::uint32 Track::duration_secs() const {
|
|
return duration_secs_;
|
|
}
|
|
inline void Track::set_duration_secs(::google::protobuf::uint32 value) {
|
|
set_has_duration_secs();
|
|
duration_secs_ = value;
|
|
}
|
|
|
|
// optional string release_date = 8;
|
|
inline bool Track::has_release_date() const {
|
|
return (_has_bits_[0] & 0x00000080u) != 0;
|
|
}
|
|
inline void Track::set_has_release_date() {
|
|
_has_bits_[0] |= 0x00000080u;
|
|
}
|
|
inline void Track::clear_has_release_date() {
|
|
_has_bits_[0] &= ~0x00000080u;
|
|
}
|
|
inline void Track::clear_release_date() {
|
|
if (release_date_ != &::google::protobuf::internal::kEmptyString) {
|
|
release_date_->clear();
|
|
}
|
|
clear_has_release_date();
|
|
}
|
|
inline const ::std::string& Track::release_date() const {
|
|
return *release_date_;
|
|
}
|
|
inline void Track::set_release_date(const ::std::string& value) {
|
|
set_has_release_date();
|
|
if (release_date_ == &::google::protobuf::internal::kEmptyString) {
|
|
release_date_ = new ::std::string;
|
|
}
|
|
release_date_->assign(value);
|
|
}
|
|
inline void Track::set_release_date(const char* value) {
|
|
set_has_release_date();
|
|
if (release_date_ == &::google::protobuf::internal::kEmptyString) {
|
|
release_date_ = new ::std::string;
|
|
}
|
|
release_date_->assign(value);
|
|
}
|
|
inline void Track::set_release_date(const char* value, size_t size) {
|
|
set_has_release_date();
|
|
if (release_date_ == &::google::protobuf::internal::kEmptyString) {
|
|
release_date_ = new ::std::string;
|
|
}
|
|
release_date_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* Track::mutable_release_date() {
|
|
set_has_release_date();
|
|
if (release_date_ == &::google::protobuf::internal::kEmptyString) {
|
|
release_date_ = new ::std::string;
|
|
}
|
|
return release_date_;
|
|
}
|
|
inline ::std::string* Track::release_release_date() {
|
|
clear_has_release_date();
|
|
if (release_date_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = release_date_;
|
|
release_date_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void Track::set_allocated_release_date(::std::string* release_date) {
|
|
if (release_date_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete release_date_;
|
|
}
|
|
if (release_date) {
|
|
set_has_release_date();
|
|
release_date_ = release_date;
|
|
} else {
|
|
clear_has_release_date();
|
|
release_date_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// optional string original_release_date = 9;
|
|
inline bool Track::has_original_release_date() const {
|
|
return (_has_bits_[0] & 0x00000100u) != 0;
|
|
}
|
|
inline void Track::set_has_original_release_date() {
|
|
_has_bits_[0] |= 0x00000100u;
|
|
}
|
|
inline void Track::clear_has_original_release_date() {
|
|
_has_bits_[0] &= ~0x00000100u;
|
|
}
|
|
inline void Track::clear_original_release_date() {
|
|
if (original_release_date_ != &::google::protobuf::internal::kEmptyString) {
|
|
original_release_date_->clear();
|
|
}
|
|
clear_has_original_release_date();
|
|
}
|
|
inline const ::std::string& Track::original_release_date() const {
|
|
return *original_release_date_;
|
|
}
|
|
inline void Track::set_original_release_date(const ::std::string& value) {
|
|
set_has_original_release_date();
|
|
if (original_release_date_ == &::google::protobuf::internal::kEmptyString) {
|
|
original_release_date_ = new ::std::string;
|
|
}
|
|
original_release_date_->assign(value);
|
|
}
|
|
inline void Track::set_original_release_date(const char* value) {
|
|
set_has_original_release_date();
|
|
if (original_release_date_ == &::google::protobuf::internal::kEmptyString) {
|
|
original_release_date_ = new ::std::string;
|
|
}
|
|
original_release_date_->assign(value);
|
|
}
|
|
inline void Track::set_original_release_date(const char* value, size_t size) {
|
|
set_has_original_release_date();
|
|
if (original_release_date_ == &::google::protobuf::internal::kEmptyString) {
|
|
original_release_date_ = new ::std::string;
|
|
}
|
|
original_release_date_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* Track::mutable_original_release_date() {
|
|
set_has_original_release_date();
|
|
if (original_release_date_ == &::google::protobuf::internal::kEmptyString) {
|
|
original_release_date_ = new ::std::string;
|
|
}
|
|
return original_release_date_;
|
|
}
|
|
inline ::std::string* Track::release_original_release_date() {
|
|
clear_has_original_release_date();
|
|
if (original_release_date_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = original_release_date_;
|
|
original_release_date_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void Track::set_allocated_original_release_date(::std::string* original_release_date) {
|
|
if (original_release_date_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete original_release_date_;
|
|
}
|
|
if (original_release_date) {
|
|
set_has_original_release_date();
|
|
original_release_date_ = original_release_date;
|
|
} else {
|
|
clear_has_original_release_date();
|
|
original_release_date_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
// repeated string genres = 10;
|
|
inline int Track::genres_size() const {
|
|
return genres_.size();
|
|
}
|
|
inline void Track::clear_genres() {
|
|
genres_.Clear();
|
|
}
|
|
inline const ::std::string& Track::genres(int index) const {
|
|
return genres_.Get(index);
|
|
}
|
|
inline ::std::string* Track::mutable_genres(int index) {
|
|
return genres_.Mutable(index);
|
|
}
|
|
inline void Track::set_genres(int index, const ::std::string& value) {
|
|
genres_.Mutable(index)->assign(value);
|
|
}
|
|
inline void Track::set_genres(int index, const char* value) {
|
|
genres_.Mutable(index)->assign(value);
|
|
}
|
|
inline void Track::set_genres(int index, const char* value, size_t size) {
|
|
genres_.Mutable(index)->assign(
|
|
reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* Track::add_genres() {
|
|
return genres_.Add();
|
|
}
|
|
inline void Track::add_genres(const ::std::string& value) {
|
|
genres_.Add()->assign(value);
|
|
}
|
|
inline void Track::add_genres(const char* value) {
|
|
genres_.Add()->assign(value);
|
|
}
|
|
inline void Track::add_genres(const char* value, size_t size) {
|
|
genres_.Add()->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
|
|
Track::genres() const {
|
|
return genres_;
|
|
}
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>*
|
|
Track::mutable_genres() {
|
|
return &genres_;
|
|
}
|
|
|
|
// optional bytes coverArt = 11;
|
|
inline bool Track::has_coverart() const {
|
|
return (_has_bits_[0] & 0x00000400u) != 0;
|
|
}
|
|
inline void Track::set_has_coverart() {
|
|
_has_bits_[0] |= 0x00000400u;
|
|
}
|
|
inline void Track::clear_has_coverart() {
|
|
_has_bits_[0] &= ~0x00000400u;
|
|
}
|
|
inline void Track::clear_coverart() {
|
|
if (coverart_ != &::google::protobuf::internal::kEmptyString) {
|
|
coverart_->clear();
|
|
}
|
|
clear_has_coverart();
|
|
}
|
|
inline const ::std::string& Track::coverart() const {
|
|
return *coverart_;
|
|
}
|
|
inline void Track::set_coverart(const ::std::string& value) {
|
|
set_has_coverart();
|
|
if (coverart_ == &::google::protobuf::internal::kEmptyString) {
|
|
coverart_ = new ::std::string;
|
|
}
|
|
coverart_->assign(value);
|
|
}
|
|
inline void Track::set_coverart(const char* value) {
|
|
set_has_coverart();
|
|
if (coverart_ == &::google::protobuf::internal::kEmptyString) {
|
|
coverart_ = new ::std::string;
|
|
}
|
|
coverart_->assign(value);
|
|
}
|
|
inline void Track::set_coverart(const void* value, size_t size) {
|
|
set_has_coverart();
|
|
if (coverart_ == &::google::protobuf::internal::kEmptyString) {
|
|
coverart_ = new ::std::string;
|
|
}
|
|
coverart_->assign(reinterpret_cast<const char*>(value), size);
|
|
}
|
|
inline ::std::string* Track::mutable_coverart() {
|
|
set_has_coverart();
|
|
if (coverart_ == &::google::protobuf::internal::kEmptyString) {
|
|
coverart_ = new ::std::string;
|
|
}
|
|
return coverart_;
|
|
}
|
|
inline ::std::string* Track::release_coverart() {
|
|
clear_has_coverart();
|
|
if (coverart_ == &::google::protobuf::internal::kEmptyString) {
|
|
return NULL;
|
|
} else {
|
|
::std::string* temp = coverart_;
|
|
coverart_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
return temp;
|
|
}
|
|
}
|
|
inline void Track::set_allocated_coverart(::std::string* coverart) {
|
|
if (coverart_ != &::google::protobuf::internal::kEmptyString) {
|
|
delete coverart_;
|
|
}
|
|
if (coverart) {
|
|
set_has_coverart();
|
|
coverart_ = coverart;
|
|
} else {
|
|
clear_has_coverart();
|
|
coverart_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
|
|
}
|
|
}
|
|
|
|
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
|
|
#ifndef SWIG
|
|
namespace google {
|
|
namespace protobuf {
|
|
|
|
template <>
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::CollectionRequest_Type>() {
|
|
return ::CollectionRequest_Type_descriptor();
|
|
}
|
|
template <>
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::CollectionResponse_Type>() {
|
|
return ::CollectionResponse_Type_descriptor();
|
|
}
|
|
|
|
} // namespace google
|
|
} // namespace protobuf
|
|
#endif // SWIG
|
|
|
|
// @@protoc_insertion_point(global_scope)
|
|
|
|
#endif // PROTOBUF_collection_2eproto__INCLUDED
|