Package com.google.api.expr.v1beta1
Interface Expr.CallOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Expr.Call
,Expr.Call.Builder
- Enclosing class:
- Expr
public static interface Expr.CallOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArgs
(int index) The arguments.int
The arguments.The arguments.Required.com.google.protobuf.ByteString
Required.The target of an method call-style expression.boolean
The target of an method call-style expression.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasTarget
boolean hasTarget()The target of an method call-style expression. For example, `x` in `x.f()`.
.google.api.expr.v1beta1.Expr target = 1 [json_name = "target"];
- Returns:
- Whether the target field is set.
-
getTarget
Expr getTarget()The target of an method call-style expression. For example, `x` in `x.f()`.
.google.api.expr.v1beta1.Expr target = 1 [json_name = "target"];
- Returns:
- The target.
-
getFunction
String getFunction()Required. The name of the function or method being called.
string function = 2 [json_name = "function"];
- Returns:
- The function.
-
getFunctionBytes
com.google.protobuf.ByteString getFunctionBytes()Required. The name of the function or method being called.
string function = 2 [json_name = "function"];
- Returns:
- The bytes for function.
-
getArgsList
The arguments.
repeated .google.api.expr.v1beta1.Expr args = 3 [json_name = "args"];
-
getArgs
The arguments.
repeated .google.api.expr.v1beta1.Expr args = 3 [json_name = "args"];
-
getArgsCount
int getArgsCount()The arguments.
repeated .google.api.expr.v1beta1.Expr args = 3 [json_name = "args"];
-