ThirdPartyLinks
class ThirdPartyLinks extends Resource (View source)
The "thirdPartyLinks" collection of methods.
Typical usage is:
$youtubeService = new Google\Service\YouTube(...);
$thirdPartyLinks = $youtubeService->thirdPartyLinks;
Methods
delete(string $linkingToken, string $type, array $optParams = [])
Deletes a resource. (thirdPartyLinks.delete)
insert(string|array $part, ThirdPartyLink $postBody, array $optParams = [])
Inserts a new resource into this collection. (thirdPartyLinks.insert)
listThirdPartyLinks(string|array $part, array $optParams = [])
Retrieves a list of resources, possibly filtered.
update(string|array $part, ThirdPartyLink $postBody, array $optParams = [])
Updates an existing resource. (thirdPartyLinks.update)
Details
delete(string $linkingToken, string $type, array $optParams = [])
Deletes a resource. (thirdPartyLinks.delete)
ThirdPartyLink
insert(string|array $part, ThirdPartyLink $postBody, array $optParams = [])
Inserts a new resource into this collection. (thirdPartyLinks.insert)
ThirdPartyLinkListResponse
listThirdPartyLinks(string|array $part, array $optParams = [])
Retrieves a list of resources, possibly filtered.
(thirdPartyLinks.listThirdPartyLinks)
ThirdPartyLink
update(string|array $part, ThirdPartyLink $postBody, array $optParams = [])
Updates an existing resource. (thirdPartyLinks.update)