Package com.google.api.expr.v1alpha1
Class Explain
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Explain,Explain.Builder>
com.google.api.expr.v1alpha1.Explain
- All Implemented Interfaces:
ExplainOrBuilder,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder
@Deprecated
public final class Explain
extends com.google.protobuf.GeneratedMessageLite<Explain,Explain.Builder>
implements ExplainOrBuilder
Deprecated.
Values of intermediate expressions produced when evaluating expression. Deprecated, use `EvalState` instead.Protobuf type
google.api.expr.v1alpha1.Explain-
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.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm 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.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) Deprecated.static ExplainDeprecated.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.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.static Explain.BuilderDeprecated.static Explain.BuildernewBuilder(Explain prototype) 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.Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
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.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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
-
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 .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"];- 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 .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"]; -
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 .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"];- 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 .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"];- 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 .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"]; -
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 .google.api.expr.v1alpha1.Explain.ExprStep expr_steps = 2 [json_name = "exprSteps"];- 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 .google.api.expr.v1alpha1.Explain.ExprStep expr_steps = 2 [json_name = "exprSteps"]; -
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 .google.api.expr.v1alpha1.Explain.ExprStep expr_steps = 2 [json_name = "exprSteps"];- 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 .google.api.expr.v1alpha1.Explain.ExprStep expr_steps = 2 [json_name = "exprSteps"];- 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 .google.api.expr.v1alpha1.Explain.ExprStep expr_steps = 2 [json_name = "exprSteps"]; -
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
-
newBuilder
Deprecated. -
newBuilder
Deprecated. -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) Deprecated.- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Explain,Explain.Builder>
-
getDefaultInstance
Deprecated. -
parser
Deprecated.
-