Home
last modified time | relevance | path

Searched refs:CommitResponse (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DCommitResponse.php20 class CommitResponse extends \Google\Collection class
61 class_alias(CommitResponse::class, 'Google_Service_Firestore_CommitResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DCommitResponse.php20 class CommitResponse extends \Google\Model class
60 class_alias(CommitResponse::class, 'Google_Service_Spanner_CommitResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DCommitResponse.php20 class CommitResponse extends \Google\Collection class
79 class_alias(CommitResponse::class, 'Google_Service_Datastore_CommitResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/Resource/
H A DProjects.php25 use Google\Service\Datastore\CommitResponse; alias
87 * @return CommitResponse
93 return $this->call('commit', [$params], CommitResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/
H A DProjectsInstancesDatabasesSessions.php24 use Google\Service\Spanner\CommitResponse; alias
101 * @return CommitResponse
107 return $this->call('commit', [$params], CommitResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/Resource/
H A DProjectsDatabasesDocuments.php27 use Google\Service\Firestore\CommitResponse; alias
115 * @return CommitResponse
121 return $this->call('commit', [$params], CommitResponse::class);