Home
last modified time | relevance | path

Searched refs:BeginTransactionResponse (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DBeginTransactionResponse.php20 class BeginTransactionResponse extends \Google\Model class
44 class_alias(BeginTransactionResponse::class, 'Google_Service_Datastore_BeginTransactionResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DBeginTransactionResponse.php20 class BeginTransactionResponse extends \Google\Model class
44 class_alias(BeginTransactionResponse::class, 'Google_Service_Firestore_BeginTransactionResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/Resource/
H A DProjects.php23 use Google\Service\Datastore\BeginTransactionResponse; alias
71 * @return BeginTransactionResponse
77 return $this->call('beginTransaction', [$params], BeginTransactionResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/Resource/
H A DProjectsDatabasesDocuments.php25 use Google\Service\Firestore\BeginTransactionResponse; alias
99 * @return BeginTransactionResponse
105 return $this->call('beginTransaction', [$params], BeginTransactionResponse::class);