ProjectsLocationsBucketsLinks
class ProjectsLocationsBucketsLinks extends Resource (View source)
The "links" collection of methods.
Typical usage is:
$loggingService = new Google\Service\Logging(...);
$links = $loggingService->projects_locations_buckets_links;
Methods
delete(string $name, array $optParams = [])
Deletes a link. This will also delete the corresponding BigQuery linked dataset. (links.delete)
listProjectsLocationsBucketsLinks(string $parent, array $optParams = [])
Lists links. (links.listProjectsLocationsBucketsLinks)
Details
Operation
create(string $parent, Link $postBody, array $optParams = [])
Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link. (links.create)
Operation
delete(string $name, array $optParams = [])
Deletes a link. This will also delete the corresponding BigQuery linked dataset. (links.delete)
Link
get(string $name, array $optParams = [])
Gets a link. (links.get)
ListLinksResponse
listProjectsLocationsBucketsLinks(string $parent, array $optParams = [])
Lists links. (links.listProjectsLocationsBucketsLinks)