Searched refs:PublicDelegatedPrefix (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/ |
H A D | GlobalPublicDelegatedPrefixes.php | 21 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 D | PublicDelegatedPrefixes.php | 21 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 D | PublicDelegatedPrefixesScopedList.php | 23 protected $publicDelegatedPrefixesType = PublicDelegatedPrefix::class; 29 * @param PublicDelegatedPrefix[] 36 * @return PublicDelegatedPrefix[]
|
H A D | PublicDelegatedPrefixList.php | 27 protected $itemsType = PublicDelegatedPrefix::class; 59 * @param PublicDelegatedPrefix[] 66 * @return PublicDelegatedPrefix[]
|
H A D | PublicDelegatedPrefix.php | 20 class PublicDelegatedPrefix extends \Google\Collection class 259 class_alias(PublicDelegatedPrefix::class, 'Google_Service_Compute_PublicDelegatedPrefix');
|