Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsReports.php20 use Google\Service\Apigee\GoogleCloudApigeeV1CustomReport; alias
46 * @param GoogleCloudApigeeV1CustomReport $postBody
48 * @return GoogleCloudApigeeV1CustomReport
50 public function create($parent, GoogleCloudApigeeV1CustomReport $postBody, $optParams = [])
54 return $this->call('create', [$params], GoogleCloudApigeeV1CustomReport::class);
76 * @return GoogleCloudApigeeV1CustomReport
82 return $this->call('get', [$params], GoogleCloudApigeeV1CustomReport::class);
106 * @param GoogleCloudApigeeV1CustomReport $postBody
108 * @return GoogleCloudApigeeV1CustomReport
110 public function update($name, GoogleCloudApigeeV1CustomReport $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListCustomReportsResponse.php23 protected $qualifierType = GoogleCloudApigeeV1CustomReport::class;
27 * @param GoogleCloudApigeeV1CustomReport[]
34 * @return GoogleCloudApigeeV1CustomReport[]
H A DGoogleCloudApigeeV1CustomReport.php20 class GoogleCloudApigeeV1CustomReport extends \Google\Collection class
419 class_alias(GoogleCloudApigeeV1CustomReport::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Custo…