Uses of Class
io.envoyproxy.envoy.config.core.v3.WatchedDirectory.Builder
-
Packages that use WatchedDirectory.Builder Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 -
-
Uses of WatchedDirectory.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type WatchedDirectory.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<WatchedDirectory,WatchedDirectory.Builder,WatchedDirectoryOrBuilder>DataSource.Builder. watchedDirectoryBuilder_private com.google.protobuf.SingleFieldBuilder<WatchedDirectory,WatchedDirectory.Builder,WatchedDirectoryOrBuilder>PathConfigSource.Builder. watchedDirectoryBuilder_Methods in io.envoyproxy.envoy.config.core.v3 that return WatchedDirectory.Builder Modifier and Type Method Description WatchedDirectory.BuilderWatchedDirectory.Builder. clear()WatchedDirectory.BuilderWatchedDirectory.Builder. clearPath()Directory path to watch.WatchedDirectory.BuilderDataSource.Builder. getWatchedDirectoryBuilder()Watched directory that is watched for file changes.WatchedDirectory.BuilderPathConfigSource.Builder. getWatchedDirectoryBuilder()If configured, this directory will be watched for *moves*.WatchedDirectory.BuilderWatchedDirectory.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)WatchedDirectory.BuilderWatchedDirectory.Builder. mergeFrom(com.google.protobuf.Message other)WatchedDirectory.BuilderWatchedDirectory.Builder. mergeFrom(WatchedDirectory other)static WatchedDirectory.BuilderWatchedDirectory. newBuilder()static WatchedDirectory.BuilderWatchedDirectory. newBuilder(WatchedDirectory prototype)WatchedDirectory.BuilderWatchedDirectory. newBuilderForType()protected WatchedDirectory.BuilderWatchedDirectory. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)WatchedDirectory.BuilderWatchedDirectory.Builder. setPath(java.lang.String value)Directory path to watch.WatchedDirectory.BuilderWatchedDirectory.Builder. setPathBytes(com.google.protobuf.ByteString value)Directory path to watch.WatchedDirectory.BuilderWatchedDirectory. toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type WatchedDirectory.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<WatchedDirectory,WatchedDirectory.Builder,WatchedDirectoryOrBuilder>DataSource.Builder. getWatchedDirectoryFieldBuilder()Watched directory that is watched for file changes.private com.google.protobuf.SingleFieldBuilder<WatchedDirectory,WatchedDirectory.Builder,WatchedDirectoryOrBuilder>PathConfigSource.Builder. getWatchedDirectoryFieldBuilder()If configured, this directory will be watched for *moves*.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type WatchedDirectory.Builder Modifier and Type Method Description DataSource.BuilderDataSource.Builder. setWatchedDirectory(WatchedDirectory.Builder builderForValue)Watched directory that is watched for file changes.PathConfigSource.BuilderPathConfigSource.Builder. setWatchedDirectory(WatchedDirectory.Builder builderForValue)If configured, this directory will be watched for *moves*. -
Uses of WatchedDirectory.Builder in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type WatchedDirectory.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<WatchedDirectory,WatchedDirectory.Builder,WatchedDirectoryOrBuilder>CertificateValidationContext.Builder. watchedDirectoryBuilder_private com.google.protobuf.SingleFieldBuilder<WatchedDirectory,WatchedDirectory.Builder,WatchedDirectoryOrBuilder>TlsCertificate.Builder. watchedDirectoryBuilder_Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return WatchedDirectory.Builder Modifier and Type Method Description WatchedDirectory.BuilderCertificateValidationContext.Builder. getWatchedDirectoryBuilder()If specified, updates of a file-based ``trusted_ca`` source will be triggered by this watch.WatchedDirectory.BuilderTlsCertificate.Builder. getWatchedDirectoryBuilder()If specified, updates of file-based ``certificate_chain`` and ``private_key`` sources will be triggered by this watch.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type WatchedDirectory.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<WatchedDirectory,WatchedDirectory.Builder,WatchedDirectoryOrBuilder>CertificateValidationContext.Builder. getWatchedDirectoryFieldBuilder()If specified, updates of a file-based ``trusted_ca`` source will be triggered by this watch.private com.google.protobuf.SingleFieldBuilder<WatchedDirectory,WatchedDirectory.Builder,WatchedDirectoryOrBuilder>TlsCertificate.Builder. getWatchedDirectoryFieldBuilder()If specified, updates of file-based ``certificate_chain`` and ``private_key`` sources will be triggered by this watch.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type WatchedDirectory.Builder Modifier and Type Method Description CertificateValidationContext.BuilderCertificateValidationContext.Builder. setWatchedDirectory(WatchedDirectory.Builder builderForValue)If specified, updates of a file-based ``trusted_ca`` source will be triggered by this watch.TlsCertificate.BuilderTlsCertificate.Builder. setWatchedDirectory(WatchedDirectory.Builder builderForValue)If specified, updates of file-based ``certificate_chain`` and ``private_key`` sources will be triggered by this watch.
-