Uses of Class
io.envoyproxy.envoy.type.matcher.StructMatcher.PathSegment.Builder
Packages that use StructMatcher.PathSegment.Builder
-
Uses of StructMatcher.PathSegment.Builder in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return StructMatcher.PathSegment.BuilderModifier and TypeMethodDescriptionStructMatcher.Builder.addPathBuilder()The path to retrieve the Value from the Struct.StructMatcher.Builder.addPathBuilder(int index) The path to retrieve the Value from the Struct.StructMatcher.PathSegment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) StructMatcher.PathSegment.Builder.clear()StructMatcher.PathSegment.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) StructMatcher.PathSegment.Builder.clearKey()If specified, use the key to retrieve the value in a Struct.StructMatcher.PathSegment.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) StructMatcher.PathSegment.Builder.clearSegment()StructMatcher.PathSegment.Builder.clone()StructMatcher.Builder.getPathBuilder(int index) The path to retrieve the Value from the Struct.StructMatcher.PathSegment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StructMatcher.PathSegment.Builder.mergeFrom(com.google.protobuf.Message other) StructMatcher.PathSegment.Builder.mergeFrom(StructMatcher.PathSegment other) StructMatcher.PathSegment.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) StructMatcher.PathSegment.newBuilder()StructMatcher.PathSegment.newBuilder(StructMatcher.PathSegment prototype) StructMatcher.PathSegment.newBuilderForType()protected StructMatcher.PathSegment.BuilderStructMatcher.PathSegment.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) StructMatcher.PathSegment.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) If specified, use the key to retrieve the value in a Struct.StructMatcher.PathSegment.Builder.setKeyBytes(com.google.protobuf.ByteString value) If specified, use the key to retrieve the value in a Struct.StructMatcher.PathSegment.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) StructMatcher.PathSegment.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) StructMatcher.PathSegment.toBuilder()Methods in io.envoyproxy.envoy.type.matcher that return types with arguments of type StructMatcher.PathSegment.BuilderModifier and TypeMethodDescriptionStructMatcher.Builder.getPathBuilderList()The path to retrieve the Value from the Struct.Methods in io.envoyproxy.envoy.type.matcher with parameters of type StructMatcher.PathSegment.BuilderModifier and TypeMethodDescriptionStructMatcher.Builder.addPath(int index, StructMatcher.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.StructMatcher.Builder.addPath(StructMatcher.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.StructMatcher.Builder.setPath(int index, StructMatcher.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.