static Exclusion.Builder |
Exclusion.newBuilder(String name,
String filter) |
Returns a builder for Exclusion objects given the name of the exclusion and its filter.
|
Exclusion.Builder |
Exclusion.Builder.setCreateTime(com.google.protobuf.Timestamp createTime) |
[Output only] The creation timestamp of the exclusion.
|
Exclusion.Builder |
Exclusion.Builder.setDescription(String description) |
[Optional] A description of this exclusion.
|
Exclusion.Builder |
Exclusion.Builder.setDisabled(boolean disabled) |
[Optional] If set to True, then this exclusion is disabled and it does not exclude any log
entries.
|
Exclusion.Builder |
Exclusion.Builder.setFilter(String filter) |
[Required] An advanced logs filter that matches the log entries to be excluded.
|
Exclusion.Builder |
Exclusion.Builder.setName(String name) |
[Required] A client-assigned identifier, such as "load-balancer-exclusion".
|
Exclusion.Builder |
Exclusion.Builder.setUpdateTime(com.google.protobuf.Timestamp updateTime) |
[Output only] The last update timestamp of the exclusion.
|
Exclusion.Builder |
Exclusion.toBuilder() |
Returns a builder for this Exclusion object.
|