ProjectsExclusions
class ProjectsExclusions extends Resource (View source)
The "exclusions" collection of methods.
Typical usage is:
$loggingService = new Google\Service\Logging(...);
$exclusions = $loggingService->projects_exclusions;
Methods
Creates a new exclusion in the _Default sink in a specified parent resource.
Deletes an exclusion in the _Default sink. (exclusions.delete)
Gets the description of an exclusion in the _Default sink. (exclusions.get)
Lists all the exclusions on the _Default sink in a parent resource.
Changes one or more properties of an existing exclusion in the _Default sink.
Details
LogExclusion
create(string $parent, LogExclusion $postBody, array $optParams = [])
Creates a new exclusion in the _Default sink in a specified parent resource.
Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource. (exclusions.create)
LoggingEmpty
delete(string $name, array $optParams = [])
Deletes an exclusion in the _Default sink. (exclusions.delete)
LogExclusion
get(string $name, array $optParams = [])
Gets the description of an exclusion in the _Default sink. (exclusions.get)
ListExclusionsResponse
listProjectsExclusions(string $parent, array $optParams = [])
Lists all the exclusions on the _Default sink in a parent resource.
(exclusions.listProjectsExclusions)
LogExclusion
patch(string $name, LogExclusion $postBody, array $optParams = [])
Changes one or more properties of an existing exclusion in the _Default sink.
(exclusions.patch)