Uses of Record Class
com.google.mu.cel.CelExpr.BytesValue
Packages that use CelExpr.BytesValue
-
Uses of CelExpr.BytesValue in com.google.mu.cel
Methods in com.google.mu.cel that return CelExpr.BytesValueModifier and TypeMethodDescriptionstatic CelExpr.BytesValueCelExpr.bytes(byte... value) CelExpr.bytes((byte) 1, (byte) 2)is equivalent toCelExpr.of("b'\\x01\\x02'").CelExpr.BytesValue.withSourceIndex(int index)