Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsAnalyticsDatastores.php20 use Google\Service\Apigee\GoogleCloudApigeeV1Datastore; alias
40 * @param GoogleCloudApigeeV1Datastore $postBody
42 * @return GoogleCloudApigeeV1Datastore
44 public function create($parent, GoogleCloudApigeeV1Datastore $postBody, $optParams = [])
48 return $this->call('create', [$params], GoogleCloudApigeeV1Datastore::class);
70 * @return GoogleCloudApigeeV1Datastore
76 return $this->call('get', [$params], GoogleCloudApigeeV1Datastore::class);
102 * @param GoogleCloudApigeeV1Datastore $postBody
117 * @param GoogleCloudApigeeV1Datastore $postBody
119 * @return GoogleCloudApigeeV1Datastore
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListDatastoresResponse.php23 protected $datastoresType = GoogleCloudApigeeV1Datastore::class;
27 * @param GoogleCloudApigeeV1Datastore[]
34 * @return GoogleCloudApigeeV1Datastore[]
H A DGoogleCloudApigeeV1Datastore.php20 class GoogleCloudApigeeV1Datastore extends \Google\Model class
150 class_alias(GoogleCloudApigeeV1Datastore::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Datastor…