Class CommonTlsContext.CombinedCertificateValidationContext.Builder

    • Constructor Detail

      • Builder

        private Builder()
      • Builder

        private Builder​(com.google.protobuf.AbstractMessage.BuilderParent parent)
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • maybeForceBuilderInitialization

        private void maybeForceBuilderInitialization()
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<CommonTlsContext.CombinedCertificateValidationContext.Builder>
      • getDefaultInstanceForType

        public CommonTlsContext.CombinedCertificateValidationContext getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • getDefaultValidationContextBuilder

        public CertificateValidationContext.Builder getDefaultValidationContextBuilder()
         How to validate peer certificates.
         
        .envoy.extensions.transport_sockets.tls.v3.CertificateValidationContext default_validation_context = 1 [(.validate.rules) = { ... }
      • hasValidationContextSdsSecretConfig

        public boolean hasValidationContextSdsSecretConfig()
         Config for fetching validation context via SDS API. Note SDS API allows certificates to be
         fetched/refreshed over the network asynchronously with respect to the TLS handshake.
         
        .envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig validation_context_sds_secret_config = 2 [(.validate.rules) = { ... }
        Specified by:
        hasValidationContextSdsSecretConfig in interface CommonTlsContext.CombinedCertificateValidationContextOrBuilder
        Returns:
        Whether the validationContextSdsSecretConfig field is set.
      • getValidationContextSdsSecretConfig

        public SdsSecretConfig getValidationContextSdsSecretConfig()
         Config for fetching validation context via SDS API. Note SDS API allows certificates to be
         fetched/refreshed over the network asynchronously with respect to the TLS handshake.
         
        .envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig validation_context_sds_secret_config = 2 [(.validate.rules) = { ... }
        Specified by:
        getValidationContextSdsSecretConfig in interface CommonTlsContext.CombinedCertificateValidationContextOrBuilder
        Returns:
        The validationContextSdsSecretConfig.
      • setValidationContextSdsSecretConfig

        public CommonTlsContext.CombinedCertificateValidationContext.Builder setValidationContextSdsSecretConfig​(SdsSecretConfig value)
         Config for fetching validation context via SDS API. Note SDS API allows certificates to be
         fetched/refreshed over the network asynchronously with respect to the TLS handshake.
         
        .envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig validation_context_sds_secret_config = 2 [(.validate.rules) = { ... }
      • setValidationContextSdsSecretConfig

        public CommonTlsContext.CombinedCertificateValidationContext.Builder setValidationContextSdsSecretConfig​(SdsSecretConfig.Builder builderForValue)
         Config for fetching validation context via SDS API. Note SDS API allows certificates to be
         fetched/refreshed over the network asynchronously with respect to the TLS handshake.
         
        .envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig validation_context_sds_secret_config = 2 [(.validate.rules) = { ... }
      • mergeValidationContextSdsSecretConfig

        public CommonTlsContext.CombinedCertificateValidationContext.Builder mergeValidationContextSdsSecretConfig​(SdsSecretConfig value)
         Config for fetching validation context via SDS API. Note SDS API allows certificates to be
         fetched/refreshed over the network asynchronously with respect to the TLS handshake.
         
        .envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig validation_context_sds_secret_config = 2 [(.validate.rules) = { ... }
      • clearValidationContextSdsSecretConfig

        public CommonTlsContext.CombinedCertificateValidationContext.Builder clearValidationContextSdsSecretConfig()
         Config for fetching validation context via SDS API. Note SDS API allows certificates to be
         fetched/refreshed over the network asynchronously with respect to the TLS handshake.
         
        .envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig validation_context_sds_secret_config = 2 [(.validate.rules) = { ... }
      • getValidationContextSdsSecretConfigBuilder

        public SdsSecretConfig.Builder getValidationContextSdsSecretConfigBuilder()
         Config for fetching validation context via SDS API. Note SDS API allows certificates to be
         fetched/refreshed over the network asynchronously with respect to the TLS handshake.
         
        .envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig validation_context_sds_secret_config = 2 [(.validate.rules) = { ... }
      • getValidationContextSdsSecretConfigFieldBuilder

        private com.google.protobuf.SingleFieldBuilder<SdsSecretConfig,​SdsSecretConfig.Builder,​SdsSecretConfigOrBuilder> getValidationContextSdsSecretConfigFieldBuilder()
         Config for fetching validation context via SDS API. Note SDS API allows certificates to be
         fetched/refreshed over the network asynchronously with respect to the TLS handshake.
         
        .envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig validation_context_sds_secret_config = 2 [(.validate.rules) = { ... }
      • hasValidationContextCertificateProvider

        @Deprecated
        public boolean hasValidationContextCertificateProvider()
        Deprecated.
        envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CombinedCertificateValidationContext.validation_context_certificate_provider is deprecated. See envoy/extensions/transport_sockets/tls/v3/tls.proto;l=231
         Certificate provider for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProvider validation_context_certificate_provider = 3 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
        Specified by:
        hasValidationContextCertificateProvider in interface CommonTlsContext.CombinedCertificateValidationContextOrBuilder
        Returns:
        Whether the validationContextCertificateProvider field is set.
      • getValidationContextCertificateProvider

        @Deprecated
        public CommonTlsContext.CertificateProvider getValidationContextCertificateProvider()
        Deprecated.
        envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CombinedCertificateValidationContext.validation_context_certificate_provider is deprecated. See envoy/extensions/transport_sockets/tls/v3/tls.proto;l=231
         Certificate provider for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProvider validation_context_certificate_provider = 3 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
        Specified by:
        getValidationContextCertificateProvider in interface CommonTlsContext.CombinedCertificateValidationContextOrBuilder
        Returns:
        The validationContextCertificateProvider.
      • setValidationContextCertificateProvider

        @Deprecated
        public CommonTlsContext.CombinedCertificateValidationContext.Builder setValidationContextCertificateProvider​(CommonTlsContext.CertificateProvider value)
        Deprecated.
         Certificate provider for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProvider validation_context_certificate_provider = 3 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • setValidationContextCertificateProvider

        @Deprecated
        public CommonTlsContext.CombinedCertificateValidationContext.Builder setValidationContextCertificateProvider​(CommonTlsContext.CertificateProvider.Builder builderForValue)
        Deprecated.
         Certificate provider for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProvider validation_context_certificate_provider = 3 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • mergeValidationContextCertificateProvider

        @Deprecated
        public CommonTlsContext.CombinedCertificateValidationContext.Builder mergeValidationContextCertificateProvider​(CommonTlsContext.CertificateProvider value)
        Deprecated.
         Certificate provider for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProvider validation_context_certificate_provider = 3 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • clearValidationContextCertificateProvider

        @Deprecated
        public CommonTlsContext.CombinedCertificateValidationContext.Builder clearValidationContextCertificateProvider()
        Deprecated.
         Certificate provider for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProvider validation_context_certificate_provider = 3 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • getValidationContextCertificateProviderBuilder

        @Deprecated
        public CommonTlsContext.CertificateProvider.Builder getValidationContextCertificateProviderBuilder()
        Deprecated.
         Certificate provider for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProvider validation_context_certificate_provider = 3 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • getValidationContextCertificateProviderFieldBuilder

        private com.google.protobuf.SingleFieldBuilder<CommonTlsContext.CertificateProvider,​CommonTlsContext.CertificateProvider.Builder,​CommonTlsContext.CertificateProviderOrBuilder> getValidationContextCertificateProviderFieldBuilder()
         Certificate provider for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProvider validation_context_certificate_provider = 3 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • hasValidationContextCertificateProviderInstance

        @Deprecated
        public boolean hasValidationContextCertificateProviderInstance()
        Deprecated.
        envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CombinedCertificateValidationContext.validation_context_certificate_provider_instance is deprecated. See envoy/extensions/transport_sockets/tls/v3/tls.proto;l=237
         Certificate provider instance for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProviderInstance validation_context_certificate_provider_instance = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
        Specified by:
        hasValidationContextCertificateProviderInstance in interface CommonTlsContext.CombinedCertificateValidationContextOrBuilder
        Returns:
        Whether the validationContextCertificateProviderInstance field is set.
      • getValidationContextCertificateProviderInstance

        @Deprecated
        public CommonTlsContext.CertificateProviderInstance getValidationContextCertificateProviderInstance()
        Deprecated.
        envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CombinedCertificateValidationContext.validation_context_certificate_provider_instance is deprecated. See envoy/extensions/transport_sockets/tls/v3/tls.proto;l=237
         Certificate provider instance for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProviderInstance validation_context_certificate_provider_instance = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
        Specified by:
        getValidationContextCertificateProviderInstance in interface CommonTlsContext.CombinedCertificateValidationContextOrBuilder
        Returns:
        The validationContextCertificateProviderInstance.
      • setValidationContextCertificateProviderInstance

        @Deprecated
        public CommonTlsContext.CombinedCertificateValidationContext.Builder setValidationContextCertificateProviderInstance​(CommonTlsContext.CertificateProviderInstance value)
        Deprecated.
         Certificate provider instance for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProviderInstance validation_context_certificate_provider_instance = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • setValidationContextCertificateProviderInstance

        @Deprecated
        public CommonTlsContext.CombinedCertificateValidationContext.Builder setValidationContextCertificateProviderInstance​(CommonTlsContext.CertificateProviderInstance.Builder builderForValue)
        Deprecated.
         Certificate provider instance for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProviderInstance validation_context_certificate_provider_instance = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • mergeValidationContextCertificateProviderInstance

        @Deprecated
        public CommonTlsContext.CombinedCertificateValidationContext.Builder mergeValidationContextCertificateProviderInstance​(CommonTlsContext.CertificateProviderInstance value)
        Deprecated.
         Certificate provider instance for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProviderInstance validation_context_certificate_provider_instance = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • clearValidationContextCertificateProviderInstance

        @Deprecated
        public CommonTlsContext.CombinedCertificateValidationContext.Builder clearValidationContextCertificateProviderInstance()
        Deprecated.
         Certificate provider instance for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProviderInstance validation_context_certificate_provider_instance = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • getValidationContextCertificateProviderInstanceBuilder

        @Deprecated
        public CommonTlsContext.CertificateProviderInstance.Builder getValidationContextCertificateProviderInstanceBuilder()
        Deprecated.
         Certificate provider instance for fetching CA certs. This will populate the
         ``default_validation_context.trusted_ca`` field.
         [#not-implemented-hide:]
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.CertificateProviderInstance validation_context_certificate_provider_instance = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];