[][src]Struct google_drive_client::models::client::file_search::DriveFileSearchBuilder

pub struct DriveFileSearchBuilder { /* fields omitted */ }

Builder for DriveFileSearch.

Methods

impl DriveFileSearchBuilder[src]

pub fn corpora<VALUE: Into<Option<String>>>(
    &mut self,
    value: VALUE
) -> &mut Self
[src]

Bodies of items (files/documents) to which the query applies. Supported bodies are 'user', 'domain', 'drive' and 'allDrives'. Prefer 'user' or 'drive' to 'allDrives' for efficiency. *

pub fn drive_id<VALUE: Into<Option<String>>>(
    &mut self,
    value: VALUE
) -> &mut Self
[src]

ID of the shared drive to search. *

pub fn fields<VALUE: Into<Option<String>>>(&mut self, value: VALUE) -> &mut Self[src]

The paths of the fields you want included in the response. If not specified, the response includes a default set of fields specific to this method. For development you can use the special value * to return all fields, but you'll achieve greater performance by only selecting the fields you need. For more information see the partial responses documentation. *

pub fn order_by<VALUE: Into<Option<String>>>(
    &mut self,
    value: VALUE
) -> &mut Self
[src]

A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored. *

pub fn page_size<VALUE: Into<Option<usize>>>(
    &mut self,
    value: VALUE
) -> &mut Self
[src]

The maximum number of files to return per page. Partial or empty result pages are possible even before the end of the files list has been reached. Acceptable values are 1 to 1000, inclusive. (Default: 100) *

pub fn page_token<VALUE: Into<Option<String>>>(
    &mut self,
    value: VALUE
) -> &mut Self
[src]

The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response. *

pub fn q<VALUE: Into<Option<String>>>(&mut self, value: VALUE) -> &mut Self[src]

A query for filtering the file results. See the "Search for files" guide for the supported syntax. *

pub fn spaces<VALUE: Into<Option<String>>>(&mut self, value: VALUE) -> &mut Self[src]

A comma-separated list of spaces to query within the corpus. Supported values are 'drive', 'appDataFolder' and 'photos'. *

pub fn build(&self) -> Result<DriveFileSearch, String>[src]

Builds a new DriveFileSearch.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for DriveFileSearchBuilder[src]

impl Clone for DriveFileSearchBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> IntoCollection<T> for T

impl<T, I> AsResult<T, I> for T where
    I: Input, 

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err