Overview

Classes

  • Google_Service_Vault
  • Google_Service_Vault_AccountInfo
  • Google_Service_Vault_AddHeldAccountResult
  • Google_Service_Vault_AddHeldAccountsRequest
  • Google_Service_Vault_AddHeldAccountsResponse
  • Google_Service_Vault_AddMatterPermissionsRequest
  • Google_Service_Vault_CloseMatterRequest
  • Google_Service_Vault_CloseMatterResponse
  • Google_Service_Vault_CloudStorageFile
  • Google_Service_Vault_CloudStorageSink
  • Google_Service_Vault_CorpusQuery
  • Google_Service_Vault_DriveExportOptions
  • Google_Service_Vault_DriveOptions
  • Google_Service_Vault_Export
  • Google_Service_Vault_ExportOptions
  • Google_Service_Vault_ExportStats
  • Google_Service_Vault_GroupsExportOptions
  • Google_Service_Vault_HangoutsChatExportOptions
  • Google_Service_Vault_HangoutsChatInfo
  • Google_Service_Vault_HangoutsChatOptions
  • Google_Service_Vault_HeldAccount
  • Google_Service_Vault_HeldDriveQuery
  • Google_Service_Vault_HeldGroupsQuery
  • Google_Service_Vault_HeldHangoutsChatQuery
  • Google_Service_Vault_HeldMailQuery
  • Google_Service_Vault_HeldOrgUnit
  • Google_Service_Vault_Hold
  • Google_Service_Vault_ListExportsResponse
  • Google_Service_Vault_ListHeldAccountsResponse
  • Google_Service_Vault_ListHoldsResponse
  • Google_Service_Vault_ListMattersResponse
  • Google_Service_Vault_ListSavedQueriesResponse
  • Google_Service_Vault_MailExportOptions
  • Google_Service_Vault_MailOptions
  • Google_Service_Vault_Matter
  • Google_Service_Vault_MatterPermission
  • Google_Service_Vault_Matters_Resource
  • Google_Service_Vault_MattersExports_Resource
  • Google_Service_Vault_MattersHolds_Resource
  • Google_Service_Vault_MattersHoldsAccounts_Resource
  • Google_Service_Vault_MattersSavedQueries_Resource
  • Google_Service_Vault_Operations_Resource
  • Google_Service_Vault_OrgUnitInfo
  • Google_Service_Vault_Query
  • Google_Service_Vault_RemoveHeldAccountsRequest
  • Google_Service_Vault_RemoveHeldAccountsResponse
  • Google_Service_Vault_RemoveMatterPermissionsRequest
  • Google_Service_Vault_ReopenMatterRequest
  • Google_Service_Vault_ReopenMatterResponse
  • Google_Service_Vault_SavedQuery
  • Google_Service_Vault_SharedDriveInfo
  • Google_Service_Vault_Status
  • Google_Service_Vault_TeamDriveInfo
  • Google_Service_Vault_UndeleteMatterRequest
  • Google_Service_Vault_UserInfo
  • Google_Service_Vault_VaultEmpty
  • Overview
  • Class
  • Tree

Class Google_Service_Vault_MattersExports_Resource

The "exports" collection of methods. Typical usage is:

 $vaultService = new Google_Service_Vault(...);
 $exports = $vaultService->exports;
Google_Service_Resource
Extended by Google_Service_Vault_MattersExports_Resource
Located at Vault.php
Methods summary
public Google_Service_Vault_Export
# create( string $matterId, Google_Service_Vault_Export $postBody, array $optParams = array() )

Creates an Export. (exports.create)

Creates an Export. (exports.create)

Parameters

$matterId
The matter ID.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Vault_Export
Google_Service_Vault_Export
public Google_Service_Vault_VaultEmpty
# delete( string $matterId, string $exportId, array $optParams = array() )

Deletes an Export. (exports.delete)

Deletes an Export. (exports.delete)

Parameters

$matterId
The matter ID.
$exportId
The export ID.
$optParams
Optional parameters.

Returns

Google_Service_Vault_VaultEmpty
Google_Service_Vault_VaultEmpty
public Google_Service_Vault_Export
# get( string $matterId, string $exportId, array $optParams = array() )

Gets an Export. (exports.get)

Gets an Export. (exports.get)

Parameters

$matterId
The matter ID.
$exportId
The export ID.
$optParams
Optional parameters.

Returns

Google_Service_Vault_Export
Google_Service_Vault_Export
public Google_Service_Vault_ListExportsResponse
# listMattersExports( string $matterId, array $optParams = array() )

Lists Exports. (exports.listMattersExports)

Lists Exports. (exports.listMattersExports)

Parameters

$matterId
The matter ID.
$optParams
Optional parameters.

Returns

Google_Service_Vault_ListExportsResponse
Google_Service_Vault_ListExportsResponse

Opt_param

string pageToken The pagination token as returned in the response.
int pageSize The number of exports to return in the response.
© 2020 Google Inc.
G Suite Vault API documentation generated by ApiGen 2.8.0