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_MattersSavedQueries_Resource

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

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

Creates a saved query. (savedQueries.create)

Creates a saved query. (savedQueries.create)

Parameters

$matterId
The matter id of the parent matter for which the saved query is to be created.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Vault_SavedQuery
Google_Service_Vault_SavedQuery
public Google_Service_Vault_VaultEmpty
# delete( string $matterId, string $savedQueryId, array $optParams = array() )

Deletes a saved query by Id. (savedQueries.delete)

Deletes a saved query by Id. (savedQueries.delete)

Parameters

$matterId
The matter id of the parent matter for which the saved query is to be deleted.
$savedQueryId
Id of the saved query to be deleted.
$optParams
Optional parameters.

Returns

Google_Service_Vault_VaultEmpty
Google_Service_Vault_VaultEmpty
public Google_Service_Vault_SavedQuery
# get( string $matterId, string $savedQueryId, array $optParams = array() )

Retrieves a saved query by Id. (savedQueries.get)

Retrieves a saved query by Id. (savedQueries.get)

Parameters

$matterId
The matter id of the parent matter for which the saved query is to be retrieved.
$savedQueryId
Id of the saved query to be retrieved.
$optParams
Optional parameters.

Returns

Google_Service_Vault_SavedQuery
Google_Service_Vault_SavedQuery
public Google_Service_Vault_ListSavedQueriesResponse
# listMattersSavedQueries( string $matterId, array $optParams = array() )

Lists saved queries within a matter. An empty page token in ListSavedQueriesResponse denotes no more saved queries to list. (savedQueries.listMattersSavedQueries)

Lists saved queries within a matter. An empty page token in ListSavedQueriesResponse denotes no more saved queries to list. (savedQueries.listMattersSavedQueries)

Parameters

$matterId
The matter id of the parent matter for which the saved queries are to be retrieved.
$optParams
Optional parameters.

Returns

Google_Service_Vault_ListSavedQueriesResponse
Google_Service_Vault_ListSavedQueriesResponse

Opt_param

string pageToken The pagination token as returned in the previous response. An empty token means start from the beginning.
int pageSize The maximum number of saved queries to return.
© 2020 Google Inc.
G Suite Vault API documentation generated by ApiGen 2.8.0