Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DTargetTcpProxies.php23 use Google\Service\Compute\TargetTcpProxy; alias
68 * @return TargetTcpProxy
74 return $this->call('get', [$params], TargetTcpProxy::class);
81 * @param TargetTcpProxy $postBody
96 public function insert($project, TargetTcpProxy $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DTargetTcpProxyList.php27 protected $itemsType = TargetTcpProxy::class;
59 * @param TargetTcpProxy[]
66 * @return TargetTcpProxy[]
H A DTargetTcpProxy.php20 class TargetTcpProxy extends \Google\Model class
188 class_alias(TargetTcpProxy::class, 'Google_Service_Compute_TargetTcpProxy');