Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsApiproductsRateplans.php21 use Google\Service\Apigee\GoogleCloudApigeeV1RatePlan; alias
47 * @param GoogleCloudApigeeV1RatePlan $postBody
49 * @return GoogleCloudApigeeV1RatePlan
55 return $this->call('create', [$params], GoogleCloudApigeeV1RatePlan::class);
64 * @return GoogleCloudApigeeV1RatePlan
70 return $this->call('delete', [$params], GoogleCloudApigeeV1RatePlan::class);
79 * @return GoogleCloudApigeeV1RatePlan
85 return $this->call('get', [$params], GoogleCloudApigeeV1RatePlan::class);
128 * @param GoogleCloudApigeeV1RatePlan $postBody
130 * @return GoogleCloudApigeeV1RatePlan
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListRatePlansResponse.php27 protected $ratePlansType = GoogleCloudApigeeV1RatePlan::class;
45 * @param GoogleCloudApigeeV1RatePlan[]
52 * @return GoogleCloudApigeeV1RatePlan[]
H A DGoogleCloudApigeeV1RatePlan.php20 class GoogleCloudApigeeV1RatePlan extends \Google\Collection class
361 class_alias(GoogleCloudApigeeV1RatePlan::class, 'Google_Service_Apigee_GoogleCloudApigeeV1RatePlan'…