Uses of Class
io.envoyproxy.envoy.extensions.filters.common.dependency.v3.MatchingRequirements.DataInputAllowList.Builder
Packages that use MatchingRequirements.DataInputAllowList.Builder
-
Uses of MatchingRequirements.DataInputAllowList.Builder in io.envoyproxy.envoy.extensions.filters.common.dependency.v3
Methods in io.envoyproxy.envoy.extensions.filters.common.dependency.v3 that return MatchingRequirements.DataInputAllowList.BuilderModifier and TypeMethodDescriptionMatchingRequirements.DataInputAllowList.Builder.addAllTypeUrl(Iterable<String> values) An explicit list of data inputs that are allowed to be used with this filter.MatchingRequirements.DataInputAllowList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MatchingRequirements.DataInputAllowList.Builder.addTypeUrl(String value) An explicit list of data inputs that are allowed to be used with this filter.MatchingRequirements.DataInputAllowList.Builder.addTypeUrlBytes(com.google.protobuf.ByteString value) An explicit list of data inputs that are allowed to be used with this filter.MatchingRequirements.DataInputAllowList.Builder.clear()MatchingRequirements.DataInputAllowList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MatchingRequirements.DataInputAllowList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MatchingRequirements.DataInputAllowList.Builder.clearTypeUrl()An explicit list of data inputs that are allowed to be used with this filter.MatchingRequirements.DataInputAllowList.Builder.clone()MatchingRequirements.Builder.getDataInputAllowListBuilder().envoy.extensions.filters.common.dependency.v3.MatchingRequirements.DataInputAllowList data_input_allow_list = 1;MatchingRequirements.DataInputAllowList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MatchingRequirements.DataInputAllowList.Builder.mergeFrom(com.google.protobuf.Message other) MatchingRequirements.DataInputAllowList.Builder.mergeFrom(MatchingRequirements.DataInputAllowList other) MatchingRequirements.DataInputAllowList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MatchingRequirements.DataInputAllowList.newBuilder()MatchingRequirements.DataInputAllowList.newBuilder(MatchingRequirements.DataInputAllowList prototype) MatchingRequirements.DataInputAllowList.newBuilderForType()MatchingRequirements.DataInputAllowList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MatchingRequirements.DataInputAllowList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MatchingRequirements.DataInputAllowList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) MatchingRequirements.DataInputAllowList.Builder.setTypeUrl(int index, String value) An explicit list of data inputs that are allowed to be used with this filter.MatchingRequirements.DataInputAllowList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MatchingRequirements.DataInputAllowList.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.common.dependency.v3 with parameters of type MatchingRequirements.DataInputAllowList.BuilderModifier and TypeMethodDescriptionMatchingRequirements.Builder.setDataInputAllowList(MatchingRequirements.DataInputAllowList.Builder builderForValue) .envoy.extensions.filters.common.dependency.v3.MatchingRequirements.DataInputAllowList data_input_allow_list = 1;