Home
last modified time | relevance | path

Searched refs:GoogleDatastoreAdminV1Index (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/Resource/
H A DProjectsIndexes.php20 use Google\Service\Datastore\GoogleDatastoreAdminV1Index; alias
45 * @param GoogleDatastoreAdminV1Index $postBody
49 public function create($projectId, GoogleDatastoreAdminV1Index $postBody, $optParams = [])
81 * @return GoogleDatastoreAdminV1Index
87 return $this->call('get', [$params], GoogleDatastoreAdminV1Index::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DGoogleDatastoreAdminV1ListIndexesResponse.php23 protected $indexesType = GoogleDatastoreAdminV1Index::class;
31 * @param GoogleDatastoreAdminV1Index[]
38 * @return GoogleDatastoreAdminV1Index[]
H A DGoogleDatastoreAdminV1Index.php20 class GoogleDatastoreAdminV1Index extends \Google\Collection class
133 class_alias(GoogleDatastoreAdminV1Index::class, 'Google_Service_Datastore_GoogleDatastoreAdminV1Ind…