Uses of Class
com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Packages that use Type.FunctionType.Builder
-
Uses of Type.FunctionType.Builder in com.google.api.expr.v1alpha1
Subclasses with type arguments of type Type.FunctionType.Builder in com.google.api.expr.v1alpha1Modifier and TypeClassDescriptionstatic final classFunction type with result and arg types.Methods in com.google.api.expr.v1alpha1 that return Type.FunctionType.BuilderModifier and TypeMethodDescriptionType.FunctionType.Builder.addAllArgTypes(Iterable<? extends Type> values) Argument types of the function.Type.FunctionType.Builder.addArgTypes(int index, Type value) Argument types of the function.Type.FunctionType.Builder.addArgTypes(int index, Type.Builder builderForValue) Argument types of the function.Type.FunctionType.Builder.addArgTypes(Type value) Argument types of the function.Type.FunctionType.Builder.addArgTypes(Type.Builder builderForValue) Argument types of the function.Type.FunctionType.Builder.clear()Type.FunctionType.Builder.clearArgTypes()Argument types of the function.Type.FunctionType.Builder.clearResultType()Result type of the function.Type.Builder.getFunctionBuilder()Function type.Type.FunctionType.Builder.mergeFrom(Type.FunctionType other) Type.FunctionType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Type.FunctionType.Builder.mergeFrom(com.google.protobuf.Message other) Type.FunctionType.Builder.mergeResultType(Type value) Result type of the function.static Type.FunctionType.BuilderType.FunctionType.newBuilder()static Type.FunctionType.BuilderType.FunctionType.newBuilder(Type.FunctionType prototype) Type.FunctionType.newBuilderForType()protected Type.FunctionType.BuilderType.FunctionType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Type.FunctionType.Builder.removeArgTypes(int index) Argument types of the function.Type.FunctionType.Builder.setArgTypes(int index, Type value) Argument types of the function.Type.FunctionType.Builder.setArgTypes(int index, Type.Builder builderForValue) Argument types of the function.Type.FunctionType.Builder.setResultType(Type value) Result type of the function.Type.FunctionType.Builder.setResultType(Type.Builder builderForValue) Result type of the function.Type.FunctionType.toBuilder()Methods in com.google.api.expr.v1alpha1 with parameters of type Type.FunctionType.BuilderModifier and TypeMethodDescriptionType.Builder.setFunction(Type.FunctionType.Builder builderForValue) Function type.