Uses of Interface
com.google.api.expr.v1alpha1.TypeOrBuilder
-
Packages that use TypeOrBuilder Package Description com.google.api.expr.v1alpha1 -
-
Uses of TypeOrBuilder in com.google.api.expr.v1alpha1
Classes in com.google.api.expr.v1alpha1 that implement TypeOrBuilder Modifier and Type Class Description classTypeRepresents a CEL type.static classType.BuilderRepresents a CEL type.Methods in com.google.api.expr.v1alpha1 that return TypeOrBuilder Modifier and Type Method Description TypeOrBuilderType.FunctionType.Builder. getArgTypesOrBuilder(int index)Argument types of the function.TypeOrBuilderType.FunctionType. getArgTypesOrBuilder(int index)Argument types of the function.TypeOrBuilderType.FunctionTypeOrBuilder. getArgTypesOrBuilder(int index)Argument types of the function.TypeOrBuilderType.ListType.Builder. getElemTypeOrBuilder()The element type.TypeOrBuilderType.ListType. getElemTypeOrBuilder()The element type.TypeOrBuilderType.ListTypeOrBuilder. getElemTypeOrBuilder()The element type.TypeOrBuilderType.MapType.Builder. getKeyTypeOrBuilder()The type of the key.TypeOrBuilderType.MapType. getKeyTypeOrBuilder()The type of the key.TypeOrBuilderType.MapTypeOrBuilder. getKeyTypeOrBuilder()The type of the key.TypeOrBuilderType.AbstractType.Builder. getParameterTypesOrBuilder(int index)Parameter types for this abstract type.TypeOrBuilderType.AbstractType. getParameterTypesOrBuilder(int index)Parameter types for this abstract type.TypeOrBuilderType.AbstractTypeOrBuilder. getParameterTypesOrBuilder(int index)Parameter types for this abstract type.TypeOrBuilderDecl.FunctionDecl.Overload.Builder. getParamsOrBuilder(int index)List of function parameter [Type][google.api.expr.v1alpha1.Type] values.TypeOrBuilderDecl.FunctionDecl.Overload. getParamsOrBuilder(int index)List of function parameter [Type][google.api.expr.v1alpha1.Type] values.TypeOrBuilderDecl.FunctionDecl.OverloadOrBuilder. getParamsOrBuilder(int index)List of function parameter [Type][google.api.expr.v1alpha1.Type] values.TypeOrBuilderDecl.FunctionDecl.Overload.Builder. getResultTypeOrBuilder()Required.TypeOrBuilderDecl.FunctionDecl.Overload. getResultTypeOrBuilder()Required.TypeOrBuilderDecl.FunctionDecl.OverloadOrBuilder. getResultTypeOrBuilder()Required.TypeOrBuilderType.FunctionType.Builder. getResultTypeOrBuilder()Result type of the function.TypeOrBuilderType.FunctionType. getResultTypeOrBuilder()Result type of the function.TypeOrBuilderType.FunctionTypeOrBuilder. getResultTypeOrBuilder()Result type of the function.TypeOrBuilderDecl.IdentDecl.Builder. getTypeOrBuilder()Required.TypeOrBuilderDecl.IdentDecl. getTypeOrBuilder()Required.TypeOrBuilderDecl.IdentDeclOrBuilder. getTypeOrBuilder()Required.TypeOrBuilderType.Builder. getTypeOrBuilder()Type type.TypeOrBuilderType. getTypeOrBuilder()Type type.TypeOrBuilderTypeOrBuilder. getTypeOrBuilder()Type type.TypeOrBuilderType.MapType.Builder. getValueTypeOrBuilder()The type of the value.TypeOrBuilderType.MapType. getValueTypeOrBuilder()The type of the value.TypeOrBuilderType.MapTypeOrBuilder. getValueTypeOrBuilder()The type of the value.Methods in com.google.api.expr.v1alpha1 that return types with arguments of type TypeOrBuilder Modifier and Type Method Description List<? extends TypeOrBuilder>Type.FunctionType.Builder. getArgTypesOrBuilderList()Argument types of the function.List<? extends TypeOrBuilder>Type.FunctionType. getArgTypesOrBuilderList()Argument types of the function.List<? extends TypeOrBuilder>Type.FunctionTypeOrBuilder. getArgTypesOrBuilderList()Argument types of the function.List<? extends TypeOrBuilder>Type.AbstractType.Builder. getParameterTypesOrBuilderList()Parameter types for this abstract type.List<? extends TypeOrBuilder>Type.AbstractType. getParameterTypesOrBuilderList()Parameter types for this abstract type.List<? extends TypeOrBuilder>Type.AbstractTypeOrBuilder. getParameterTypesOrBuilderList()Parameter types for this abstract type.List<? extends TypeOrBuilder>Decl.FunctionDecl.Overload.Builder. getParamsOrBuilderList()List of function parameter [Type][google.api.expr.v1alpha1.Type] values.List<? extends TypeOrBuilder>Decl.FunctionDecl.Overload. getParamsOrBuilderList()List of function parameter [Type][google.api.expr.v1alpha1.Type] values.List<? extends TypeOrBuilder>Decl.FunctionDecl.OverloadOrBuilder. getParamsOrBuilderList()List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
-