Uses of Class
io.envoyproxy.envoy.config.core.v3.DataSource.Builder
-
-
Uses of DataSource.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type DataSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>GrpcService.GoogleGrpc.SslCredentials.Builder. certChainBuilder_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>AsyncDataSource.Builder. localBuilder_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>GrpcService.GoogleGrpc.SslCredentials.Builder. privateKeyBuilder_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>GrpcService.GoogleGrpc.SslCredentials.Builder. rootCertsBuilder_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>SubstitutionFormatString.Builder. textFormatSourceBuilder_Methods in io.envoyproxy.envoy.config.core.v3 that return DataSource.Builder Modifier and Type Method Description DataSource.BuilderDataSource.Builder. clear()DataSource.BuilderDataSource.Builder. clearEnvironmentVariable()Environment variable data source.DataSource.BuilderDataSource.Builder. clearFilename()Local filesystem data source.DataSource.BuilderDataSource.Builder. clearInlineBytes()Bytes inlined in the configuration.DataSource.BuilderDataSource.Builder. clearInlineString()String inlined in the configuration.DataSource.BuilderDataSource.Builder. clearSpecifier()DataSource.BuilderDataSource.Builder. clearWatchedDirectory()Watched directory that is watched for file changes.DataSource.BuilderGrpcService.GoogleGrpc.SslCredentials.Builder. getCertChainBuilder()PEM encoded client certificate chain.DataSource.BuilderAsyncDataSource.Builder. getLocalBuilder()Local async data source.DataSource.BuilderGrpcService.GoogleGrpc.SslCredentials.Builder. getPrivateKeyBuilder()PEM encoded client private key.DataSource.BuilderGrpcService.GoogleGrpc.SslCredentials.Builder. getRootCertsBuilder()PEM encoded server root certificates.DataSource.BuilderSubstitutionFormatString.Builder. getTextFormatSourceBuilder()Specify a format with command operators to form a text string.DataSource.BuilderDataSource.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DataSource.BuilderDataSource.Builder. mergeFrom(com.google.protobuf.Message other)DataSource.BuilderDataSource.Builder. mergeFrom(DataSource other)DataSource.BuilderDataSource.Builder. mergeWatchedDirectory(WatchedDirectory value)Watched directory that is watched for file changes.static DataSource.BuilderDataSource. newBuilder()static DataSource.BuilderDataSource. newBuilder(DataSource prototype)DataSource.BuilderDataSource. newBuilderForType()protected DataSource.BuilderDataSource. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)DataSource.BuilderDataSource.Builder. setEnvironmentVariable(java.lang.String value)Environment variable data source.DataSource.BuilderDataSource.Builder. setEnvironmentVariableBytes(com.google.protobuf.ByteString value)Environment variable data source.DataSource.BuilderDataSource.Builder. setFilename(java.lang.String value)Local filesystem data source.DataSource.BuilderDataSource.Builder. setFilenameBytes(com.google.protobuf.ByteString value)Local filesystem data source.DataSource.BuilderDataSource.Builder. setInlineBytes(com.google.protobuf.ByteString value)Bytes inlined in the configuration.DataSource.BuilderDataSource.Builder. setInlineString(java.lang.String value)String inlined in the configuration.DataSource.BuilderDataSource.Builder. setInlineStringBytes(com.google.protobuf.ByteString value)String inlined in the configuration.DataSource.BuilderDataSource.Builder. setWatchedDirectory(WatchedDirectory value)Watched directory that is watched for file changes.DataSource.BuilderDataSource.Builder. setWatchedDirectory(WatchedDirectory.Builder builderForValue)Watched directory that is watched for file changes.DataSource.BuilderDataSource. toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type DataSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>GrpcService.GoogleGrpc.SslCredentials.Builder. getCertChainFieldBuilder()PEM encoded client certificate chain.private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>AsyncDataSource.Builder. getLocalFieldBuilder()Local async data source.private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>GrpcService.GoogleGrpc.SslCredentials.Builder. getPrivateKeyFieldBuilder()PEM encoded client private key.private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>GrpcService.GoogleGrpc.SslCredentials.Builder. getRootCertsFieldBuilder()PEM encoded server root certificates.private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>SubstitutionFormatString.Builder. getTextFormatSourceFieldBuilder()Specify a format with command operators to form a text string.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type DataSource.Builder Modifier and Type Method Description GrpcService.GoogleGrpc.SslCredentials.BuilderGrpcService.GoogleGrpc.SslCredentials.Builder. setCertChain(DataSource.Builder builderForValue)PEM encoded client certificate chain.AsyncDataSource.BuilderAsyncDataSource.Builder. setLocal(DataSource.Builder builderForValue)Local async data source.GrpcService.GoogleGrpc.SslCredentials.BuilderGrpcService.GoogleGrpc.SslCredentials.Builder. setPrivateKey(DataSource.Builder builderForValue)PEM encoded client private key.GrpcService.GoogleGrpc.SslCredentials.BuilderGrpcService.GoogleGrpc.SslCredentials.Builder. setRootCerts(DataSource.Builder builderForValue)PEM encoded server root certificates.SubstitutionFormatString.BuilderSubstitutionFormatString.Builder. setTextFormatSource(DataSource.Builder builderForValue)Specify a format with command operators to form a text string. -
Uses of DataSource.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type DataSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>DirectResponseAction.Builder. bodyBuilder_Methods in io.envoyproxy.envoy.config.route.v3 that return DataSource.Builder Modifier and Type Method Description DataSource.BuilderDirectResponseAction.Builder. getBodyBuilder()Specifies the content of the response body.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type DataSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>DirectResponseAction.Builder. getBodyFieldBuilder()Specifies the content of the response body.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type DataSource.Builder Modifier and Type Method Description DirectResponseAction.BuilderDirectResponseAction.Builder. setBody(DataSource.Builder builderForValue)Specifies the content of the response body. -
Uses of DataSource.Builder in io.envoyproxy.envoy.config.trace.v3
Fields in io.envoyproxy.envoy.config.trace.v3 with type parameters of type DataSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>LightstepConfig.Builder. accessTokenBuilder_Methods in io.envoyproxy.envoy.config.trace.v3 that return DataSource.Builder Modifier and Type Method Description DataSource.BuilderLightstepConfig.Builder. getAccessTokenBuilder()Access token to the `LightStep <https://lightstep.com/>`_ API.Methods in io.envoyproxy.envoy.config.trace.v3 that return types with arguments of type DataSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>LightstepConfig.Builder. getAccessTokenFieldBuilder()Access token to the `LightStep <https://lightstep.com/>`_ API.Methods in io.envoyproxy.envoy.config.trace.v3 with parameters of type DataSource.Builder Modifier and Type Method Description LightstepConfig.BuilderLightstepConfig.Builder. setAccessToken(DataSource.Builder builderForValue)Access token to the `LightStep <https://lightstep.com/>`_ API. -
Uses of DataSource.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type DataSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>ResponseMapper.Builder. bodyBuilder_Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return DataSource.Builder Modifier and Type Method Description DataSource.BuilderResponseMapper.Builder. getBodyBuilder()The new local reply body text if specified.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type DataSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>ResponseMapper.Builder. getBodyFieldBuilder()The new local reply body text if specified.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type DataSource.Builder Modifier and Type Method Description ResponseMapper.BuilderResponseMapper.Builder. setBody(DataSource.Builder builderForValue)The new local reply body text if specified. -
Uses of DataSource.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 DataSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. certificateChainBuilder_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>CertificateValidationContext.Builder. crlBuilder_private com.google.protobuf.RepeatedFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsSessionTicketKeys.Builder. keysBuilder_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. ocspStapleBuilder_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. passwordBuilder_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. pkcs12Builder_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. privateKeyBuilder_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>GenericSecret.Builder. secretBuilder_private com.google.protobuf.RepeatedFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. signedCertificateTimestampBuilder_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>CertificateValidationContext.Builder. trustedCaBuilder_Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return DataSource.Builder Modifier and Type Method Description DataSource.BuilderTlsSessionTicketKeys.Builder. addKeysBuilder()Keys for encrypting and decrypting TLS session tickets.DataSource.BuilderTlsSessionTicketKeys.Builder. addKeysBuilder(int index)Keys for encrypting and decrypting TLS session tickets.DataSource.BuilderTlsCertificate.Builder. addSignedCertificateTimestampBuilder()[#not-implemented-hide:]DataSource.BuilderTlsCertificate.Builder. addSignedCertificateTimestampBuilder(int index)[#not-implemented-hide:]DataSource.BuilderTlsCertificate.Builder. getCertificateChainBuilder()The TLS certificate chain.DataSource.BuilderCertificateValidationContext.Builder. getCrlBuilder()An optional `certificate revocation list <https://en.wikipedia.org/wiki/Certificate_revocation_list>`_ (in PEM format).DataSource.BuilderTlsSessionTicketKeys.Builder. getKeysBuilder(int index)Keys for encrypting and decrypting TLS session tickets.DataSource.BuilderTlsCertificate.Builder. getOcspStapleBuilder()The OCSP response to be stapled with this certificate during the handshake.DataSource.BuilderTlsCertificate.Builder. getPasswordBuilder()The password to decrypt the TLS private key.DataSource.BuilderTlsCertificate.Builder. getPkcs12Builder()``Pkcs12`` data containing TLS certificate, chain, and private key.DataSource.BuilderTlsCertificate.Builder. getPrivateKeyBuilder()The TLS private key.DataSource.BuilderGenericSecret.Builder. getSecretBuilder()Secret of generic type and is available to filters.DataSource.BuilderTlsCertificate.Builder. getSignedCertificateTimestampBuilder(int index)[#not-implemented-hide:]DataSource.BuilderCertificateValidationContext.Builder. getTrustedCaBuilder()TLS certificate data containing certificate authority certificates to use in verifying a presented peer certificate (e.g.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type DataSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. getCertificateChainFieldBuilder()The TLS certificate chain.private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>CertificateValidationContext.Builder. getCrlFieldBuilder()An optional `certificate revocation list <https://en.wikipedia.org/wiki/Certificate_revocation_list>`_ (in PEM format).java.util.List<DataSource.Builder>TlsSessionTicketKeys.Builder. getKeysBuilderList()Keys for encrypting and decrypting TLS session tickets.private com.google.protobuf.RepeatedFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsSessionTicketKeys.Builder. getKeysFieldBuilder()private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. getOcspStapleFieldBuilder()The OCSP response to be stapled with this certificate during the handshake.private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. getPasswordFieldBuilder()The password to decrypt the TLS private key.private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. getPkcs12FieldBuilder()``Pkcs12`` data containing TLS certificate, chain, and private key.private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. getPrivateKeyFieldBuilder()The TLS private key.private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>GenericSecret.Builder. getSecretFieldBuilder()Secret of generic type and is available to filters.java.util.List<DataSource.Builder>TlsCertificate.Builder. getSignedCertificateTimestampBuilderList()[#not-implemented-hide:]private com.google.protobuf.RepeatedFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>TlsCertificate.Builder. getSignedCertificateTimestampFieldBuilder()private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>CertificateValidationContext.Builder. getTrustedCaFieldBuilder()TLS certificate data containing certificate authority certificates to use in verifying a presented peer certificate (e.g.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type DataSource.Builder Modifier and Type Method Description TlsSessionTicketKeys.BuilderTlsSessionTicketKeys.Builder. addKeys(int index, DataSource.Builder builderForValue)Keys for encrypting and decrypting TLS session tickets.TlsSessionTicketKeys.BuilderTlsSessionTicketKeys.Builder. addKeys(DataSource.Builder builderForValue)Keys for encrypting and decrypting TLS session tickets.TlsCertificate.BuilderTlsCertificate.Builder. addSignedCertificateTimestamp(int index, DataSource.Builder builderForValue)[#not-implemented-hide:]TlsCertificate.BuilderTlsCertificate.Builder. addSignedCertificateTimestamp(DataSource.Builder builderForValue)[#not-implemented-hide:]TlsCertificate.BuilderTlsCertificate.Builder. setCertificateChain(DataSource.Builder builderForValue)The TLS certificate chain.CertificateValidationContext.BuilderCertificateValidationContext.Builder. setCrl(DataSource.Builder builderForValue)An optional `certificate revocation list <https://en.wikipedia.org/wiki/Certificate_revocation_list>`_ (in PEM format).TlsSessionTicketKeys.BuilderTlsSessionTicketKeys.Builder. setKeys(int index, DataSource.Builder builderForValue)Keys for encrypting and decrypting TLS session tickets.TlsCertificate.BuilderTlsCertificate.Builder. setOcspStaple(DataSource.Builder builderForValue)The OCSP response to be stapled with this certificate during the handshake.TlsCertificate.BuilderTlsCertificate.Builder. setPassword(DataSource.Builder builderForValue)The password to decrypt the TLS private key.TlsCertificate.BuilderTlsCertificate.Builder. setPkcs12(DataSource.Builder builderForValue)``Pkcs12`` data containing TLS certificate, chain, and private key.TlsCertificate.BuilderTlsCertificate.Builder. setPrivateKey(DataSource.Builder builderForValue)The TLS private key.GenericSecret.BuilderGenericSecret.Builder. setSecret(DataSource.Builder builderForValue)Secret of generic type and is available to filters.TlsCertificate.BuilderTlsCertificate.Builder. setSignedCertificateTimestamp(int index, DataSource.Builder builderForValue)[#not-implemented-hide:]CertificateValidationContext.BuilderCertificateValidationContext.Builder. setTrustedCa(DataSource.Builder builderForValue)TLS certificate data containing certificate authority certificates to use in verifying a presented peer certificate (e.g.
-