/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
D | Vault.php | 80 'path' => 'v1/matters/{matterId}:addPermissions', 83 'matterId' => [ 90 'path' => 'v1/matters/{matterId}:close', 93 'matterId' => [ 100 'path' => 'v1/matters/{matterId}:count', 103 'matterId' => [ 114 'path' => 'v1/matters/{matterId}', 117 'matterId' => [ 124 'path' => 'v1/matters/{matterId}', 127 'matterId' => [ [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/Resource/ |
D | Matters.php | 47 * @param string $matterId The matter ID. 52 public function addPermissions($matterId, AddMatterPermissionsRequest $postBody, $optParams = []) argument 54 $params = ['matterId' => $matterId, 'postBody' => $postBody]; 62 * @param string $matterId The matter ID. 67 public function close($matterId, CloseMatterRequest $postBody, $optParams = []) argument 69 $params = ['matterId' => $matterId, 'postBody' => $postBody]; 76 * @param string $matterId The matter ID. 81 public function count($matterId, CountArtifactsRequest $postBody, $optParams = []) argument 83 $params = ['matterId' => $matterId, 'postBody' => $postBody]; 106 * @param string $matterId The matter ID [all …]
|
D | MattersHolds.php | 43 * @param string $matterId The matter ID. 49 …public function addHeldAccounts($matterId, $holdId, AddHeldAccountsRequest $postBody, $optParams =… argument 51 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody]; 58 * @param string $matterId The matter ID. 63 public function create($matterId, Hold $postBody, $optParams = []) argument 65 $params = ['matterId' => $matterId, 'postBody' => $postBody]; 74 * @param string $matterId The matter ID. 79 public function delete($matterId, $holdId, $optParams = []) argument 81 $params = ['matterId' => $matterId, 'holdId' => $holdId]; 88 * @param string $matterId The matter ID. [all …]
|
D | MattersSavedQueries.php | 37 * @param string $matterId The ID of the matter to create the saved query in. 42 public function create($matterId, SavedQuery $postBody, $optParams = []) argument 44 $params = ['matterId' => $matterId, 'postBody' => $postBody]; 51 * @param string $matterId The ID of the matter to delete the saved query from. 56 public function delete($matterId, $savedQueryId, $optParams = []) argument 58 $params = ['matterId' => $matterId, 'savedQueryId' => $savedQueryId]; 65 * @param string $matterId The ID of the matter to get the saved query from. 70 public function get($matterId, $savedQueryId, $optParams = []) argument 72 $params = ['matterId' => $matterId, 'savedQueryId' => $savedQueryId]; 79 * @param string $matterId The ID of the matter to get the saved queries for. [all …]
|
D | MattersExports.php | 37 * @param string $matterId The matter ID. 42 public function create($matterId, Export $postBody, $optParams = []) argument 44 $params = ['matterId' => $matterId, 'postBody' => $postBody]; 51 * @param string $matterId The matter ID. 56 public function delete($matterId, $exportId, $optParams = []) argument 58 $params = ['matterId' => $matterId, 'exportId' => $exportId]; 65 * @param string $matterId The matter ID. 70 public function get($matterId, $exportId, $optParams = []) argument 72 $params = ['matterId' => $matterId, 'exportId' => $exportId]; 80 * @param string $matterId The matter ID. [all …]
|
D | MattersHoldsAccounts.php | 39 * @param string $matterId The matter ID. 45 public function create($matterId, $holdId, HeldAccount $postBody, $optParams = []) argument 47 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody]; 54 * @param string $matterId The matter ID. 60 public function delete($matterId, $holdId, $accountId, $optParams = []) argument 62 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'accountId' => $accountId]; 73 * @param string $matterId The matter ID. 78 public function listMattersHoldsAccounts($matterId, $holdId, $optParams = []) argument 80 $params = ['matterId' => $matterId, 'holdId' => $holdId];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/ |
D | CountArtifactsMetadata.php | 29 public $matterId; variable in Google\\Service\\Vault\\CountArtifactsMetadata 54 public function setMatterId($matterId) argument 56 $this->matterId = $matterId; 63 return $this->matterId;
|
D | Matter.php | 30 public $matterId; variable in Google\\Service\\Vault\\Matter 59 public function setMatterId($matterId) argument 61 $this->matterId = $matterId; 68 return $this->matterId;
|
D | SavedQuery.php | 33 public $matterId; variable in Google\\Service\\Vault\\SavedQuery 72 public function setMatterId($matterId) argument 74 $this->matterId = $matterId; 81 return $this->matterId;
|
D | Export.php | 37 public $matterId; variable in Google\\Service\\Vault\\Export 112 public function setMatterId($matterId) argument 114 $this->matterId = $matterId; 121 return $this->matterId;
|