Package dev.cel.expr
Class Explain
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
dev.cel.expr.Explain
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ExplainOrBuilder,Serializable
@Deprecated
public final class Explain
extends com.google.protobuf.GeneratedMessageV3
implements ExplainOrBuilder
Deprecated.
Values of intermediate expressions produced when evaluating expression.Protobuf type
cel.expr.Explain- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.Values of intermediate expressions produced when evaluating expression.static final classDeprecated.ID and value index of one step.static interfaceDeprecated.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.Fields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.static ExplainDeprecated.Deprecated.static final com.google.protobuf.Descriptors.DescriptorDeprecated.getExprSteps(int index) Deprecated.List of steps.intDeprecated.List of steps.Deprecated.List of steps.getExprStepsOrBuilder(int index) Deprecated.List of steps.List<? extends Explain.ExprStepOrBuilder>Deprecated.List of steps.com.google.protobuf.Parser<Explain>Deprecated.intDeprecated.getValues(int index) Deprecated.All of the observed values.intDeprecated.All of the observed values.Deprecated.All of the observed values.getValuesOrBuilder(int index) Deprecated.All of the observed values.List<? extends ValueOrBuilder>Deprecated.All of the observed values.inthashCode()Deprecated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableDeprecated.final booleanDeprecated.static Explain.BuilderDeprecated.static Explain.BuildernewBuilder(Explain prototype) Deprecated.Deprecated.protected Explain.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Deprecated.protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) Deprecated.static ExplainparseDelimitedFrom(InputStream input) Deprecated.static ExplainparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static ExplainparseFrom(byte[] data) Deprecated.static ExplainparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static ExplainparseFrom(com.google.protobuf.ByteString data) Deprecated.static ExplainparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static ExplainparseFrom(com.google.protobuf.CodedInputStream input) Deprecated.static ExplainparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static ExplainparseFrom(InputStream input) Deprecated.static ExplainparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static ExplainparseFrom(ByteBuffer data) Deprecated.static ExplainparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static com.google.protobuf.Parser<Explain>parser()Deprecated.Deprecated.voidwriteTo(com.google.protobuf.CodedOutputStream output) Deprecated.Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBERDeprecated.- See Also:
-
EXPR_STEPS_FIELD_NUMBER
public static final int EXPR_STEPS_FIELD_NUMBERDeprecated.- See Also:
-
-
Method Details
-
newInstance
Deprecated.- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()Deprecated. -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()Deprecated.- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getValuesList
Deprecated.All of the observed values. The field value_index is an index in the values list. Separating values from steps is needed to remove redundant values.
repeated .cel.expr.Value values = 1;- Specified by:
getValuesListin interfaceExplainOrBuilder
-
getValuesOrBuilderList
Deprecated.All of the observed values. The field value_index is an index in the values list. Separating values from steps is needed to remove redundant values.
repeated .cel.expr.Value values = 1;- Specified by:
getValuesOrBuilderListin interfaceExplainOrBuilder
-
getValuesCount
public int getValuesCount()Deprecated.All of the observed values. The field value_index is an index in the values list. Separating values from steps is needed to remove redundant values.
repeated .cel.expr.Value values = 1;- Specified by:
getValuesCountin interfaceExplainOrBuilder
-
getValues
Deprecated.All of the observed values. The field value_index is an index in the values list. Separating values from steps is needed to remove redundant values.
repeated .cel.expr.Value values = 1;- Specified by:
getValuesin interfaceExplainOrBuilder
-
getValuesOrBuilder
Deprecated.All of the observed values. The field value_index is an index in the values list. Separating values from steps is needed to remove redundant values.
repeated .cel.expr.Value values = 1;- Specified by:
getValuesOrBuilderin interfaceExplainOrBuilder
-
getExprStepsList
Deprecated.List of steps. Repeated evaluations of the same expression generate new ExprStep instances. The order of such ExprStep instances matches the order of elements returned by Comprehension.iter_range.
repeated .cel.expr.Explain.ExprStep expr_steps = 2;- Specified by:
getExprStepsListin interfaceExplainOrBuilder
-
getExprStepsOrBuilderList
Deprecated.List of steps. Repeated evaluations of the same expression generate new ExprStep instances. The order of such ExprStep instances matches the order of elements returned by Comprehension.iter_range.
repeated .cel.expr.Explain.ExprStep expr_steps = 2;- Specified by:
getExprStepsOrBuilderListin interfaceExplainOrBuilder
-
getExprStepsCount
public int getExprStepsCount()Deprecated.List of steps. Repeated evaluations of the same expression generate new ExprStep instances. The order of such ExprStep instances matches the order of elements returned by Comprehension.iter_range.
repeated .cel.expr.Explain.ExprStep expr_steps = 2;- Specified by:
getExprStepsCountin interfaceExplainOrBuilder
-
getExprSteps
Deprecated.List of steps. Repeated evaluations of the same expression generate new ExprStep instances. The order of such ExprStep instances matches the order of elements returned by Comprehension.iter_range.
repeated .cel.expr.Explain.ExprStep expr_steps = 2;- Specified by:
getExprStepsin interfaceExplainOrBuilder
-
getExprStepsOrBuilder
Deprecated.List of steps. Repeated evaluations of the same expression generate new ExprStep instances. The order of such ExprStep instances matches the order of elements returned by Comprehension.iter_range.
repeated .cel.expr.Explain.ExprStep expr_steps = 2;- Specified by:
getExprStepsOrBuilderin interfaceExplainOrBuilder
-
isInitialized
public final boolean isInitialized()Deprecated.- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
Deprecated.- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()Deprecated.- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
Deprecated.- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()Deprecated.- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Explain parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Explain parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Explain parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Explain parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Explain parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Explain parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
Deprecated.- Throws:
IOException
-
parseFrom
public static Explain parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseDelimitedFrom
Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static Explain parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
Deprecated.- Throws:
IOException
-
parseFrom
public static Explain parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
newBuilderForType
Deprecated.- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
Deprecated. -
newBuilder
Deprecated. -
toBuilder
Deprecated.- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Explain.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Deprecated.- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
Deprecated. -
parser
Deprecated. -
getParserForType
Deprecated.- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
Deprecated.- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-