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_Matters_Resource

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

 $vaultService = new Google_Service_Vault(...);
 $matters = $vaultService->matters;
Google_Service_Resource
Extended by Google_Service_Vault_Matters_Resource
Located at Vault.php
Methods summary
public Google_Service_Vault_MatterPermission
# addPermissions( string $matterId, Google_Service_Vault_AddMatterPermissionsRequest $postBody, array $optParams = array() )

Adds an account as a matter collaborator. (matters.addPermissions)

Adds an account as a matter collaborator. (matters.addPermissions)

Parameters

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

Returns

Google_Service_Vault_MatterPermission
Google_Service_Vault_MatterPermission
public Google_Service_Vault_CloseMatterResponse
# close( string $matterId, Google_Service_Vault_CloseMatterRequest $postBody, array $optParams = array() )

Closes the specified matter. Returns matter with updated state. (matters.close)

Closes the specified matter. Returns matter with updated state. (matters.close)

Parameters

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

Returns

Google_Service_Vault_CloseMatterResponse
Google_Service_Vault_CloseMatterResponse
public Google_Service_Vault_Matter
# create( Google_Service_Vault_Matter $postBody, array $optParams = array() )

Creates a new matter with the given name and description. The initial state is open, and the owner is the method caller. Returns the created matter with default view. (matters.create)

Creates a new matter with the given name and description. The initial state is open, and the owner is the method caller. Returns the created matter with default view. (matters.create)

Parameters

$postBody
$optParams
Optional parameters.

Returns

Google_Service_Vault_Matter
Google_Service_Vault_Matter
public Google_Service_Vault_Matter
# delete( string $matterId, array $optParams = array() )

Deletes the specified matter. Returns matter with updated state. (matters.delete)

Deletes the specified matter. Returns matter with updated state. (matters.delete)

Parameters

$matterId
The matter ID
$optParams
Optional parameters.

Returns

Google_Service_Vault_Matter
Google_Service_Vault_Matter
public Google_Service_Vault_Matter
# get( string $matterId, array $optParams = array() )

Gets the specified matter. (matters.get)

Gets the specified matter. (matters.get)

Parameters

$matterId
The matter ID.
$optParams
Optional parameters.

Returns

Google_Service_Vault_Matter
Google_Service_Vault_Matter

Opt_param

string view Specifies which parts of the Matter to return in the response.
public Google_Service_Vault_ListMattersResponse
# listMatters( array $optParams = array() )

Lists matters the user has access to. (matters.listMatters)

Lists matters the user has access to. (matters.listMatters)

Parameters

$optParams
Optional parameters.

Returns

Google_Service_Vault_ListMattersResponse
Google_Service_Vault_ListMattersResponse

Opt_param

string view Specifies which parts of the matter to return in response.
string state If set, list only matters with that specific state. The default is listing matters of all states.
string pageToken The pagination token as returned in the response.
int pageSize The number of matters to return in the response. Default and maximum are 100.
public Google_Service_Vault_VaultEmpty
# removePermissions( string $matterId, Google_Service_Vault_RemoveMatterPermissionsRequest $postBody, array $optParams = array() )

Removes an account as a matter collaborator. (matters.removePermissions)

Removes an account as a matter collaborator. (matters.removePermissions)

Parameters

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

Returns

Google_Service_Vault_VaultEmpty
Google_Service_Vault_VaultEmpty
public Google_Service_Vault_ReopenMatterResponse
# reopen( string $matterId, Google_Service_Vault_ReopenMatterRequest $postBody, array $optParams = array() )

Reopens the specified matter. Returns matter with updated state. (matters.reopen)

Reopens the specified matter. Returns matter with updated state. (matters.reopen)

Parameters

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

Returns

Google_Service_Vault_ReopenMatterResponse
Google_Service_Vault_ReopenMatterResponse
public Google_Service_Vault_Matter
# undelete( string $matterId, Google_Service_Vault_UndeleteMatterRequest $postBody, array $optParams = array() )

Undeletes the specified matter. Returns matter with updated state. (matters.undelete)

Undeletes the specified matter. Returns matter with updated state. (matters.undelete)

Parameters

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

Returns

Google_Service_Vault_Matter
Google_Service_Vault_Matter
public Google_Service_Vault_Matter
# update( string $matterId, Google_Service_Vault_Matter $postBody, array $optParams = array() )

Updates the specified matter. This updates only the name and description of the matter, identified by matter id. Changes to any other fields are ignored. Returns the default view of the matter. (matters.update)

Updates the specified matter. This updates only the name and description of the matter, identified by matter id. Changes to any other fields are ignored. Returns the default view of the matter. (matters.update)

Parameters

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

Returns

Google_Service_Vault_Matter
Google_Service_Vault_Matter
© 2020 Google Inc.
G Suite Vault API documentation generated by ApiGen 2.8.0