Uses of Class
io.envoyproxy.envoy.config.core.v3.CelExpressionConfig
Packages that use CelExpressionConfig
Package
Description
-
Uses of CelExpressionConfig in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return CelExpressionConfigModifier and TypeMethodDescriptionCelExpressionConfig.Builder.build()CelExpressionConfig.Builder.buildPartial()static CelExpressionConfigCelExpressionConfig.getDefaultInstance()CelExpressionConfig.Builder.getDefaultInstanceForType()CelExpressionConfig.getDefaultInstanceForType()static CelExpressionConfigCelExpressionConfig.parseDelimitedFrom(InputStream input) static CelExpressionConfigCelExpressionConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpressionConfigCelExpressionConfig.parseFrom(byte[] data) static CelExpressionConfigCelExpressionConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpressionConfigCelExpressionConfig.parseFrom(com.google.protobuf.ByteString data) static CelExpressionConfigCelExpressionConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpressionConfigCelExpressionConfig.parseFrom(com.google.protobuf.CodedInputStream input) static CelExpressionConfigCelExpressionConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpressionConfigCelExpressionConfig.parseFrom(InputStream input) static CelExpressionConfigCelExpressionConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpressionConfigCelExpressionConfig.parseFrom(ByteBuffer data) static CelExpressionConfigCelExpressionConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type CelExpressionConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CelExpressionConfig>CelExpressionConfig.getParserForType()static com.google.protobuf.Parser<CelExpressionConfig>CelExpressionConfig.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type CelExpressionConfigModifier and TypeMethodDescriptionCelExpressionConfig.Builder.mergeFrom(CelExpressionConfig other) static CelExpressionConfig.BuilderCelExpressionConfig.newBuilder(CelExpressionConfig prototype) -
Uses of CelExpressionConfig in io.envoyproxy.envoy.config.rbac.v3
Methods in io.envoyproxy.envoy.config.rbac.v3 that return CelExpressionConfigModifier and TypeMethodDescriptionPolicy.Builder.getCelConfig()CEL expression configuration that modifies the evaluation behavior of the ``condition`` field.Policy.getCelConfig()CEL expression configuration that modifies the evaluation behavior of the ``condition`` field.PolicyOrBuilder.getCelConfig()CEL expression configuration that modifies the evaluation behavior of the ``condition`` field.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type CelExpressionConfigModifier and TypeMethodDescriptionPolicy.Builder.mergeCelConfig(CelExpressionConfig value) CEL expression configuration that modifies the evaluation behavior of the ``condition`` field.Policy.Builder.setCelConfig(CelExpressionConfig value) CEL expression configuration that modifies the evaluation behavior of the ``condition`` field. -
Uses of CelExpressionConfig in io.envoyproxy.envoy.extensions.access_loggers.filters.cel.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.filters.cel.v3 that return CelExpressionConfigModifier and TypeMethodDescriptionExpressionFilter.Builder.getCelConfig()CEL expression configuration that modifies the evaluation behavior of the ``expression`` field.ExpressionFilter.getCelConfig()CEL expression configuration that modifies the evaluation behavior of the ``expression`` field.ExpressionFilterOrBuilder.getCelConfig()CEL expression configuration that modifies the evaluation behavior of the ``expression`` field.Methods in io.envoyproxy.envoy.extensions.access_loggers.filters.cel.v3 with parameters of type CelExpressionConfigModifier and TypeMethodDescriptionExpressionFilter.Builder.mergeCelConfig(CelExpressionConfig value) CEL expression configuration that modifies the evaluation behavior of the ``expression`` field.ExpressionFilter.Builder.setCelConfig(CelExpressionConfig value) CEL expression configuration that modifies the evaluation behavior of the ``expression`` field.