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 Exclusion
Exclusion.Builder. build()
Creates aExclusion
object.Exclusion
Logging. create(Exclusion exclusion)
Creates a new exclusion in a specified parent resource.Exclusion
Logging. getExclusion(String exclusion)
Gets the description of an exclusion ornull
if not found.static Exclusion
Exclusion. of(String name, String filter)
Creates aExclusion
object given the name of the exclusion and its filter.Exclusion
Logging. 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 Exclusion
Logging. 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.Exclusion
Logging. 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.
-