data

public final ImageContent.Builder data(String data)

The image content.


public final ImageContent.Builder data(JsonField<String> data)

Sets Builder.data to an arbitrary JSON value.

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