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 CelExpressionCelMatcher.Builder.exprMatch_private CelExpressionCelMatcher.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 CelExpressionCelExpression.DEFAULT_INSTANCEprivate CelExpressionCelExtractString.Builder.exprExtract_private CelExpressionCelExtractString.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.PARSERMethods 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.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 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 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 voidCelExpression.Builder.buildPartial0(CelExpression result) private voidCelExpression.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.BuilderCelExpression.newBuilder(CelExpression prototype) CelExtractString.Builder.setExprExtract(CelExpression value) The CEL expression used to extract a string from the CEL environment.