Uses of Class
com.google.api.expr.v1alpha1.Expr.Call
Packages that use Expr.Call
-
Uses of Expr.Call in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Expr.CallFields in com.google.api.expr.v1alpha1 with type parameters of type Expr.CallModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.Call, Expr.Call.Builder, Expr.CallOrBuilder> Expr.Builder.callExprBuilder_
private static final com.google.protobuf.Parser
<Expr.Call> Expr.Call.PARSER
Methods in com.google.api.expr.v1alpha1 that return Expr.CallModifier and TypeMethodDescriptionExpr.Call.Builder.build()
Expr.Call.Builder.buildPartial()
Expr.Builder.getCallExpr()
A call expression, including calls to predefined functions and operators.Expr.getCallExpr()
A call expression, including calls to predefined functions and operators.ExprOrBuilder.getCallExpr()
A call expression, including calls to predefined functions and operators.static Expr.Call
Expr.Call.getDefaultInstance()
Expr.Call.Builder.getDefaultInstanceForType()
Expr.Call.getDefaultInstanceForType()
static Expr.Call
Expr.Call.parseDelimitedFrom
(InputStream input) static Expr.Call
Expr.Call.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.Call
Expr.Call.parseFrom
(byte[] data) static Expr.Call
Expr.Call.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.Call
Expr.Call.parseFrom
(com.google.protobuf.ByteString data) static Expr.Call
Expr.Call.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.Call
Expr.Call.parseFrom
(com.google.protobuf.CodedInputStream input) static Expr.Call
Expr.Call.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.Call
Expr.Call.parseFrom
(InputStream input) static Expr.Call
Expr.Call.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.Call
Expr.Call.parseFrom
(ByteBuffer data) static Expr.Call
Expr.Call.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Expr.CallModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.Call, Expr.Call.Builder, Expr.CallOrBuilder> Expr.Builder.getCallExprFieldBuilder()
A call expression, including calls to predefined functions and operators.com.google.protobuf.Parser
<Expr.Call> Expr.Call.getParserForType()
static com.google.protobuf.Parser
<Expr.Call> Expr.Call.parser()
Methods in com.google.api.expr.v1alpha1 with parameters of type Expr.CallModifier and TypeMethodDescriptionprivate void
Expr.Call.Builder.buildPartial0
(Expr.Call result) private void
Expr.Call.Builder.buildPartialRepeatedFields
(Expr.Call result) Expr.Builder.mergeCallExpr
(Expr.Call value) A call expression, including calls to predefined functions and operators.static Expr.Call.Builder
Expr.Call.newBuilder
(Expr.Call prototype) Expr.Builder.setCallExpr
(Expr.Call value) A call expression, including calls to predefined functions and operators.