Type now mandatory in AudioCollectionRequest

This commit is contained in:
emeric
2014-06-16 14:03:31 +02:00
parent b739f4ef56
commit 399c771e75
3 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -2085,7 +2085,7 @@ class AudioCollectionResponse : public ::google::protobuf::Message {
// accessors -------------------------------------------------------
// optional .Remote.AudioCollectionResponse.Type type = 1;
// required .Remote.AudioCollectionResponse.Type type = 1;
inline bool has_type() const;
inline void clear_type();
static const int kTypeFieldNumber = 1;
@@ -3960,7 +3960,7 @@ inline void AudioCollectionResponse_Track::set_allocated_original_release_date(:
// AudioCollectionResponse
// optional .Remote.AudioCollectionResponse.Type type = 1;
// required .Remote.AudioCollectionResponse.Type type = 1;
inline bool AudioCollectionResponse::has_type() const {
return (_has_bits_[0] & 0x00000001u) != 0;
}