Uses of Class
com.google.cloud.logging.Exclusion
-
Packages that use Exclusion Package Description com.google.cloud.logging 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 Exclusion Modifier and Type Method Description ExclusionExclusion.Builder. build()Creates aExclusionobject.ExclusionLogging. create(Exclusion exclusion)Creates a new exclusion in a specified parent resource.ExclusionLogging. getExclusion(String exclusion)Gets the description of an exclusion ornullif not found.static ExclusionExclusion. of(String name, String filter)Creates aExclusionobject given the name of the exclusion and its filter.ExclusionLogging. update(Exclusion exclusion)Updates one or more properties of an existing exclusion.Methods in com.google.cloud.logging that return types with arguments of type Exclusion Modifier and Type Method Description com.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 Exclusion Modifier and Type Method Description ExclusionLogging. create(Exclusion exclusion)Creates 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.ExclusionLogging. update(Exclusion 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.
-