Uses of Interface
com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
-
Packages that use Type.FunctionTypeOrBuilder Package Description com.google.api.expr.v1alpha1 -
-
Uses of Type.FunctionTypeOrBuilder in com.google.api.expr.v1alpha1
Classes in com.google.api.expr.v1alpha1 that implement Type.FunctionTypeOrBuilder Modifier and Type Class Description static class
Type.FunctionType
Function type with result and arg types.static class
Type.FunctionType.Builder
Function type with result and arg types.Fields in com.google.api.expr.v1alpha1 with type parameters of type Type.FunctionTypeOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Type.FunctionType,Type.FunctionType.Builder,Type.FunctionTypeOrBuilder>
Type.Builder. functionBuilder_
Methods in com.google.api.expr.v1alpha1 that return Type.FunctionTypeOrBuilder Modifier and Type Method Description Type.FunctionTypeOrBuilder
Type.Builder. getFunctionOrBuilder()
Function type.Type.FunctionTypeOrBuilder
Type. getFunctionOrBuilder()
Function type.Type.FunctionTypeOrBuilder
TypeOrBuilder. getFunctionOrBuilder()
Function type.Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Type.FunctionTypeOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Type.FunctionType,Type.FunctionType.Builder,Type.FunctionTypeOrBuilder>
Type.Builder. getFunctionFieldBuilder()
Function type.
-