Uses of Class
com.github.xds.type.v3.CelExpression
Packages that use CelExpression
-
Uses of CelExpression in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 declared as CelExpressionModifier and TypeFieldDescriptionprivate CelExpression
CelMatcher.Builder.exprMatch_
private CelExpression
CelMatcher.exprMatch_
Fields in com.github.xds.type.matcher.v3 with type parameters of type CelExpressionModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CelExpression, CelExpression.Builder, CelExpressionOrBuilder> CelMatcher.Builder.exprMatchBuilder_
Methods in com.github.xds.type.matcher.v3 that return CelExpressionModifier and TypeMethodDescriptionCelMatcher.Builder.getExprMatch()
Either parsed or checked representation of the CEL program.CelMatcher.getExprMatch()
Either parsed or checked representation of the CEL program.CelMatcherOrBuilder.getExprMatch()
Either parsed or checked representation of the CEL program.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type CelExpressionModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CelExpression, CelExpression.Builder, CelExpressionOrBuilder> CelMatcher.Builder.getExprMatchFieldBuilder()
Either parsed or checked representation of the CEL program.Methods in com.github.xds.type.matcher.v3 with parameters of type CelExpressionModifier and TypeMethodDescriptionCelMatcher.Builder.mergeExprMatch
(CelExpression value) Either parsed or checked representation of the CEL program.CelMatcher.Builder.setExprMatch
(CelExpression value) Either parsed or checked representation of the CEL program. -
Uses of CelExpression in com.github.xds.type.v3
Fields in com.github.xds.type.v3 declared as CelExpressionModifier and TypeFieldDescriptionprivate static final CelExpression
CelExpression.DEFAULT_INSTANCE
private CelExpression
CelExtractString.Builder.exprExtract_
private CelExpression
CelExtractString.exprExtract_
Fields in com.github.xds.type.v3 with type parameters of type CelExpressionModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CelExpression, CelExpression.Builder, CelExpressionOrBuilder> CelExtractString.Builder.exprExtractBuilder_
private static final com.google.protobuf.Parser
<CelExpression> CelExpression.PARSER
Methods in com.github.xds.type.v3 that return CelExpressionModifier and TypeMethodDescriptionCelExpression.Builder.build()
CelExpression.Builder.buildPartial()
static CelExpression
CelExpression.getDefaultInstance()
CelExpression.Builder.getDefaultInstanceForType()
CelExpression.getDefaultInstanceForType()
CelExtractString.Builder.getExprExtract()
The CEL expression used to extract a string from the CEL environment.CelExtractString.getExprExtract()
The CEL expression used to extract a string from the CEL environment.CelExtractStringOrBuilder.getExprExtract()
The CEL expression used to extract a string from the CEL environment.static CelExpression
CelExpression.parseDelimitedFrom
(InputStream input) static CelExpression
CelExpression.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpression
CelExpression.parseFrom
(byte[] data) static CelExpression
CelExpression.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpression
CelExpression.parseFrom
(com.google.protobuf.ByteString data) static CelExpression
CelExpression.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpression
CelExpression.parseFrom
(com.google.protobuf.CodedInputStream input) static CelExpression
CelExpression.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpression
CelExpression.parseFrom
(InputStream input) static CelExpression
CelExpression.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpression
CelExpression.parseFrom
(ByteBuffer data) static CelExpression
CelExpression.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.type.v3 that return types with arguments of type CelExpressionModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CelExpression, CelExpression.Builder, CelExpressionOrBuilder> CelExtractString.Builder.getExprExtractFieldBuilder()
The CEL expression used to extract a string from the CEL environment.com.google.protobuf.Parser
<CelExpression> CelExpression.getParserForType()
static com.google.protobuf.Parser
<CelExpression> CelExpression.parser()
Methods in com.github.xds.type.v3 with parameters of type CelExpressionModifier and TypeMethodDescriptionprivate void
CelExpression.Builder.buildPartial0
(CelExpression result) private void
CelExpression.Builder.buildPartialOneofs
(CelExpression result) CelExtractString.Builder.mergeExprExtract
(CelExpression value) The CEL expression used to extract a string from the CEL environment.CelExpression.Builder.mergeFrom
(CelExpression other) static CelExpression.Builder
CelExpression.newBuilder
(CelExpression prototype) CelExtractString.Builder.setExprExtract
(CelExpression value) The CEL expression used to extract a string from the CEL environment.