Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/Resource/
H A DProjectsLocationsNamespaces.php24 use Google\Service\ServiceDirectory\ServicedirectoryNamespace; alias
44 * @param ServicedirectoryNamespace $postBody
53 * @return ServicedirectoryNamespace
55 public function create($parent, ServicedirectoryNamespace $postBody, $optParams = [])
59 return $this->call('create', [$params], ServicedirectoryNamespace::class);
80 * @return ServicedirectoryNamespace
86 return $this->call('get', [$params], ServicedirectoryNamespace::class);
149 * @param ServicedirectoryNamespace $postBody
154 * @return ServicedirectoryNamespace
156 public function patch($name, ServicedirectoryNamespace $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
H A DListNamespacesResponse.php23 protected $namespacesType = ServicedirectoryNamespace::class;
31 * @param ServicedirectoryNamespace[]
38 * @return ServicedirectoryNamespace[]
H A DServicedirectoryNamespace.php20 class ServicedirectoryNamespace extends \Google\Model class
62 class_alias(ServicedirectoryNamespace::class, 'Google_Service_ServiceDirectory_ServicedirectoryName…