Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsDatacollectors.php20 use Google\Service\Apigee\GoogleCloudApigeeV1DataCollector; alias
39 * @param GoogleCloudApigeeV1DataCollector $postBody
45 * @return GoogleCloudApigeeV1DataCollector
47 public function create($parent, GoogleCloudApigeeV1DataCollector $postBody, $optParams = [])
51 return $this->call('create', [$params], GoogleCloudApigeeV1DataCollector::class);
73 * @return GoogleCloudApigeeV1DataCollector
79 return $this->call('get', [$params], GoogleCloudApigeeV1DataCollector::class);
105 * @param GoogleCloudApigeeV1DataCollector $postBody
109 * @return GoogleCloudApigeeV1DataCollector
111 public function patch($name, GoogleCloudApigeeV1DataCollector $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListDataCollectorsResponse.php23 protected $dataCollectorsType = GoogleCloudApigeeV1DataCollector::class;
31 * @param GoogleCloudApigeeV1DataCollector[]
38 * @return GoogleCloudApigeeV1DataCollector[]
H A DGoogleCloudApigeeV1DataCollector.php20 class GoogleCloudApigeeV1DataCollector extends \Google\Model class
116 class_alias(GoogleCloudApigeeV1DataCollector::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Data…