Package com.google.api.expr.v1alpha1
Interface Explain.ExprStepOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Explain.ExprStep
,Explain.ExprStep.Builder
- Enclosing class:
- Explain
public static interface Explain.ExprStepOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
ID of corresponding Expr node.int
Index of the value in the values list.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
long getId()ID of corresponding Expr node.
int64 id = 1 [json_name = "id"];
- Returns:
- The id.
-
getValueIndex
int getValueIndex()Index of the value in the values list.
int32 value_index = 2 [json_name = "valueIndex"];
- Returns:
- The valueIndex.
-