uri

public final DocumentContent.Builder uri(String uri)

The URI of the document.


public final DocumentContent.Builder uri(JsonField<String> uri)

Sets Builder.uri to an arbitrary JSON value.

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