ProjectsLocationsSavedQueries
class ProjectsLocationsSavedQueries extends Resource (View source)
The "savedQueries" collection of methods.
Typical usage is:
$loggingService = new Google\Service\Logging(...);
$savedQueries = $loggingService->projects_locations_savedQueries;
Methods
Creates a new SavedQuery for the user making the request.
Deletes an existing SavedQuery that was created by the user making the request. (savedQueries.delete)
Returns all data associated with the requested query. (savedQueries.get)
Lists the SavedQueries that were created by the user making the request.
Updates an existing SavedQuery. (savedQueries.patch)
Details
SavedQuery
create(string $parent, SavedQuery $postBody, array $optParams = [])
Creates a new SavedQuery for the user making the request.
(savedQueries.create)
LoggingEmpty
delete(string $name, array $optParams = [])
Deletes an existing SavedQuery that was created by the user making the request. (savedQueries.delete)
SavedQuery
get(string $name, array $optParams = [])
Returns all data associated with the requested query. (savedQueries.get)
ListSavedQueriesResponse
listProjectsLocationsSavedQueries(string $parent, array $optParams = [])
Lists the SavedQueries that were created by the user making the request.
(savedQueries.listProjectsLocationsSavedQueries)
SavedQuery
patch(string $name, SavedQuery $postBody, array $optParams = [])
Updates an existing SavedQuery. (savedQueries.patch)