Uses of Class
com.google.cloud.logging.Exclusion.Builder
Packages that use Exclusion.Builder
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of Exclusion.Builder in com.google.cloud.logging
Methods in com.google.cloud.logging that return Exclusion.BuilderModifier and TypeMethodDescriptionstatic Exclusion.BuilderExclusion.newBuilder(String name, String filter) Returns a builder forExclusionobjects given the name of the exclusion and its filter.Exclusion.Builder.setCreateTime(com.google.protobuf.Timestamp createTime) [Output only] The creation timestamp of the exclusion.Exclusion.Builder.setDescription(String description) [Optional] A description of this exclusion.Exclusion.Builder.setDisabled(boolean disabled) [Optional] If set to True, then this exclusion is disabled and it does not exclude any log entries.[Required] An advanced logs filter that matches the log entries to be excluded.[Required] A client-assigned identifier, such as "load-balancer-exclusion".Exclusion.Builder.setUpdateTime(com.google.protobuf.Timestamp updateTime) [Output only] The last update timestamp of the exclusion.Exclusion.toBuilder()Returns a builder for thisExclusionobject.