Home
last modified time | relevance | path

Searched refs:PublicDelegatedPrefix (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DGlobalPublicDelegatedPrefixes.php21 use Google\Service\Compute\PublicDelegatedPrefix; alias
69 * @return PublicDelegatedPrefix
75 return $this->call('get', [$params], PublicDelegatedPrefix::class);
83 * @param PublicDelegatedPrefix $postBody
98 public function insert($project, PublicDelegatedPrefix $postBody, $optParams = [])
167 * @param PublicDelegatedPrefix $postBody
182 …public function patch($project, $publicDelegatedPrefix, PublicDelegatedPrefix $postBody, $optParam…
H A DPublicDelegatedPrefixes.php21 use Google\Service\Compute\PublicDelegatedPrefix; alias
133 * @return PublicDelegatedPrefix
139 return $this->call('get', [$params], PublicDelegatedPrefix::class);
148 * @param PublicDelegatedPrefix $postBody
163 public function insert($project, $region, PublicDelegatedPrefix $postBody, $optParams = [])
233 * @param PublicDelegatedPrefix $postBody
248 …public function patch($project, $region, $publicDelegatedPrefix, PublicDelegatedPrefix $postBody, …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPublicDelegatedPrefixesScopedList.php23 protected $publicDelegatedPrefixesType = PublicDelegatedPrefix::class;
29 * @param PublicDelegatedPrefix[]
36 * @return PublicDelegatedPrefix[]
H A DPublicDelegatedPrefixList.php27 protected $itemsType = PublicDelegatedPrefix::class;
59 * @param PublicDelegatedPrefix[]
66 * @return PublicDelegatedPrefix[]
H A DPublicDelegatedPrefix.php20 class PublicDelegatedPrefix extends \Google\Collection class
259 class_alias(PublicDelegatedPrefix::class, 'Google_Service_Compute_PublicDelegatedPrefix');