Struct google_plusdomains1::api::Media [−][src]
There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- insert media (request|response)
Fields
The person who uploaded this media.
display_name: Option<String>The display name for this media.
etag: Option<String>ETag of this response for caching purposes.
exif: Option<MediaExif>Exif information of the media item.
height: Option<u32>The height in pixels of the original image.
id: Option<String>ID of this media, which is generated by the API.
kind: Option<String>The type of resource.
media_created_time: Option<String>The time at which this media was originally created in UTC. Formatted as an RFC 3339 timestamp that matches this example: 2010-11-25T14:30:27.655Z
media_url: Option<String>The URL of this photo or video's still image.
published: Option<String>The time at which this media was uploaded. Formatted as an RFC 3339 timestamp.
size_bytes: Option<String>The size in bytes of this video.
streams: Option<Vec<Videostream>>The list of video streams for this video. There might be several different streams available for a single video, either Flash or MPEG, of various sizes
summary: Option<String>A description, or caption, for this media.
updated: Option<String>The time at which this media was last updated. This includes changes to media metadata. Formatted as an RFC 3339 timestamp.
url: Option<String>The URL for the page that hosts this media.
video_duration: Option<String>The duration in milliseconds of this video.
video_status: Option<String>The encoding status of this video. Possible values are:
- "UPLOADING" - Not all the video bytes have been received.
- "PENDING" - Video not yet processed.
- "FAILED" - Video processing failed.
- "READY" - A single video stream is playable.
- "FINAL" - All video streams are playable.
width: Option<u32>The width in pixels of the original image.
Trait Implementations
impl Clone for Media[src]
impl Debug for Media[src]
impl Default for Media[src]
impl<'de> Deserialize<'de> for Media[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl RequestValue for Media[src]
impl ResponseResult for Media[src]
impl Serialize for Media[src]
Auto Trait Implementations
impl RefUnwindSafe for Media[src]
impl Send for Media[src]
impl Sync for Media[src]
impl Unpin for Media[src]
impl UnwindSafe for Media[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,