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