Uses of Class
com.google.cloud.logging.Exclusion
Packages that use Exclusion
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of Exclusion in com.google.cloud.logging
Methods in com.google.cloud.logging that return ExclusionModifier and TypeMethodDescriptionExclusion.Builder.build()Creates aExclusionobject.Creates a new exclusion in a specified parent resource.Logging.getExclusion(String exclusion) Gets the description of an exclusion ornullif not found.static ExclusionCreates aExclusionobject given the name of the exclusion and its filter.Updates one or more properties of an existing exclusion.Methods in com.google.cloud.logging that return types with arguments of type ExclusionModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Exclusion>Logging.createAsync(Exclusion exclusion) Sends a request to create the exclusion.com.google.api.core.ApiFuture<Exclusion>Logging.getExclusionAsync(String exclusion) Sends a request to get the description of an exclusion .com.google.api.gax.paging.Page<Exclusion>Logging.listExclusions(Logging.ListOption... options) Lists the exclusion.com.google.api.core.ApiFuture<com.google.api.gax.paging.AsyncPage<Exclusion>>Logging.listExclusionsAsync(Logging.ListOption... options) Sends a request for listing exclusions.com.google.api.core.ApiFuture<Exclusion>Logging.updateAsync(Exclusion exclusion) Sends a request to change one or more properties of an existing exclusion.Methods in com.google.cloud.logging with parameters of type ExclusionModifier and TypeMethodDescriptionCreates a new exclusion in a specified parent resource.com.google.api.core.ApiFuture<Exclusion>Logging.createAsync(Exclusion exclusion) Sends a request to create the exclusion.Updates one or more properties of an existing exclusion.com.google.api.core.ApiFuture<Exclusion>Logging.updateAsync(Exclusion exclusion) Sends a request to change one or more properties of an existing exclusion.