Uses of Class
com.github.xds.type.v3.CelExpression
Packages that use CelExpression
-
Uses of CelExpression in com.github.xds.type.matcher.v3
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 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
Methods in com.github.xds.type.v3 that return CelExpressionModifier and TypeMethodDescriptionCelExpression.Builder.build()CelExpression.Builder.buildPartial()static CelExpressionCelExpression.getDefaultInstance()CelExpression.Builder.getDefaultInstanceForType()CelExpression.getDefaultInstanceForType()CelExtractString.Builder.getExprExtract()The CEL expression used to extract a string from the CEL environment. the "subject string") that should be replaced.CelExtractString.getExprExtract()The CEL expression used to extract a string from the CEL environment. the "subject string") that should be replaced.CelExtractStringOrBuilder.getExprExtract()The CEL expression used to extract a string from the CEL environment. the "subject string") that should be replaced.static CelExpressionCelExpression.parseDelimitedFrom(InputStream input) static CelExpressionCelExpression.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpressionCelExpression.parseFrom(byte[] data) static CelExpressionCelExpression.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpressionCelExpression.parseFrom(com.google.protobuf.ByteString data) static CelExpressionCelExpression.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpressionCelExpression.parseFrom(com.google.protobuf.CodedInputStream input) static CelExpressionCelExpression.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpressionCelExpression.parseFrom(InputStream input) static CelExpressionCelExpression.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CelExpressionCelExpression.parseFrom(ByteBuffer data) static CelExpressionCelExpression.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.type.v3 that return types with arguments of type CelExpressionModifier and TypeMethodDescriptioncom.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 TypeMethodDescriptionCelExtractString.Builder.mergeExprExtract(CelExpression value) The CEL expression used to extract a string from the CEL environment. the "subject string") that should be replaced.CelExpression.Builder.mergeFrom(CelExpression other) static CelExpression.BuilderCelExpression.newBuilder(CelExpression prototype) CelExtractString.Builder.setExprExtract(CelExpression value) The CEL expression used to extract a string from the CEL environment. the "subject string") that should be replaced.