Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DTargetSslProxies.php25 use Google\Service\Compute\TargetSslProxy; alias
70 * @return TargetSslProxy
76 return $this->call('get', [$params], TargetSslProxy::class);
83 * @param TargetSslProxy $postBody
98 public function insert($project, TargetSslProxy $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DTargetSslProxyList.php27 protected $itemsType = TargetSslProxy::class;
59 * @param TargetSslProxy[]
66 * @return TargetSslProxy[]
H A DTargetSslProxy.php20 class TargetSslProxy extends \Google\Collection class
207 class_alias(TargetSslProxy::class, 'Google_Service_Compute_TargetSslProxy');