Uses of Class
io.envoyproxy.envoy.config.accesslog.v3.LogTypeFilter.Builder
Packages that use LogTypeFilter.Builder
-
Uses of LogTypeFilter.Builder in io.envoyproxy.envoy.config.accesslog.v3
Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type LogTypeFilter.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<LogTypeFilter, LogTypeFilter.Builder, LogTypeFilterOrBuilder> AccessLogFilter.Builder.logTypeFilterBuilder_
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return LogTypeFilter.BuilderModifier and TypeMethodDescriptionLogTypeFilter.Builder.addAllTypes
(Iterable<? extends AccessLogType> values) Logs only records which their type is one of the types defined in this field.LogTypeFilter.Builder.addAllTypesValue
(Iterable<Integer> values) Logs only records which their type is one of the types defined in this field.LogTypeFilter.Builder.addTypes
(AccessLogType value) Logs only records which their type is one of the types defined in this field.LogTypeFilter.Builder.addTypesValue
(int value) Logs only records which their type is one of the types defined in this field.LogTypeFilter.Builder.clear()
LogTypeFilter.Builder.clearExclude()
If this field is set to true, the filter will instead block all records with a access log type in types field, and allow all other records.LogTypeFilter.Builder.clearTypes()
Logs only records which their type is one of the types defined in this field.AccessLogFilter.Builder.getLogTypeFilterBuilder()
Log Type FilterLogTypeFilter.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LogTypeFilter.Builder.mergeFrom
(com.google.protobuf.Message other) LogTypeFilter.Builder.mergeFrom
(LogTypeFilter other) static LogTypeFilter.Builder
LogTypeFilter.newBuilder()
static LogTypeFilter.Builder
LogTypeFilter.newBuilder
(LogTypeFilter prototype) LogTypeFilter.newBuilderForType()
protected LogTypeFilter.Builder
LogTypeFilter.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) LogTypeFilter.Builder.setExclude
(boolean value) If this field is set to true, the filter will instead block all records with a access log type in types field, and allow all other records.LogTypeFilter.Builder.setTypes
(int index, AccessLogType value) Logs only records which their type is one of the types defined in this field.LogTypeFilter.Builder.setTypesValue
(int index, int value) Logs only records which their type is one of the types defined in this field.LogTypeFilter.toBuilder()
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return types with arguments of type LogTypeFilter.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<LogTypeFilter, LogTypeFilter.Builder, LogTypeFilterOrBuilder> AccessLogFilter.Builder.internalGetLogTypeFilterFieldBuilder()
Log Type FilterMethods in io.envoyproxy.envoy.config.accesslog.v3 with parameters of type LogTypeFilter.BuilderModifier and TypeMethodDescriptionAccessLogFilter.Builder.setLogTypeFilter
(LogTypeFilter.Builder builderForValue) Log Type Filter