Struct google_youtubereporting1::api::GdataMedia[][src]

pub struct GdataMedia {
Show 30 fields pub algorithm: Option<String>, pub bigstore_object_ref: Option<String>, pub blob_ref: Option<String>, pub blobstore2_info: Option<GdataBlobstore2Info>, pub composite_media: Option<Vec<GdataCompositeMedia>>, pub content_type: Option<String>, pub content_type_info: Option<GdataContentTypeInfo>, pub cosmo_binary_reference: Option<String>, pub crc32c_hash: Option<u32>, pub diff_checksums_response: Option<GdataDiffChecksumsResponse>, pub diff_download_response: Option<GdataDiffDownloadResponse>, pub diff_upload_request: Option<GdataDiffUploadRequest>, pub diff_upload_response: Option<GdataDiffUploadResponse>, pub diff_version_response: Option<GdataDiffVersionResponse>, pub download_parameters: Option<GdataDownloadParameters>, pub filename: Option<String>, pub hash: Option<String>, pub hash_verified: Option<bool>, pub inline: Option<String>, pub is_potential_retry: Option<bool>, pub length: Option<String>, pub md5_hash: Option<String>, pub media_id: Option<String>, pub object_id: Option<GdataObjectId>, pub path: Option<String>, pub reference_type: Option<String>, pub sha1_hash: Option<String>, pub sha256_hash: Option<String>, pub timestamp: Option<String>, pub token: Option<String>,
}
Expand description

gdata

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).

Fields

algorithm: Option<String>

gdata

bigstore_object_ref: Option<String>

gdata

blob_ref: Option<String>

gdata

blobstore2_info: Option<GdataBlobstore2Info>

gdata

composite_media: Option<Vec<GdataCompositeMedia>>

gdata

content_type: Option<String>

gdata

content_type_info: Option<GdataContentTypeInfo>

gdata

cosmo_binary_reference: Option<String>

gdata

crc32c_hash: Option<u32>

gdata

diff_checksums_response: Option<GdataDiffChecksumsResponse>

gdata

diff_download_response: Option<GdataDiffDownloadResponse>

gdata

diff_upload_request: Option<GdataDiffUploadRequest>

gdata

diff_upload_response: Option<GdataDiffUploadResponse>

gdata

diff_version_response: Option<GdataDiffVersionResponse>

gdata

download_parameters: Option<GdataDownloadParameters>

gdata

filename: Option<String>

gdata

hash: Option<String>

gdata

hash_verified: Option<bool>

gdata

inline: Option<String>

gdata

is_potential_retry: Option<bool>

gdata

length: Option<String>

gdata

md5_hash: Option<String>

gdata

media_id: Option<String>

gdata

object_id: Option<GdataObjectId>

gdata

path: Option<String>

gdata

reference_type: Option<String>

gdata

sha1_hash: Option<String>

gdata

sha256_hash: Option<String>

gdata

timestamp: Option<String>

gdata

token: Option<String>

gdata

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.