Struct google_drive::changes::Changes[][src]

pub struct Changes {
    pub client: Client,
}

Fields

client: Client

Implementations

This function performs a GET to the /changes endpoint.

Lists the changes for a user or shared drive.

Parameters:

  • page_token: &str – 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 or to the response from the getStartPageToken method.
  • drive_id: &str – The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
  • include_corpus_removals: bool – Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
  • include_items_from_all_drives: bool – Whether both My Drive and shared drive items should be included in results.
  • include_permissions_for_view: &str – Specifies which additional view’s permissions to include in the response. Only ‘published’ is supported.
  • include_removed: bool – Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
  • include_team_drive_items: bool – Whether the user has installed the requesting app.
  • page_size: i64 – A map of maximum import sizes by MIME type, in bytes.
  • restrict_to_my_drive: bool – Whether to restrict the results to changes inside the My Drive hierarchy. This omits changes to files such as those in the Application Data folder or shared files which have not been added to My Drive.
  • spaces: &str – A comma-separated list of spaces to query within the user corpus. Supported values are ‘drive’, ‘appDataFolder’ and ‘photos’.
  • supports_all_drives: bool – Whether the requesting application supports both My Drives and shared drives.
  • supports_team_drives: bool – Whether the user has installed the requesting app.
  • team_drive_id: &str – A link to this theme’s background image.

This function performs a GET to the /changes endpoint.

As opposed to list, this function returns all the pages of the request at once.

Lists the changes for a user or shared drive.

This function performs a GET to the /changes/startPageToken endpoint.

Gets the starting pageToken for listing future changes.

Parameters:

  • drive_id: &str – The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned.
  • supports_all_drives: bool – Whether the requesting application supports both My Drives and shared drives.
  • supports_team_drives: bool – Whether the user has installed the requesting app.
  • team_drive_id: &str – A link to this theme’s background image.

This function performs a POST to the /changes/watch endpoint.

Subscribes to changes for a user.

Parameters:

  • page_token: &str – 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 or to the response from the getStartPageToken method.
  • drive_id: &str – The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
  • include_corpus_removals: bool – Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
  • include_items_from_all_drives: bool – Whether both My Drive and shared drive items should be included in results.
  • include_permissions_for_view: &str – Specifies which additional view’s permissions to include in the response. Only ‘published’ is supported.
  • include_removed: bool – Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
  • include_team_drive_items: bool – Whether the user has installed the requesting app.
  • page_size: i64 – A map of maximum import sizes by MIME type, in bytes.
  • restrict_to_my_drive: bool – Whether to restrict the results to changes inside the My Drive hierarchy. This omits changes to files such as those in the Application Data folder or shared files which have not been added to My Drive.
  • spaces: &str – A comma-separated list of spaces to query within the user corpus. Supported values are ‘drive’, ‘appDataFolder’ and ‘photos’.
  • supports_all_drives: bool – Whether the requesting application supports both My Drives and shared drives.
  • supports_team_drives: bool – Whether the user has installed the requesting app.
  • team_drive_id: &str – A link to this theme’s background image.

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