Uses of Class
io.envoyproxy.envoy.config.core.v3.PathConfigSource.Builder
Packages that use PathConfigSource.Builder
-
Uses of PathConfigSource.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return PathConfigSource.BuilderModifier and TypeMethodDescriptionPathConfigSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PathConfigSource.Builder.clear()PathConfigSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PathConfigSource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PathConfigSource.Builder.clearPath()Path on the filesystem to source and watch for configuration updates.PathConfigSource.Builder.clearWatchedDirectory()If configured, this directory will be watched for *moves*.PathConfigSource.Builder.clone()ConfigSource.Builder.getPathConfigSourceBuilder()Local filesystem path configuration source.PathConfigSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PathConfigSource.Builder.mergeFrom(com.google.protobuf.Message other) PathConfigSource.Builder.mergeFrom(PathConfigSource other) final PathConfigSource.BuilderPathConfigSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PathConfigSource.Builder.mergeWatchedDirectory(WatchedDirectory value) If configured, this directory will be watched for *moves*.static PathConfigSource.BuilderPathConfigSource.newBuilder()static PathConfigSource.BuilderPathConfigSource.newBuilder(PathConfigSource prototype) PathConfigSource.newBuilderForType()protected PathConfigSource.BuilderPathConfigSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PathConfigSource.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Path on the filesystem to source and watch for configuration updates.PathConfigSource.Builder.setPathBytes(com.google.protobuf.ByteString value) Path on the filesystem to source and watch for configuration updates.PathConfigSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final PathConfigSource.BuilderPathConfigSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PathConfigSource.Builder.setWatchedDirectory(WatchedDirectory value) If configured, this directory will be watched for *moves*.PathConfigSource.Builder.setWatchedDirectory(WatchedDirectory.Builder builderForValue) If configured, this directory will be watched for *moves*.PathConfigSource.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type PathConfigSource.BuilderModifier and TypeMethodDescriptionConfigSource.Builder.setPathConfigSource(PathConfigSource.Builder builderForValue) Local filesystem path configuration source.