Uses of Class
com.google.api.expr.v1alpha1.Expr.Call
-
Packages that use Expr.Call Package Description com.google.api.expr.v1alpha1 -
-
Uses of Expr.Call in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Expr.Call Modifier and Type Field Description private static Expr.Call
Expr.Call. DEFAULT_INSTANCE
Fields in com.google.api.expr.v1alpha1 with type parameters of type Expr.Call Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Expr.Call,Expr.Call.Builder,Expr.CallOrBuilder>
Expr.Builder. callExprBuilder_
private static com.google.protobuf.Parser<Expr.Call>
Expr.Call. PARSER
Methods in com.google.api.expr.v1alpha1 that return Expr.Call Modifier and Type Method Description Expr.Call
Expr.Call.Builder. build()
Expr.Call
Expr.Call.Builder. buildPartial()
Expr.Call
Expr.Builder. getCallExpr()
A call expression, including calls to predefined functions and operators.Expr.Call
Expr. getCallExpr()
A call expression, including calls to predefined functions and operators.Expr.Call
ExprOrBuilder. getCallExpr()
A call expression, including calls to predefined functions and operators.static Expr.Call
Expr.Call. getDefaultInstance()
Expr.Call
Expr.Call.Builder. getDefaultInstanceForType()
Expr.Call
Expr.Call. getDefaultInstanceForType()
static Expr.Call
Expr.Call. parseDelimitedFrom(java.io.InputStream input)
static Expr.Call
Expr.Call. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static Expr.Call
Expr.Call. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Expr.Call
Expr.Call. parseFrom(java.nio.ByteBuffer data)
static Expr.Call
Expr.Call. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Expr.Call Modifier and Type Method Description private 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.Call Modifier and Type Method Description private void
Expr.Call.Builder. buildPartial0(Expr.Call result)
private void
Expr.Call.Builder. buildPartialRepeatedFields(Expr.Call result)
Expr.Builder
Expr.Builder. mergeCallExpr(Expr.Call value)
A call expression, including calls to predefined functions and operators.Expr.Call.Builder
Expr.Call.Builder. mergeFrom(Expr.Call other)
static Expr.Call.Builder
Expr.Call. newBuilder(Expr.Call prototype)
Expr.Builder
Expr.Builder. setCallExpr(Expr.Call value)
A call expression, including calls to predefined functions and operators.
-