Uses of Class
io.envoyproxy.envoy.config.core.v3.WatchedDirectory
-
Packages that use WatchedDirectory Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 -
-
Uses of WatchedDirectory in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return WatchedDirectory Modifier and Type Method Description WatchedDirectoryWatchedDirectory.Builder. build()WatchedDirectoryWatchedDirectory.Builder. buildPartial()static WatchedDirectoryWatchedDirectory. getDefaultInstance()WatchedDirectoryWatchedDirectory.Builder. getDefaultInstanceForType()WatchedDirectoryWatchedDirectory. getDefaultInstanceForType()WatchedDirectoryPathConfigSource.Builder. getWatchedDirectory()If configured, this directory will be watched for *moves*.WatchedDirectoryPathConfigSource. getWatchedDirectory()If configured, this directory will be watched for *moves*.WatchedDirectoryPathConfigSourceOrBuilder. getWatchedDirectory()If configured, this directory will be watched for *moves*.static WatchedDirectoryWatchedDirectory. parseDelimitedFrom(InputStream input)static WatchedDirectoryWatchedDirectory. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WatchedDirectoryWatchedDirectory. parseFrom(byte[] data)static WatchedDirectoryWatchedDirectory. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WatchedDirectoryWatchedDirectory. parseFrom(com.google.protobuf.ByteString data)static WatchedDirectoryWatchedDirectory. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WatchedDirectoryWatchedDirectory. parseFrom(com.google.protobuf.CodedInputStream input)static WatchedDirectoryWatchedDirectory. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WatchedDirectoryWatchedDirectory. parseFrom(InputStream input)static WatchedDirectoryWatchedDirectory. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WatchedDirectoryWatchedDirectory. parseFrom(ByteBuffer data)static WatchedDirectoryWatchedDirectory. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type WatchedDirectory Modifier and Type Method Description com.google.protobuf.Parser<WatchedDirectory>WatchedDirectory. getParserForType()static com.google.protobuf.Parser<WatchedDirectory>WatchedDirectory. parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type WatchedDirectory Modifier and Type Method Description WatchedDirectory.BuilderWatchedDirectory.Builder. mergeFrom(WatchedDirectory other)PathConfigSource.BuilderPathConfigSource.Builder. mergeWatchedDirectory(WatchedDirectory value)If configured, this directory will be watched for *moves*.static WatchedDirectory.BuilderWatchedDirectory. newBuilder(WatchedDirectory prototype)PathConfigSource.BuilderPathConfigSource.Builder. setWatchedDirectory(WatchedDirectory value)If configured, this directory will be watched for *moves*. -
Uses of WatchedDirectory in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return WatchedDirectory Modifier and Type Method Description WatchedDirectoryCertificateValidationContext.Builder. getWatchedDirectory()If specified, updates of a file-based ``trusted_ca`` source will be triggered by this watch.WatchedDirectoryCertificateValidationContext. getWatchedDirectory()If specified, updates of a file-based ``trusted_ca`` source will be triggered by this watch.WatchedDirectoryCertificateValidationContextOrBuilder. getWatchedDirectory()If specified, updates of a file-based ``trusted_ca`` source will be triggered by this watch.WatchedDirectoryTlsCertificate.Builder. getWatchedDirectory()If specified, updates of file-based ``certificate_chain`` and ``private_key`` sources will be triggered by this watch.WatchedDirectoryTlsCertificate. getWatchedDirectory()If specified, updates of file-based ``certificate_chain`` and ``private_key`` sources will be triggered by this watch.WatchedDirectoryTlsCertificateOrBuilder. getWatchedDirectory()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 Modifier and Type Method Description CertificateValidationContext.BuilderCertificateValidationContext.Builder. mergeWatchedDirectory(WatchedDirectory value)If specified, updates of a file-based ``trusted_ca`` source will be triggered by this watch.TlsCertificate.BuilderTlsCertificate.Builder. mergeWatchedDirectory(WatchedDirectory value)If specified, updates of file-based ``certificate_chain`` and ``private_key`` sources will be triggered by this watch.CertificateValidationContext.BuilderCertificateValidationContext.Builder. setWatchedDirectory(WatchedDirectory value)If specified, updates of a file-based ``trusted_ca`` source will be triggered by this watch.TlsCertificate.BuilderTlsCertificate.Builder. setWatchedDirectory(WatchedDirectory value)If specified, updates of file-based ``certificate_chain`` and ``private_key`` sources will be triggered by this watch.
-