PathConfigSource.Builder |
PathConfigSource.Builder.clear() |
|
PathConfigSource.Builder |
PathConfigSource.Builder.clearPath() |
Path on the filesystem to source and watch for configuration updates.
|
PathConfigSource.Builder |
PathConfigSource.Builder.clearWatchedDirectory() |
If configured, this directory will be watched for *moves*.
|
PathConfigSource.Builder |
ConfigSource.Builder.getPathConfigSourceBuilder() |
Local filesystem path configuration source.
|
PathConfigSource.Builder |
PathConfigSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
PathConfigSource.Builder |
PathConfigSource.Builder.mergeFrom(com.google.protobuf.Message other) |
|
PathConfigSource.Builder |
PathConfigSource.Builder.mergeFrom(PathConfigSource other) |
|
PathConfigSource.Builder |
PathConfigSource.Builder.mergeWatchedDirectory(WatchedDirectory value) |
If configured, this directory will be watched for *moves*.
|
static PathConfigSource.Builder |
PathConfigSource.newBuilder() |
|
static PathConfigSource.Builder |
PathConfigSource.newBuilder(PathConfigSource prototype) |
|
PathConfigSource.Builder |
PathConfigSource.newBuilderForType() |
|
protected PathConfigSource.Builder |
PathConfigSource.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
PathConfigSource.Builder |
PathConfigSource.Builder.setPath(java.lang.String value) |
Path on the filesystem to source and watch for configuration updates.
|
PathConfigSource.Builder |
PathConfigSource.Builder.setPathBytes(com.google.protobuf.ByteString value) |
Path on the filesystem to source and watch for configuration updates.
|
PathConfigSource.Builder |
PathConfigSource.Builder.setWatchedDirectory(WatchedDirectory value) |
If configured, this directory will be watched for *moves*.
|
PathConfigSource.Builder |
PathConfigSource.Builder.setWatchedDirectory(WatchedDirectory.Builder builderForValue) |
If configured, this directory will be watched for *moves*.
|
PathConfigSource.Builder |
PathConfigSource.toBuilder() |
|