Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsDevelopersSubscriptions.php20 use Google\Service\Apigee\GoogleCloudApigeeV1DeveloperSubscription; alias
40 * @param GoogleCloudApigeeV1DeveloperSubscription $postBody
42 * @return GoogleCloudApigeeV1DeveloperSubscription
44 …public function create($parent, GoogleCloudApigeeV1DeveloperSubscription $postBody, $optParams = […
48 return $this->call('create', [$params], GoogleCloudApigeeV1DeveloperSubscription::class);
58 * @return GoogleCloudApigeeV1DeveloperSubscription
64 return $this->call('expire', [$params], GoogleCloudApigeeV1DeveloperSubscription::class);
73 * @return GoogleCloudApigeeV1DeveloperSubscription
79 return $this->call('get', [$params], GoogleCloudApigeeV1DeveloperSubscription::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListDeveloperSubscriptionsResponse.php23 protected $developerSubscriptionsType = GoogleCloudApigeeV1DeveloperSubscription::class;
31 * @param GoogleCloudApigeeV1DeveloperSubscription[]
38 * @return GoogleCloudApigeeV1DeveloperSubscription[]
H A DGoogleCloudApigeeV1DeveloperSubscription.php20 class GoogleCloudApigeeV1DeveloperSubscription extends \Google\Model class
134 class_alias(GoogleCloudApigeeV1DeveloperSubscription::class, 'Google_Service_Apigee_GoogleCloudApig…