public static interface Expr.CallOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Expr |
getArgs(int index)
The arguments.
|
int |
getArgsCount()
The arguments.
|
List<Expr> |
getArgsList()
The arguments.
|
ExprOrBuilder |
getArgsOrBuilder(int index)
The arguments.
|
List<? extends ExprOrBuilder> |
getArgsOrBuilderList()
The arguments.
|
String |
getFunction()
Required.
|
com.google.protobuf.ByteString |
getFunctionBytes()
Required.
|
Expr |
getTarget()
The target of an method call-style expression.
|
ExprOrBuilder |
getTargetOrBuilder()
The target of an method call-style expression.
|
boolean |
hasTarget()
The target of an method call-style expression.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTarget()
The target of an method call-style expression. For example, `x` in `x.f()`.
.google.api.expr.v1alpha1.Expr target = 1;Expr getTarget()
The target of an method call-style expression. For example, `x` in `x.f()`.
.google.api.expr.v1alpha1.Expr target = 1;ExprOrBuilder getTargetOrBuilder()
The target of an method call-style expression. For example, `x` in `x.f()`.
.google.api.expr.v1alpha1.Expr target = 1;String getFunction()
Required. The name of the function or method being called.
string function = 2;com.google.protobuf.ByteString getFunctionBytes()
Required. The name of the function or method being called.
string function = 2;List<Expr> getArgsList()
The arguments.
repeated .google.api.expr.v1alpha1.Expr args = 3;Expr getArgs(int index)
The arguments.
repeated .google.api.expr.v1alpha1.Expr args = 3;int getArgsCount()
The arguments.
repeated .google.api.expr.v1alpha1.Expr args = 3;List<? extends ExprOrBuilder> getArgsOrBuilderList()
The arguments.
repeated .google.api.expr.v1alpha1.Expr args = 3;ExprOrBuilder getArgsOrBuilder(int index)
The arguments.
repeated .google.api.expr.v1alpha1.Expr args = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.