generated/google/apis/streetviewpublish_v1/representations.rb in google-api-client-0.25.0 vs generated/google/apis/streetviewpublish_v1/representations.rb in google-api-client-0.26.0

- old
+ new

@@ -231,18 +231,20 @@ class Representation < Google::Apis::Core::JsonRepresentation property :capture_time, as: 'captureTime' collection :connections, as: 'connections', class: Google::Apis::StreetviewpublishV1::Connection, decorator: Google::Apis::StreetviewpublishV1::Connection::Representation property :download_url, as: 'downloadUrl' + property :maps_publish_status, as: 'mapsPublishStatus' property :photo_id, as: 'photoId', class: Google::Apis::StreetviewpublishV1::PhotoId, decorator: Google::Apis::StreetviewpublishV1::PhotoId::Representation collection :places, as: 'places', class: Google::Apis::StreetviewpublishV1::Place, decorator: Google::Apis::StreetviewpublishV1::Place::Representation property :pose, as: 'pose', class: Google::Apis::StreetviewpublishV1::Pose, decorator: Google::Apis::StreetviewpublishV1::Pose::Representation property :share_link, as: 'shareLink' property :thumbnail_url, as: 'thumbnailUrl' + property :transfer_status, as: 'transferStatus' property :upload_reference, as: 'uploadReference', class: Google::Apis::StreetviewpublishV1::UploadRef, decorator: Google::Apis::StreetviewpublishV1::UploadRef::Representation property :view_count, :numeric_string => true, as: 'viewCount' end end @@ -265,9 +267,11 @@ end class Place # @private class Representation < Google::Apis::Core::JsonRepresentation + property :language_code, as: 'languageCode' + property :name, as: 'name' property :place_id, as: 'placeId' end end class Pose