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
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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) LogTypeFilter.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) LogTypeFilter.Builder.clearTypes()Logs only records which their type is one of the types defined in this field.LogTypeFilter.Builder.clone()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) final LogTypeFilter.BuilderLogTypeFilter.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static LogTypeFilter.BuilderLogTypeFilter.newBuilder()static LogTypeFilter.BuilderLogTypeFilter.newBuilder(LogTypeFilter prototype) LogTypeFilter.newBuilderForType()protected LogTypeFilter.BuilderLogTypeFilter.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final LogTypeFilter.BuilderLogTypeFilter.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) LogTypeFilter.toBuilder()Methods in io.envoyproxy.envoy.config.accesslog.v3 with parameters of type LogTypeFilter.BuilderModifier and TypeMethodDescriptionAccessLogFilter.Builder.setLogTypeFilter(LogTypeFilter.Builder builderForValue) Log Type Filter