Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/Resource/
H A DProjectsLocationsServiceBindings.php23 use Google\Service\NetworkServices\ServiceBinding; alias
44 * @param ServiceBinding $postBody
51 public function create($parent, ServiceBinding $postBody, $optParams = [])
77 * @return ServiceBinding
83 return $this->call('get', [$params], ServiceBinding::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/
H A DListServiceBindingsResponse.php27 protected $serviceBindingsType = ServiceBinding::class;
45 * @param ServiceBinding[]
52 * @return ServiceBinding[]
H A DServiceBinding.php20 class ServiceBinding extends \Google\Model class
134 class_alias(ServiceBinding::class, 'Google_Service_NetworkServices_ServiceBinding');