Home
last modified time | relevance | path

Searched refs:PartialResultSet (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/
H A DProjectsInstancesDatabasesSessions.php30 use Google\Service\Spanner\PartialResultSet; alias
204 * @return PartialResultSet
210 return $this->call('executeStreamingSql', [$params], PartialResultSet::class);
352 * @return PartialResultSet
358 return $this->call('streamingRead', [$params], PartialResultSet::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPartialResultSet.php20 class PartialResultSet extends \Google\Collection class
113 class_alias(PartialResultSet::class, 'Google_Service_Spanner_PartialResultSet');