Package | Description |
---|---|
com.google.cloud.logging |
A client for Cloud Logging - Real-time log management and analysis.
|
Modifier and Type | Method and Description |
---|---|
Exclusion |
Exclusion.Builder.build()
Creates a
Exclusion 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 or
null if not found. |
static Exclusion |
Exclusion.of(String name,
String filter)
Creates a
Exclusion object given the name of the exclusion and its filter. |
Exclusion |
Logging.update(Exclusion exclusion)
Updates one or more properties of an existing exclusion.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.