Home
last modified time | relevance | path

Searched refs:Tenant (Results 1 – 3 of 3) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DListTenantsResponse.php29 protected $tenantsType = Tenant::class;
61 * @param Tenant[]
68 * @return Tenant[]
H A DTenant.php20 class Tenant extends \Google\Model class
62 class_alias(Tenant::class, 'Google_Service_CloudTalentSolution_Tenant');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/Resource/
H A DProjectsTenants.php23 use Google\Service\CloudTalentSolution\Tenant; alias
74 * @param Tenant $postBody
76 * @return Tenant
78 public function create($parent, Tenant $postBody, $optParams = [])
82 return $this->call('create', [$params], Tenant::class);
106 * @return Tenant
112 return $this->call('get', [$params], Tenant::class);
141 * @param Tenant $postBody
149 * @return Tenant
151 public function patch($name, Tenant $postBody, $optParams = [])
[all …]