description

public final Function.Builder description(String description)

A description of the function.


public final Function.Builder description(JsonField<String> description)

Sets Builder.description to an arbitrary JSON value.

You should usually call Builder.description with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.