Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DComputeEngineTargetDetails.php27 protected $appliedLicenseType = AppliedLicense::class;
101 * @param AppliedLicense
103 public function setAppliedLicense(AppliedLicense $appliedLicense)
108 * @return AppliedLicense
H A DComputeEngineTargetDefaults.php27 protected $appliedLicenseType = AppliedLicense::class;
101 * @param AppliedLicense
103 public function setAppliedLicense(AppliedLicense $appliedLicense)
108 * @return AppliedLicense
H A DAppliedLicense.php20 class AppliedLicense extends \Google\Model class
62 class_alias(AppliedLicense::class, 'Google_Service_VMMigrationService_AppliedLicense');